]> git.donarmstrong.com Git - lilypond.git/blob - ChangeLog
(default-page-make-stencil): don't stretch
[lilypond.git] / ChangeLog
1 2004-06-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2
3         * scm/page-layout.scm (default-page-make-stencil): don't stretch
4         if there is too few systems on a page.
5
6         * lily/parser.yy (relative_music): start at middle C without pitch
7         argument.
8
9         * Documentation/user/changing-defaults.itely (Page layout): new node.
10         (Paper size): rename node
11         (Page breaking): new node.
12         (Titling): move from invoking.
13         (File structure): new node.
14
15         * lily/parser.yy (score_body): allow \header and music anywhere in
16         \score body.
17
18 2004-06-13  Jan Nieuwenhuizen  <janneke@gnu.org>
19
20         * scm/lily.scm (ly:load): Remove page-breaking.scm.
21
22 2004-06-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
23
24         * lily/include/paper-system.hh: move cc/hh file from paper-line.*
25
26         * lily/include/paper-line.hh: rename to Paper_system.
27
28         * lily/include/paper-book.hh: doc class.
29
30         * lily/paper-book.cc (c_ragged_page_breaks): remove functions. 
31
32         * scm/page-layout.scm (plain-footer): add tagline/copyright. 
33         (plain-header): add instrument-name.
34         (default-page-make-stencil): bugfixes.
35
36         * lily/parser.yy (book_body): allow \header anywhere in \book{}
37
38         * lily/paper-book.cc: remove copyright & tagline. Remove
39         interactions with Page
40
41         * scm/page-layout.scm (ly:optimal-page-breaks): move back breaking
42         here, 
43         (default-page-make-stencil): new function
44         (default-page-music-height): new function
45         (page-headfoot): new function
46         (ly:optimal-page-breaks): generate stencils directly from here
47
48         * scm/titling.scm: new file, group titling functions
49
50 2004-06-13  Jan Nieuwenhuizen  <janneke@gnu.org>
51
52         * scm/output-gnome.scm: Handle multiple pages.
53
54         * scm/framework-gnome.scm: Do not load output-gnome.
55         (framework-gnome): Invoke output-gnome::header and
56         output-gnome::end-output as faked stencils.  Fixes experimental
57         gnome output.
58
59 2004-06-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
60
61         * input/mutopia/W.A.Mozart/mozart-hrn3-rondo.ly (rondo):
62         octavation compatibility fixes. Backportme. 
63
64         * scm/page-breaking.scm (ly:optimal-page-breaks): allow overfull
65         pages.
66         (ly:optimal-page-breaks): combine-penalties: no shortcut for
67         negative. Now we handle negative penalties (ie. \pageBreak)
68         correctly.
69
70         * lily/system.cc (get_line): extract page-penalty from the left
71         bound.
72
73         * scm/fret-diagrams.scm (fret-diagram): use @table for documentation
74
75 2004-06-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
76
77         * scm/framework-ps.scm: don't load output-XXX from framework-XXX
78
79 2004-06-12  Jan Nieuwenhuizen  <janneke@gnu.org>
80
81         * scm/output-gnome.scm: Update script.  Move development to
82         lilypond_2_3_2 branch for now.
83
84 2004-06-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
85
86         * scm/page-breaking.scm (ly:optimal-page-breaks): don't do
87         negative penalties.
88         cleanups.
89
90         * Documentation/user/changing-defaults.itely (Creating contexts):
91         index entries
92
93         * scm/page-breaking.scm (ly:optimal-page-breaks): new
94         file. Rewrite function. 
95
96         * lily/paper-book.cc (pages): new interface: page-breaking returns
97         list of line-list.
98
99         * lily/page.cc (Page): take lines argument.
100
101         * scm/document-translation.scm (all-engravers-doc): link to user man
102
103         * scm/page-layout.scm (ly:optimal-page-breaks): use penalty iso. score.
104
105         * Documentation/user/notation.itely (Relative octaves): typo.
106
107         * lily/paper-book.cc (LY_DEFINE): ly:output-formats. New function.
108
109 2004-06-11  Jan Nieuwenhuizen  <janneke@gnu.org>
110
111         * scm/output-gnome.scm: Update build script.
112
113 2004-06-10  Jan Nieuwenhuizen  <janneke@gnu.org>
114
115         * scm/output-gnome.scm: Add font scaling.  Attempt to resurrect
116         gnome backend.
117
118         * scm/framework-gnome.scm: New file.
119
120         * scm/lily.scm: Use it.
121
122         * lily/paper-outputter.cc: Janitorial cleanups.
123         (ly:outputter-dump-string): Remove unreachable statement.
124
125         * scm/framework-ps.scm: Add header.  Janitorial cleanups.
126         (ice-9): Bugfix: Add srfi-1.
127
128         * scm/framework-tex.scm: Add header.  Janitorial cleanups.
129
130 2004-06-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
131
132         * lily/new-lyric-combine-music-iterator.cc (do_quit): put warning
133         in do_quit()
134         
135 2004-06-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
136
137         * ly/book-paper-defaults.ly: set optimal-page-breaks as default
138
139 2004-06-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
140
141         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): remove
142         override of Beam::position-callbacks. Why would grace beams not be
143         quantized? Fixes: weird-stem-size-grace. 
144
145         * lily/new-lyric-combine-music-iterator.cc (find_voice): issue
146         warning only once. Backportme.
147
148         * lily/accidental-engraver.cc (number_accidentals_from_sig):
149         bugfix, 2nd try. Backportme.
150
151         * ly/vlaams.ly: new file. (Thanks Hendrik Maryns)
152
153 2004-06-04  Mats Bengtsson  <mabe@drongo.s3.kth.se>
154
155         * Documentation/user/notation.itely (Instrument transpositions):
156         Correct the name of the instrumentTransposition property.
157
158 2004-06-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
159
160         * scm/output-ps.scm (ps-font-command): fix parmesan coding too.
161
162 2004-06-04  Mats Bengtsson  <mabe@drongo.s3.kth.se>
163
164         * scripts/lilypond-book.py (output): Bug fix so preLilyPondExample
165         and postLilyPondExample are called when defined.
166
167 2004-06-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
168
169         * ly/nederlands.ly (pitchnames): use ly:parser-set-note-names.
170         This fixes setting notenames with `\include "nederlands.ly" '
171
172         * lily/my-lily-parser.cc (LY_DEFINE): ly:parser-set-note-names:
173         new function.
174
175 2004-06-01  Han-Wen Nienhuys   <hanwen@xs4all.nl>
176
177         * scm/page-layout.scm: don't do piece, it should be in score-title
178         only.
179
180         * lily/lexer.ll: lex \score separately.
181
182         * lily/paper-book.cc: junk stencil2line.
183
184         * lily/paper-line.cc (Paper_line): construct from Stencil
185         directly. No futzing with the dimensions.
186
187         * lily/include/paper-line.hh (class Paper_line): 
188
189         * lily/stencil.cc (interpret_stencil_expression): combine-stencil
190         takes arbitrary number of arguments.
191
192         * input/test/markup-score.ly (tuning): simplify example. 
193
194 2004-05-31  Han-Wen Nienhuys   <hanwen@xs4all.nl>
195
196         * lily/score.cc (LY_DEFINE): ly:score-embedded-format, new function. 
197
198         * scm/define-markup-commands.scm (score): define score-markup
199
200         * lily/parser.yy (markup): use score-markup.
201
202         * lily/score.cc: add ly:score? 
203
204 2004-05-30  Carl Sorensen <carl_sorensen@byu.edu>
205
206         * scm/fret-diagrams.scm: add fret-diagram-verbose markup; modified
207         fret-parse-string so it prepares for calls to fret-diagram-verbose
208         Changed display constants to props so they are available for
209         \override.
210         
211 2004-05-31  Han-Wen Nienhuys   <hanwen@xs4all.nl>
212
213         * VERSION: release 2.3.3
214
215         * stepmake/stepmake/generic-vars.make: unset LANG.
216
217         * input/regression/tuplet-nest.ly: bugfix.
218
219         * lily/tie-performer.cc (stop_translation_timestep): reset
220         ties_created_. Fixes: midi-tie.ly, midi-lyrics-barcheck.ly
221
222         * lily/chord-tremolo-engraver.cc (stop_translation_timestep):
223         clear repeat_ directly after setting stem_tremolo_. Fixes:
224         tremolo-repeat.ly
225
226         * input/regression/span-bar-break.ly: new file.
227
228         * scm/define-grobs.scm (all-grob-descriptions): remove
229         break-visibility from SpanBar. Fixes: piano-repeat.ly
230
231 2004-05-30  Han-Wen Nienhuys   <hanwen@xs4all.nl>
232
233         * python/lilylib.py (make_ps_images): only compute bbox when needed.
234
235         * scripts/lilypond-book.py (process_snippets): use lily -f ps
236         files for generating pngs. (failed experiment)
237
238         * scm/framework-ps.scm (output-classic-framework-ps): dump EPS
239         file with PFA fonts included.
240
241         * lily/score.cc (default_rendering): put header in too.
242
243         * lily/paper-line.cc (LY_DEFINE): change function to
244         ly:paper-line-extent
245
246         * scm/page-layout.scm (default-book-title): only add lines for
247         non-nil fields.
248         (default-score-title): idem.
249
250         * lily/my-lily-parser.cc (parse_string): delete lexer after use.
251
252         * lily/my-lily-lexer.cc (My_lily_lexer): copy keytable.
253
254         * lily/include/paper-book.hh (class Paper_book): remove height_
255         member.
256
257         * input/test/coriolan-margin.ly (texidoc): remove latex macros.
258
259         * lily/ly-module.cc (LY_DEFINE): bugfix.
260
261         * lily/paper-book.cc (book_title): separate function for the book
262         title.
263
264         * scm/page-layout.scm (default-book-title): only account for
265         markup fields.
266
267         * scm/framework-ps.scm: new file. Move high level interface from
268         output-ps.scm
269
270         * scm/music-functions.scm (def-grace-function): move macros from
271         ly/music-functions-init.ly
272
273         * lily/paper-outputter.cc (Paper_outputter): move scheme_calls to
274         framework-tex.scm
275
276         * scm/framework-tex.scm (dump-line): new file. High level
277         interface for output (pages, systems, header). 
278
279         * lily/include/page.hh (class Page): add is_last_ field.
280
281         * lily/paper-outputter.cc (print_smob): smobify Paper_outputter.
282
283         * lily/paper-book.cc (split_string): new function
284         (output): output multiple formats, i.e. --format=ps,tex
285
286         * scm/output-ps.scm (output-scopes): dump variables directly.
287         (define-fonts): rewrite for new interface
288
289         * ps/lilyponddefs.ps: remove lilypondpaper redefinitions.
290
291         * lily/paper-outputter.cc (Paper_outputter): take format argument.
292
293         * lily/main.cc (parse_argv): don't set extension for output.
294
295         * lily/clef-engraver.cc (create_clef): remove
296         Staff_symbol_referencer::set_position() call. 
297
298 2004-05-30  Nicolas Sceaux  <nicolas.sceaux@free.fr>
299
300         * ly/music-functions-init.ly (addlyrics): set the 'origin property
301         with the location argument in music function definitions.
302
303 2004-05-29  Han-Wen Nienhuys   <hanwen@xs4all.nl>
304
305         * lily/staff-symbol-engraver.cc (acknowledge_grob): remove item ->
306         staffsymbol dependency.
307
308         * lily/include/grob.hh (class Grob): live () -> is_live (). Small
309         cleanups.
310
311         * lily/book.cc (process): return Paper_book
312         (to_stencil): use Book::process().
313
314         * lily/include/my-lily-parser.hh (class My_lily_parser): remove
315         header_ field. Store in $globalheader
316
317         * lily/parser.yy (book_body): book header is initted to
318         $globalheader.
319         
320
321 2004-05-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
322
323         * input/test/fill-a4.ly: removed.
324
325         * lily/parser.yy (output_def): push scope of parent_ Output_def
326         too.
327
328 2004-05-28  Jan Nieuwenhuizen  <janneke@gnu.org>
329
330         * scm/output-gnome.scm: Update info.
331
332 2004-05-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
333
334         * lily/book-paper-def.cc: collapse Book_output_def to Output_def.
335
336         * scm/lily.scm (ly:modules-lookup): handle empty list, and more
337         than 1 module.
338
339         * lily/include/ly-module.hh (ly_use_module): rename is_module to
340         ly_c_module_p.
341
342         * scm/page-layout.scm (default-book-title): move Scheme titling
343         functions to here.
344
345         * lily/parser.yy (book_paper_block): remove scope too.
346
347         * ly/engraver-init.ly (EasyNotation): remove OrchestralScoreContext
348
349         * lily/rest.cc: add direction to rest properties.
350
351         * lily/include/output-def.hh: new file, move from
352         music-output-def.hh
353
354 2004-05-27  Jan Nieuwenhuizen  <janneke@gnu.org>
355
356         * scm/output-gnome.scm: Describe feta-cork hack.
357
358 2004-05-27  Han-Wen Nienhuys   <hanwen@xs4all.nl>
359
360         * lily/include/book-paper-def.hh: derive from Output_def 
361
362         * lily/include/paper-def.hh: move all functionality out of class.
363         Junk header.
364
365         * lily/include/music-output-def.hh: rename Music_output_def to
366         Output_def.
367
368         * input/wilhelmus.ly: only set space for Paper formatting. 
369
370         * lily/include/midi-def.hh: remove file, remove class.
371         Move functions to Music-output-def.
372
373         * lily/music-output-def.cc (Music_output_def): remove separate
374         translator table. Lookup translators in scope directly. This
375         obviates Context suffix for context identifiers, i.e.
376
377         \context {
378           \Staff
379           .. 
380           }
381
382
383         will work.
384         
385
386         * Documentation/user/notation.itely (Chords mode): typo: 13 -> 3.
387
388         * Documentation/user/changing-defaults.itely (Horizontal spacing):
389         document spacing override hack.
390
391 2004-05-27  Jan Nieuwenhuizen  <janneke@gnu.org>
392
393         * scm/output-gnome.scm: Add C-q, C-w keybindings.  Update
394         installation info.  Support point-and-click.  Add +/- zoom
395         keybindings.
396
397 2004-05-26  Han-Wen Nienhuys   <hanwen@xs4all.nl>
398
399         * VERSION: 2.3.2 released
400         
401         * lily/parser.yy (book_body): set default bookpaper.
402
403         * scm/output-tex.scm (header): kludge: hard code linewidth. 
404
405         * lily/my-lily-parser.cc (My_lily_parser): don't delete lexer.
406
407 2004-05-25  Han-Wen Nienhuys   <hanwen@xs4all.nl>
408
409         * lily/score.cc (default_rendering): scale outputdef before
410         starting.
411
412 2004-05-25  Jan Nieuwenhuizen  <janneke@gnu.org>
413
414         * scm/fret-diagrams.scm: Add header.
415
416         * scm/output-gnome.scm: Hello world :-)
417
418 2004-05-25  Han-Wen Nienhuys   <hanwen@xs4all.nl>
419
420         * scripts/lilypond.py (run_dvips): only add papersize if present.
421
422         * lily/accidental-engraver.cc (update_local_key_signature): new
423         function, fold code from initialize() and process_music().
424         (update_local_key_signature): use deep copy. This fixes one
425         problem from custom-key-signatures.ly.
426         (number_accidentals_from_sig): tighter check for
427         accidental-too-old.
428
429         * ly/engraver-init.ly: remove localKeySignature
430         definition from ChoirStaff, StaffGroup, Score.
431         
432         * lily/percent-repeat-engraver.cc (try_music): add moments for
433         barlines too. Fixes: skipbars-percent-repeat.ly.
434
435 2004-05-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
436
437         * lily/context-def.cc (filter_performers): don't go to cdrloc if
438         skipping last pair. Fixes: crash-bar-number.
439
440         * scm/fret-diagrams.scm (nil): fret-diagrams (courtesy Carl
441         D. Sorensen)
442
443         * input/test/fret-diagram.ly: new file.
444
445         * scm/paper.scm (paper-set-staff-size): scale linewidth too.
446         (scale-paper): divide by scale.
447
448 2004-05-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
449
450         * lily/rest-collision.cc (do_shift): also do nothing for the (0,2)
451         case.
452
453 2004-05-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
454
455         * scm/stencil.scm (fontify-text): reinstate function
456
457         * tex/lily-ps-defs.tex: remove lilypondblotdiam def.
458
459         * lily/book-paper-def.cc (Book_paper_def): add copy ctor.
460
461         * lily/parser.yy (book_paper_head): \bookpaper {} 
462
463         * python/midi.c: remove config.h
464
465 2004-05-18  Jan Nieuwenhuizen  <janneke@gnu.org>
466
467         * scm/output-gnome.scm: Update.
468
469 2004-05-17  Jan Nieuwenhuizen  <janneke@gnu.org>
470
471         * scm/output-gnome.scm: New file.
472
473         * lily/include/book-paper-def.hh: Add.  Janitorial fixes.
474
475 2004-05-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
476
477         * lily/book-paper-def.cc (ly_bookpaper_fonts): move from Paperdef
478         (find_scaled_font): move from Paper_def
479
480 2004-05-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
481
482         * lily/my-lily-parser.cc (LY_DEFINE): new function ly_parser_lookup
483         (LY_DEFINE): add SCM_ASSERT_TYPE everywhere.
484
485         * po/fr.po: update po.
486
487         * lily/include/book-paper-def.hh (class Book_paper_def): new file.
488
489         * lily/book-paper-def.cc (print_smob): new file.
490
491 2004-05-16  Heikki Junes <hjunes@cc.hut.fi>
492
493         * buildscripts/lilypond-words.py: search words also from
494         music-functions-init.ly.
495
496 2004-05-15  Nicolas Sceaux  <nicolas.sceaux@free.fr>
497
498         * ly/music-functions-init.ly (def-music-function): new helper
499         macro for defining music functions. \addlyrics \appoggiatura
500         \acciaccatura \grace \partcombine \autochange \applycontext
501         \applyoutput and \breathe are now defined here thanks to it.
502
503         * lily/parser.yy: 
504         * lily/my-lily-lexer.cc: \addlyrics \appoggiatura \acciaccatura
505         \grace \partcombine \autochange \applycontext \applyoutput and
506         \breathe keywords removed from the parser.
507
508         * lily/parser.yy: 
509         * lily/music-function.cc (ly_make_music_function): 
510         * lily/lexer.ll (music_function_type): added a case for 0-arg
511         music functions.
512
513 2004-05-14  Nicolas Sceaux  <nicolas.sceaux@free.fr>
514
515         * scm/ly-from-scheme.scm (read-lily-expression):  A variable
516         refering to a music expression can be used in lily-inside-scheme:
517         #{ $music #}
518
519         * lily/my-lily-parser.cc (LY_DEFINE): introduce ly:clone-parser
520         and ly:parser-define, and change ly:parser-parse-string in order
521         to make #{ $music #} work.
522
523         * scm/new-markup.scm (compile-markup-expression): when an argument
524         is a string, use `make-simple-markup'.
525
526 2004-05-14  Han-Wen Nienhuys   <hanwen@xs4all.nl>
527
528         * lily/parser.yy (My_lily_lexer): bugfix; op should be tag.  
529
530 2004-05-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
531
532         * scripts/convert-ly.py (FatalConversionError.func): handle + in
533         font-size. (backportme)
534
535 2004-05-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
536
537         * lily/paper-outputter.cc (output_stencil): dump font definitions
538         before each stencil.
539
540         * lily/include/paper-book.hh (struct Score_lines): new
541         struct. Collect info per Paper-score.
542
543         * lily/include/page.hh (class Page): to_stencil() returns Stencil
544         everywhere.
545
546         * lily/stencil.cc (find_expression_fonts): new function
547
548         * lily/paper-outputter.cc (output_stencil): use
549         interpret_stencil_expr
550
551         * lily/stencil.cc (LY_DEFINE): ly_stencil_fonts: new function.
552         (interpret_stencil_expr): new function. Generic stencil
553         interpretation.
554
555         * lily/paper-def.cc (find_scaled_font): divide lookup
556         magnification by outpuscale for non-virtual fontmetrics. This
557         fixes ludicrously long font definitions for text
558         fonts. (backportme)
559
560         * lily/score-engraver.cc: remove
561         {Engraver,Score_engraver}::typeset_grob(), remove all calls.
562
563 2004-05-09  Jan Nieuwenhuizen  <janneke@gnu.org>
564
565         * input/test/markup-score.ly: Remove \notes.
566
567         * lily/parser.yy (book_body): Grok Composite_music and \header.
568         (markup): Push NOTES mode before score_block.
569
570         * VERSION: release 2.3.1
571         
572         * mf/feta-klef.mf: 
573         * mf/feta-bolletjes.mf: Oops.  Comment-out canvast test code.
574
575         * Documentation/user/programming-interface.itely: Use @emph (was: @em).
576
577         * Documentation/user/out/tutorial.texi: Untrigger lilypond-book error.
578
579 2004-05-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
580
581         * scm/output-tex.scm (output-tex-string): tighten safe security.
582
583         * lily/scm-option.cc (LY_DEFINE): add 'safe to ly:get-option
584
585         * scm/safe-lily.scm (make-safe-lilypond-module): new file. Define
586         allowed ly functions.
587
588         * lily/ly-module.cc (ly_module_define): only define variable if
589         bound.
590         (ly_make_anonymous_module): take safe option.
591
592 2004-05-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
593
594         * scripts/lilypond-book.py (compose_ly): remove FRAGMENT_LY.
595
596 2004-05-08  Jan Nieuwenhuizen  <janneke@gnu.org>
597
598         * input/regression/newaddlyrics.ly: Fix.
599
600         * Documentation/user/tutorial.itely: Use \newlyrics, remove most
601         \score \notes.
602
603 2004-05-08  Heikki Junes <hjunes@cc.hut.fi>
604
605         * Documentation/user/music-glossary.tely ([k-z]): last fixes.
606
607 2004-05-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
608
609         * input/mutopia/R.Schumann/romanze-op28-2.ly (d): use #(define .. )
610
611         * lily/paper-line.cc (Paper_line): don't store list of stencils,
612         but convert to single Stencil immediately.
613
614         * lily/paper-book.cc (title): don't return Stencil* but Stencil.
615
616 2004-05-07  Jan Nieuwenhuizen  <janneke@gnu.org>
617
618         * scm/output-sodipodi.scm: Resurrect sodipodi output.
619
620 2004-05-07  Kristof Bastiaensen  <kristof.bastiaensen@vleeuwen.org>
621
622         * elisp/lilypond-mode.el: Changed the way defaults are created for
623         LilyPond-command-master.  LilyPond-mode will now check the
624         timestamps of the files to see which command has to run next.
625
626 2004-05-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
627
628         * scm/bass-figure.scm (format-bass-figure): don't set
629         number-markup for strings. This fixes string in bass
630         figure. (backportme)
631
632         * lily/parser.yy (bass_number): insert number-markup into figure
633         definition.
634
635         * scm/define-music-properties.scm (all-music-properties): make
636         'figure a markup.
637
638         * scripts/convert-ly.py (conv): \apply -> \applymusic
639
640 2004-05-06  Kristof Bastiaensen  <kristof.bastiaensen@vleeuwen.org>
641
642         * elisp/lilypond-mode.el: changed the order of some commands
643         ("Midi" after "2Midi"), use the user-defined
644         LilyPond-command-default as default instead of "LilyPond"
645
646         * elisp/lilypond-mode.el: added a LilyPond-master-file variable,
647         to set the master file for the next command.
648
649         * elisp/lilypond-font-lock.el: replaced font-lock-warning-face
650         with font-lock-reference-face.
651
652 2004-05-07  Heikki Junes <hjunes@cc.hut.fi>
653
654         * Documentation/user/music-glossary.tely ([ab]*): small fixes.
655
656         * Documentation/user/music-glossary.tely ([c-l]*): more fixes.
657
658 2004-05-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
659
660         * ly/music-functions-init.ly (TODO): new file.
661
662         * lily/parser.yy (Generic_prefix_music_scm): add more
663         music_function symbols.
664         (Prefix_composite_music): change \apply to music-function   
665
666         * lily/include/music-function.hh: rename to music-function
667
668 2004-05-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
669
670         * lily/music-head.cc (LY_DEFINE): change order of args.
671
672         * input/regression/music-head.ly (texidoc): new file.
673
674         * lily/parser.yy (Generic_prefix_music): allow generic
675         music-transformation functions. 
676
677         * lily/include/music-head.hh (is_music_head): new file.
678
679         * lily/music-head.cc (get_music_head_transform): new file.
680
681 2004-05-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
682
683         * lily/ottava-bracket.cc (print): use coordinate, not (0,0) for
684         empty extent. This fixes ottava brackets on rests. (backportme)
685
686         * make/lilypond.redhat.spec.in (Group): ln png files for info.
687
688         * lily/piano-pedal-engraver.cc (create_text_grobs): core dump fix.
689
690         * cygwin/lily-wins.py: update for the lily-wins.py script.
691
692 2004-05-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
693
694         * lily/score-engraver.cc (typeset_all): switch off unbound spanner
695         code. This will obviate typeset_grob () in the future.  The effect
696         of this is that improperly written spanner handling will result in
697         invalid spanner bounds.
698         (announce_grob): add to elems_ from here
699         (typeset_grob): comment out.  
700
701         * lily/include/engraver.hh (make_spanner): new calling interface
702         for make_{item,spanner}. This obviates most calls to
703         announce_grob().
704                 
705         * scm/music-functions.scm (set-accidental-style): use GrandStaff
706         iso. PianoStaff for piano styles.
707
708 2004-05-03  Heikki Junes <hjunes@cc.hut.fi>
709
710         * Documentation/user/music-glossary.tely: add segno after d.s.
711
712 2004-05-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
713
714         * lily/include/audio-column.hh: remove unused variables.
715         (patch by Michael Welsh Duggan)
716
717         * flower/include/axes.hh (other_axis): inline Axes function
718         (thanks to David Brandon).
719
720 2004-05-02  Jan Nieuwenhuizen  <janneke@gnu.org>
721
722         * cygwin/mknetrel: Install image links (backportme).
723
724         * Documentation/user/GNUmakefile (local-install-info): Activate
725         actual installing of image links (backportme).
726
727 2004-04-30  Mats Bengtsson  <mabe@drongo.s3.kth.se>
728
729         * Documentation/user/notation.itely (Measure repeats): Removed
730         unnecessary (and confusing) \context Voice{.
731
732 2004-04-29  Jan Nieuwenhuizen  <janneke@gnu.org>
733
734         * Documentation/topdocs/NEWS.texi: Mention use of \score as markup.
735
736         * lily/page.cc (Page): Do not use ly_scheme_function for
737         volatile/configurable variables (FIXME: better name).
738
739         * lily/music-output-def.cc (c_lookup_variable): Rename (WAS:
740         get_scmvar).
741
742 2004-04-29  Han-Wen Nienhuys   <hanwen@xs4all.nl>
743
744         * scripts/convert-ly.py (FatalConversionError.subst): use
745         \transposition.
746
747 2004-04-29  Jan Nieuwenhuizen  <janneke@gnu.org>
748
749         * lily/include/page.hh (class Page): Declare left_margin ().
750
751         * lily/page.cc: Remove paper var caching.
752
753 2004-04-28  Jan Nieuwenhuizen  <janneke@gnu.org>
754
755         * Documentation/user/music-glossary.tely: Add name to @top node.
756         Remove comment from @table definitions (workaround for makinfo
757         bug).
758
759         * lily/stencil-scheme.cc (ly:stencil-expr): Rename (was:
760         ly:stencil-get-expr).  Update callers.
761         (ly:stencil-align-to!):  Return stencil too.
762
763         * lily/paper-outputter.cc (output_page): Bugfix.  Use page
764         stencil.  Remove looped line-based page output.
765         (output_line): Use line stencil.  Remove looped stencil-based line
766         output.
767
768         * lily/page.cc (ly:page-paper-lines): New function.
769
770         * input/test/markup-score.ly: New file.
771
772         * scm/define-markup-commands.scm (stencil): New markup.
773
774         * lily/book.cc (to_stencil): New method.
775
776         * lily/parser.yy (markup): Use it to grok \score.
777
778 2004-04-27  Jan Nieuwenhuizen  <janneke@gnu.org>
779
780         * lily/stencil.cc (expr): Rename (was: get_expr).  Update callers.
781
782         * lily/paper-book.cc (pages): Change signature.  Update callers.
783
784         * lily/include/page.hh:
785         * lily/page.cc: New file.
786
787         * lily/paper-line.cc (to_stencil): New method.
788         
789         * lily/paper-outputter.cc (output_stencil): New method.
790
791         * lily/paper-outputter.cc (output_line): Use them.
792
793         * lily/warn.cc: Remove.
794
795         * lily/my-lily-parser.cc (distill_inname): Remove.
796
797         * flower/include/file-name.hh: 
798         * flower/file-name.cc: New file.  Update users.
799
800         * flower/file-path.cc [CYGWIN]: Junk testing code.  Remove Path.
801         (find): New method of same name.
802
803         * lily/my-lily-parser.cc (ly:parse-file): Use it.
804
805         * lily/scm-option.cc (ly:set-option, ly:get-option): Bugfix:
806         constant error message.
807
808 2004-04-27  Heikki Junes <hjunes@cc.hut.fi>
809
810         * input/test/{blank-notes.ly,staff-container.ly}: typos.
811
812 2004-04-26  Jan Nieuwenhuizen  <janneke@gnu.org>
813
814         * Documentation/user/music-glossary.tely: @table @strong' replaced
815         by `@table @samp @c @strong'.  This fixes invalid makeinfo output
816         (backportme).
817
818 2004-04-25  Nicolas Sceaux  <nicolas.sceaux@free.fr>
819
820         * scm/lily.scm (ly:load): Add ly-from-scheme.scm loading.
821
822         * scm/ly-from-scheme.scm: New file. Introduce a new syntax:
823         #{ lily music expression #} that returns an equivalent scheme
824         music expression by parsing the string.
825
826 2004-04-25  Jan Nieuwenhuizen  <janneke@gnu.org>
827
828         * lily/my-lily-parser.cc:
829         * lily/my-lily-lexer.cc: Another step towards parsing ly code from
830         SCM string (foo.ly/toto.scm support).
831
832 2004-04-24  Jan Nieuwenhuizen  <janneke@gnu.org>
833
834         * lily/my-lily-parser.cc (ly:parser-parse-string): New function.
835
836 2004-04-21  Jan Nieuwenhuizen  <janneke@gnu.org>
837
838         * input/regression/newaddlyrics.ly: Remove lilypond-book kludge.
839
840         * scripts/lilypond-book.py: LY code that includes \header is
841         not assumed to be a fragment.
842
843 2004-04-20  Jan Nieuwenhuizen  <janneke@gnu.org>
844
845         * lily/stem-tremolo.cc (print): If stem direction == CENTER, move
846         tremolo beams up.
847
848         * lily/stem.cc (chord_start_y): Return 0 if no heads.
849         (get_default_stem_end_position): No tremolo head juggling if no
850         heads.  Fixes tremolo crash on rests (backportme).
851
852         * scripts/abc2ly.py: Oops use [\]proper[ty] 2.2 syntax.
853
854 2004-04-19  Jan Nieuwenhuizen  <janneke@gnu.org>
855
856         * scripts/abc2ly.py: ABC beams preserve support (courtesy Guy
857         Gascoigne-Piggford).  Also: TAB and whitespace fixes.
858
859         * lily/lexer.ll: Allow \encoding in NOTES mode.
860
861         * buildscripts/mf-to-table.py (write_fontlist): Use \lyrics
862         for lyrics, not for commands.
863
864         * lily/parser.yy (scalar): Bugfix: accept LYRICS_STRING.
865         FIXME: Replace some `Music's with Grouped_music_list; fixes make web.
866
867         * input/regression/newaddlyrics.ly: New file.
868
869         * Documentation/topdocs/NEWS.texi: Update.
870
871         * lily/parser.yy (new_lyrics): Return SCM list of lyric musics.
872         (Music_list): Allow embedded scm.
873
874         * lily/score.cc (ly:score-bookify): New function.
875
876         * lily/music.cc (ly:music-scorify): Idem.
877
878         * lily/my-lily-parser.cc (ly:parser-print-book): Idem.
879         (ly:parser-print-score): Idem.
880
881         * scm/lily.scm (default-toplevel-book-handler): Idem.
882         (default-toplevel-music-handler): Idem.
883         (default-toplevel-score-handler): Idem.
884
885         * ly/declarations-init.ly: Set default toplevel handlers.
886
887         * lily/parser.yy (book_block, score_block, toplevel_music): Use them.
888
889         * scripts/lilypond-book.py (PREAMBLE_LY): Select classic score
890         printer for score at toplevel.
891
892 2004-04-18  Jan Nieuwenhuizen  <janneke@gnu.org>
893
894         * lily/parser.yy (NEWLYRICS): Switch to LYRICS mode for lyrics.
895         Fix for simple case: input/simple-song.ly, more complex stuff
896         does not work yet.
897
898 2004-04-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
899
900         * lily/parser.yy (Prefix_composite_music): split Composite_music
901         in Prefix_composite_music and Grouped_music_list.
902         (re_rhythmed_music): use Grouped_music_list for NEWLYRICS.
903
904 2004-04-18  Jan Nieuwenhuizen  <janneke@gnu.org>
905
906         * scm/lily.scm (toplevel-expression): New define.
907
908         * lily/my-lily-parser.cc (ly:parser-add-book-and-score): New function.
909
910         * lily/parser.yy (toplevel_expression): Use it.
911
912         * lily/include/my-lily-parser.hh: Smobbify.
913
914         * lily/my-lily-parser.cc (parse_string): New method.
915         
916         * lily/my-lily-parser.cc (ly:parse-string): New function.
917
918         * Documentation/user/lilypond.tely: Add comment and workaround for
919         gs-8.01 crash.  Fixes make web.
920
921         Simplification of toplevel music.
922         
923         * lily/lexer.ll, lily/parser.yy:
924
925         * In LYRICS mode, return LYRICS_STRING.  This fixes one
926         shift/reduce problem.
927
928         * Use NOTES mode at start of maininput.
929
930         * Grok toplevel composite music expression, put in score and book.
931
932         * Grok \relative COMPOSITE_MUSIC, make relative on middleC.
933
934         * \newlyrics is a shortcut for \context Lyrics \lyricsto "" \lyrics
935
936         * input/simple.ly: New file.
937         
938         * input/simple-song.ly: Idem.
939
940 2004-04-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
941
942         * lily/parser.yy: rename NEWADDLYRICS to LYRICSTO. Thanks to Erik
943         Sandberg.
944
945 2004-04-17  Jan Nieuwenhuizen  <janneke@gnu.org>
946
947         * scm/font.scm (add-cmr-fonts): Narrow bold is ecrb.
948
949 2004-04-17  Heikki Junes <hjunes@cc.hut.fi>
950
951         * input/regression/accidental-octave.ly: doc automatic showing
952         of note names.
953
954 2004-04-16  Heikki Junes <janneke@gnu.org>
955
956         * po/fi.po: do "make po && make -C po po-update" at top-level,
957         then "cp po/out/fi.po po/fi.po" and update fields.
958
959         * po/fi.po: remove all designations of `fuzzy'; shows those elements.
960
961 2004-04-15  Jan Nieuwenhuizen  <janneke@gnu.org>
962
963         * Documentation/user/introduction.itely (About this manual): Fix
964         templates and regression urls (backportme).
965
966 2004-04-14  Mats Bengtsson  <mabe@drongo.s3.kth.se>
967
968         * ly/engraver-init.ly (Score:graceSettings): Increase
969         beamed-lengths, especially for 32nd notes.
970
971         * Documentation/user/notation.itely (Grace notes): Correct the
972         syntax for add-grace-property example.
973
974 2004-04-13  Jan Nieuwenhuizen  <janneke@gnu.org>
975
976         * flower/parse-afm.cc [METATYPE1_BUG]: Grok Metatype1's global
977         `Generated' tag.
978
979         * scm/font.scm (add-cmr-fonts): Use super-cm/lmodern fonts.  NOT.
980         Severely broken (the Debian package, at least).
981
982 2004-04-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
983
984         * lily/context.cc (find_create_context): assign to lvalue.
985
986 2004-04-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
987
988         * lily/include/translator.hh (class Translator): rename
989         get_parent_context() to context () to avoid confusion.
990
991         * lily/include/lily-guile.hh: is_x -> ly_c_X_p naming.
992
993         * lily/lexer.ll: change is_string -> ly_c_string_p 
994
995         * input/mutopia/J.S.Bach/wtk1-fugue2.ly (bassdux): use \book.
996
997         * input/mutopia/W.A.Mozart/mozart-hrn-3.ly: use \book.
998
999         * VERSION: release 2.3.0
1000
1001         * mf/feta-nummer-code.mf: use ascii names for number glyphs.
1002
1003         * buildscripts/mf-to-table.py (parse_logfile): only prepend group-
1004         if nonempty.
1005
1006         * lily/include/context.hh (class Context): make members protected.
1007         (children_contexts): new accessor function.
1008
1009         * lily/include/translator.hh (class Translator): make
1010         daddy_context_ protected.
1011         (class Translator): clean up. 
1012
1013         * lily/include/context.hh (class Context): make daddy_context_
1014         private.
1015
1016         * lily/lyric-engraver.cc (get_voice_to_lyrics): recursively go
1017         higher for finding Voice. (backportme)  
1018
1019         * lily/include/context.hh (class Context): remove
1020         find_context_below() as a method.
1021
1022         * Documentation/user/notation.itely (The Lyrics context): add note
1023         about manual durations
1024
1025         * ly/chord-modifiers-init.ly (blackTriangleMarkup): use TeX-math
1026         encoding.
1027
1028         * scm/output-tex.scm (text): dump \inputencoding{} for text.
1029
1030 2004-04-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1031
1032         * scripts/lilypond.py (global_latex_preamble): remove latin1 from
1033         \usepackage{inputenc}
1034
1035         * lily/paper-book.cc (classic_output): don't advance Offset for
1036         TeX output.
1037
1038         * make/mutopia-rules.make ($(outdir)-$(PAPERSIZE)/%.dvi): include
1039         ec-sauter.map in rules
1040
1041         * mf/ecb.mf (font_identifier): new file, based on ecbx
1042
1043         * mf/ecb10.mf (gensize): new file.
1044
1045         * Documentation/topdocs/NEWS.texi (Top): document some more new
1046         features.
1047
1048         * ly/declarations-init.ly: run convert-ly
1049
1050         * lily/my-lily-parser.cc (LY_DEFINE): move parse-file function
1051         from input-file-results. Remove input-file-results.* 
1052
1053 2004-04-11  Jan Nieuwenhuizen  <janneke@gnu.org>
1054
1055         * scm/output-ps.scm (font-command): Fix, again.
1056
1057         * input/test/title-markup.ly: Add \noPagebreak test.
1058
1059         * lily/score-engraver.cc (try_music): Bugfix.
1060
1061 2004-04-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1062
1063         * lily/main.cc (main_with_guile): excise dependency options -M and
1064         --dep-prefix
1065
1066         * lily/input-file-results.cc: excise Makefile dependency code
1067
1068         * Documentation/user/invoking.itexi (Invoking the lilypond
1069         binary): remove dep doco
1070         
1071         * lily/main.cc (main_with_guile): call lilypond-main
1072         
1073         * scm/lily.scm (lilypond-main): new function: handle multiple files.
1074
1075         * lily/input-file-results.cc (LY_DEFINE): throw ly-file-failed
1076         exception.
1077
1078         * lily/my-lily-parser.cc: remove paper_description function
1079
1080         * lily/music-output-def.cc (LY_DEFINE): ly:output-description
1081         new function.
1082
1083         * lily/main.cc: remove global_score_count.
1084
1085         * lily/book.cc (process): don't take header from global_input_file.
1086
1087         * buildscripts/lilypond-profile.sh (Error): set GS_FONTPATH
1088
1089         * lily/parser.yy (My_lily_lexer): remove current_parser global var.
1090
1091         * lily/music-output-def.cc (LY_DEFINE): new function
1092         ly_output_description. This function does the bulk for  setting,
1093         parsing and breaking down of an input file.
1094
1095         * lily/ly-module.cc (ly_make_anonymous_module): don't protect
1096         anonymous modules globally. Let's hope they get GCd
1097
1098         * scripts/lilypond.py (run_dvips): add sauter-mftrace.map 
1099
1100 2004-04-11  Jan Nieuwenhuizen  <janneke@gnu.org>
1101
1102         * scm/output-ps.scm (header): Papersize from paper.
1103
1104         * scripts/lilypond.py (global_latex_preamble): Oldish behaviour
1105         for classic output.
1106
1107         * tex/lilyponddefs.tex (interscoreline): Oldish behaviour if
1108         lilypondclassic is defined.
1109         (lilypondstart): Oldish behaviour if lilypondclassic is defined.
1110
1111         * input/regression/between-systems.ly: Remove.
1112
1113         * python/lilylib.py (get_bbox): Fix regular expression
1114         for bounding box.
1115
1116         * tex/lilyponddefs.tex (lilypondpagebreak): New overridable macro.
1117
1118         * scm/output-tex.scm (stop-page): Use it.
1119
1120         * scm/output-ps.scm (define-fonts): Bugfix.
1121
1122         * lily/grob.cc: Add penalty to interface.
1123
1124         * lily/include/paper-line.hh (class Paper_line): New member
1125         var penalty_.
1126
1127         * lily/system.cc (get_line): Initialise Paper_line with
1128         page-penalty's from original grobs.
1129
1130         * scm/define-music-properties.scm (all-music-properties): Add
1131         page-penalty.
1132
1133         * scm/define-grob-properties.scm (all-grob-descriptions): Idem.
1134
1135         * lily/score-engraver.cc (try_music): Handle page-penalty.
1136
1137         * ly/declarations-init.ly (pagebreak, noPagebreak): New command.
1138
1139 2004-04-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1140
1141         * ly/declarations-init.ly (melismaEnd): typo
1142
1143         * scm/font.scm (add-cmr-fonts): caps is eccc, ecsc is slanted caps.
1144
1145         * scm/output-ps.scm (text): split string into spaces, use moveto
1146         for setting space. 
1147         
1148 2004-04-10  Jan Nieuwenhuizen  <janneke@gnu.org>
1149
1150         * po/nl.po: Update.
1151
1152         * scm/font.scm (add-cmr-fonts): Typo.
1153
1154 2004-04-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1155
1156         * scm/font.scm (add-cmr-fonts): add sauter fonts under latin1
1157         font-encoding.
1158
1159         * scm/define-grobs.scm (all-grob-descriptions): idem.
1160
1161         * lily/time-signature.cc (numbered_time_signature): idem.
1162
1163         * scm/font.scm (add-cmr-fonts): use real encoding names for
1164         font-encoding.
1165
1166 2004-04-10  Jan Nieuwenhuizen  <janneke@gnu.org>
1167
1168         * lily/paper-book.cc (classic_output): 
1169         * tex/lilyponddefs.tex (lybox): Add height, and proper raising.
1170         Fixes classic output.
1171         (lilypondstart):
1172         * scripts/lilypond.py (global_latex_preamble): Remove topmargin
1173         kludge.
1174
1175         * scripts/old-lilypond-book.py: Remove.
1176
1177         Page layout for SCOREs enclosed in a BOOK:
1178
1179         * scripts/lilypond.py: Remove LaTeX titling kludge.  Remove page
1180         layout tweaking.
1181
1182         * input/les-nereides.ly (theScore): Add \book.
1183         
1184         * input/test/title-markup.ly: Add \book.
1185
1186         * scm/page-layout.scm (ly:optimal-page-breaks): Debugging output
1187         only if 'verbose.
1188
1189         * lily/include/paper-book.hh (PAGE_LAYOUT): Remove.
1190
1191         * lily/paper-outputter.cc (output_line): Remove PAGE_LAYOUT check.
1192
1193         * tex/lilyponddefs.tex (lilypondstart, lybox, lyitem):
1194         * scm/output-tex.scm (start-system): Update for page layout by
1195         LilyPond.
1196
1197         * scm/output-ps.scm (start-system): Previously (new-start-system).
1198
1199         * lily/paper-outputter.cc (output_header): Uniquify list of fonts
1200         passed to define-fonts.
1201
1202         * lily/paper-column.cc: 
1203         * lily/system.cc (get_line):
1204         * ly/property-init.ly (newpage): 
1205         * scm/define-grob-properties.scm:
1206         * scm/output-ps.scm: 
1207         * scm/output-tex.scm: Remove between-system-string kludge.
1208
1209         * scm/output-ps.scm (define-fonts, font-command,
1210         font-load-encoding): Handle ENCODING = #f.
1211
1212         * scm/output-tex.scm (output-scopes): Check if variable is bound.
1213
1214         * scm/define-markup-commands.scm (fill-line): Use
1215         make-simple-markup (WAS: unexisting make-word-markup).
1216
1217         * lily/text-item.cc (interpret_markup): Bugfix, transpose
1218         ENCODING, MARKUP parameters for interpret_string.
1219
1220         * lily/input-file-results.cc (do_one_file): Remove Paper_book hack.
1221
1222         * lily/score.cc (book_rendering): New method.
1223         (default_rendering): Create Paper_book helper locally, dump
1224         output.
1225
1226         * lily/my-lily-lexer.cc (the_key_tab): Add book.
1227
1228         * lily/parser.yy: Handle \book.
1229
1230         * lily/include/book.hh: 
1231         * lily/book.cc: New file.
1232
1233 2004-04-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1234
1235         * lily/text-item.cc (interpret_string): new file, select font with
1236         encoding.
1237
1238         * lily/include/lily-guile.hh: ly_XXX_p -> is_XXX. Changes throughout.
1239
1240         * scm/define-markup-commands.scm (encoded-simple): new markup command.
1241
1242         * lily/parser.yy (markup): take encoding from lexer.
1243
1244 2004-04-09  Jan Nieuwenhuizen  <janneke@gnu.org>
1245
1246         * lily/kpath.cc (kpathsea_find_tfm): Do not trigger TFM generation.
1247
1248         * scm/output-ps.scm: Remove some cruft.
1249
1250 2004-04-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1251
1252         * lily/kpath.cc (kpathsea_find_tfm): don't make unfound TFMs/AFMs.
1253
1254         * Documentation/user/lilypond.tely (Top): manual for v2.3 (backportme)
1255
1256 2004-04-09  Jan Nieuwenhuizen  <janneke@gnu.org>
1257
1258         * scm/font.scm (add-century-schoolbook-fonts):
1259         (make-century-schoolbook-tree): New function.
1260
1261         * input/test/title-markup.ly: Use Century Schoolbook font.
1262
1263 2004-04-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1264
1265         * scripts/convert-ly.py: limited old-style markup convert. (Thanks
1266         to Erik Sandberg) 
1267
1268         * lily/font-metric.cc (LY_DEFINE): new function, return fontName.
1269
1270         * scm/output-ps.scm (define-fonts): remove hack for feta/parmesan.
1271
1272         * lily/font-metric.cc (LY_DEFINE): change to ly:font-filename
1273
1274         * scm/encoding.scm (coding-alist): add AdobeStandardEncoding
1275
1276 2004-04-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1277
1278         * scm/part-combiner.scm (determine-split-list): bugfix: if no
1279         solo-state (at end of solo), we can set the solo status
1280         too. (backportme.)
1281
1282         * input/regression/part-combine-solo-end.ly: new file.
1283
1284 2004-04-08  Jan Nieuwenhuizen  <janneke@gnu.org>
1285
1286         * scripts/abc2ly.py (parse_file): Strip \r from lines.  Fixes DOS
1287         flavour abc files.  Really ignore unknown keys (backportme).
1288
1289 2004-04-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1290
1291         * lily/scaled-font-metric.cc (text_dimension): only multiply with
1292         magnification_ when looking up in orig_.
1293
1294         * scm/output-tex.scm (text): switch off char-mapping.
1295
1296         * lily/tfm.cc (coding_scheme): replace ' ' in encoding with '-',
1297         because AFM's encoding field cannot have spaces.
1298
1299 2004-04-08  Jan Nieuwenhuizen  <janneke@gnu.org>
1300
1301         * scm/output-ps.scm (define-fonts): More re/encoding tweaking.
1302
1303 2004-04-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1304
1305         * lily/paper-def.cc (find_scaled_font): change to inputencoding.
1306
1307         * mf/cmr.enc: new file, without hi-bit ascii info. 
1308
1309         * lily/bezier-bow.cc (slur_shape): make indent dependent on
1310         width. This removes the 'hook' at the end of a long slur.
1311
1312         * buildscripts/mf-to-table.py (parse_logfile): don't append
1313         encoding to fontname.
1314
1315 2004-04-07  Jan Nieuwenhuizen  <janneke@gnu.org>
1316
1317         * scm/output-ps.scm (define-fonts): Load .enc only once.
1318
1319         * mf/GNUmakefile (INSTALLATION_OUT_SUFFIXES): Install .enc files
1320         too.
1321
1322 2004-04-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1323
1324         * buildscripts/mf-to-table.py (parse_logfile): remove spaces from
1325         encoding field.
1326
1327         * lily/stencil-scheme.cc: remove ly:fontify-atom 
1328
1329         * ly/portuges.ly (pitchnames): new file.
1330
1331         * lily/include/lily-guile.hh: many new ly_ functions.  Thanks to
1332         Michael Welsh Duggan
1333
1334         * lily/*.cc: deprecate gh_ interface. Thanks to Michael Welsh Duggan
1335
1336         * ly/nederlands.ly: add comment about digits.
1337
1338         * lily/scaled-font-metric.cc (derived_mark): idem.
1339
1340         * scm/encoding.scm (make-encoding-mapping): change permutation to
1341         mapping.
1342
1343         * lily/scaled-font-metric.cc (derived_mark): is a const method.
1344         (Modified_font_metric): make alist for coding_description_
1345         (LY_DEFINE): remove coding-name.
1346
1347         * scm/output-tex.scm (text): remove debugging code.
1348
1349         * lily/scaled-font-metric.cc (ly_font_encoding): return vector
1350
1351         * buildscripts/mf-to-table.py (parse_logfile): read EncodingScheme
1352         from infile.
1353
1354         * mf/feta-generic.mf: move fet_beginfont into generic code.
1355         use fetaMusic (without space) as encoding
1356
1357         * mf/feta-autometric.mf: take encoding argument
1358
1359         * lily/afm.cc (read_afm_file): bugfix, read global info too. 
1360
1361         * lily/my-lily-lexer.cc (set_identifier): remove gh_scm2newstr
1362         use.
1363
1364         * scm/encoding.scm (read-encoding-file): use symbol for glyph
1365         name.
1366
1367 2004-04-07  Jan Nieuwenhuizen  <janneke@gnu.org>
1368
1369         * input/test/title-markup.ly: Set inputencoding.
1370
1371         * scm/output-ps.scm (define-fonts): Handle font re-encoding.
1372
1373         * lily/scaled-font-metric.cc (ly:font-coding-name): New function.
1374
1375         * scm/encoding.scm (get-coding-filename, get-coding-command): New
1376         function.
1377         (coding-alist): Also hold filename, command.
1378         (read-encoding-file): Return symbols.
1379
1380 2004-04-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1381
1382         * scm/output-tex.scm: remove fontify; text and char take a font
1383         argument.
1384
1385         * lily/tfm.cc (name_to_index): new function, use encoding_table_.
1386
1387         * lily/scaled-font-metric.cc (text_dimension): init
1388         coding_{permutation,table}_ too 
1389         (LY_DEFINE): ly:font-encoding, new function return
1390
1391         * lily/paper-def.cc (find_scaled_font): take input coding from
1392         inputcoding paper var.
1393
1394         * lily/performance.cc (output): remap modulo 16.
1395
1396         * lily/text-item.cc (interpret_markup): whoops, variable
1397         shadowing fixed.
1398
1399 2004-04-06  Michael Welsh Duggan  <mwd@sei.cmu.edu>
1400
1401         * lily/piano-pedal-performer.cc (try_music): Compare symbols to
1402         symbols, not symbols to strings.
1403         
1404         * lily/piano-pedal-engraver.cc (try_music): Compare symbols to
1405         symbols, not symbols to strings.
1406
1407 2004-04-06  Jan Nieuwenhuizen  <janneke@gnu.org>
1408
1409         * lily/kpath.cc (kpathsea_gulp_file_to_string): 
1410         (ly:kpathsea-gulp-file): New function.
1411
1412         * scm/encoding.scm (read-encoding-file): Use it.
1413
1414 2004-04-06  Werner Lemberg  <wl@gnu.org>
1415
1416         * scm/encoding.scm (coding-alist): Fix typo.
1417
1418 2004-04-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1419
1420         * lily/scaled-font-metric.cc (text_dimension): move function from
1421         Font_metric
1422         (make_scaled_font_metric): init coding_scheme_ to TeX
1423         (text_dimension): use get-coding-vector for non TeX coding_scheme_
1424
1425         * lily/include/scaled-font-metric.hh (struct
1426         Modified_font_metric): rename from Scaled_font_metric
1427
1428         * scm/encoding.scm (read-encoding-file): split up large function,
1429         leave caching to (delay)
1430
1431         * lily/lily-guile.cc (LY_DEFINE): typecheck argument.
1432
1433 2004-04-05  Jan Nieuwenhuizen  <janneke@gnu.org>
1434
1435         * lily/my-lily-lexer.cc (set_encoding): New method.
1436
1437         * lily/lexer.ll: Grok \encoding.
1438
1439         * lily/font-metric.cc (get_encoded_index): New function.
1440
1441         * lily/include/font-metric.hh (coding_scheme): New method.
1442
1443         * scm/encoding.scm: New file.
1444
1445         * mf/feta-beugel.mf: Better error message (WAS: `foobar').
1446
1447 2004-04-05  Werner Lemberg  <wl@gnu.org>
1448
1449         * Documentation/user/tutorial.itely: Revised (finished).
1450
1451         * Documentation/user/macros.itexi (@separate): Removed.
1452
1453 2004-04-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1454
1455         * scm/output-ps.scm (define-fonts): fix scaling.
1456
1457         * lily/scaled-font-metric.cc (design_size): add function.
1458
1459         * lily/font-metric.cc (LY_DEFINE): opps ly:font-design-size is only
1460         partial cut&paste of ly:font-magnification.
1461
1462 2004-04-05  Jan Nieuwenhuizen  <janneke@gnu.org>
1463
1464         * scm/output-ps.scm (define-fonts):
1465         (fontify): Update.
1466
1467 2004-04-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1468
1469         * po/fr.po: update. (backportme).
1470
1471         * po/nl.po: update. (backportme). 
1472
1473         * mf/feta-beugel.mf: document why design size is not fixed.
1474
1475         * mf/feta-braces-a.mf: rename to stress that it's not design size.
1476
1477 2004-04-04  Werner Lemberg  <wl@gnu.org>
1478
1479         * Documentation/user/tutorial.itely: Revised (continued).
1480
1481 2004-04-03  Jan Nieuwenhuizen  <janneke@gnu.org>
1482
1483         * po/nl.po: Update (backportme).
1484
1485 2004-04-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1486
1487         * po/de.po: update. (backportme).
1488
1489         * scm/output-tex.scm (font-command): use ly: functions to
1490         construct name.
1491         (define-fonts): don't use alist, just dump \font definitions.
1492         (font-load-command): calculate proper scaling by taking
1493         outputscale from paper argument.
1494
1495         * lily/stencil-scheme.cc (fontify_atom): insert Font_metric into
1496         expression.
1497
1498         * lily/paper-outputter.cc (output_header): pass paper arg to
1499         define-fonts
1500
1501         * lily/paper-def.cc (font_descriptions): dump list of
1502         Scaled_font_metrics
1503         (find_scaled_font): take Font_metric argument, store
1504         Scaled_font_metrics in hash-table containing (size ->
1505         Scaled_font_metrics) alist.
1506         (get_dimension): rename from get_realvar
1507
1508         * lily/font-metric.cc (LY_DEFINE): ly:font-design-size,
1509         ly:font-magnification, ly:font-name: new functions
1510
1511 2004-04-03  Werner Lemberg  <wl@gnu.org>
1512
1513         * Documentation/user/dedication.itely,
1514         Documentation/user/preface.itely,
1515         Documentation/user/introduction.itely,
1516         Documentation/user/tutorial.itely: Revised.
1517         Removing leading spaces which distorts output if info files are read
1518         with stand-alone info.
1519         Removing superfluous inter-word spaces which also distorts output
1520         for stand-alone info.
1521         Using ` and ' instead of `` and '' everywhere to improve
1522         legilibility with stand-alone info
1523         Using @samp for single-letter input items and data which contains
1524         spaces, @code for other things.
1525
1526         * lily/grob-interface.cc: Adding copyright.
1527         (check_interfaces_for_property): Improve format of warning message.
1528
1529 2004-04-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1530
1531         * lily/include/font-metric.hh (struct Font_metric): add
1532         design_size () method.
1533
1534         * buildscripts/mf-to-table.py (base): add DesignSize comment.
1535
1536         * lily/afm.cc (read_afm_file): read design size.
1537
1538         * input/regression/repeat-unfold-tremolo.ly: add dotted case.
1539
1540         * scm/music-functions.scm (unfold-repeats): handle dots too.
1541
1542 2004-04-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1543
1544         * mf/GNUmakefile ($(outdir)/$(redhat-package)): fix URL.
1545         (backportme)
1546
1547 2004-04-02  Jan Nieuwenhuizen  <janneke@gnu.org>
1548
1549         * input/wilhelmus.ly: Use raggedright.  Hack `Een prin -- ce'
1550         lyric indent.  Revert melismaBusyProperties using \unset.
1551
1552 2004-04-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1553
1554         * input/regression/bar-check-redefine.ly (pipeSymbol): new file.
1555
1556         * lily/parser.yy (command_element): allow redefinition of |
1557         meaning.
1558
1559         * lily/break-align-engraver.cc (acknowledge_grob): construct
1560         LeftEdge where the first cause for alignment is coming from.
1561         This makes \override Staff.LeftEdge work as expected.
1562
1563         
1564         * lily/slur-performer.cc (Slur_performer): add inits
1565
1566         * lily/beam-performer.cc (Beam_performer): add inits
1567
1568 2004-04-01  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1569
1570         * VERSION (PACKAGE_NAME): release 2.2.0
1571
1572         * scripts/convert-ly.py (conv): add 2.2.0 rule.
1573
1574 2004-04-01  Jan Nieuwenhuizen  <janneke@gnu.org>
1575
1576         * lily/cluster.cc (height): Fix warning.
1577
1578         * lily/parser.yy: Janitorial cleanups.
1579
1580         * Documentation/user/tutorial.itely (Tutorial): Typo.
1581
1582 2004-04-01  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1583
1584         * lily/change-iterator.cc (process): search at multiple context
1585         levels. This fixes 
1586
1587         
1588         * scm/part-combiner.scm (analyse-spanner-states): use split-index,
1589         not voice-state index for tie state. This fixes a partcombine
1590         problem with ties.
1591
1592         * Documentation/user/tutorial.itely (Commenting input files): add
1593         note about convert-ly.
1594
1595         * input/test/cadenza-skip.ly:  new file.
1596
1597 2004-03-31  Jan Nieuwenhuizen  <janneke@gnu.org>
1598
1599         * po/nl.po: Spelling fixes.
1600
1601         * autogen.sh (srcdir): Regenerate.
1602
1603         * stepmake/autogen.sh (srcdir): Copy SUSE fix to the master
1604         autogen.sh.
1605
1606         * configure.in: Use C++ to check for C++ header.
1607
1608         * po/nl.po: Update.
1609
1610         * lily/scm-option.cc (LY_DEFINE): Name of the program is lilypond-bin.
1611
1612         * lily/event.cc (to_relative_octave): Translatable sentence should
1613         be one string.
1614
1615         * python/lilylib.py (warranty): Year range is not translatable.
1616         It's 2004 already!
1617
1618         * flower/warn.cc (non_fatal_error, warning, programming_error):
1619         Remove whitespace from translated string.
1620
1621 2004-03-31  Jan Nieuwenhuizen  <janneke@gnu.org>
1622
1623         * VERSION: release 2.1.37.
1624
1625 2004-03-31  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1626
1627         * configure.in: check for C language.
1628
1629         * lily/source-file.cc: include strstream without h.
1630
1631         * scm/documentation-generate.scm (string-append): use name without
1632         .texi.
1633
1634         * autogen.sh (srcdir): SUSE fix.
1635
1636         * Documentation/user/notation.itely (Ancient clefs): idem.
1637
1638         * Documentation/user/lilypond-book.itely (Integrating HTML and
1639         music): idem.
1640
1641         * Documentation/user/cheatsheet.itely (Cheat sheet): octave fixes.
1642
1643         * lily/change-iterator.cc (process): use find_existing_context().
1644
1645         * input/test/polymetric-differing-notes.ly: use ly:music-compress.
1646
1647         * input/regression/repeat-unfold-tremolo.ly: new file.
1648
1649         * scm/music-functions.scm (unfold-repeats): undo music compression
1650         too.
1651
1652         * lily/music.cc (LY_DEFINE): rename to music-mutable-properties
1653         (LY_DEFINE): ly:music-compress new function.
1654
1655         * scm/part-combiner.scm (determine-split-list): split for voice
1656         crossings
1657
1658         * input/regression/part-combine-cross.ly: new file.
1659
1660         * scm/part-combiner.scm (make-part-combine-music): don't do
1661         relative inside partcombine arguments.
1662
1663         * scm/music-functions.scm (make-non-relative-music): new function.
1664
1665         * Documentation/user/notation.itely (Automatic part combining):
1666         add note about \relative.
1667
1668         * lily/part-combine-iterator.cc (construct_children): add
1669         start_moment_ member.
1670
1671         * lily/chord-tremolo-engraver.cc (acknowledge_grob): trigger
1672         stem-tremolo by stem object. This fixes no stem for tremolo bug.
1673
1674         * lily/stem-tremolo.cc (print): don't crash for no-stem.
1675
1676         * Documentation/user/changing-defaults.itely (Which properties to
1677         change): fixes.
1678
1679 2004-03-31  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1680
1681         * po/fr.po: update.
1682
1683 2004-03-31  Jan Nieuwenhuizen  <janneke@gnu.org>
1684
1685         * input/wilhelmus.ly: More original lyrics.  Add to examples.
1686
1687         * stepmake/stepmake/generic-targets.make ($(outdir)/dummy.dep):
1688         Reinstate old code that issues warning.  Fixes --srcdir build.
1689
1690 2004-03-30  Jan Nieuwenhuizen  <janneke@gnu.org>
1691
1692         * input/wilhelmus.ly: New file.
1693
1694         * Documentation/user/notation.itely: 
1695         * Documentation/user/introduction.itely:
1696         * Documentation/user/tutorial.itely: Use quote ly-option instead
1697         of explicit @quotation.  This fixes too long lilypond linewidths
1698         resulting in overful hboxes.
1699
1700         * scripts/lilypond-book.py: Add ly-option: `quote'.
1701
1702 2004-03-30  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1703
1704         * tex/titledefs.tex: Avoid that the first score line is extra
1705         indented if instrument is defined but not piece.
1706
1707 2004-03-30  Werner Lemberg  <wl@gnu.org>
1708
1709         * Documentation/user/macros.itexi (@internalsref) [info]: Prepend
1710         `lilypond/' to info file name.
1711         (@usermanref) [info]: New variant.
1712
1713         * scm/documentation-generate.scm: Fix definition of @usermanref
1714         and @glossaryref (in the `ifinfo' branch) by prepending `lilypond/'
1715         to info file name.
1716
1717 2004-03-30  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1718
1719         * VERSION: release 2.1.36
1720         
1721         * Documentation/user/changing-defaults.itely (Interpretation
1722         contexts): rewrite introduction.
1723
1724 2004-03-30  Ferenc Wagner  <wferi@tba.elte.hu>
1725
1726         * scm/define-markup-commands.scm: Use TeX accents instead of
1727         straight iso-8859-1 encoding in the doc string.
1728
1729 2004-03-30  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1730
1731         * Documentation/user/tutorial.itely (A lead sheet): remove extra
1732         space after dotted duration.
1733
1734 2004-03-29  Jan Nieuwenhuizen  <janneke@gnu.org>
1735
1736         * Documentation/user/introduction.itely: 
1737         * Documentation/user/notation.itely:
1738         * Documentation/user/tutorial.itely: Up all relative examples.
1739         Enclose @lilypond displays in @quotation.  Typos and corrections.
1740
1741         * Documentation/user/macros.itexi: Use fetaflat, fetasharp.
1742
1743 2004-03-29  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1744
1745         * scm/music-functions.scm (make-voice-props-revert): Revert also
1746         MultiMeasureRest staff-position in oneVoice.
1747
1748 2004-03-29  Heikki Junes <hjunes@cc.hut.fi>
1749
1750         * Documentation/user/changing-defaults.itely, 
1751         Documentation/user/lilypond.tely: few fixes. Place no comma between
1752         two options: a and b, but commas between three options: a, b, and c.
1753         By this manner, grouping is possible: a and b, and c and d.
1754
1755 2004-03-29  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1756
1757         * Documentation/user/GNUmakefile: add rule for .nexi
1758
1759 2004-03-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1760
1761         * Documentation/user/music-glossary.tely: move glossary direntry
1762
1763         * stepmake/stepmake/texinfo-vars.make (INFOINSTALL): 
1764         only do mkdir/install-info if INFO_INSTALL_FILES != "".
1765
1766 2004-03-28  Jan Nieuwenhuizen  <janneke@gnu.org>
1767
1768         * stepmake/aclocal.m4: Verify that gettext configure check with
1769         gcc-3.3 and autoconf 2.59 is still broken.  Update warning.
1770
1771 2004-03-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1772
1773         * scripts/lilypond-book.py (Lilypond_snippet.is_outdated): use
1774         glob.glob for .png filenames. This catches multipage pngs.  
1775
1776         * Documentation/user/changing-defaults.itely (Determining the grob
1777         property): fix references.
1778
1779         * lily/staff-symbol.cc (print): only add extent if non empty.
1780         This fixes staff-container.ly.
1781
1782         * lily/timing-engraver.cc (initialize): init whichBar, so a score
1783         starting with a mmrest also works.
1784
1785         * scripts/lilypond-book.py (Lilypond_snippet.is_outdated): require
1786         PNG for texinfo too.
1787
1788         * po/lilypond.pot: update translation strings.
1789
1790         * VERSION: 2.1.35 released
1791         
1792         * scripts/convert-ly.py (FatalConversionError.sub_abs): convert
1793         context argument too.
1794
1795         * make/ly-rules.make ($(outdir)/%.texi): use variable for outdir.
1796
1797         * input/mutopia/W.A.Mozart/mozart-hrn-3.ly: Mozart died in 1791
1798
1799         * python/lilylib.py (command_name): don't return 1st path
1800         component.
1801
1802         * scripts/lilypond-book.py (Lilypond_snippet.is_outdated): treat
1803         .png case separately.
1804
1805         * python/lilylib.py (system): typo.
1806         
1807 2004-03-28  Jan Nieuwenhuizen  <janneke@gnu.org>
1808
1809         * input/regression/span-bar.ly: Fix typos.  Set indent-level:2,
1810         run indent-region.
1811
1812         * Documentation/user/preface.itely: Run texinfo-all-menus-update.
1813         Fixes compile.
1814
1815         * lily/function-documentation.cc: Compile fix: Include <string.h>.
1816         Add header.
1817
1818 2004-03-27  Heikki Junes  <hjunes@cc.hut.fi>
1819
1820         * vim/lilypond-indent.vim: small fixes.
1821
1822 2004-03-26  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1823
1824         * Documentation/user/notation.itely (Entering lyrics): Add example
1825         with correct english double quotes (at least for LaTeX output,
1826         maybe not a good idea if we switch to PS as the default output
1827         format).
1828
1829 2004-03-26  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1830
1831         * lily/staff-performer.cc (create_audio_elements): play instrument
1832         changes before notes arrive. This fixes instrument of the first
1833         note in a score.
1834
1835         * scripts/convert-ly.py (FatalConversionError.conv): add #'() case
1836         to 1.9.0 conversion.
1837
1838         * lily/mark-engraver.cc: doc string.
1839
1840         * make/lilypond.redhat.spec.in (Group): add vim scriptlets.
1841
1842         * Documentation/user/introduction.itely (Introduction): new node.
1843
1844 2004-03-25  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1845
1846         * lily/duration.cc (LY_DEFINE): dotcount argument is now optional.
1847
1848         * input/regression/spacing-ragged-last.ly: new file.
1849
1850         * lily/gourlay-breaking.cc (do_solve): add raggedlast support for
1851         spacing.
1852
1853         * scm/font.scm: rewrite using GOOPS.
1854         
1855         * lily/context-def.cc (filter_engravers): derefence pointer.
1856
1857         * lily/lily-guile.cc (type_check_assignment): use
1858         ly_scheme_function iso. scm_primitive_eval where possible.
1859
1860         * lily/performance.cc (output): limit channels at 15. This fixes
1861         percussion inadvertently showing up in large scores.
1862
1863 2004-03-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1864
1865         * input/regression/tuplet-gap.ly: new file.
1866
1867         * lily/tuplet-bracket.cc (make_bracket): take gap interval.
1868         (print): compute gap length from number size, include italic
1869         correction.
1870
1871         * scm/define-grobs.scm (all-grob-descriptions): remove gap from
1872         tuplet-bracket
1873
1874         * scm/paper.scm (set-default-paper-size): new function, to be
1875         called at toplevel.
1876         (set-paper-size): new function, to be called inside \paper {}
1877         (set-default-paper-size): new function, to be called at toplevel.
1878
1879         * lily/paper-def.cc (LY_DEFINE): ly:paper-def?: new function. 
1880
1881         * lily/beam-performer.cc (process_music): idem.
1882
1883         * lily/slur-performer.cc (process_music): stop melisma for stop event.
1884         
1885         * tex/titledefs.tex: remove scshape for piece.
1886
1887         * lily/line-spanner.cc (line_stencil): font-encoding = music, not
1888         font-family
1889
1890         * lily/time-signature.cc (special_time_signature): font-encoding
1891         not family.
1892
1893         * lily/dynamic-engraver.cc (acknowledge_grob): fix typo, attach
1894         dynamic to head. This fixes p placement in morgenlied.
1895
1896 2004-03-23  Werner Lemberg  <wl@gnu.org>
1897
1898         * stepmake/stepmake/generic-targets.make (help): Improve text.
1899
1900 2004-03-23  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1901
1902         * VERSION: 2.1.34 released
1903         
1904         * lily/main.cc (main_with_guile): switch debugging.
1905
1906         * lily/system.cc (get_line): plug leak.
1907
1908         * lily/paper-book.cc (pages): plug memory leaks: delete page array
1909         and contents.
1910         (stencil2line): plug leak.
1911
1912         * Documentation/user/changing-defaults.itely (Determining a grob
1913         property):  new node.
1914         (Layout interfaces): new node.
1915         (Navigating the program reference): new node.
1916
1917         * lily/accidental-engraver.cc (acknowledge_grob): add property
1918         harmonicAccidentals
1919
1920         * lily/piano-pedal-engraver.cc (del_linespanner): new function.
1921         general cleanups.
1922         
1923         * input/les-nereides.ly (middleDynamics): resurrect Les
1924         nereides. Remove pedal hack.
1925
1926 2004-03-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1927
1928         * input/regression/property-grace-polyphony.ly: new file.
1929
1930         * lily/translator-property.cc (execute_pushpop_property): only pop
1931         one instance of the property. This fixes << \\ >> together with
1932         \grace.
1933
1934         * lily/break-align-interface.cc (ordered_elements): we cannot
1935         modify the #'elements property, so return reordered array.
1936
1937 2004-03-23  Heikki Junes  <hjunes@cc.hut.fi>
1938
1939         * buildscripts/lilypond.words.py: remove.
1940         * buildscripts/lilypond-words.py: add new, renamed file. 
1941         Give generated targets and dirs explicitly in arguments.
1942
1943         * GNUmakefile.in, elisp/GNUmakefile, elisp/lilypond-init.el,
1944         elisp/lilypond-mode.el, vim/lilypond-ftplugin.vim,
1945         vim/lilypond-syntax.vim: update to use new lilypond-words.py.
1946         
1947         * config.make.in: give '/usr/share/vim' explicitly as $(vimdir).
1948
1949         * vim/GNUmakefile: use --words and --vim targets in lilypond-words.py
1950
1951         * Documentation/topdocs/INSTALL.texi: update vim-mode installing
1952         orders.
1953
1954         * vim/GNUmakefile: add local-uninstall target.
1955
1956         * Documentation/topdocs/INSTALL.texi: give even more detailed orders.
1957         
1958         * vim/vimrc: add a one-liner file.
1959
1960         * vim/GNUmakefile: try to remove empty dirs during uninstalling, put
1961         vimrc in EXTRA_DIST_FILES.
1962
1963         * vim/GNUmakefile: ignore errors due to rmdir of non-empty directories.
1964
1965 2004-03-22  Heikki Junes  <hjunes@cc.hut.fi>
1966
1967         * config.make.in: add vimdir.
1968
1969         * vim/GNUmakefile: add local-install.
1970
1971 2004-03-22  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1972
1973         * tex/titledefs.tex: Replaced \ifx\blabla\undefined
1974         with \lilypondifundefined{blabla}. Solves problem with multiple
1975         titles in the same lilypond-book document.
1976
1977 2004-03-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1978
1979         * scm/document-backend.scm (interface-doc): sort grob list for
1980         interface.
1981
1982         * scm/define-grobs.scm (all-grob-descriptions): fix ordering of
1983         pre/post break align-order.
1984
1985         * spelling patch courtesy Edward Sutton.
1986
1987         * Documentation/user/changing-defaults.itely (Changing context
1988         default settings): new node.
1989         (Defining new  contexts): new node.
1990
1991         * scripts/lilypond-book.py (is_derived_class): use numbers
1992         iso. booleans.
1993
1994         * python/lilylib.py (make_ps_images): add margin to PS images.
1995
1996         * scripts/lilypond-book.py (is_derived_class): new function. Take
1997         class arg iso. object.
1998         (to_eps): make a non EPS file if EPS contains %%Pages. Workaround
1999         for bug in GS/dvips.
2000
2001         * lily/text-item.cc (interpret_markup): idem.
2002
2003         * scm/define-markup-commands.scm: remove split around-space hack.
2004
2005         * lily/staff-symbol-referencer.cc (get_rounded_position): new
2006         function, fold WL's fixes into one function.
2007
2008 2004-03-22  Werner Lemberg  <wl@gnu.org>
2009
2010         * lily/stem.cc (Stem::extremal_heads, Stem::note_head_positions),
2011         lily/dot-column.cc (Dot_column::do_shifts), lily/note-column.cc
2012         (Note_column::head_position_interval): Do proper rounding for
2013         calls to Staff_symbol_referencer::get_position.
2014
2015 2004-03-21  Werner Lemberg  <wl@gnu.org>
2016
2017         * lily/score.cc (ly_run_translator), lily/paper-def.cc
2018         (Paper_def::get_paper_outputter), lily/input-file-results.cc
2019         (Input_file_results::Input_file_results), lily/my-lily-parser.cc
2020         (My_lily_parser::parse_file): Improve formatting progress indication
2021         sent to stdout.
2022
2023 2004-03-21  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2024
2025         * VERSION: 2.1.33 released.
2026
2027         * scripts/lilypond-book.py (do_file): reinstate --filter support.
2028
2029         * buildscripts/mf-to-table.py (base): use %d for TfmCheckSum
2030
2031         * stepmake/stepmake/generic-targets.make: rewrite hack so no
2032         warning is issued about dummy.dep.
2033
2034         * scm/new-font.scm: fix design sizes of nummer
2035
2036 2004-03-21  Werner Lemberg  <wl@gnu.org>
2037
2038         * stepmake/bin/install-sh: Updated (from gnulib).  This removes
2039         some annoying warnings from mkdir during `make install'.
2040
2041 2004-03-21  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2042
2043         * lily/performer-group-performer.cc (do_announces): call
2044         Performer_group_performer::create_audio_elements () too.
2045
2046         * scripts/convert-ly.py (conv): add rule for breakAlignOrder.
2047
2048         * scm/define-grobs.scm (all-grob-descriptions): add property
2049         break-align-orders
2050
2051         * lily/global-context.cc (get_default_interpreter): new
2052         function. Override from base class, so no new Score contexts are
2053         created.
2054
2055         * lily/include/stencil.hh (class Stencil): document origin field.
2056
2057         * lily/staff-symbol.cc (print): span staff-symbol on column
2058         extents for non-broken columns. 
2059
2060         * ly/engraver-init.ly (breakAlignOrder): put staff-bar behind
2061         key-signature.
2062
2063         * tex/titledefs.tex: don't use smallcaps for piece.
2064
2065         * lily/system.cc (uniquify_list): bugfix. This fixes spuriously
2066         translated stencils in the output.
2067
2068         * lily/paper-outputter.cc (output_line): don't add Stencil::origin.
2069
2070 2004-03-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2071
2072         * lily/tie-performer.cc (acknowledge_audio_element): bugfix: use
2073         and init ties_created_
2074
2075         * VERSION: release 2.1.32
2076
2077         * lily/include/music-iterator.hh (IMPLEMENT_CTOR_CALLBACK): remove
2078         doc string from IMPLEMENT_CTOR_CALLBACK().
2079
2080         * lily/engraver.cc (typeset_grob): paranoia: take care of the case
2081         that engraver is in a performer hierarchy.
2082
2083 2004-03-17  Heikki Junes <hjunes@cc.hut.fi>
2084
2085         * vim/lilypond-ftdetect.vim: new file.
2086
2087 2004-03-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2088
2089         * scripts/lilypond-book.py (compose_ly): bugfix for relative < 0. 
2090         (compose_ly): default octave should be middle C.
2091
2092         * Documentation/user/changing-defaults.itely (Layout tunings
2093         within contexts): new node.
2094
2095         * lily/include/smobs.hh: document C++ smob interface.
2096
2097         * lily/function-documentation.cc: don't doc functions without
2098         docstring.
2099
2100 2004-03-19  Jan Nieuwenhuizen  <janneke@gnu.org>
2101
2102         * Documentation/user/lilypond.tely: Remove `* lilypond' node from
2103         direntry, so that `info lilypond' goes to Top.
2104
2105         * scm/output-ps.scm (polygon): Fix: add spaces.
2106
2107         * scm/page-layout.scm (ly:optimal-page-breaks): Bugfix: underful
2108         solutions are now optimal too.
2109
2110         * input/test/page-breaks.ly: New file.
2111
2112         * lily/paper-outputter.cc (Paper_outputter): Import page breaking
2113         functions into safe module.
2114
2115         * lily/lily-guile.cc (ly:number->string): Do not leave space at
2116         end, prepend zeros.
2117
2118         * scm/output-*.scm: Use ly:number->string rather than
2119         number->string.  Makes for saner output.
2120
2121         * scm/output-ps.scm (define-fonts): Always scale by designsize.
2122         Fixes feta-nummer, feta-din scaling.
2123
2124 2004-03-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2125
2126         * input/mutopia/W.A.Mozart/mozart-hrn-3.ly: use latin1.
2127
2128         * scm/music-functions.scm (descend-to-context): new
2129         function. Similar to context-spec-music.
2130         (make-time-signature-set): specify Score as descend-only. This
2131         fixes the polymetric.ly example.
2132
2133         * lily/context-specced-music-iterator.cc (construct_children): add
2134         support for descend-only context spec.
2135
2136         * lily/note-head.cc (brew_ez_stencil): read vector #'note-names to
2137         determine ez-notation letter. 
2138
2139         * lily/system.cc (get_line): start with dumping layer 3. This
2140         fixes ez notation.
2141
2142 2004-03-19  Jan Nieuwenhuizen  <janneke@gnu.org>
2143
2144         * input/test/title-markup.ly: Stress breaking harder.
2145
2146         * scm/page-layout.scm (height-score): Overfull page scores twice
2147         as bad as underfull (was: by a power).
2148         (walk-lines): Omit first walk-path round (breaking after new node,
2149         without lines).
2150
2151         * lily/paper-book.cc (pages): Bugfix: copy_height and tag_height
2152         diff values are negative.
2153         (output): Bugfix: treat negative vfill differently.
2154
2155         * Documentation/user/lilypond.tely (direntry): Add note about why
2156         `info lilypond' brings up `Invoking LilyPond' node.
2157
2158 2004-03-18  Jan Nieuwenhuizen  <janneke@gnu.org>
2159
2160         * input/mutopia/W.A.Mozart/mozart-hrn-3.ly: Mutopia tagline.
2161
2162         * lily/paper-book.cc: Remove cruft.
2163         (output): Bugfix: put vfill between lines.
2164         (pages): Bugfix: set page vars needed for filling.
2165
2166         * Documentation/user/music-glossary.tely: Compile fix: Use @arrow
2167         (was: @ar).
2168
2169         * scm/page-layout.scm: Further development.
2170
2171         * ly/declarations-init.ly (paper): Define page-breaking.
2172
2173 2004-03-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2174
2175         * lily/note-head.cc (brew_ez_stencil): add note-names
2176         property. Provides internationalization for note names.
2177
2178         * Documentation/user/changing-defaults.itely (Creating contexts):
2179         new node.
2180
2181         * lily/grace-iterator.cc (process): descend to child for \grace.
2182
2183         * lily/timing-translator.cc (initialize): Timing_translator adds
2184         Timing alias by itself.
2185
2186         * lily/context.cc (add_alias): new function.
2187
2188         * scm/lily.scm (tex-output-expression): new function, eval within
2189         drawing API. Guards against eval vulnerabilities.
2190
2191         * scm/output-tex.scm (tex-encoded-fontswitch): idem. 
2192
2193         * scm/output-ps.scm (scm): export lily drawing API.
2194
2195         * lily/include/lily-guile.hh (ly_scheme_function): new macro. Use
2196         throughout.
2197
2198 2004-03-17  Jan Nieuwenhuizen  <janneke@gnu.org>
2199
2200         * scm/page-layout.scm (optimal-page-breaking): New function.
2201         
2202         * lily/paper-book.cc (pages): Use it.
2203
2204 2004-03-16  Jan Nieuwenhuizen  <janneke@gnu.org>
2205
2206         * lily/include/paper-line.hh (class Paper_line): Full smob.
2207
2208 2004-03-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2209
2210         * lily/global-context.cc (run_iterator_on_me): fix grace note
2211         nesting by initting measurePosition.
2212
2213         * lily/timing-translator.cc (initialize): do no init
2214         measurePosition
2215         
2216         * lily/include/music-output-def.hh (class Music_output_def): add
2217         input_origin_ field.
2218
2219         * Documentation/user/changing-defaults.itely (Changing context
2220         properties on the fly): new node.
2221
2222         * lily/include/ly-smobs.icc (free_smob): remove smobbed_self()
2223         function. Only have smobbed_copy (), and do not provide
2224         smobbed_copy() for non-simple smobs. Changes throughout.
2225
2226 2004-03-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2227
2228         * lily/auto-change-iterator.cc (class Auto_change_iterator): add
2229         start_moment_. Fix by Doug A. Linhardt.
2230
2231 2004-03-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2232
2233         * lily/accidental-engraver.cc (acknowledge_grob): don't suppress
2234         accidentals for harmonic notes.
2235
2236         * lily/note-collision.cc (check_meshing_chords): don't merge heads
2237         of different style. (Thanks to Doug Linhardt).
2238
2239         * Documentation/user/changing-defaults.itely (Scheme tutorial):
2240         new node.
2241
2242 2004-03-16  Heikki Junes <hjunes@cc.hut.fi>
2243
2244         * Documentation/topdocs/INSTALL.texi: finish install orders for vim.
2245
2246         * vim/filetype.vim, vim/lilypond-ftplugin.vim,
2247         vim/lilypond-syntax.vim, vim/lilypond-compiler.vim,
2248         vim/lilypond-indent.vim: doc targets and deps in comments.
2249
2250 2004-03-15  Jan Nieuwenhuizen  <janneke@gnu.org>
2251
2252         * lily/paper-book.cc (stencil2line): Bugfix: put stencil in line.
2253
2254         * lily/system.cc (get_line): Return Paper_line.  Change all users.
2255
2256         * lily/include/paper-line.hh:
2257         * lily/include/paper-line.cc: New file.
2258
2259 2004-03-15  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2260
2261         * VERSION (MY_PATCH_LEVEL): release 2.1.31.
2262
2263         * GNUmakefile.in: remove stray make out=www
2264
2265         * input/test/bagpipe.ly (gcdg): octave fixes.
2266
2267         * scm/define-markup-commands.scm (number): use font-encoding
2268         iso. font-family
2269
2270         * ly/chord-modifiers-init.ly (blackTriangleMarkup): set
2271         font-encoding.
2272         
2273 2004-03-15  Heikki Junes <hjunes@cc.hut.fi>
2274
2275         * lily/parse-scm.cc: compile-bugfix: add missing header files for
2276         `output_format_global' and `PAGE_LAYOUT'.
2277
2278 2004-03-14  Jan Nieuwenhuizen  <janneke@gnu.org>
2279
2280         * lily/parse-scm.cc (internal_ly_parse_scm)[PAGE_LAYOUT]: Import
2281         lily functions in safe mode.
2282
2283         * scripts/lilypond-book.py (Lilypond_snippet.output_texinfo):
2284         Print filename for HTML, LATEX, before texidoc.
2285
2286         * scm/output-tex.scm (ps-output-expression): Eval embedded-ps
2287         instructions in output-ps module.
2288
2289         * scm/lily.scm: Do not load output-ps module.
2290
2291         * lily/paper-outputter.cc (Paper_outputter): Eval output-ps in
2292         safe mode.
2293
2294 2004-03-14  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2295
2296         * lily/span-dynamic-performer.cc (process_music): remove spurious
2297         warning.
2298
2299         * lily/context-def.cc (Context_def): init name to ""
2300
2301         * lily/font-interface.cc: add font-encoding property.
2302
2303         * scm/lily.scm (chain-assoc-get): bugfix.
2304
2305         * lily/paper-book.cc (stencil2line): protect static SCM.
2306
2307         * lily/font-interface.cc (text_font_alist_chain): rename function,
2308         and use text-font-defaults. 
2309
2310         * lily/font-select.cc (properties_to_font_size_family): call SCM code.
2311
2312         * scm/paper.scm (paper-set-staff-size): use new function.
2313
2314         * scm/new-font.scm (make-font-tree): new function.
2315
2316 2004-03-13  Jan Nieuwenhuizen  <janneke@gnu.org>
2317
2318         * lily/paper-book.cc (output): Bugfix: no output if no \paper.
2319
2320         * scm/lily.scm (get-output-module): New function.
2321         (output-alist): Remove ,ps-output-expression.
2322
2323         * scm/output-tex.scm (ps-output-expression): New function.
2324
2325         * scm/output-ps.scm (ps-output-expression): Remove.
2326         (header, start-page): Output page metadata.
2327
2328         * lily/paper-outputter.cc (Paper_outputter)[PAGE_LAYOUT]:
2329         initialise output_module_.  Do not write part of header.
2330         (output_scheme)[PAGE_LAYOUT]: Output through output_module_.
2331         (output_header): Output full header.
2332
2333         * scm/define-markup-commands.scm (bigger, smaller): Avoid crash.
2334         FIXME.
2335
2336 2004-03-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2337
2338         * scm/new-font.scm: new file. Tree based font lookup.
2339
2340         * scm/lily.scm (assoc-get): take default argument. Remove
2341         assoc-get-default.
2342         (chain-assoc-get): use chain-assoc-get everywhere.
2343
2344         * scripts/convert-ly.py (FatalConversionError.subst_in_trans):
2345         autobeamsettings conversion bug.
2346
2347         * lily/include/global-context.hh (Context): clean-up data hiding.
2348
2349         * lily/include/music-iterator.hh (class Music_iterator): clean-up
2350         data hiding.
2351
2352         * lily/include/grace-fixup.hh (struct Grace_fixup): new file.
2353
2354         * input/regression/stem-shorten.ly: add chord case.
2355
2356         * lily/stem.cc (get_default_stem_end_position): shorten stems
2357         triggered by note-head positions, not by forced-direction. This
2358         fixes a bug with too short stems.  
2359  
2360 2004-03-12  Jan Nieuwenhuizen  <janneke@gnu.org>
2361
2362         * scripts/lilypond-book.py (Lilypond_snippet.output_html,
2363         Lilypond_snippet.output_latex): Always call output_print_filename.
2364
2365         * lily/paper-book.cc (fill_pages): New method.  Try to cramp or
2366         expand pages.
2367
2368 2004-03-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2369
2370         * scm/part-combiner.scm (make-autochange-music): switch rests
2371         before switched notes too.
2372
2373         * lily/figured-bass-engraver.cc (process_music): change calling
2374         convention.
2375
2376         * scm/bass-figure.scm (format-bass-figure): rewrite function. 
2377
2378         * scm/define-markup-commands.scm (bracketed-y-column): new markup
2379         command.
2380
2381         * lily/include/stencil.hh (class Stencil): add origin field.
2382
2383         * lily/stencil-scheme.cc (LY_DEFINE): ly:stencil-move-to-edge: new
2384         function.
2385
2386         * lily/grob-scheme.cc (LY_DEFINE): ly:grob-alist-chain: new function. 
2387
2388         * lily/lexer.ll: remove support for \$ and $ in identifiers
2389
2390         * lily/sequential-iterator.cc: remove copy_grace_fixups
2391         (get_grace_fixup): slight abstraction of fixup code.
2392
2393         * input/test/title-markup.ly (spaceTest): vary staff sizes.
2394
2395 2004-03-12  Heikki Junes <hjunes@cc.hut.fi>
2396
2397         * vim/lilypond-indent.vim: use <C-F> (default) as indent key
2398         in insert-mode. add indenting rules.
2399
2400 2004-03-11  Jan Nieuwenhuizen  <janneke@gnu.org>
2401
2402         * lily/parser.yy (toplevel_expression)[PAGE_LAYOUT]: Remove
2403         protect hack.
2404
2405         * scm/page-layout.scm:
2406         * lily/paper-book.cc: Handle tagline/copyright.  Internal page
2407         layout and titling should now match external latex based version.
2408
2409         * scm/output-tex.scm (output-scopes): Bugfix: only write string
2410         header fields.
2411
2412         * ps/lilyponddefs.ps: Remove automatic page layout.
2413
2414         * scm/output-ps.scm (new-start-system): New interface function.
2415
2416         * lily/include/paper-outputter.hh (output_line): Add ORIGIN parameter.
2417
2418         * lily/paper-book.cc (output): Bugfix.
2419
2420 2004-03-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2421
2422         * VERSION (MY_PATCH_LEVEL): release 2.1.30
2423         
2424 2004-03-11  Jan Nieuwenhuizen  <janneke@gnu.org>
2425
2426         * Documentation/user/lilypond.tely: Bugfix: Remove './' from
2427         direntries.
2428
2429         * ps/lilyponddefs.ps: Bugfix.
2430
2431         * input/regression/multi-measure-rest-instr-name.ly: Typo.
2432
2433 2004-03-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2434
2435         * lily/auto-beam-engraver.cc (create_beam): add Stem as
2436         cause. This should fix warnings.
2437
2438         * mf/feta-slag.mf (trill_ne): fix upmordent size.
2439
2440         * lily/accidental.cc (accurate_boxes): enlarge Y-extent of flat to
2441         prevent aligned 6ths.
2442
2443         * lily/custos.cc (print): remove adjust-if-on-staffline.
2444
2445 2004-03-11  Jan Nieuwenhuizen  <janneke@gnu.org>
2446
2447         * lily/paper-book.cc: Do header and footer.
2448
2449 2004-03-10  Jan Nieuwenhuizen  <janneke@gnu.org>
2450
2451         * scm/lily.scm (safe-mode?): New name (was: security-paranoia).
2452
2453         * scm/paper.scm (lineheight): Remove
2454         (head-sep, foot-sep): Add.
2455
2456 2004-03-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2457
2458         * mf/feta-schrift.mf: reduce portato thickness.
2459
2460         * lily/context-scheme.cc (LY_DEFINE): remove ly:context-properties
2461
2462         * lily/grob-pq-engraver.cc (start_translation_timestep): remove
2463         programming_error ().
2464
2465         * lily/piano-pedal-engraver.cc (finalize): attach unfinished
2466         bracket to last command column.
2467
2468         * lily/piano-pedal-bracket.cc (print): only flatten bracket if it
2469         continues on next/prev system.
2470
2471         * input/regression/pedal-end.ly: new file.
2472
2473 2004-03-10  Werner Lemberg  <wl@gnu.org>
2474
2475         * make/lilypond.redhat.spec.in, make/lilypond.suse.spec.in:
2476         Remove pmx2ly stuff.
2477         * scripts/GNUmakefile (SEXECUTABLES): Remove pmx2ly.
2478
2479 2004-03-10  Jan Nieuwenhuizen  <janneke@gnu.org>
2480
2481         * scm/page-layout.scm: New file.
2482
2483         * scripts/lilypond-book.py (do_file): Bugfix: texinfo paper
2484         settings.
2485         (Lilypond_snippet.is_outdated): Also check for PNG file.
2486         Workaround for interrupted (web) builds.
2487
2488         * lily/paper-book.cc (get_pages): Bugfix: set dimensions for titles.
2489
2490         * ps/lilyponddefs.ps: Use only very small top-marging.
2491         (init-paper): Also pop page size string.
2492         (start-page, stop-page): New function.
2493
2494         * scm/output-ps.scm (header-end): Remove stray exec commands.
2495
2496 2004-03-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2497
2498         * lily/input-file-results.cc (do_one_file): use new Paper_book()
2499
2500         * lily/score.cc (default_rendering): clean protection.
2501
2502         * lily/paper-book.cc (mark_smob): implement smob marking.
2503
2504         * scripts/lilypond.py (make_html_menu_file): remove --psgz option
2505
2506         * Documentation/user/*.itely: user manual edits. 
2507
2508 2004-03-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2509
2510         * Documentation/user/converters.itely (Invoking musedata2ly):
2511         remove pmx2ly.
2512
2513         * scripts/pmx2ly: remove script.
2514         
2515 2004-03-09  Jan Nieuwenhuizen  <janneke@gnu.org>
2516
2517         * lily/score.cc (default_rendering): Protect paper-book members.
2518
2519         * lily/paper-def.cc (smobbed_copy): New method.
2520
2521         * lily/include/paper-book.hh (PAGE_LAYOUT): Define as "ps"; make
2522         switch runtime.
2523
2524         * lily/include/music-output.hh (process): Change signature to
2525         return SCM.
2526
2527         * lily/paper-book.cc (classic_output, get_title, get_scopes): New
2528         method.
2529
2530         * lily/paper-score.cc (process): Return stencils rather than
2531         outputting directly.  Remove paper-book kludge.  Delete grobs.
2532         (output): Remove.
2533
2534         * lily/include/paper-score.hh (class Paper_score): Remove outputter_.
2535
2536         * lily/score-engraver.cc (get_output): Do not reset pscore_.
2537
2538         * lily/score.cc (default_rendering)
2539         (ly_render_output): Move adding paper-score two levels up.
2540
2541         * lily/system.cc (get_line):
2542         * lily/paper-outputter.cc (output_line): Fix `between-system-string'.
2543
2544 2004-03-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2545
2546         * scm/font.scm (paper20-font-vector): add more design sizes for
2547         number.
2548
2549         * mf/GNUmakefile (depth): remove feta-din{11,13,19}, remove
2550         feta-nummber{5,7,11,13}.
2551
2552         * scm/font.scm (paper20-font-vector): bugfix: use din12, not 10
2553         for 12pt design size. 
2554
2555 2004-03-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2556
2557         * ly/engraver-init.ly: don't remove slur engraver from DrumVoice.
2558
2559 2004-03-09  Jan Nieuwenhuizen  <janneke@gnu.org>
2560
2561         * lily/font-select.cc (properties_to_font_size_family): Fix
2562         warning message.
2563
2564         * Experimental PostScript latin1 encoding:
2565         
2566         * mf/GNUmakefile (SAUTER_FONTS): Add ecmb14 ecrm12.
2567
2568         * scm/output-ps.scm: Experimental encoding using reencode-font.
2569         * scm/font.scm: Add latin1 `font-shape'.
2570         
2571         * scm/define-markup-commands.scm (latin-i): New font-shape command. 
2572
2573         * ps/lilyponddefs.ps (reencode-font): New function.
2574
2575         * lily/paper-book.cc (get_pages): Simplistic page breaking.
2576
2577         * scm/output-tex.scm (start-page):
2578         (stop-page): New interface function.
2579
2580 2004-03-08  Jan Nieuwenhuizen  <janneke@gnu.org>
2581
2582         * lily/paper-outputter.cc (output_expr):
2583         (output_header):
2584         (output_line): New method.
2585
2586         * lily/system.cc (get_line):
2587         (get_lines): New method.
2588         (output_scheme):
2589         (output_line): Remove.
2590
2591         * scm/lily.scm (make-title): New function.
2592
2593         * lily/paper-book.cc: 
2594         * lily/include/paper-book.hh: New file.
2595
2596         * lily/include/ly-module.hh: New file, matching ly-module.cc (WAS:
2597         ly-modules.hh).
2598
2599         * lily/ly-module.cc (ly_modules_lookup): New function.
2600
2601         * lily/main.cc (main_with_guile): Move memory leak debug code back.
2602
2603         * scm/output-ps.scm (make-title): Remove.
2604         (output-scopes): Junk header-title test.
2605
2606 2004-03-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2607
2608         * mf/feta-schrift.mf: thicker dot for portato.
2609
2610         * lily/accidental-placement.cc (position_accidentals): bugfix in
2611         offset, this fixes right-padding of AccidentalPlacement.
2612
2613         * lily/[h-z]*.cc: () formatting.
2614
2615         * Documentation/user/tutorial.itely (An orchestral part): more
2616         fixes for the tutorial.
2617
2618         * scm/translation-functions.scm (fraction-tuplet-formatter):
2619         reverse fraction.
2620
2621         * lily/parser.yy (context_def_spec_block): use \context instead of
2622         \translator.
2623
2624         * lily/[a-g].cc: () style cleanup.
2625
2626         * Documentation/user/tutorial.itely (Automatic and manual beams):
2627         editing of tutorial.
2628
2629 2004-03-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2630
2631         * buildscripts/mf-to-table.py (base): write encoding name.
2632
2633 2004-03-07  Jan Nieuwenhuizen  <janneke@gnu.org>
2634
2635         * Documentation/user/GNUmakefile (local-install-info): Issue
2636         warning (for packager, ie, if not installing in /usr or /usr/local).
2637
2638         * lily/stencil-scheme.cc: 
2639         * lily/staff-symbol-referencer.cc: 
2640         * lily/script-column.cc: 
2641         * lily/pitch.cc: 
2642         * lily/music.cc: 
2643         * lily/grob-pq-engraver.cc: 
2644         * lily/font-interface.cc: 
2645         * lily/music-output-def.cc: 
2646         * lily/duration.cc: 
2647         * lily/grob-scheme.cc:
2648         * lily/context-scheme.cc: Put scheme name on first line in
2649         LY_DEFINE to help etags (/ms multiline regexp flag broken?).  Stray
2650         style cleanups.
2651
2652         * stepmake/stepmake/scm-vars.make: 
2653         * stepmake/stepmake/c++-vars.make (TAGS_HEADERS, TAGS_SOURCES):
2654         Rename and split TAGS_FILES.
2655
2656         * GNUmakefile.in (ALL-TAGS): Remove.
2657         
2658         * stepmake/stepmake/generic-targets.make (TAGS): Also include
2659         deeper TAGS files.  Fixes regexp tags in TOP dir.
2660
2661 2004-03-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2662
2663         * VERSION: 2.1.29 released.
2664         
2665         * Documentation/user/changing-defaults.itely (Changing defaults):
2666         new file.
2667
2668         * Documentation/user/notation.itely (Notation manual): rename from 
2669         refman.itely
2670
2671         * Documentation/user/notation-appendices.itely (The Feta font):
2672         new file.
2673
2674         * Documentation/user/advanced.itely: add aborted attempt for
2675         advanced topics manual.
2676
2677 2004-03-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2678
2679         * scm/new-markup.scm: display Markups in sane format. Patch by
2680         Nicolas Sceaux.
2681
2682 2004-03-05  Jan Nieuwenhuizen  <janneke@gnu.org>
2683
2684         * lily/main.cc: Cleanups.
2685         (setup_localisation): New function.
2686         (sane_putenv): Remove.
2687         (main_with_guile): New name (Was: main_prog).  Remove musings
2688         about possible preparation for GUILE heavy memory usage and
2689         practical uselessness.  Do not set environment variables
2690         GUILE_INIT_SEGMENT_SIZE_1, GUILE_MAX_SEGMENT_SIZE.  Remove file
2691         name juggling.
2692         (parse_argv): New function.
2693         (copyright): New function.  It's 2004 already.
2694
2695         * lily/input-file-results.cc (do_one_file): Add file name juggling.
2696         (distill_inname): Move from main.
2697
2698 2004-03-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2699
2700         * GNUmakefile.in (EXTRA_DIST_FILES): remove VIM stuff.
2701
2702         * vim/GNUmakefile: flatten dirs, add GNUmakefile.
2703
2704         * Documentation/user/running.itely: new file.
2705
2706         * lily/include/audio-element.hh (class Audio_element): remove grace_b_
2707
2708         * lily/score-performer.cc (finish): call Translator::finalize ().
2709
2710 2004-03-05  Heikki Junes <hjunes@cc.hut.fi>
2711
2712         * lilypond-ftpplugin.vim: renamed to the following file.
2713         * lilypond-ftplugin.vim: new file.
2714
2715         * GNUmakefile.in: update VIM_FILES.
2716
2717 2004-03-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2718
2719         * scm/output-ps.scm (output-scopes): use ly:paper-lookup for font
2720         props.
2721
2722         * input/test/tie-sparse.ly: remove.
2723
2724         * lily/tie-performer.cc (try_music): copy & paste from
2725         Tie_engraver.
2726
2727         * lily/music-output-def.cc (LY_DEFINE): bugfix. Don't do
2728         variable_ref twice.
2729
2730         * lily/key-performer.cc (create_audio_elements): use
2731         alterations-in-key.
2732
2733         * scm/midi.scm (accidentals-in-key): divide alterations by 2.
2734
2735 2004-03-04  Heikki Junes <hjunes@cc.hut.fi>
2736
2737         * input/test/smart-transpose.ly: fix cases fes->e and similar.
2738         handle also quarter tones (not shown as tests). test also flats.
2739
2740         * Documentation/index.html.in: small fixes.
2741
2742 2004-03-03  Jan Nieuwenhuizen  <janneke@gnu.org>
2743
2744         * input/regression/new-markup-scheme.ly: Typo.
2745
2746         * scm/define-markup-commands.scm (fill-line): New markup.
2747
2748         * scm/output-ps.scm (ps-encoding): Add simplistic encoding.
2749         (output-paper-def): Fix alignment.
2750         (make-title): Fix height/width scaling.
2751
2752         * ps/lilyponddefs.ps (base-line-skip): Bugfix.
2753
2754         * input/test/title-markup.ly: Add remaining titles.  Layout and
2755         font size fixes.  Add simplistic latin1 test.
2756
2757 2004-03-03  Heikki Junes <hjunes@cc.hut.fi>
2758
2759         * input/test/nested-groups.ly: remove. move content (to next). 
2760         * input/test/staff-bracket.ly: replace content (from prev), this 
2761         has been already in templates.
2762
2763 2004-03-03  Jan Nieuwenhuizen  <janneke@gnu.org>
2764
2765         * stepmake/autogen.sh: Only issue warning about running configure
2766         without arguments when autogen.sh will actually be running
2767         configure.
2768
2769 2004-03-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2770
2771         * scm/new-markup.scm (stack-stencil-line): robustness.
2772
2773         * scm/define-markup-commands.scm (simple): robustification of
2774         simple-markup.
2775
2776         * Documentation/user/music-glossary.tely (Top): change central C
2777         to middle C.
2778
2779         * lily/text-item.cc (interpret_markup): cache make-simple-markup
2780
2781 2004-03-03  Jan Nieuwenhuizen  <janneke@gnu.org>
2782
2783         * input/test/title-markup.ly (spaceTest): Add.
2784
2785         * lily/text-item.cc (interpret_markup): Make line markup from
2786         multi word markup.
2787
2788         * scm/define-markup-commands.scm (word): New markup command.
2789         (simple): Use it.
2790
2791         * scm/output-ps.scm (define-fonts): Fix TeX font scaling.
2792
2793 2004-03-02  Heikki Junes <hjunes@cc.hut.fi>
2794
2795         * vim/ftplugin/lilypond.vim:
2796         * vim/syntax/lilypond.vim: use only local settings with setlocal.
2797         show matching paren in insert mode.
2798
2799 2004-03-02  Jan Nieuwenhuizen  <janneke@gnu.org>
2800
2801         * scm/output-ps.scm (make-title, output-scopes): Further
2802         development.
2803
2804         * input/test/title-markup.ly: New file.
2805
2806         * ps/lilyponddefs.ps: Disable PostScript titling.
2807
2808         * lily/paper-score.cc (process): Quote PORT argument to make-title.
2809
2810 2004-03-01  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2811
2812         * lily/arpeggio.cc (width_callback): remove padding.
2813  
2814         * scm/define-grobs.scm (all-grob-descriptions): add padding.
2815
2816         * scm/define-music-types.scm: remove make-music-by-name.
2817
2818         * Documentation/user/lilypond.tely: doc patch by Edward Sutton.
2819
2820 2004-03-01  Jan Nieuwenhuizen  <janneke@gnu.org>
2821
2822         * lily/paper-score.cc (process): Output titles using make-title.
2823
2824         * scm/output-ps.scm (output-stencil): Display directly instead of
2825         constructing string.
2826         (make-title): New function.
2827
2828 2004-03-01  Mats Bengtsson  <mabe@drongo.s3.kth.se>
2829
2830         * Documentation/user/lilypond-book.itely (Integrating LaTeX and
2831         music), Documentation/user/invoking.itexi (Invoking lilypond): 
2832         Move documentation of LaTeX packages for latin1 characters to the
2833         lilypond-book manual.
2834
2835 2004-03-01  Heikki Junes <hjunes@cc.hut.fi>
2836
2837         * Documentation/topdocs/INSTALL.texi: small fix (by Matthias Kilian).
2838
2839         * vimrc: add menu in console and shortcut <F10> for it.
2840
2841         * vim/:
2842         * vim/compiler/:
2843         * vim/syntax/:
2844         * vim/indent/:
2845         * vim/ftplugin/: new directories.
2846         
2847         * vim/filetype.vim: new file.
2848
2849         * lilypond.vim: remove files (see next).
2850         * vim/syntax/lilypond.vim: new, renamed file (see prev).
2851
2852         * vimrc: remove file (see next).
2853         * vim/ftplugin/lilypond.vim: new, renamed file (see prev).
2854
2855         * vim/ftplugin/lilypond.vim: change dir for dictionary.
2856         add header. apply bindings only locally.
2857
2858         * vim/indent/lilypond.vim: new file.
2859
2860         * vim/ftplugin/lilypond.vim: remove errorformat.
2861         * vim/compiler/lilypond.vim: new file for errorformats.
2862
2863         * Documentation/topdocs/INSTALL.texi: give easier orders.
2864
2865         * ROADMAP: add vim/
2866
2867 2004-02-29  Jan Nieuwenhuizen  <janneke@gnu.org>
2868
2869         * Documentation/user/introduction.itely (Introduction): Use @image
2870         iso @html <img...>.  Add workaround for images in columns in info.
2871
2872         * stepmake/aclocal.m4: Store computed version in variable.
2873
2874         * configure.in: Export MAKEINFO_VERSION.
2875
2876         * config.make.in (MAKEINFO_VERSION): Add.
2877
2878         * make/ly-rules.make: Add makeinfo <= 4.6 workaround.
2879
2880         * Documentation/user/GNUmakefile: Only build info with images when
2881         building web.
2882
2883         * GNUmakefile.in (install-WWW): Visit Documentation/user.
2884
2885         * stepmake/stepmake/texinfo-targets.make: Move info and texinfo
2886         stuff from documentation-targets.make
2887
2888 2004-02-29  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2889
2890         * VERSION: 2.1.28 released
2891         
2892         * scripts/convert-ly.py (conv): 
2893
2894 2004-02-29  Heikki Junes <hjunes@cc.hut.fi>
2895
2896         * ly/property-init: new functions: \arpeggioUp, \arpeggioDown,
2897         \arpeggioBoth. redefine \arpeggioBracket.
2898
2899         * Documentation/user/refman.itely: document new arpeggio
2900         functions.
2901
2902         * scripts/convert-ly.py: add a rule for \arpeggioBracket.
2903
2904         * input/regression/arpeggio-bracket.ly: apply convert-ly.
2905
2906         * input/mutopia/R.Schumann/romanze-op28-2.ly: apply convert-ly.
2907
2908 2004-02-29  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2909
2910         * Documentation/user/introduction.itely (Automated engraving):
2911         rewrite introduction using website text.
2912
2913 2004-02-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2914
2915         * scm/*.scm: make-music-by-name is replaced by make-music, which
2916         also accept music property settings, eg:
2917           (make-music 'TextScriptEvent 'direction DOWN 'text
2918               (make-simple-markup x))
2919
2920         Patch courtesy Nicolas Sceaux
2921
2922         * lily/beam-quanting.cc: cleanup, separate counts for left and
2923         right beam ends.
2924
2925         * lily/side-position-interface.cc (quantised_position): also
2926         quantize staccato position for forced stem directions. 
2927
2928 2004-02-27  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2929
2930         * scm/*.scm: Patch by Nicolas Sceaux: 
2931
2932         * scm/music-functions.scm: ly:grob-property and ly:music-property
2933         are made procedure with setters.
2934
2935         * scm/*.scm: replace ..-set-property! with set! (..-property  )
2936         
2937 2004-02-28  Heikki Junes <hjunes@cc.hut.fi>
2938
2939         * input/test/[t-v]*.ly: finish rewriting texidocs.
2940
2941         * input/test/vaticana.ly: remove.
2942         * input/test/ligature-vaticana.ly: new, renamed file name.
2943
2944         * input/test/stem-centered.ly: remove.
2945         * input/test/mensural-note-heads.ly: new file. take content from
2946         removed file stem-centered.ly.
2947
2948         * input/test/scales-greek.ly: simplify.
2949
2950         * input/test/s*.ly: reformulate texidocs.
2951         
2952         * input/test/[p-r]*.ly: use more verbose texidocs. add comments
2953         of missing features.
2954
2955 2004-02-27  Heikki Junes <hjunes@cc.hut.fi>
2956
2957         * input/test/[j-o]*.ly: update texidocs.
2958
2959 2004-02-27  Jan Nieuwenhuizen  <janneke@gnu.org>
2960
2961         * scm/documentation-generate.scm (usermanref): Add macro for TeX.
2962
2963         * Documentation/topdocs/NEWS.texi: Add note about info docs with
2964         images.
2965
2966         * Documentation/user/lilypond.tely (@direntry): Update.
2967
2968         * stepmake/stepmake/documentation-targets.make
2969         (install-info,uninstall-info): Install into $(package_infodir).
2970         Install images.  Run install-info to update dir.
2971
2972         * config.make.in (package_infodir): Add.
2973
2974         * Documentation/user/GNUmakefile (info-with-images,
2975         local-install-info, local-uninstall-info): New target.
2976
2977 2004-02-27  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2978
2979         * scm/define-grobs.scm (all-grob-descriptions): tune concaveness
2980         gap/threshold.
2981
2982         * lily/beam-quanting.cc (score_slopes_dy): remove
2983         ROUND_TO_ZERO_SLOPE kludge.
2984
2985         * lily/beam.cc (check_concave): remove old concaveness2 kludge.
2986
2987         * input/regression/beam-concave.ly (texidoc): add morgenlied example.
2988
2989         * lily/global-context.cc (Global_context): alway accept Score
2990         (run_iterator_on_me): cast Context to Score_context, not
2991         Context_def.
2992
2993         * Documentation/user/refman.itely: documentation patch by Edward
2994         Sanford Sutton.
2995
2996         * mf/GNUmakefile: unset sauter-fonts.
2997
2998 2004-02-27  Jan Nieuwenhuizen  <janneke@gnu.org>
2999
3000         * scripts/lilypond-book.py (output_texinfo): Output @image
3001         descriptions for info too.
3002
3003         * input/test/chord-names-jazz.ly: 
3004         * input/test/embedded-scm.ly: Clarify.
3005
3006         * input/test/cautionaries.ly: Typo.
3007
3008         * lily/input-smob.cc (ly_input_location): Compile fix.
3009
3010 2004-02-27  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3011
3012         * make/lilypond.redhat.spec.in (Group): add/delete music-glossary too. 
3013
3014         * ly/engraver-init.ly: move \grobdescriptions to Global. This
3015         fixes problems with system defaults being reverted with \override
3016         on Score level.
3017
3018         * lily/global-context.cc (Global_context): apply property-ops to
3019         Global_context too. 
3020
3021 2004-02-27  Jan Nieuwenhuizen  <janneke@gnu.org>
3022
3023         * scm/output-ps.scm (stencil->string): Rewrite.
3024
3025 2004-02-27  Heikki Junes <hjunes@cc.hut.fi>
3026
3027         * input/test/[+c-i]*.ly: refresh descriptions -- maintain
3028         impersonal style.
3029
3030 2004-02-26  Jan Nieuwenhuizen  <janneke@gnu.org>
3031
3032         * lily/input-smob.cc (ly_input_location: New function.
3033
3034         * scm/define-markup-commands.scm (upright): New markup command.
3035
3036         * lily/parser.yy (markup): Add STRING_IDENTIFIER.
3037
3038         * scm/font.scm (paper20-font-vector): cmcsc klugdge.
3039
3040         * scm/output-ps.scm (output-stencil): New function.
3041
3042         * scripts/lilypond-book.py (do_file): Bugfix: change search order
3043         of snippet types; fixes @ignore and @verbatim blocks.
3044
3045 2004-02-26  Heikki Junes <hjunes@cc.hut.fi>
3046
3047         * input/test/[a-b]*.ly: refresh descriptions -- avoid referring
3048         to a file in printed documentation, instead, refer either to a 
3049         syntax or to an output.
3050
3051 2004-02-26  Jan Nieuwenhuizen  <janneke@gnu.org>
3052
3053         * input/regression/beam-center-slope.ly: Add test.
3054
3055 2004-02-25  Jan Nieuwenhuizen  <janneke@gnu.org>
3056
3057         * mf/GNUmakefile (Fontmap, Fontmap.lily): Add Fontmap for GS.
3058         (SAUTER_FONTS): Reinstate.
3059
3060         * scm/define-markup-commands.scm (caps): New markup command.
3061
3062         * scm/output-ps.scm (output-scopes): Experimental markup output.
3063
3064         * scm/: Add missing headers.
3065
3066         * lily/stencil-scheme.cc (ly_stencil_get_expr): New accessor.
3067
3068         * lily/paper-outputter.cc (output_metadata): Add parameter PAPER.
3069
3070 2004-02-25  Jan Nieuwenhuizen  <janneke@gnu.org>
3071
3072         * lily/stencil-scheme.cc (ly_stencil_get_expr): New function.
3073         Stray style cleanups.
3074
3075 2004-02-25  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3076
3077         * lily/note-collision.cc (check_meshing_chords): bugfix for dot /
3078         no dot combination.
3079
3080         * scripts/convert-ly.py (FatalConversionError.subst_in_trans):
3081         substitute \override Staff.autoBeamSettings too
3082
3083         * Documentation/user/tutorial.itely: proofreading fixes by David
3084         Bobroff
3085
3086 2004-02-24  Jan Nieuwenhuizen  <janneke@gnu.org>
3087
3088         * scm/output-ps.scm (top-of-file): Add tagline definition.  FIXME.
3089
3090         * ps/music-drawing-routines.ps: 
3091         * ps/lilyponddefs.ps: Add end markers.
3092
3093 2004-02-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3094
3095         * VERSION: 2.1.27 released.
3096         
3097         * lily/hyphen-engraver.cc (finalize): suicide unterminated hyphens.
3098
3099         * scripts/lilypond-book.py (compose_ly): cleanup relative= option,
3100         obey documentation.
3101
3102 2004-02-24  Jan Nieuwenhuizen  <janneke@gnu.org>
3103
3104         * scripts/lilypond.py (find_pfa_fonts): Bugfix and update.
3105
3106         * scm/output-ps.scm: Resurrect.
3107         
3108         * scm/output-tex.scm: Minimal cleanups.
3109
3110         * scm/paper.scm (paper-set-staff-size): Add lineheight.
3111
3112         * make/ly-rules.make: Remove any broken lily-*.tex files before
3113         lilypond-book run.
3114
3115         * stepmake/stepmake/c++-vars.make (EXTRA_CXXFLAGS): Remove -pipe
3116         comment.
3117
3118         * stepmake/aclocal.m4: Add --enable-pipe option, with check.
3119         Enabled by default, may save 10% compile time.
3120
3121 2004-02-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3122
3123         * lily/lyric-phrasing-engraver.cc: remove
3124         
3125         * lily/lyric-engraver.cc: rewrite so lyric-phrasing-engraver no
3126         longer necessary. 
3127
3128         * lily/extender-engraver.cc (stop_translation_timestep): rewrite
3129         so lyric-phrasing-engraver is no longer necessary.
3130
3131         * ly/engraver-init.ly: move Break_forbid_engraver to Voice, remove
3132         Grob_pq_engraver from Staff.
3133
3134         * lily/grob-pq-engraver.cc: remove current_grobs array, read/write
3135         busyGrobs directly.
3136
3137         * input/regression/quote-transposition.ly: new file.
3138
3139         * lily/recording-group-engraver.cc (stop_translation_timestep):
3140         store instrumentTuning too. 
3141
3142         * lily/quote-iterator.cc (process): transpose events using
3143         instrumentTuning.
3144
3145         * scripts/convert-ly.py (FatalConversionError.subst): \set transposing
3146         -> \tuning <pitch>
3147
3148         * lily/parser.yy (command_req): add \tuning command for setting
3149         instrument tuning of staff.
3150
3151         * Documentation/user/GNUmakefile
3152         ($(outdir)/lilypond/lilypond.html): ugh: use perl iso. sed.
3153
3154         * Documentation/user/refman.itely (Customized accidental rules):
3155         typo.
3156
3157 2004-02-23  Heikki Junes <hjunes@cc.hut.fi>
3158
3159         * Documentation/user/music-glossary.tely: remove the missing norwegian
3160         translation; they can be put in later properly.
3161
3162 2004-02-23  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3163
3164         * lily/recording-group-engraver.cc (start_translation_timestep):
3165         init Recording_group_engraver twice.
3166
3167 2004-02-23  Jan Nieuwenhuizen  <janneke@gnu.org>
3168
3169         * gcc-3.4 snapshot: 3.4.0 20040215 (prerelease) compile fixes, and
3170         stray style cleanups:
3171
3172         * stepmake/stepmake/c++-vars.make (EXTRA_CXXFLAGS): Remove
3173         -Wmissing-prototypes.
3174
3175         * flower/include/killing-cons.tcc (Killing_cons): Add template
3176         specifier for car_.
3177
3178         * flower/include/parray.hh (binsearchs): Add template specifier
3179         for maxkey.
3180
3181         * flower/include/interval.hh: Declare elem () with template specfier.
3182
3183 2004-02-23  Heikki Junes <hjunes@cc.hut.fi>
3184
3185         * elisp/lilypond-indent.el (get-buffer-size): add customization
3186         groups for several variables (Reuben Thomas).
3187
3188 2004-02-23  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3189
3190         * Documentation/user/invoking.itexi (Point and click): add index
3191         entry.
3192
3193         * scm/slur.scm (calc-slur-extremity): use 'stem only if slur would
3194         go under beam.
3195
3196         * lily/beam-quanting.cc: tune down ROUND_TO_ZERO_SLOPE, this fixes
3197         sarabande beam. 
3198
3199         * flower/warn.cc (programming_error): cross fingers not thumbs.
3200
3201         * lily/rest.cc (polyphonic_offset_callback): return 0 when
3202         staff-position is set.
3203
3204         * VERSION: release 2.1.26 
3205         
3206         * scm/chord-entry.scm (construct-chord): process transposition
3207         after processing explicit-11.  
3208
3209 2004-02-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3210
3211         * lily/parser.yy (add_quote): add syntax for adding quotes:
3212         \addquote "id-string" Music
3213
3214         * scripts/lilypond-book.py (do_file): do not overwrite input file.
3215
3216         * scripts/convert-ly.py (conv): add rules for name changes.
3217
3218         * lily/context-scheme.cc (LY_DEFINE): use Scheme style naming for
3219         music/context/grob property functions. Internally, use
3220         get_property() and set_property() for both.
3221
3222 2004-02-22  Heikki Junes <hjunes@cc.hut.fi>
3223
3224         * elisp/lilypond-mode.el (get-buffer-size): define new function,
3225         for Emacs <= 20 (Laurent Martelli).
3226
3227 2004-02-21  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3228
3229         * lily/parser.yy (command_element): extract quoted vector in
3230         parser.
3231
3232         * input/regression/quote.ly: new file.
3233
3234         * lily/sequential-iterator.cc (process): only process if moment >= 0.
3235
3236         * lily/parser.yy (command_element): \quote DURATION NAME: support
3237         cue notes. 
3238
3239         * lily/quote-iterator.cc (class Quote_iterator): new file.
3240
3241 2004-02-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3242
3243         * lily/auto-beam-engraver.cc (try_music): accept and process
3244         beam-forbid-event.
3245
3246         * input/regression/auto-beam-no-beam.ly: new file.
3247
3248 2004-02-20  Mats Bengtsson  <mabe@drongo.s3.kth.se>
3249
3250         * lily/accidental.cc (print): Change font-relative-size ->
3251         font-size. Fixes cautionary-style = smaller.
3252
3253 2004-02-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3254
3255         * lily/system-start-delimiter.cc (staff_brace): remove
3256         font-relative-size
3257
3258         * lily/parser.yy (music_property_def): oops. SCM_UNDEFINED
3259         forgotten with scm_list_n. Fixes spurious coredumps.
3260
3261         * lily/accidental-engraver.cc (stop_translation_timestep): move
3262         update of localKeySignature to stop_translation_timestep (). This
3263         makes sure that all ties are noticed at the right moment.
3264         (stop_translation_timestep): clear tie only when right-side
3265         notehead was seen.
3266         (number_accidentals_from_sig): cleanup. 
3267
3268         * input/regression/accidental-tie.ly (mus): new file
3269
3270         * input/regression/tie-accidental, tie-break-accidental.ly: remove
3271         these longish tests.
3272
3273 2004-02-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3274
3275         * lily/include/*.hh (class Item): rename XXX_b () to is_XXX ().
3276
3277         * THANKS: update bugreporter list.
3278
3279         * lily/beam.cc (print): broken beams last until end of staff.
3280         (print): broken beams start from prefatory matter.
3281
3282         * scm/output-tex.scm (output-scopes): don't dump fraction exactly.
3283
3284         * lily/paper-score.cc (process): dump header only once.
3285
3286         * lily/paper-outputter.cc (Paper_outputter): move logic into
3287         Scheme.
3288
3289         * scm/output-tex.scm (output-scopes): new function.
3290         (output-paper-def): new function
3291         (tex-string-def): new function
3292         (symbol->tex-key): new function
3293
3294         * scripts/convert-ly.py (conv): add rule for | ~
3295
3296 2004-02-19  Heikki Junes  <hjunes@cc.hut.fi>
3297
3298         * input/regression/{many}.ly: refresh, trying to guess how
3299         it was designed.
3300
3301 2004-02-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3302
3303         * VERSION: release 2.1.25
3304
3305         * scm/define-translator-properties.scm
3306         (all-user-translation-properties): add printOctaveNames
3307
3308         * ly/engraver-init.ly: remove Note_event_swallower from
3309         NoteNamesContext.
3310
3311         * lily/note-name-engraver.cc (process_music): new property
3312         printOctaveNames
3313
3314         * lily/context.cc (find_existing_context): remove support for
3315         Current.
3316
3317         * scm/music-functions.scm (set-accidental-style): new function;
3318         duplicate accidental macros.
3319
3320         * ly/property-init.ly (hideStaffSwitch): remove accidental macros.
3321
3322         * lily/note-name-engraver.cc (process_music):
3323         process_acknowledged_grobs () -> process_music ()
3324
3325         * scm/part-combiner.scm (determine-split-list): robustification.
3326
3327 2004-02-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3328
3329         * lily/beam-quanting.cc (score_forbidden_quants): check all staff
3330         lines for falling into beam-gap.
3331         (score_forbidden_quants): check all staff lines for falling in
3332         beam gaps.
3333
3334         * lily/note-spacing.cc (get_spacing): less space at EOL in case of
3335         key/clef/time signatures. 
3336
3337         * input/test/ossia.ly: revise example.
3338
3339         * lily/span-bar.cc (evaluate_glyph): read 'glyph of self first.
3340         cleanup.
3341         
3342         * lily/grob-scheme.cc (LY_DEFINE): change a few function names to
3343         comply to Scheme standard.  Remove ly:get-paper-variable
3344
3345 2004-02-17  Mats Bengtsson  <mabe@drongo.s3.kth.se>
3346
3347         * scripts/convert-ly.py (2.1.22): Corrected documentation printout.
3348
3349 2004-02-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3350
3351         * lily/accidental-engraver.cc (process_acknowledged_grobs): use
3352         properties from Voice context. This fixes accidental size for
3353         staff-switches during grace contexts.
3354
3355         * lily/note-collision.cc (check_meshing_chords): only wipe heads
3356         if necessary. Else, simply wipe dots.
3357
3358         * input/test/beam-alternate.ly: new file
3359
3360         * input/test/piano-staff-distance.ly: new file.
3361
3362         * lily/translator-group.cc (recurse_down_translators): use
3363         Direction for bottom-up/top-down.
3364
3365         * lily/include/translator.hh (class Translator): add
3366         process_music() and do_announces(). This obviates
3367         recurse_down_{engravers,performers}.
3368
3369         * ly/declarations-init.ly (melismaEnd): use ManualMelismaEvent for
3370         \melisma and \melismaEnd
3371
3372         * lily/melisma-engraver.cc (process_music): change to
3373         Melisma_translator, unify with performer. Accept
3374         ManualMelismaEvent.
3375
3376         * ly/engraver-init.ly: add Font_size_engraver.
3377
3378 2004-02-16  Heikki Junes  <hjunes@cc.hut.fi>
3379
3380         * lily/align-interface.cc, lily/axis-group-engraver.cc: spell
3381         it hara-kiri.
3382
3383         * input/regression/{many}.ly: improve descriptions trying to figure
3384         out what is tested.
3385
3386 2004-02-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3387
3388         * lily/slur.cc (broken_trend_offset): robustness fix.
3389
3390         * VERSION: release 2.1.24
3391
3392         * lily/context.cc (find_create_context): go to Score if it exists.
3393
3394         * lily/context-scheme.cc: new file.
3395
3396         * lily/score-translator.cc (get_output): new file.
3397
3398         * lily/include/grob-info.hh: origin_contexts() now does not
3399         include the originating engraver
3400
3401         * lily/translator-group.cc (translator_each): clean up contents,
3402         remove superfluous stubs. Engraver_group_engraver and
3403         Performer_group_performer are the only classes using multiple
3404         inheritance.
3405
3406         * lily/include/score-context.hh (class Score_context): interface
3407         between Score_{engraver,performer} and Global_context.
3408
3409         * lily/include/global-context.hh (Context): change from
3410         global-translator. This is the entry point for contexts; it is not
3411         tweakable using \translator{}. Score is no longer the top context,
3412         but sits underneath Global.
3413
3414         * lily/include/context.hh (class Context): brain surgery: split
3415         out Context functionality from Translator_group. Context is now a
3416         separate type from Translator.
3417
3418 2004-02-15  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3419
3420         * lily/include/translator.hh (class Translator): make
3421         get_score_context() and get_global_translator (), and use the one
3422         which is appropriate.
3423
3424         * lily/context.cc: partially put functionality of Translator_group
3425         into Context.
3426
3427         * lily/include/context.hh (Translator): new class: put between
3428         Translator and Translator_group. 
3429
3430         * lily/new-accidental-engraver.cc: remove file.
3431
3432 2004-02-16  Heikki Junes  <hjunes@cc.hut.fi>
3433
3434         * input/regression/{many}.ly: improve descriptions: use complete 
3435         sentences, try to describe what is tested, avoid `we´, do not use 
3436         don't, ... 
3437
3438 2004-02-15  Heikki Junes  <hjunes@cc.hut.fi>
3439
3440         * Documentation/user/refman.itely: use `@c´ if $internalsref{...} @c
3441         is at EOL.
3442
3443         * Documentation/user/lilypond.tely: declare the topmost node only
3444         once; removes empty line in @contents.
3445
3446         * Documentation/user/music-glossary.tely: really add Finnish author.
3447         Draw more beatiful `->´ arrow in html: &rarr;
3448
3449 2004-02-15  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3450
3451         * lily/music.cc (LY_DEFINE): rename to ly:music-list?
3452
3453         * scripts/convert-ly.py (conv): add ly:music-list  change.
3454
3455         * lily/grob.cc: edit doc string.
3456
3457         * scm/define-grob-properties.scm (all-user-grob-properties):
3458         proofreading, editing of doc strings.
3459
3460         * input/regression/tablature-string-tunings.ly: new file.
3461
3462         * lily/staff-symbol-engraver.cc (process_music): new engraver,
3463         listen to stringTunings
3464
3465         * lily/align-interface.cc (align_elements_to_extents): remove Grob
3466         for self-alignment-[XY] code.
3467  
3468 2004-02-14  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3469
3470         * scm/slur.scm (calc-slur-extremity): change "rules" (home-brewn
3471         cond) into function. Cleanup.
3472
3473         * lily/text-spanner.cc: remove text-repeat-if-broken property.
3474         
3475         * VERSION (PACKAGE_NAME): 2.1.23 released
3476
3477 2004-02-14  Heikki Junes   <hjunes@cc.hut.fi>
3478
3479         * Documentation/user/{refman,internals}.itely: small fixes.
3480
3481 2004-02-14  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3482
3483         * lily/accidental-engraver.cc (acknowledge_grob): don't make
3484         accidentals for harmonic notes
3485
3486         * lily/new-fingering-engraver.cc (acknowledge_grob): kill dots,
3487         for harmonic notes.
3488
3489         * scm/document-backend.scm (interface-doc): prune Grob
3490         documentation: don't duplicate interface information.
3491
3492         * lily/*.cc: lots of updates of doc strings.
3493
3494 2004-02-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3495
3496         * input/test/ac-extra-voice.ly (accompany): remove file.
3497
3498         * input/test/maximum-rest-count.ly: remove file.
3499
3500         * scripts/convert-ly.py (FatalConversionError.subst_in_trans):
3501         conversion rule for \translator { }. Apply everywhere.  
3502
3503         * lily/parser.yy (music_property_def): set property for \once in
3504         the PropertyMusic itself, not the ContextSpec.
3505         (property_operation): change syntax within \translator { }
3506
3507         * scm/define-music-properties.scm (all-music-properties): clean up.
3508
3509         * lily/auto-beam-engraver.cc (test_moment): use
3510         updated_grob_properties() to retrieve autoBeam settings.
3511
3512         * lily/spacing-spanner.cc: bound shortest_playing_len by
3513         measure_length
3514
3515         * lily/spacing-engraver.cc (acknowledge_grob): ignore
3516         multi-measure events for spacing computation.
3517
3518         * mf/feta-bolletjes.mf (overdone_heads): make note heads more
3519         elliptical, to 1.49.
3520
3521         * lily/rest.cc (polyphonic_offset_callback): new function. Do
3522         vertical positioning for polyphony, without RestCollision object.
3523
3524         * lily/note-column.cc (add_head): prevent rests & note heads on
3525         one stem.
3526
3527         * lily/rest-collision.cc (do_shift): ignore rests with beams.
3528         (do_shift): rewrite only-rests case: use common refpoints: the
3529         routine will have sensible results when other rest-translations
3530         have taken place.
3531
3532         * lily/simple-spacer.cc (solve): cleanup: remove code for linelen
3533         < 0 case. 
3534
3535         * VERSION: 2.1.22 released
3536         
3537         * input/GNUmakefile (SUBDIRS): remove ascii-art
3538
3539 2004-02-13  Jan Nieuwenhuizen  <janneke@gnu.org>
3540
3541         * input/: Convert ly files that still had \property.  Fixes make
3542         web.  Remove exta spaces around '='. 
3543
3544         * scripts/convert-ly.py (conv): Redundant space fixes.
3545
3546         * scripts/lilypond-book.py (compile-ly): python2.1 fix.
3547
3548 2004-02-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3549
3550         * make/ly-rules.make ($(outdir)/%.pdf): add DVIPS_FLAGS. This will
3551         create scalable PS and PDFs  for input/{test,template,regression}.
3552
3553         * lily/context.cc (is_alias): move function.
3554         (is_alias): add Bottom as context alias. 
3555         (find_create_translator): add Bottom as a context alias for creation.
3556
3557         * lily/stencil.cc: rename Molecule to Stencil. Changes throughout.
3558
3559         * lily/parser.yy (music_property_def): new syntax for property
3560         assignments:
3561
3562         \set A.B = #C , \unset A.B
3563         \override A.B #C = #D, \revert A.B #C 
3564
3565         * lily/my-lily-lexer.cc: remove \property
3566
3567 2004-02-13  Heikki Junes  <hjunes@cc.hut.fi>
3568
3569         * Documentation/user/refman.itely: add dots after seealso refs.
3570
3571         * input/template/{many}.ly: harmonise descriptions.
3572
3573         * Documentation/user/music-glossary.itely: add Finnish author.
3574
3575 2004-02-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3576
3577         * VERSION (PACKAGE_NAME): release 2.1.21
3578
3579 2004-02-12  Jan Nieuwenhuizen  <janneke@gnu.org>
3580
3581         * Documentation/topdocs/NEWS.texi: Substitute Lyrics/LyricsVoice.
3582
3583         * scripts/lilypond-book.py (snippet_res): @include filename must
3584         not be empty.
3585
3586 2004-02-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3587
3588         * scm/documentation-generate.scm (markup-doc-string): dump
3589         markup-commands.tely
3590
3591         * scm/define-markup-commands.scm (override): new file.
3592         Move documentation from refman into doc-strings. 
3593
3594         * input/test/staff-container.ly: fix example.
3595
3596         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): remove
3597         StaffContainer
3598
3599         * lily/grob.cc: remove point_dimension_callback
3600         (Grob): read forced dimensions from X-extent and Y-extent.
3601         (get_paper): remove preset_extent.
3602
3603         * scm/define-grobs.scm (all-grob-descriptions): remove
3604         point_dimension_callback. 
3605
3606         * lily/dynamic-engraver.cc (acknowledge_grob): attach dynamic
3607         textscript to head. This makes no-spacing-rods work on
3608         DynamicText.
3609
3610         * lily/chord-name.cc: remove props chord, bass, inversion.
3611
3612         * Documentation/user/appendices.itely: add Scheme functions,
3613         context-properties and layout properties to manual.
3614
3615         * scm/part-combiner.scm (determine-split-list): include rests in a
3616         solo1/2 sequence.
3617
3618         * lily/new-part-combine-iterator.cc (substitute_both): new
3619         function.
3620         (class New_pc_iterator): add separate Voice=solo context, fixes
3621         autobeams going from chords to solo.
3622
3623 2004-02-11  Jan Nieuwenhuizen  <janneke@gnu.org>
3624
3625         * Documentation/user/invoking.itexi (Editor support): Fix typo.
3626
3627         * Documentation/user/tutorial.itely:
3628         * Documentation/user/refman.itely: Add short note about being part
3629         of lilypond.tely.
3630
3631         * COPYING: Make note more clear with respect to files that are
3632         explicitely licenced otherwise (Documention/user/ comes to mind).
3633         
3634         * Documentation/topdocs/AUTHORS.texi (AUTHORS): Use @,{c}.  Remove
3635         comment about barfing of @c,{}.
3636
3637         * Documentation/user/music-glossary.tely: Add list of authors.
3638
3639         * stepmake/stepmake/library-rules.make: Thank Nelson only in
3640         source (was: also in build log).
3641
3642 2004-02-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3643
3644         * lily/side-position-interface.cc (general_side_position): if
3645         staff-padding is set, then include staff in support too.
3646
3647         * GNUmakefile.in (README_FILES): remove TODO. Put in new CVS
3648         module workbook
3649
3650         * TODO: Remove.  Put in new CVS module /cvsroot/lilypond/workbook/
3651
3652         * lily/tuplet-engraver.cc: remove tupletInvisible
3653
3654         * scm/define-translator-properties.scm: cleanup, separate in
3655         internal and user props. 
3656
3657         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): change
3658         LyricsVoice -> Lyrics
3659
3660         * lily/new-part-combine-iterator.cc (process): only print warning
3661         for symbols.
3662
3663 2004-02-11  Jan Nieuwenhuizen  <janneke@gnu.org>
3664
3665         * scm/part-combiner.scm: Add proper header.
3666
3667         * All but lily/*: The great --2003 --2004 replace; the missing
3668         `bits'.
3669
3670         * TODO: Fix outline mode.  Add book notes.
3671
3672         * ROADMAP: Update.
3673
3674 2004-02-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3675
3676         * scm/part-combiner.scm (make-autochange-music): use
3677         accumulator. Fixes stack overflow.
3678
3679         * lily/*: rename brew_molecule -> print , molecule-callback ->
3680         print-function
3681
3682         * scm/define-grob-properties.scm: cleanup. Separate into internal
3683         and user properties.
3684
3685         * lily/translator-property.cc (updated_grob_properties): new
3686         function
3687         (execute_pushpop_property): change to new convention:
3688         object property inits are stored as (cons ALIST BASED-ON). This
3689         storage format allows concurrent tweaks in different contexts.
3690
3691 2004-02-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3692
3693         * TODO: new file.
3694
3695 2004-02-10  Jan Nieuwenhuizen  <janneke@gnu.org>
3696
3697         * debian/: Late Debian update (sorry Anthony).
3698
3699         * scripts/lilypond-book.py (do_file): Look for input_file in
3700         include path, or ask kpathsea if LATEX.
3701
3702         * input/template/GNUmakefile (LILYPOND_BOOK_FLAGS): 
3703         * input/test/GNUmakefile (LILYPOND_BOOK_FLAGS):
3704         * input/regression/GNUmakefile (LILYPOND_BOOK_FLAGS): Use
3705         --header=texidoc.
3706
3707         * Documentation/user/tutorial.itely (Fine tuning layout): Add lost
3708         relative.
3709
3710         * scripts/lilypond-book.py: Fixes for make web.  Default to stdout
3711         only when filtering, default to input_base otherwise.  Coding
3712         style fixes.
3713
3714 2004-02-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3715
3716         * lily/include/translator.hh (class Translator): add virtual
3717         qualifier.
3718
3719 2004-02-10  Jan Nieuwenhuizen  <janneke@gnu.org>
3720
3721         * scripts/lilypond-book.py (compose_ly): Python2.1 workarounds.
3722
3723 2004-02-09  Jan Nieuwenhuizen  <janneke@gnu.org>
3724
3725         * scripts/lilypond-book.py (compose_ly): Add kludge for relative.
3726
3727         * Documentation/user/refman.itely: Run texinfo-all-menus-update
3728         (fixes make web).
3729
3730         * GNUmakefile.in (web-clean): Do not remove fonts (they do not
3731         live in $(out)-www).
3732
3733         * scripts/lilypond-book.py: Small cleanups.  Junk hairy include
3734         dependencies.  Add link to .ly source in HTML output.
3735         (Lilypond_snippet.output_html): Handle multiple page picture
3736         output.
3737         (Lilypond_snippet.output_html, Lilypond_snippet.output_latex):
3738         Make usable for output_texinfo again.
3739
3740         * Documentation/user/GNUmakefile: Add static dependency for
3741         lilypond.tely includes.
3742
3743         * Documentation/user/tutorial.itely: Add some lost `relative'
3744         ly-options.
3745
3746 2004-02-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3747
3748         * lily/include/translator-group.hh: move Music_output_def member
3749         to Global_translator.
3750
3751         * scripts/lilypond-book.py (do_file):  fix latex output.
3752
3753         * VERSION: release 2.1.20
3754         
3755         * scm/part-combiner.scm (determine-split-list): robustness fix 
3756
3757         * lily/paper-score.cc (process): move gc stat stuff to init.ly 
3758
3759         * lily/parser.yy (music_output_def_body): plug memory leak.
3760
3761         * lily/translator-group.cc (add_fresh_group_translator): plug
3762         memory leak: unprotect Translator_group once added.   
3763
3764         * lily/span-dynamic-performer.cc (process_music): deprecate span-type.
3765
3766         * scripts/lilypond-book.py (Lilypond_snippet.notice_include):
3767         write .dep file.
3768         (Lilypond_snippet.ly): add \renameinput.
3769
3770 2004-02-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3771
3772         * Documentation/user/refman.itely (Markup command definition): Doc
3773         by Nicolas Sceaux. Rewrite by Han-Wen
3774
3775         * lily/lyric-hyphen.cc (brew_molecule): remove if hyphen is first
3776         thing of the line.
3777         (brew_molecule): only remove if hyphen is not at the end of line.
3778         (set_spacing_rods): new function: minimum-length specifies
3779         distance between syllables.
3780
3781         * scm/define-grobs.scm (all-grob-descriptions): add
3782         Hyphen_spanner::set_spacing_rods to LyricHyphen
3783
3784         * input/regression/lyric-hyphen-break.ly: new file.
3785
3786         * input/test/lyric-hyphen-retain.ly: new file.
3787
3788         * lily/new-part-combine-iterator.cc (construct_children):
3789         add Rest direction.
3790
3791 2004-02-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3792
3793         * scripts/lilypond-book.py (Snippet.replacement_text): add method.
3794
3795         * Documentation/bibliography/engraving.bib (donemus1982):
3796         update entry.
3797
3798 2004-02-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3799
3800         * scripts/lilypond-book.py (Substring.__init__): new class.
3801         (Snippet.output_texinfo): add texidoc option.
3802         (Include_snippet.replacement_text): new class.
3803         (Lilypond_snippet.__init__): new class
3804         (Lilypond_snippet.get_hash): bugfix: use full body for hashing.
3805
3806         * Documentation/user/refman.itely (Sound): 
3807         note about number of channels.
3808
3809         * scm/music-functions.scm (voicify-music): add \context Staff for
3810         << \\ >> polyphony.
3811
3812         * lily/parser.yy (verbose_command_req): \skip now creates
3813         SkipMusic, and does not lead to spurious staves.
3814
3815         * scm/define-music-types.scm (music-descriptions): rename
3816         NonEventSkip to SkipMusic
3817
3818         * input/no-notation/midi-lyric-barcheck.ly: new file.
3819
3820         * input/regression/collision-dots-invert.ly: new file.
3821
3822         * lily/note-collision.cc (check_meshing_chords): add stem_to_stem
3823         case.
3824
3825         * lily/new-lyric-combine-music-iterator.cc (process): let iterator
3826         die if melody died too.
3827
3828 2004-02-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3829
3830         * lily/source-file.cc (load_stdin): add trailing 0. Fixes problem
3831         with reading from stdin.
3832
3833         * lily/slur-performer.cc (try_music): new file.
3834
3835         * lily/melisma-performer.cc (try_music): new file. Handle
3836         melismata to help lyrics.
3837
3838         * lily/beam-performer.cc (try_music): new file. Handle beam events
3839         to help lyrics.
3840
3841         * lily/score-performer.cc (one_time_step): reinstate
3842         process_music().
3843
3844         * lily/performer.cc (process_music): add to interface.
3845
3846         * lily/performer-group-performer.cc (process_music): new function.
3847
3848         * lily/dot-column.cc (do_shifts): do collision resolution before
3849         dot positioning.
3850         
3851         * scripts/lilypond-book.py (Snippet.output_print_filename): new
3852         file, process printfilename option.
3853         (Snippet.__init__): rewrite: do not use global variables h or
3854         index.
3855         (main): really support -I option.
3856         (find_toplevel_snippets): new code.
3857         (find_toplevel_snippets): reinstate old version, without global
3858         variables.
3859
3860         * tex/texinfo.tex: really add file.
3861         
3862 2004-02-06  Jan Nieuwenhuizen  <janneke@gnu.org>
3863
3864         * scripts/lilypond-book.py (find_toplevel_snippets): Python < 2.3
3865         compatibility.
3866
3867 2004-02-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3868
3869         * scripts/hw-lilypond-book.py (Snippet.output_print_filename): 
3870
3871         * scm/define-translator-properties.scm (drumPitchTable): add
3872         property.
3873
3874         * scripts/lilypond-book.py (simple_toplevel_snippets): new
3875         function.
3876         (help_summary): docstrings.
3877         (do_file): strip the dir of input_base too.
3878
3879 2004-02-05  Jan Nieuwenhuizen  <janneke@gnu.org>
3880
3881         * Documentation/topdocs/NEWS.texi: Add item about lilypond-book.
3882
3883         * Documentation/user/lilypond-book.itely: Update.
3884
3885         * make/ly-rules.make: Update lilypond-book commands.
3886
3887         * Documentation/user/GNUmakefile: Update makeinfo commands,
3888         lilypond-book flags.
3889
3890         * scripts/lilypond-book.py: Rewrite (was: filter-lilypond-book.ly).
3891         
3892         * scripts/old-lilypond-book.py: New file (was: lilypond-book.ly).
3893
3894         * scripts/filter-lilypond-book.py: Remove.
3895
3896         * Documentation/user/*tely: Update options for new lilypond-book.
3897
3898         * tex/texinfo.tex: New file; from texinfo CVS.  This fixes build
3899         with @macros in @includes.
3900
3901 2004-02-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3902
3903         * lily/rest-collision-engraver.cc (process_acknowledged_grobs):
3904         make rest-collision only.
3905
3906         * lily/break-substitution.cc (substitute_one_mutable_property):
3907         clear all-elements using scm_assq_remove_x(). 
3908
3909         * lily/rest-collision.cc (do_shift): shift single rests
3910
3911         * flower/include/array.hh (class Array): rename to is_empty ()
3912
3913         * lily/drum-note-performer.cc: new file: perform drum notes.
3914
3915         * VERSION (PACKAGE_NAME): release 2.1.19.
3916         
3917 2004-02-05  Jan Nieuwenhuizen  <janneke@gnu.org>
3918
3919         * scripts/filter-lilypond-book.py
3920         (classic_lilypond_book_compatibility): New function.
3921
3922 2004-02-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3923
3924         * buildscripts/lilypond.words.py (F): remove drums.scm reference.
3925
3926         * Grand 2003 -> 2004 search replace. 
3927
3928         * lily/parser.yy (chord_body_element): add DRUM_PITCH to chords
3929         (i.e. < > )
3930
3931         * ly/performer-init.ly: add DrumStaff
3932
3933         * lily/axis-group-engraver.cc (acknowledge_grob): also take
3934         lyric-interface; this prevents lines with only extender lines from
3935         being junked.
3936  
3937         * scm/define-grob-interfaces.scm (lyric-interface): new interface
3938
3939         * lily/lyric-extender.cc (brew_molecule): get line breaking and
3940         extenders right, for once and for all (hopefully).
3941         
3942         * lily/break-substitution.cc (substitute_one_mutable_property):
3943         clear old 'all-elements for System grobs.
3944
3945         * lily/new-lyric-combine-music-iterator.cc (find_voice): make sure
3946         that associatedVoiceContext is always assigned when music & lyrics
3947         are found. 
3948
3949         * ly/engraver-init.ly: remove Lyrics context.
3950         (TabVoice): add noteheads engraver
3951
3952         * input/test/improv.ly: update: do not use Thread switching. 
3953
3954         * lily/pitch-squash-engraver.cc (acknowledge_grob): only squash if
3955         squashedPosition is a number  
3956
3957         * Documentation/user/refman.itely (Automatic note splitting):
3958         remove Thread references.
3959
3960         * input/no-notation/pc-direction.ly: remove file.
3961
3962         * ly/engraver-init.ly: remove Thread
3963
3964         * input/regression/tie-chord-partial.ly: remove file.
3965
3966         * scripts/convert-ly.py (conv): \harmonic rule
3967
3968         * lily/new-fingering-engraver.cc (acknowledge_grob): add new
3969         notation for harmonic notes: <c' g''\harmonic>
3970
3971         * lily/lily-guile.cc (alist_to_hashq): new function
3972
3973         * scm/lily.scm (alist->hash-table): new function.
3974
3975         * Documentation/user/refman.itely (Percussion staves): update doco.
3976
3977         * input/regression/drums.ly (timb): updates
3978
3979         * lily/note-performer.cc (create_audio_elements): robustness fix.
3980
3981         * ly/engraver-init.ly: add DrumStaff and DrumVoice contexts
3982
3983 2004-02-05  Jan Nieuwenhuizen  <janneke@gnu.org>
3984
3985         * scripts/filter-lilypond-book.py (find_toplevel_snippets): Do not
3986         discard valid matches.
3987
3988 2004-02-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3989
3990         * lily/drum-note-engraver.cc: new file.
3991
3992         * ly/drumpitch-init.ly: move drum definitions
3993
3994         * scm/drums.scm: remove file.
3995
3996         * lily/*.cc: remove abort-event everywhere.
3997
3998         * lily/note-heads-engraver.cc (process_music): robustification.
3999
4000         * lily/accidental-engraver.cc (process_acknowledged_grobs):
4001         robustification.
4002
4003         * lily/parser.yy (simple_element): add \drums mode.
4004         (simple_element): remove \pitchnames , \chordmodifiers. Use
4005         variables to store this. 
4006
4007         * lily/lexer.ll (My_lily_lexer): remove support for \PITCHNAME
4008         outside \notes.
4009
4010         * VERSION: release 2.1.18.
4011         
4012         * input/test: remove octave-duplicate.ly
4013
4014 2004-02-04  Jan Nieuwenhuizen  <janneke@gnu.org>
4015
4016         * scripts/filter-lilypond-book.py: Speed-up and clean-ups.
4017
4018 2004-02-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4019
4020         * lily/simultaneous-music-iterator.cc: remove clone() and copy
4021         constructor from Music_iterator. Changes throughout.
4022
4023         * lily/include/music-iterator.hh (class Music_iterator): remove
4024         Music_iterator::skip and Music_iterator::get_pending_events from
4025         interface. Rename report_to -> get_outlet 
4026
4027         * lily/auto-change-iterator.cc: move contents from
4028         new-auto-change-iterator.cc from
4029
4030         * scm/part-combiner.scm: determine split-list from Scheme. 
4031
4032         * lily/new-auto-change-iterator.cc (process): new file.
4033
4034         * lily/parser.yy (part_combined_music): remove old PC cruft.
4035
4036         * ly/engraver-init.ly: remove old
4037         PC cruft.
4038
4039         * Documentation/user/refman.itely (The Lyrics context): note about
4040         extender lines.
4041
4042         * lily/multi-measure-rest-engraver.cc (process_music): extra check
4043         to allow 0-length mmrest events.
4044
4045         * scm/part-combiner.scm (determine-split-list): many bugfixes.
4046
4047         * lily/new-part-combine-iterator.cc (kill_mmrest): new function.
4048
4049         * lily/spacing-engraver.cc (finalize): robustifications.
4050
4051         * input/regression/new-part-combine-solo-global.ly: new file.
4052
4053         * scm/part-combiner.scm: rewrite.
4054
4055 2004-02-03  Juergen Reuter  <reuter@ipd.uka.de>
4056
4057         * Documentation/user/refman.itely, input/puer-fragment.ly,
4058         input/test/vaticana.ly, ly/engraver-init.ly: ancient examples
4059         updated for proper use of lyricsto; replaced "(" and ")" ->
4060         "\melisma" and "\melismaEnd"
4061
4062         * input/test/ancient-font.ly: small updates to reduce compile
4063         warnings (TODO: junk this file)
4064
4065         * input/test/gregorian-scripts.ly: added comment about bug
4066
4067         * lily/gregorian-ligature-engraver.cc, lily/ligature-engraver.cc:
4068         tiny robustness fix
4069
4070         * mf/parmesan-clefs.mf: exact_center fixes (this broke due to
4071         recent changes in the feta code); temporarily mapped mensural g
4072         clef to a copy of petrucci g clef until mensural g clef will have
4073         been rewritten
4074
4075         * mf/parmesan-heads.mf: bugfix: solved character name clashing
4076         between mensural and neo-mensural heads (this broke quite a while
4077         ago)
4078
4079         * mf/parmesan-rests.mf: still more tiny set_char_box() fixes
4080
4081 2004-02-03  Jan Nieuwenhuizen  <janneke@gnu.org>
4082
4083         * scripts/filter-lilypond-book.py: Handle @include.  Add progress
4084         indication.  Fixes for verbatim, multi line comments.
4085
4086 2004-02-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4087
4088         * input/regression/new-part-combine-solo.ly: more cases.
4089
4090         * lily/slur.cc (height): robustness fix.
4091
4092         * lily/new-part-combine-iterator.cc (process): add apart-spanner. 
4093
4094         * input/mutopia/F.Schubert/morgenlied.ly (melody): revert
4095         stemUp/stemDown.
4096
4097         * scm/music-functions.scm (determine-split-list): further analysis.
4098
4099         * lily/script-engraver.cc (try_music): discard duplicate
4100         articulations.
4101
4102         * input/regression/new-part-combine-solo.ly: new file
4103
4104         * input/regression/new-part-combine-a2.ly: new file.
4105
4106         * ly/performer-init.ly: add Devnull
4107
4108         * scripts/convert-ly.py (FatalConversionError.sub_acc): add rule
4109         for \musicglyph #"accidental-*"
4110         (conv): \newpartcombine rule.
4111
4112 2004-02-03  Jan Nieuwenhuizen  <janneke@gnu.org>
4113
4114         * scripts/filter-lilypond-book.py: Handle @lilypondfile, bugfixes.
4115
4116 2004-02-02  Jan Nieuwenhuizen  <janneke@gnu.org>
4117
4118         * scripts/filter-lilypond-book.py: Handle verbatim, latex
4119         textwidth, --output.
4120
4121 2004-02-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4122
4123         * scm/new-markup.scm (doubleflat): add accidental markups.
4124
4125         * VERSION: release 2.1.17
4126         
4127         * Documentation/user/refman.itely (Automatic part combining):
4128         revise documentation of the part-combiner.
4129
4130         * input/regression/pc-switch-slur.ly (texidoc): remove file.
4131         
4132         * input/test/part-combine-{moment,staff}.ly: remove file.
4133
4134         * input/regression/pc-mmrest.ly (two): remove file.
4135
4136         * scm/define-music-types.scm (music-descriptions): add
4137         Solo{One,Two}Event and UnisonoEvent
4138
4139         * lily/new-part-combine-iterator.cc (unisono): add state_
4140         variable, signal changes with part-combine-event.
4141
4142         * input/regression/new-part-combine-text.ly: new file.
4143
4144         * lily/part-combine-engraver.cc: new file.
4145
4146 2004-02-02  Jan Nieuwenhuizen  <janneke@gnu.org>
4147
4148         * scripts/filter-lilypond-book.py: Handle snippet options.
4149
4150 2004-02-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4151
4152         * scm/music-functions.scm (determine-split-list): detect solo1/2
4153         and unisono.
4154
4155         * lily/new-lyric-combine-music-iterator.cc (construct_children):
4156         revert fix, document why.
4157
4158         * lily/tie-performer.cc (process_music): new function. Set melisma
4159         property.
4160
4161         * lily/tuplet-bracket.cc (make_bracket): make sure that gap is
4162         always smaller than bracket size.
4163         (make_bracket): oops. Size of the gap was off by factor 2
4164
4165         * input/test/text-rotate.ly: new file.
4166
4167         * scm/new-markup.scm (markup): a macro that provides a
4168         LilyPond-like syntax in scheme for building markups, in order to
4169         help markup command definition. (Nicolas Sceaux)
4170
4171         * input/test/lyrics-skip-notes.ly: new example.
4172
4173         * lily/parser.yy (post_event): make HYPHEN into postfix event.
4174
4175         * lily/new-lyric-combine-music-iterator.cc (find_context_below):
4176         use is_alias() iso. == . This fixes lyrics on
4177         GregorianTranscriptions. 
4178
4179 2004-02-02  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4180
4181         * scripts/lilypond.py (ly_paper_to_latexpaper): Add newline before 
4182         \thispagestyle{lastpage} to avoid that it's printed on the second
4183         last page when there's only a single score line on the last page.
4184         (The page breaking mechanism in TeX played some ugly tricks to us.)
4185
4186 2004-02-01  Jan Nieuwenhuizen  <janneke@gnu.org>
4187
4188         * scripts/filter-lilypond-book.py: Further development.
4189
4190         * input/regression/collision-dots-move.ly: New test.
4191
4192         * lily/note-collision.cc (check_meshing_chords): Move dots on left
4193         hand side note head of non-merged collision to the right.
4194
4195         * lily/new-lyric-combine-music-iterator.cc (start_new_syllable):
4196         Construct children before accessing property from emtpy
4197         lyrics_context_.
4198         (construct_children): Find thread before finding LyricsVoice.
4199         Create LyricsVoice one if none found, fixes crash (thanks Erik
4200         Sandberg).
4201
4202 2004-01-31  Jan Nieuwenhuizen  <janneke@gnu.org>
4203
4204         * cygwin/: Forward port.
4205
4206 2003-10-01  Jan Nieuwenhuizen  <janneke@gnu.org>
4207
4208         * buildscripts/install-info-html.sh: Use Bash.
4209
4210         * cygwin/mknetrel: Patch from Bert.
4211
4212 2003-09-30  Jan Nieuwenhuizen  <janneke@gnu.org>
4213
4214         * cygwin/lily-wins.py: Check whether to run ly2dvi or lilypond.
4215
4216         * stepmake/stepmake/topdocs-targets.make (copy-to-top): Do not
4217         try to copy *png, index.html (Bertalan Fodor).
4218
4219         * cygwin/mknetrel (preinstall): Set webdir (Bertalan Fodor).
4220
4221 2003-09-30  Jan Nieuwenhuizen  <janneke@gnu.org>
4222
4223         * lily/note-collision.cc (check_meshing_chords): Do not remove
4224         dots (from down head) when merging similar heads (thanks Matthias
4225         Kilian).  Simplify merge_possible tests and other cleanups
4226
4227         * input/regression/collision-merge-differently-dotted.ly: Add test
4228         for disappearing dots on similar heads for both voices.
4229
4230 2004-01-30  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4231
4232         * Documentation/user/invoking.itexi (Invoking lilypond): Document
4233         that tagline overrides copyright for single page scores. Correct
4234         the default tagline value.
4235
4236 2004-01-29  Jan Nieuwenhuizen  <janneke@gnu.org>
4237
4238         * Documentation/topdocs/NEWS.texi: Compile fix (thanks Mats).
4239
4240 2004-01-29  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4241
4242         * buildscripts/lilypond-login.sh: Avoid warning about undefined
4243         TEXMF if it's previously unset.
4244
4245 2004-01-29  Heikki Junes <hjunes@cc.hut.fi>
4246
4247         * scm/chord-name.scm (german-markup): bugfix: use SEMI-TONE.
4248
4249         * input/test/trills.ly: fix the unfolding of lineprall.
4250
4251         * input/test/figured-bass-alternative.ly: fix accidental.
4252
4253 2004-01-28  Jan Nieuwenhuizen  <janneke@gnu.org>
4254
4255         * Documentation/topdocs/NEWS.texi: Add note about safe mode.
4256         
4257         * input/no-notation/dos-guile.ly: 
4258         * input/no-notation/dos-ps.ly: 
4259         * input/no-notation/dos-tex.ly: New file.  These tests still FAIL.
4260         
4261         * input/no-notation/safe-include.ly:
4262         * input/no-notation/safe-guile.ly:
4263         * input/no-notation/safe-ps.ly: 
4264         * input/no-notation/safe-tex.ly: New file.
4265
4266         * scripts/lilypond.py (global_latex_preamble): Add \nofiles for
4267         safe mode Add -s,--safe-mode option.  Use -S,--set for setting
4268         options now.
4269         (run_lilypond): When in --safe-mode, pass option to lilypond-bin.
4270         When in --safe-mode, set environment openout_any=p[aranoid].
4271
4272         * tex/ltest.tex: 
4273         * tex/lilyponddefs.tex: Add \nofiles.
4274
4275         * python/lilylib.py (get_bbox, make_ps_images): Add -dSAFER to gs
4276         options.
4277
4278         * mf/GNUmakefile (FETA_LIST_FILES): Install feta*list.lys too.
4279         This allows building the user manual using a binary installation
4280         and a matching unpacked source tree.
4281
4282         * scm/lily.scm (safe-module): New variable. 
4283
4284         * lily/includable-lexer.cc (new_input): Fix error messages.
4285
4286         * lily/parse-scm.cc (internal_ly_parse_scm): Add parameter SAFE.
4287         If SAFE, evaluate in safe-module.  Change callers.
4288
4289         * lily/main.cc (Long_option_init): Reinstate safe-mode.
4290
4291         * lily/lexer.ll (embedded_scm): While processing main-input,
4292         invoke ly_parse_scm with safe mode if running in safe-mode.
4293         (<<EOF>>): Reset main_input_b_, fixes old-relative chech
4294         in init.ly for safe-mode.
4295
4296 2004-01-28  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4297
4298         * scripts/lilypond.py (ly_paper_to_latexpaper): Regain
4299         compatibility with old versions of geometry.sty (compat2
4300         already implied includehead).
4301         Change the page layout slightly so bottom + footskip = top +
4302         headheight + headsep = 16mm, the remaining paperheight-32mm
4303         are used for the music. Increase footskip to 5mm, so the top of
4304         the footer text doesn't touch the music.
4305
4306 2004-01-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4307
4308         * VERSION: release 2.1.16
4309         
4310         * scm/music-functions.scm (determine-split-list): bugfix: only use
4311         new-active for both voices if both indexes advance. This fixes the
4312         biggest outstanding problem with new-pc. 
4313
4314         * lily/new-part-combine-iterator.cc (construct_children): set more
4315         directions.
4316
4317 2004-01-27  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4318
4319         * scripts/convert-ly.py (conv): add instrument rule.
4320
4321         * lily/instrument-name-engraver.cc: add Vocal_name_engraver.
4322
4323         * lily/side-position-interface.cc: remove add_staff_support ()
4324         Change all callers to use staff-padding.
4325
4326         * lily/auto-beam-engraver.cc (create_beam): opps. Don't use
4327         make_spanner().
4328
4329         * lily/a2-engraver.cc (process_acknowledged_grobs): 
4330
4331         * lily/text-engraver.cc: remove scriptHorizontal property.
4332
4333         * lily/beam.cc (least_squares): also set least-squares-dy for
4334         special case of slanted 2-stem beam to center.
4335
4336         * lily/side-position-interface.cc (out_of_staff): move contents of
4337         out_of_staff into aligned_side.
4338         remove out_of_staff().
4339
4340         * input/regression/measure-grouping.ly: fix warning.
4341
4342         * lily/side-position-interface.cc: add staff-padding support to
4343         Side_position_interface::aligned_side.
4344
4345         * lily/system-start-delimiter-engraver.cc (process_music): whoops,
4346         one get_property too many.
4347
4348         * flower/include/drul-array.hh (linear_combination): new function
4349         (scale_drul): new function
4350
4351         * lily/beam.cc: use Drul_array<Real> iso. interval, because *=
4352         operations on empty intervals are silly.
4353
4354 2004-01-26  Jan Nieuwenhuizen  <janneke@gnu.org>
4355
4356         * lily/note-heads-engraver.cc (process_music): use robust_scm2int
4357         (iso gh_scm2int), fixes crash in new part-combiner.
4358
4359         * configure.in: Up mftrace to 1.0.27.
4360
4361 2004-01-26  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4362
4363         * VERSION: release 2.1.15
4364         
4365         * lily/lyric-phrasing-engraver.cc (stop_translation_timestep):
4366         align all stanza numbers.
4367
4368 2004-01-26  Heikki Junes <hjunes@cc.hut.fi>
4369
4370         * Documentation/user/{introduction.itely,refman.itely,
4371         converters.itely}: fix some text inside parentheses; text should
4372         be readable (even) if parentheses are either replaced with commas 
4373         or dropped out.
4374
4375 2004-01-25  Werner Lemberg  <wl@gnu.org>
4376
4377         * buildscripts/lilypond.words.py, input/puer-fragment.ly,
4378         input/test/vaticana.ly, input/test/ancient-font.ly,
4379         input/test/mensural-ligatures.ly, input/test/gregorian-scripts.ly,
4380         lily/include/staff-symbol.hh, lily/breathing-sign.cc,
4381         ly/params-as-init.ly, scm/define-grobs.scm,
4382         scm/define-grob-properties.scm: s/stafflinethickness/linethickness/.
4383
4384         * ly/params-as-init.ly: Removed.  Obsolete.
4385         * buildscripts/lilypond.words.py: Updated.
4386
4387 2004-01-25  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4388
4389         * mf/parmesan-clefs.mf: switch off mensural G clefs.
4390
4391         * mf/feta-din{4,5,7,9}.mf: remove.
4392         
4393         * lily/engraver.cc (internal_make_item): centralize item/spanner
4394         factory.
4395
4396         * scripts/convert-ly.py (FatalConversionError.sub_durs): bugfix:
4397         do correct chord conversion for ^"sim."  (backportme)
4398         (FatalConversionError.sub_articulations): substitute ^"foo" in
4399         chords too. (backportme)
4400
4401         * scm/define-grobs.scm (all-grob-descriptions): use staff-padding
4402         for Fingering.
4403
4404         * lily/side-position-interface.cc (out_of_staff): don't do
4405         anything if staff-padding not defined. 
4406
4407         * mf/feta-params.mf (stafflines): introduce linethickness as
4408         general blackness of the font.
4409
4410         * lily/stem.cc (position_noteheads): rounding error robustness.
4411
4412         * input/regression/rest-collision-beam.ly: move beam/rest stuff
4413         from beam-collision.ly 
4414
4415         * lily/beam.cc (rest_collision_callback): remove direction.
4416
4417         * scm/define-grobs.scm (all-grob-descriptions): remove
4418         enclose-bounds in OttavaBracket and PianoPedalBracket
4419
4420         * scm/new-markup.scm (def-markup-command) new macro, which takes
4421         care of defining the COMMAND-markup and make-COMMAND-markup
4422         procedures, setting markup-signature and keyword-signature object
4423         properties, and pushing the markup command in
4424         markup-function-list.
4425
4426         All markup commands are defined thanks to it.  Users may also use
4427         it to define their own markup commands. (Nicolas Sceaux)
4428
4429         * scm/new-markup.scm: Scheme style clean-up: there should be no
4430         parenthesis alone on a line; LET* should not be used where LET is
4431         enough. (Nicolas Sceaux)
4432
4433 2004-01-25  Jan Nieuwenhuizen  <janneke@gnu.org>
4434
4435         * scripts/filter-lilypond-book.py: Add script.
4436
4437 2004-01-23  Jan Nieuwenhuizen  <janneke@gnu.org>
4438
4439         * ly/engraver-init.ly: Set enclose_bounds to #1 (was: ##t).
4440
4441 2004-01-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4442
4443         * Documentation/user/refman.itely (Fingering instructions): add
4444         single note chords. 
4445
4446         * lily/multi-measure-rest-engraver.cc: use a single
4447         MultiMeasureEvent for mm rests. This prevents problems with the
4448         new part combiner.
4449
4450         * scm/music-functions.scm (determine-split-list): analysis has
4451         global effect: a difference halfway a phrase makes the entire
4452         phrase be typeset as apart.
4453         (make-multi-measure-rest): make mmrest as a single rhythmic event. 
4454
4455 2004-01-23  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4456
4457         * ly/performer-init.ly: add Devnull.
4458
4459         * Documentation/user/refman.itely (Font selection): remove paper20
4460         ref.
4461         
4462 2004-01-22  Jan Nieuwenhuizen  <janneke@gnu.org>
4463
4464         * scripts/convert-ly.py (1.9.0): Handle phrasing slur.
4465
4466 2004-01-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4467
4468         * scm/music-functions.scm (determine-split-list): bugfixes.
4469
4470         * scm/lily.scm (uniq-list): new implementation, O(1) stack.
4471
4472         * input/test/scales-greek.ly: use C as base, results in different
4473         alterations at the clef.
4474
4475         * input/regression/pedal-ped.ly: new file.
4476
4477         * input/regression/pedal-bracket.ly: new file.
4478
4479         * lily/piano-pedal-bracket.cc (brew_molecule): new function;
4480         replace after_line_breaking()
4481
4482         * lily/line-interface.cc (line): read thickness.
4483         (line): dash-fraction = 0 always for dotted-line style.
4484
4485         * input/test/staff-lines.ly (lower): bugfix.
4486
4487         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): move
4488         \accepts Devnull into Score.
4489
4490         * scm/lily.scm: remove bla.scm load.
4491
4492 2004-01-21  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4493
4494         * VERSION: release 2.1.14
4495         
4496         * Documentation/topdocs/INSTALL.texi (Top): fix FTP url. 
4497
4498         * lily/side-position-interface.cc (general_side_position): add
4499         Staff_symbol_referencer::staff_space ().
4500
4501         * lily/include/context-def.hh: rename from translator-def.hh
4502
4503 2004-01-21  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4504
4505         * input/template/piano-dynamics.ly (pedal): Updated definition of
4506         Dynamics such that \cresc works, for example.
4507
4508 2004-01-21  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4509
4510         * lily/stem.cc (calc_stem_info): use
4511         Staff_symbol_referencer::staff_space
4512
4513         * lily/beam-quanting.cc (quanting): scale Stem_info 
4514
4515         * lily/beam.cc (rest_collision_callback): use minimum-distance
4516         property for rest/beam collisions.
4517         (rest_collision_callback): bugfixes.
4518
4519         * lily/system.cc (post_processing): extra-offset is now relative
4520         to the size of the current staff.
4521
4522         * scm/music-functions.scm (notice-the-events-for-pc): record all
4523         voices, only analyze "one" and "two".
4524
4525         * lily/recording-group-engraver.cc (finalize): bugfix: want self,
4526         not parent. 
4527
4528         * lily/new-part-combine-iterator.cc (construct_children): create
4529         Devnull from Voice context
4530
4531         * scm/music-functions.scm (determine-split-list): bugfixes.
4532
4533         * lily/lily-guile.cc (robust_scm2int): new function
4534
4535         * lily/staff-symbol-referencer.cc (line_thickness): new
4536         function. Use throughout.
4537
4538         * lily/font-size-engraver.cc (acknowledge_grob): only process grob
4539         in its own context.  Add to preset font-size.
4540
4541         * lily/stem.cc (thickness): new function.
4542
4543         * lily/staff-symbol.cc (get_ledger_line_thickness): new function:
4544         compute thickness from ledger-line-thickness.
4545
4546         * lily/note-head.cc (brew_ledger_lines): use
4547         Staff_symbol::get_ledger_line_thickness ().
4548
4549         * lily/beam.cc (rest_collision_callback): use
4550         Staff_symbol_referencer::staff_space().
4551
4552         * lily/parser.yy (My_lily_lexer): change syntax: \newpartcombine
4553         Mus1 Mus2
4554
4555         * lily/include/translator.hh (class Translator): add accepts_list_
4556         so  \with { \denies / \accepts } also works.
4557
4558         * scm/music-functions.scm (determine-split-list): determine split
4559         list from music events.
4560
4561         * lily/new-part-combine-iterator.cc: more states.
4562
4563         * lily/moment.cc (LY_DEFINE): new function ly:moment<? 
4564
4565 2004-01-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4566
4567         * lily/system.cc (set_loose_columns): use the right prebroken cols
4568         for interpolating loose column position.
4569
4570         * lily/text-spanner.cc (brew_molecule): default to no vertical
4571         lines.
4572
4573         * lily/ottava-bracket.cc (brew_molecule): vertical line doesn't
4574         take space.
4575
4576         * scm/define-grobs.scm (all-grob-descriptions): less padding.
4577
4578 2004-01-20  Jan Nieuwenhuizen  <janneke@gnu.org>
4579
4580         * scripts/convert-ly.py: Do not test filename when processing
4581         stdin.
4582
4583         * lily/axis-group-engraver.cc: Include warn.hh (compile fix).
4584
4585 2004-01-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4586
4587         * lily/axis-group-engraver.cc (finalize): extra check; if
4588         process_music () is never called, then staffline_ == 0.
4589
4590         * lily/simultaneous-music-iterator.cc (pending_moment): don't
4591         check run_always ().
4592         
4593         * VERSION: release 2.1.13
4594
4595         * input/regression/note-head-style.ly (pattern): cleanup.
4596
4597         * mf/GNUmakefile ($(outdir)/$(redhat-package)): use http for
4598         downloading.
4599
4600         * scm/output-lib.scm (shift-right-at-line-begin): new function:
4601         kludge rehearsalmark placement.
4602
4603         * lily/grob-scheme.cc (LY_DEFINE): add ly:item-break-dir , ly:item?
4604         , ly:spanner?
4605
4606         * lily/note-head.cc (internal_brew_molecule): only shorten ledger
4607         close to note head for accidentals.
4608
4609         * lily/tuplet-bracket.cc (get_default_dir): new algorithm for
4610         tuplet direction.
4611
4612         * mf/parmesan-heads.mf (overdone_heads): enlarge harmonic head.
4613
4614 2004-01-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4615
4616         * lily/include/music-iterator.hh (class Music_iterator): add
4617         substitute_outlet() to iterator API.
4618
4619         * lily/new-part-combine-iterator.cc (construct_children):
4620         New_pc_iterator: new class, better part combining.
4621
4622         * lily/tie-column.cc (werner_directions): new function
4623
4624         * lily/tie.cc (set_direction): call Tie_column::set_direction ()
4625
4626         * lily/axis-group-engraver.cc (process_acknowledged_grobs): give
4627         empty objects group spanner as parent
4628
4629         * lily/tuplet-bracket.cc (calc_position_and_height): check musical
4630         slope against graphical slope.
4631
4632         * lily/ottava-bracket.cc (brew_molecule): support minimum-length
4633         for ottava bracket.
4634
4635         * lily/side-position-interface.cc (general_side_position):
4636         opps. reinstate *dir.
4637
4638         * lily/parser.yy: plug many memory leaks. We're down to 4 for each
4639         parser run.
4640
4641         * lily/tuplet-bracket.cc: remove calc_dy ().
4642
4643         * Documentation/user/refman.itely (Balloon help): document balloon
4644         help
4645
4646 2004-01-19  Jan Nieuwenhuizen  <janneke@gnu.org>
4647
4648         * scm/document-backend.scm (check-dangling-properties): Grob
4649         properties are defined define-grob-properties.scm.
4650         
4651 2004-01-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4652         
4653         * VERSION: release 2.1.12
4654
4655         * scm/define-grobs.scm (all-grob-descriptions): larger font for
4656         ChordName
4657
4658         * scm/new-markup.scm (sub-markup): sup & super: make smaller in
4659         relation to surroundings.
4660
4661         * lily/tuplet-bracket.cc (calc_position_and_height): add staff
4662         Y-extent to the note-extents: stay clear of the staff.
4663
4664 2004-01-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4665
4666         * Documentation/user/GNUmakefile
4667         ($(outdir)/lilypond/lilypond.html): posix conforming globs. Link
4668         iso. copy.
4669
4670         * stepmake/stepmake/metafont-rules.make: remove --keep-trying.
4671
4672         * lily/separating-group-spanner.cc (set_spacing_rods): add padding.
4673
4674         * mf/,scripts/,make/,ly/,scm/: remove AsciiScript remnants.
4675
4676         * lily/lily-guile.cc (robust_scm2double): new function. Use throughout.
4677
4678         * lily/line-interface.cc (line): remove thickness from calling interface.
4679
4680         * lily/hairpin.cc: use Line_interface
4681
4682         * lily/line-interface.cc: new file. Line_interface for everything
4683         with dotted/dashed lines.
4684         
4685
4686         * lily/tuplet-bracket.cc (make_bracket): use Line_interface.
4687
4688         * lily/ottava-bracket.cc (brew_molecule): new file, separate routine
4689         for constructing ottava brackets.
4690         
4691         * lily/ottava-engraver.cc (acknowledge_grob): hang the bracket on
4692         the note heads.
4693
4694         * Documentation/user/internals.itely (Engravers and performers):
4695         fix broken link.
4696
4697         * scm/music-functions.scm (make-mark-set): new function.
4698
4699         * lily/lookup.cc: remove Lookup::horizontal_slope (): it is
4700         functionally identical to beam.
4701
4702         * lily/mensural-ligature.cc (brew_flexa): replace horizontal_slope
4703         () with beam (). 
4704
4705         * Documentation/user/refman.itely (Rehearsal marks): document new
4706         functionality.
4707
4708         * input/regression/rehearsal-mark-number.ly: new file.
4709
4710         * input/regression/rehearsal-mark-letter.ly: new file.
4711
4712         * scm/translation-functions.scm (number->mark-string): new function
4713         (format-mark-letters): new function
4714         (format-mark-numbers): new function
4715
4716         * lily/mark-engraver.cc (process_music): rehearsalMark is now
4717         integer; formatting is done through markFormatter property.
4718         
4719         * scm/define-translator-properties.scm: fold all *-done properties
4720         into positioning-done.
4721
4722         * lily/beam.cc (position_beam): new function
4723         (brew_molecule): make sure that positions are calced before making
4724         the molecule.
4725
4726         * scm/output*.scm (beam):  take 4th argument for function.
4727
4728         * ps/music-drawing-routines.ps: take blot as 4th argument.
4729
4730         * lily/beam.cc (brew_molecule): fix beam offsets: overlap with the
4731         stem to avoid small dents.
4732         
4733 2004-01-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4734
4735         * VERSION: release 2.1.11
4736
4737         * input/regression/balloon.ly: new file.
4738
4739         * lily/balloon.cc (brew_molecule): new file: draw boxes around
4740         objects, and make help texts. 
4741
4742         * scm/new-markup.scm (parse-simple-duration): parse duration
4743         string to log & dots. (Thanks Nicolas!)
4744
4745         * scripts/convert-ly.py (FatalConversionError.sub_note): add \note
4746         rule.
4747
4748 2004-01-17  Heikki Junes   <hjunes@cc.hut.fi>
4749
4750         * buildscripts/lilypond.words.py: remove unused files (THANKS Werner
4751         Lemberg).
4752
4753         * THANKS: alphabetic order.
4754
4755 2004-01-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4756
4757         * input/regression/note-head-harmonic.ly: new file.
4758
4759         * Documentation/user/internals.itely (Technical manual): explain
4760         difference between music, translation, layout.
4761
4762         * mf/parmesan-heads.mf (overdone_heads): add 0harmonic head.
4763
4764         * scm/output-ascii-script.scm (bracket): rounding bfs.
4765
4766         * scripts/convert-ly.py (conv): add \include "paper" rule. 
4767
4768         * ly/paper*.ly: remove files. 
4769         
4770         * scm/paper.scm (set-staff-size): new function: set default
4771         staff-size.
4772
4773         * scripts/convert-ly.py (conv): add conversion rule.
4774
4775         * lily/music-output-def.cc (LY_DEFINE): ly_output_def_scope: new
4776         function.
4777
4778         * scm/paper.scm: new file.
4779         (set-staff-size): new function 
4780         (set-paper-size): new function
4781
4782         * lily/parser.yy (music_output_def_body): restructure definition,
4783         so first Scheme statement in \paper also happens in new scope. 
4784
4785         * lily/system.cc (post_processing): move uniquify_list () to
4786         dumping molecule stage.
4787
4788         * ly/engraver-init.ly: set barCheckSynchronize to #f. Warning:
4789         this will mess up scores that use barchecks to shorten measures.
4790
4791         * mf/feta-bolletjes.mf (overdone_heads): make note heads rounder
4792         at 20pt too.
4793
4794         * Documentation/user/tutorial.itely (Printing lyrics): document
4795         \lyricsto
4796
4797         * lily/my-lily-lexer.cc: \newaddlyrics -> \lyricsto
4798
4799         * Documentation/user/refman.itely (Fermatas): document \lyricsto
4800
4801         * lily/new-lyric-combine-music-iterator.cc (process): don't crash
4802         if Voice is not found.
4803
4804         * VERSION: release 2.1.10
4805         
4806         * input/{test,regression}/: remove old-relative 
4807
4808         * lily/lexer.ll: add empty markup signature. 
4809
4810         * scm/new-markup.scm (markup-functions-and-signatures): reinstate
4811         strut markup
4812
4813         * lily/parser.yy (markup): MARKUP_HEAD_EMPTY
4814
4815         * scm/define-translator-properties.scm: update melismata property
4816         doco.
4817
4818         * lily/system.cc (output_lines): revert uniquify_list() patch,
4819         strange side effects seen.
4820         
4821         * lily/line-spanner.cc (dashed_line_molecule): return nothing if
4822         dash-period < 0.
4823
4824         * scm/midi.scm (instrument-equalizer-alist): fix equalizer setting
4825         for flute. 
4826
4827 2004-01-15  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4828
4829         * input/regression/*.ly: use newaddlyrics iso. addlyrics
4830
4831         * input/regression/lyrics-multi-stanza.ly (texidoc): remove file.
4832
4833         * lily/lyric-extender.cc (brew_molecule): behave decently in case
4834         of line breaks.
4835         (brew_molecule): add padding to left, not right.
4836
4837         * lily/system.cc (uniquify_list): new function
4838         (output_lines): uniquify_list () on all-elements. This fixes
4839         double symbols in the output.
4840
4841         * lily/beam.cc (rest_collision_callback): don't move anything if
4842         staff-position is set.
4843
4844         * input/regression/rest-pitch.ly (texidoc): add rest under beam.
4845
4846         * lily/system.cc (typeset_grob): warn if adding twice.
4847
4848         * lily/sequential-iterator.cc (run_always): implement run_always().
4849         (also in other files.)
4850         
4851         * input/mutopia/F.Schubert/standchen.ly: use newaddlyrics. 
4852
4853         * lily/event.cc (to_relative_octave): add octave-check.
4854
4855         * Documentation/user/refman.itely (Line breaking): add noBreak.
4856
4857         * scm/new-markup.scm (normalsize-markup): add function.
4858         (sans-markup): new function.
4859
4860         * lily/beam-engraver.cc (valid_end_point): opps, beam-stop-events
4861         come earlier nowadays.  This fixes beams on grace notes.
4862         
4863         * scm/music-functions.scm (direction-polyphonic-grobs): new
4864         variable, share between override and revert. This fixes script
4865         directions in polyphonic sections. (backportme)
4866
4867 2004-01-14  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4868
4869         * lily/text-spanner.cc (brew_molecule): don't do shorten-pair for
4870         breakpoints.
4871
4872         * lily/break-align-interface.cc: add doco
4873
4874         * Documentation/user/refman.itely (Rehearsal marks): add index marks. 
4875
4876 2004-01-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4877
4878         * VERSION: release 2.1.9
4879
4880         * scm/document-markup.scm (markup-doc-node): add note about naming.
4881
4882         * scm/new-markup.scm (left-align-markup): bugfix. 
4883
4884         * Documentation/user/refman.itely (Ottava brackets): more doco for
4885         ottava.
4886
4887         * lily/side-position-interface.cc (out_of_staff): also do
4888         out_of_staff() correctly for d == DOWN.
4889
4890         * lily/text-spanner.cc (brew_molecule): only put vertical line and
4891         horizontal line if they move to the right.
4892         
4893         * scm/define-grobs.scm (all-grob-descriptions): set
4894         text-repeat-if-broken for ottava spanner
4895
4896         * lily/text-spanner.cc (brew_molecule): text-repeat-if-broken
4897         property.
4898
4899         * mf/feta18.mf: design size is 18 not 22.5
4900
4901         * lily/new-lyric-combine-music-iterator.cc (process): new file.
4902         Add a single LyricsVoice to a melody. Melismata may be set
4903         individually.
4904
4905         * input/regression/lyric-combine-new.ly: new file. Demo \newaddlyrics.
4906
4907         * lily/dot-column.cc: add stdio.h
4908
4909 2004-01-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4910
4911         * lily/item.cc: documentation for break-visibility (Thanks, John).
4912
4913 2004-01-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4914
4915         * lily/bar-line.cc (compound_barline): add bartype :  (dotted).
4916
4917         * lily/translator-def.cc: rename Translator_def to Context_def.
4918
4919         * Documentation/user/internals.itely (Lexical details): clarify
4920         string def.
4921
4922         * Documentation/user/refman.itely (Rhythmic music): add link to
4923         RhythmicStaff 
4924
4925 2004-01-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4926
4927         * lily/translator.cc: document start_translation_timestep()
4928
4929         * scm/output-tex.scm (tex-encoded-fontswitch): use
4930         round for rounding (inexact->exact yields rationals)
4931
4932         * lily/*.cc: remove superfluous start_translation_timestep() calls.
4933
4934         * lily/translator-group.cc (get_simple_trans_list): 
4935         new function; construct simple_trans_list_ lazily.
4936         
4937 2004-01-10  Jan Nieuwenhuizen  <janneke@gnu.org>
4938
4939         * lily/paper-outputter.cc (output_scope): Check if number before
4940         checking exact (guile cvs).
4941
4942         * scm/*: Escape backslashes in scheme strings (guile cvs).
4943
4944 2004-01-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4945
4946         * Documentation/user/refman.itely (Tablatures basic): annotate
4947         seealso sections.
4948
4949         * lily/*.cc: cleanup of engraver initialize() functions.
4950
4951         * lily/repeat-acknowledge-engraver.cc
4952         (start_translation_timestep): remove first_b_
4953
4954         * lily/tab-note-heads-engraver.cc: listen to string number events
4955         inside < > too. (backportme).
4956
4957         * Documentation/user/refman.itely (Text scripts): add fatText to
4958         index.
4959
4960 2004-01-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4961
4962         * VERSION: 2.1.8
4963
4964         * stepmake/bin/add-html-footer.py (built): add Wiki links to
4965         footer.
4966
4967         * lily/parser.yy (translator_mod): allow \with { \remove .. }
4968
4969         * lily/bar-check-iterator.cc (process): only warn if
4970         barCheckLastFail was changed.
4971
4972         * scm/define-translator-properties.scm (barCheckLastFail): add
4973         property.
4974
4975         * lily/main.cc (main_prog): print summary of failed files.
4976
4977         * lily/axis-group-engraver.cc: move all spanner creation to
4978         process_music (). Now staffs can be adjusted with \override too.
4979         (Jan, you are a brilliant programmer!)
4980         
4981         * lily/chord-tremolo-engraver.cc (try_music): fix spurious warning. 
4982
4983 2004-01-09  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4984
4985         * Documentation/user/tutorial.itely (Integrating text and music):
4986         Show the commands to produce a PDF as well.
4987
4988 2004-01-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4989
4990         * lily/translator-def.cc (get_translator_names): accept user
4991         tweaks too. 
4992
4993         * mf/feta-bolletjes.mf (overdone_heads): oops, slashes are twice
4994         as big as normal heads. 
4995
4996         * input/*ly: run convert-ly
4997         
4998         * lily/tuplet-bracket.cc (brew_molecule): call after_line_breaking
4999         () if dependencies are fluked.
5000
5001         * scm/document-translation.scm (engraver-doc-string): update on
5002         latest string/symbol conventions.
5003
5004         * lily/translator-ctors.cc: use Scheme_hash_table.
5005
5006         * lily/translator-def.cc (get_translator_names): new function
5007         (add_context_mod): new function
5008         (get_accepted): new function
5009
5010         * lily/parser.yy (context_mod): put all modifications of
5011         \translator { } in a single production, encode as SCM.
5012
5013         * lily/translator-def.cc (add_context_mod): rewrite Translator_def
5014         to use read-only lists, so additions to the definition can be
5015         prepended easily.  
5016
5017         * Documentation/user/invoking.itexi (Editor support): add node on
5018         editor support.
5019
5020         * Documentation/user/refman.itely (Bar check): add lyrics example
5021         of bar checks. 
5022
5023         * input/mutopia/F.Schubert/morgenlied.ly: add bar checks.
5024
5025         * scripts/convert-ly.py (conv): add conversion rule.
5026
5027         * lily/parser.yy: use \change iso. \translator for staff switch.
5028
5029         * lily/my-lily-lexer.cc: add \change.
5030
5031         * scm/define-translator-properties.scm
5032         (default-melisma-properties): add definition.
5033
5034 2004-01-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5035
5036         * Documentation/user/refman.itely (Bar lines): clarification of
5037         systemStartDelimiter. 
5038
5039         * input/test/slur-shape.ly (x): remove file.
5040
5041         * lily/translator-group.cc (apply_property_operations): new function.
5042
5043 2004-01-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5044
5045         * lily/parser.yy (optional_prop_ops): allow \with {
5046         PROPERTYSETTINGS } following \context or \new.
5047
5048         * lily/my-lily-lexer.cc: add \with.
5049
5050         * lily/parser.yy (property_operation): clean up definition of
5051         property operations.
5052         (property_op_to_music): new function.
5053         (context_spec_music): new function
5054
5055         * VERSION: 2.1.7 released.
5056         
5057         * input/regression/collision-merge-dots.ly: new file.
5058
5059         * lily/note-collision.cc (check_meshing_chords): if merging heads,
5060         then kill the dots too. 
5061
5062         * lily/separating-line-group-engraver.cc (acknowledge_grob):
5063         set/unset breakableSeparationItem
5064
5065         * lily/separation-item.cc (relative_width): add function.
5066
5067         * scm/define-grob-interfaces.scm (only-prebreak-interface): add
5068         only-prebreak-interface
5069
5070         * lily/system.cc (output_lines): only junk only-prebreak-interface
5071         grobs.
5072
5073         * lily/multi-measure-rest-engraver.cc (stop_translation_timestep):
5074         read breakableSeparationItem
5075
5076         * input/regression/multi-measure-rest-multi-staff-center.ly: new file.
5077
5078         * lily/system.cc (output_lines): don't suicide Spacing_items. 
5079
5080         * lily/dot-column.cc (dot_config_badness): new function:
5081         select the best scoring dot configuration: dots should go close to
5082         the note heads, but be shifted up or down according to conventions.
5083         (print_dot_configuration): idem.
5084         (shift_one): idem
5085         (remove_collision): idem.
5086
5087         * input/regression/dots.ly: add more test cases.
5088
5089 2004-01-06  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5090
5091         * lily/include/scm-hash.hh (class Scheme_hash_table): idem.
5092
5093         * flower/include/interval.hh: rename elem_b to contains 
5094
5095         * lily/tie.cc: change 'heads to 'head-pair.
5096
5097         * lily/lyric-phrasing-engraver.cc (process_acknowledged_grobs):
5098         fill in 'heads field.
5099
5100         * lily/lyric-extender.cc (brew_molecule): use heads for width, use
5101         minimum-length for short ones, and shorten so collisions with the
5102         next syllable are avoided.
5103
5104         * lily/beam-quanting.cc (score_slopes_dy): add extra points for
5105         near-zero slopes.
5106         Only do DAMPING_DIRECTION_PENALTY for non-horizontal dy 
5107
5108         * lily/dots.cc: remove quantized_position callback. All Y
5109         positioning is done by dot-column.cc
5110
5111         * lily/dot-column.cc (do_shifts): rewrite shifting routine: do
5112         exhaustive test of all dot positions. This fixes disappearing dots
5113         in dotted chords.
5114
5115 2004-01-05  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5116
5117         * mf/feta-klef.mf (test_staff): fatten up G clef
5118         (test_staff): fatten up f clef.
5119         
5120
5121 2004-01-05  Jan Nieuwenhuizen  <janneke@gnu.org>
5122
5123         * input/mutopia/E.Satie/petite-ouverture-a-danser.ly: 
5124         * input/les-nereides.ly: Use latin1 characters for title, like
5125         Morgenlied.
5126
5127 2004-01-05  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5128
5129         * scm/font.scm (paper20-font-vector): add bold-narrow series (only
5130         cmb10).
5131
5132         * lily/lyric-extender.cc (brew_molecule): add little space before
5133         extender line.
5134
5135         * lily/beam-quanting.cc (score_forbidden_quants): check if
5136         outer stafflines fall in any beam gaps.
5137
5138         * scm/define-grobs.scm (all-grob-descriptions): use bold-narrow
5139         for lyric texts.
5140
5141 2004-01-04  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5142
5143         * VERSION: 2.1.6 released.
5144
5145         * lily/beam-quanting.cc (quanting): add inspect-quants property:
5146         this shows the demerits of a user-defined beam position pair.
5147
5148         * scm/define-grobs.scm (all-grob-descriptions): set
5149         beamed-extreme-minimum-free-lengths to a different value.
5150
5151         * lily/scm-option.cc: add debug-beam scm-option
5152
5153         * mf/feta-bolletjes.mf (overdone_heads): fix stem attachments.
5154
5155 2004-01-03  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5156
5157         * lily/beam.cc (brew_molecule): rewrite debug output: split up scores.
5158
5159         * scm/define-grobs.scm (all-grob-descriptions): use semi-fixed
5160         space after barline.
5161
5162         * mf/feta-eindelijk.mf (tracingvariables): make top of 8th rest fatter.
5163
5164         * lily/spacing-spanner.cc (breakable_column_spacing): take average
5165         of spacing wishes, not maximum. Only do this for delta-t == 0. In
5166         the other case, take standard column-breakable spacing. Do not
5167         warn about "no spacing wishes".
5168
5169         This fixes wide spaces after barlines in very loose lines.
5170
5171         * lily/multi-measure-rest.cc (big_rest): bugfix for blots.
5172
5173 2004-01-02  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5174
5175         * lily/stanza-number-engraver.cc (acknowledge_grob): bugfix:
5176         acknowledge_grob lyric-syllable, not lyric-text.
5177
5178         * lily/hyphen-spanner.cc (brew_molecule): rewrite. Make multiple
5179         dashes of length #'length separated by #'dash-period. 
5180
5181         * lily/lyric-extender.cc (brew_molecule): idem
5182
5183         * lily/multi-measure-rest.cc (big_rest): idem
5184
5185         * lily/system-start-delimiter.cc (simple_bar): idem
5186
5187         * lily/bar-line.cc (simple_barline): use rounded box
5188
5189         * VERSION: release 2.1.5
5190
5191         * Documentation/user/lilypond-book.itely (Integrating LaTeX and
5192         music): move note about dvips to more visible place.
5193
5194         * lily/lyric-phrasing-engraver.cc: move from
5195         new-phrasing-engraver.cc, remove old cruft (syllable-group,
5196         lyric-phrasing-engraver.hh)
5197         
5198         * lyric-align.ly: remove file
5199         
5200         * scripts/convert-ly.py (FatalConversionError.func): add removal
5201         rule for automaticMelismata
5202
5203         * ly/engraver-init.ly (ScoreContext): switch on
5204         New_phrasing_engraver by default.
5205
5206         * lily/slur-engraver.cc (class Slur_engraver):
5207         process_acknowledged_grobs -> process_music.
5208         (try_music): signal melismata correctly.
5209
5210         * lily/lyric-extender.cc (brew_molecule): cleanup. Junk
5211         word-space, right-trim-amount, and extend past right bound only
5212         for note heads.
5213
5214         * lily/new-phrasing-engraver.cc (acknowledge_grob): add
5215         lyric-extender support: add note-heads to the extender
5216         automatically.
5217
5218         * lily/parser.yy: extender is now post_event. 
5219
5220         * lily/accidental-engraver.cc (number_accidentals): remove
5221         spurious warning about non-parent contexts.
5222
5223         * lily/music-output-def.cc (assign_translator): \translator { }
5224         for a Foo context implicitly redefines \FooContext.
5225
5226         * input/mutopia/F.Schubert/morgenlied.ly (pianoLH): many layout
5227         fixes.
5228
5229         * lily/slur.cc (brew_molecule): don't use stafflinethickness
5230         doubly in slur weight. 
5231
5232         * input/regression/prefatory-spacing-matter.ly (TODO): add clef :|
5233         combination.
5234
5235         * scm/define-grobs.scm (all-grob-descriptions): change clef -
5236         staffbar distance.
5237
5238         * scripts/lilypond.py (global_latex_preamble): crank down size of
5239         the margins. Now there is a 12 mm top and bottom margin, which
5240         should correspond with the printable area of modern printers.
5241
5242         This enlarges the music height of the printable page a little.
5243
5244         * mf/feta-accordion.mf (accreg_pen): remove circled-R, BB and SB
5245         signs. Use \markup instead.
5246         (accreg_pen): tweak for accordeon asterisk.
5247
5248 2003-12-31  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5249
5250         * lily/melisma-engraver.cc (try_music): use melisma_busy()
5251
5252         * lily/lyric-engraver.cc (process_music): remove alignment kludge 
5253
5254         * lily/lyric-combine-music-iterator.cc (melisma_busy): new function.
5255
5256         * lily/stanza-number-engraver.cc (acknowledge_grob): rewrite
5257
5258         * scm/define-grobs.scm (all-grob-descriptions): change
5259         StanzaNumber description: make side support, i.s.o. breakable.
5260         use Instrument_name_engraver for texts in the margin.
5261
5262         * scm/define-translator-properties.scm: remove
5263         melismaEngraverBusy, stz property.
5264
5265         * *.cc: naming: change empty_b () into is_empty ()
5266
5267         * lily/self-aligment-interface.cc (aligned_on_parent): new function.
5268
5269         * input/regression/lyric-phrasing-new.ly: new file.
5270
5271         * lily/new-phrasing-engraver.cc (process_acknowledged_grobs): new
5272         engraver, redo lyric phrasing, but cleaner and simpler.  Lyrics on
5273         melismata are now left-aligned.
5274
5275 2003-12-30  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5276
5277         * input/mutopia/F.Schubert/GNUmakefile: add morgenlied.ly
5278
5279         * mf/feta19.mf: remove.
5280         
5281         * mf/feta-klef.mf (test_staff): more tweaks
5282
5283         * mf/feta-toevallig.mf: more small size tweaks.
5284
5285         * mf/feta-eindelijk.mf (lower_brush): adjust quarter and shorter
5286         rests for smaller sizes.
5287
5288         * mf/feta-bolletjes.mf: fix cross heads.
5289
5290         * VERSION: release 2.1.4
5291         
5292         * scripts/convert-ly.py (FatalConversionError.func): add rule for
5293         deprecated #'ancient font family
5294
5295         * lily/mark-engraver.cc (process_music): only set rehearsalMark if
5296         it is a string or number.
5297
5298         * scm/output-lib.scm (note-head-style->attachment-coordinates):
5299         change calling convention of stem-attachment function. 
5300
5301         * buildscripts/mf-to-table.py: read and dump WX/WY fields
5302
5303         * mf/feta-autometric.mf: dump WX/WY fields too
5304         
5305         * mf/parmesan-heads.mf: idem.
5306
5307         * mf/feta-bolletjes.mf (slash_slope): set WX/WY fields for
5308         attachment coordinates.
5309
5310         * lily/note-head.cc (stem_attachment_coordinate): read stem
5311         attachment from the notehead glyphs WX/WY fields.
5312
5313         * lily/include/font-metric.hh (struct Font_metric): add methods
5314         get_indexed_wxwy (), make a distinction between looking up by
5315         index and ASCII  
5316
5317         * mf/feta-bolletjes.mf: rewrite note head MF code.
5318         (test_outlines): make heads more rotund for smaller sizes. 
5319
5320 2003-12-29  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5321
5322         * mf/feta-params.mf (stafflines): fix stafflinethickness at 0.5 pt
5323         throughout. Font scaling fixes throughout.
5324
5325         * mf/feta-sleur,slur.mf: remove. 
5326
5327         * mf/feta-slag.mf: rewrite.
5328
5329 2003-12-24  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5330
5331         * VERSION: release 2.1.3
5332
5333         * stepmake/stepmake/toplevel-targets.make: remove pfa targets
5334
5335         * make/lilypond.redhat.spec.in (Group): remove MAKE_PFA_FILES
5336
5337         * lily/mark-engraver.cc (process_music): fix mark
5338         \default. (backportme)
5339
5340         * stepmake/stepmake/automatically-generated.sub.make (default):
5341         use -n for head/tail commands. 
5342
5343         * lily/tie-engraver.cc (acknowledge_grob): make ties only for note
5344         heads with the same pitch.
5345
5346 2003-12-20  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5347
5348         * lily/recording-group-engraver.cc (finalize): set protected_scm
5349         member to '() before finalizing.
5350
5351         * lily/translator-group.cc (finalize): remove removal_processing () 
5352
5353         * lily/recording-group-engraver.cc: new engraver: record
5354         synchronized start & end times for each music object.
5355
5356         * lily/parser.yy (toplevel_expression): execute score rendering
5357         during parsing. Cleanup output-filename handling; this is no
5358         longer done with global variables.
5359         (translator_spec_body): allow \type modification too.
5360
5361         * lily/score.cc:  ly:run-translator: new function
5362         (LY_DEFINE): ly:render-output new function.
5363
5364         Separate interpreting and rendering, and make available as
5365         functions at Scheme level.
5366
5367 2003-12-17  Jan Nieuwenhuizen  <janneke@gnu.org>
5368
5369         * scm/to-xml.scm (<xml-node>): New class to build xml-doc.
5370         (musicxml-node->string):
5371         (xml-node->string):
5372         (music-to-musicxml): New function.
5373
5374 2003-12-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5375
5376         * VERSION: 2.1.2 released
5377
5378         * lily/include/lily-guile.hh (SCM_VECTOR_REF): compat glue
5379
5380         * scm/font.scm (paper20-font-vector): discouple font design sizes
5381         from sizes specified in .ly file: store all design sizes of a font
5382         in a single vector.
5383
5384         * lily/font-select.cc (get_font_by_design_size): new function
5385
5386         * mf/feta*,parmesan*: use 2^{1/6} as scaling factor for fonts.
5387         add parmesan,feta in sizes 14 and 18.
5388         
5389         * mf/feta-toevallig.mf: use blot diameter for double sharp.
5390
5391         * lily/font-size-engraver.cc (acknowledge_grob): change definition
5392         of fontSize: this now sets font-size
5393
5394 2003-12-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5395
5396         * VERSION: 2.1.1 released
5397         
5398         * Documentation/user/refman.itely (Tuning objects): add note about
5399         concurrent tweaks in different contexts. 
5400
5401         * lily/tie-engraver.cc (acknowledge_grob): use
5402         Staff_symbol_referencer::get_position iso. reading staff-position
5403         directly.
5404
5405         * lily/piano-pedal-engraver.cc (create_bracket_grobs): don't take
5406         currentMusicalColumn as left span-point for bracket. The bracket
5407         is too long when there are accidentals.
5408
5409 2003-12-03  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5410
5411         * buildscripts/lilypond-profile.sh,
5412         buildscripts/lilypond-login.sh: Only set $TEXMF if necessary.
5413         Thanks to Reuben Thomas <rrt@mupsych.org>
5414
5415 2003-12-03  Heikki Junes  <hjunes@cc.hut.fi>
5416
5417         * ly/italiano.ly: additions for semi-sharps and semi-flats by Eric
5418         Wurbel <wurbel@univ-tln.fr>.
5419
5420 2003-11-17  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5421
5422         * scripts/midi2ly.py: Add space after chords.
5423
5424 2003-11-07  Heikki Junes  <hjunes@cc.hut.fi>
5425
5426         * input/regression/{many}: add few @code{ ... }.
5427
5428 2003-11-05  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5429
5430         * mf/GNUmakefile (SAUTER_FONTS): Added cmss14, 
5431         cmbxti6, cmcsc8, cmss14, cmtt5 and cmtt7.
5432         Removed cmbx5, cmbx6 (which are included in teTeX)
5433         and cmbxti14 which is not used in fonts.scm.
5434
5435 2003-11-04  Heikki Junes  <hjunes@cc.hut.fi>
5436
5437         * lily/midi-item.cc: fine tune quarter tones.
5438
5439 2003-11-03  Heikki Junes  <hjunes@cc.hut.fi>
5440
5441         * lily/midi-item.cc lily/include/midi-item.hh (get_fine_tuning):
5442         new function, warn how many cents are missing in fine tuning.
5443
5444 2003-11-01  Heikki Junes  <hjunes@cc.hut.fi>
5445
5446         * input/bugs/rhytmicstaff-tie.ly: add file.
5447
5448         * THANKS: Create skeleton for 2.1.
5449
5450 2003-10-31  Heikki Junes  <hjunes@cc.hut.fi>
5451
5452         * input/test/bar-lines.ly (TODO): dashed "|".
5453
5454 2003-10-30  Heikki Junes  <hjunes@cc.hut.fi>
5455
5456         * Documentation/user/refman.itely, input/regression/tie-accidental.ly,
5457         input/regression/tie-chord.ly: Fix spell for tying.
5458
5459         * input/test/ly2dvi-testpage.ly: removed (renamed, see below).
5460
5461         * input/test/lilypond-testpage.ly, Documentation/user/invoking.itexi:
5462         new file (renamed, see above).
5463
5464         * Documentation/user/lilypond-book.itely
5465         * buildscripts/lilypond-login.sh elisp/lilypond-mode.el
5466         * input/example-1.ly input/example-2.ly input/example-3.ly
5467         * input/les-nereides.ly input/test/fill-a4.ly input/test/spacing-2.ly
5468         * input/test/title.ly po/cs.po po/da.po po/de.po po/es.po po/fi.po
5469         * po/fr.po po/it.po po/ja.po po/lilypond.pot po/nl.po po/ru.po
5470         * po/sv.po scm/output-pdftex.scm scm/output-tex.scm
5471         * scripts/lilypond-book.py scripts/lilypond.py
5472         * stepmake/bin/package-zip32.sh tex/lilyponddefs.tex tex/titledefs.tex
5473         * vimrc: replace ly2dvi with lilypond and remove silly comments.
5474
5475         * Documentation/user/lilypond.tely: update version.
5476
5477         * Documentation/user/{appendices,introduction,refman,tutorial}.itely:
5478         Remove extra spaces in each @node, fixes spaces.
5479
5480 2003-10-29  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5481
5482         * scripts/lilypond-book.py (output_dict): Add definition of
5483         \lilypondbook also for LaTeX output. Solves several bug reports.
5484
5485 2003-10-29  Heikki Junes  <hjunes@cc.hut.fi>
5486
5487         * input/test/follow-thread.ly, input/test/polymetric.ly: Fix typos.
5488
5489 2003-10-24  Heikki Junes  <hjunes@cc.hut.fi>
5490
5491         * input/test/transposition.ly: Fix key signatures, given in comments.
5492
5493 2003-10-23  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5494
5495         * scm/midi.scm (instrument-names-alist),
5496         Documentation/user/appendices.itely: Correct spelling of shakuhachi
5497
5498 2003-10-14  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5499
5500         * input/test/temporary-stave.ly (texidoc): New example based on an
5501         email question from Ralph Little.
5502
5503 2003-10-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5504
5505         * VERSION: release 2.1.0
5506         
5507         * lily/note-performer.cc (try_music): accept busy-playing-event.
5508
5509         * lily/swallow-perf.cc (try_music): return false for
5510         busy-playing-event and melisma-playing-event.
5511
5512 2003-10-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5513
5514         * scripts/etf2ly.py: Patch by Arvid Grotting for minor keys and <<
5515         >> in \score.
5516
5517 2003-10-05  Jan Nieuwenhuizen  <janneke@gnu.org>
5518
5519         * scripts/convert-ly.py (sub_chords): Bugfix: convert to -[, so
5520         that articulation_substitute will not move beam start again.
5521         (articulation_substitute): Bugfix: remove stray space so that new
5522         old chords ending '>>' does not get broken up.
5523         (sub_chord): Use TAB for indentation (not spaces).
5524         
5525         * elisp/lilypond-font-lock.el (LilyPond-mode-set-syntax-table):
5526         Bugfix for startup: Use ?^ instead of ?\^.
5527
5528 2003-10-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5529
5530         * lily/lyric-combine-music-iterator.cc
5531         (Lyric_combine_music_iterator): change init order, to prevent GC
5532         segfaults.
5533
5534         * lily/context-specced-music-iterator.cc (construct_children): 
5535         only change  translator if found. This fixes a core dump problem.
5536
5537 2003-09-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5538
5539         * scm/slur.scm (default-slur-extremity-rules): use equal? for
5540         comparison.
5541
5542         * mf/feta-bolletjes.mf: make hole in half note little
5543         smaller for stem attachment.
5544
5545         * lily/stem.cc (brew_molecule): tweaks for new flag layout.
5546
5547         * mf/feta-banier.mf: don't draw stem with flag, just small square
5548         attachment.
5549
5550         * mf/feta-bolletjes.mf (slash_slope): remove ledger ending 
5551
5552         * mf/feta-banier.mf: remove upstem/downstem characters.
5553
5554         * mf/feta-params.mf (stafflines): stems are 1.3 SLT. 
5555
5556         * ly/params-init.ly (blotdiameter): set blotdiameter to 2/3 of
5557         stafflinethickness (in the default)
5558
5559         * lily/stem.cc (brew_molecule): use round_filled_box for stem.
5560
5561         * lily/lily-guile.cc (parse_symbol_list): strip spaces at the end.
5562
5563         * Documentation/topdocs/INSTALL.texi (Top): reorder.
5564
5565         * scripts/convert-ly.py (conv): add up-to-staff conversion rule.
5566
5567         * lily/include/directional-element-interface.hh:
5568         junk class, make {get,set}_grob_direction functions.
5569
5570         * lily/slur.cc (get_attachment): do something sensible when
5571         attaching to stem without heads (eg. a rest).
5572
5573         * lily/stem.cc: remove #'up-to-staff ; use #'stem-end-position for
5574         forcing up to staff.  remove #'support-head property
5575         (brew_molecule): small cleanup.
5576         (flag): remove #'grace property.
5577
5578 2003-09-29  Jan Nieuwenhuizen  <janneke@gnu.org>
5579
5580         * cygwin/postinstall-lilypond.sh: 
5581         * cygwin/postremove-lilypond.sh: Bugfix for fonts remove command
5582         (Volker Zell).
5583
5584 2003-09-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5585
5586         * scripts/lilypond-book.py: resurrect 'eps' option. 
5587         (TexiPaper.to_eps): use -Ppdf for EPS files.
5588
5589         * VERSION (PATCH_LEVEL): branch off 2.0, go to 2.1 in HEAD
5590
5591         * scripts/lilypond.py (run_dvips): use -Ppdf for preview.
5592
5593         * VERSION: release 2.0.1
5594
5595         * lily/bezier.cc (get_other_coordinate): change assert into
5596         warning.
5597
5598         * lily/note-head.cc (internal_brew_molecule): make left protusion
5599         smaller, to accomodate for natural sign.
5600         (internal_brew_molecule): only do this when the accidental is
5601         close enough.
5602         (extent): new function
5603
5604         * lily/skyline.cc (merge_skyline): new function
5605         (heighten_skyline): new function
5606
5607         * lily/accidental-placement.cc (position_accidentals) 
5608         (position_accidentals): fix todo.
5609
5610 2003-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5611
5612         * input/test/+.ly (texidoc): put version number inline.
5613
5614         * GNUmakefile.in: remove rsync-web target.
5615         
5616         * input/regression/bar-scripts.ly (onestaff): raggedright
5617
5618 2003-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5619
5620         * lily/*.cc: remove #if 0'd code in couple of places.
5621
5622         * lily/midi-stream.cc (operator <<): rewrite.
5623
5624         * lily/note-head.cc (internal_brew_molecule): 
5625         only make ledgers when the Staff symbol has lines.
5626
5627         * ly/property-init.ly (arpeggioBracket): simplify
5628
5629         * lily/translator-group.cc (execute_pushpop_property): use
5630         SCM_EQ_P for comparing keys. This fixes reverting
5631         auto-beam-settings.
5632
5633 2003-09-28  Jan Nieuwenhuizen  <janneke@gnu.org>
5634 *
5635         * lily/midi-stream.cc (operator <<): Also write MIDI string when
5636         midi_debug_global_b.
5637         (operator <<): Normalise loop.
5638
5639 2003-09-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5640
5641         * scripts/lilypond.py (escape_path): revise.
5642
5643         * scm/music-functions.scm (set-output-property): new function.
5644         
5645 2003-09-27  Jan Nieuwenhuizen  <janneke@gnu.org>
5646
5647         * cygwin/mknetrel: Next try in building doc on Cygwin natively;
5648         use addmakeflags again.
5649
5650         * cygwin/lily-wins.py (escape_shell): New function; use it.
5651
5652         * scripts/lilypond.py (escape_shell): Escape quotes and other
5653         spaces too.  Do not escape escaping backslashes.
5654
5655         * make/srcdir.make.in (web-install): Must call install-WWW now.
5656
5657         * mf/GNUmakefile: resolve conflict: %list.ly is a target, not a
5658         dependency
5659
5660 2003-09-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5661
5662         * scripts/lilypond.py (escape_path): escape quotes too. 
5663
5664         * Documentation/user/lilypond.tely (Unified index): rename Index
5665         to accomodate Windows breakage.
5666
5667         * make/lilypond.redhat.spec.in (Group): remove out=www for web-install 
5668
5669         * mf/GNUmakefile ($(outdir)/%.afm  $(outdir)/%.enc
5670         $(outdir)/%.tex $(outdir)/%.dep $(outdir)/%list.ly): list.ly is a
5671         target not a source.
5672
5673 2003-09-27  Jan Nieuwenhuizen  <janneke@gnu.org>
5674
5675         * cygwin/mknetrel: Use EXTRABUILDARGS, EXTRAINSTALLARGS instead of
5676         addmakeflags.  Build and install doc and web also when building on
5677         Cygwin.
5678
5679         * mf/GNUmakefile: Bugfix.
5680
5681         * GNUmakefile.in (web-install): Bugfix: set out prefix Similar to
5682         target web.
5683
5684         * cygwin/lily-wins.py: Quote filename.
5685
5686 2003-09-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5687
5688         * mf/GNUmakefile ($(outdir)/$(redhat-package)): use passive ftp.
5689
5690 2003-09-25  Jan Nieuwenhuizen  <janneke@gnu.org>
5691
5692         * cygwin/bug-lilypond-cygwin.sh: Add tests for registry
5693         settings.
5694
5695         * configure.in: Require g++ > 3.0.4.
5696
5697         * mf/GNUmakefile: Bugfix: Add list.ly target.
5698         
5699         * Documentation/user/GNUmakefile: Bugfix: list.ly target.
5700
5701         * stepmake/stepmake/omf-targets.make (omf-local-install): Buxfix:
5702         make omf directory, add uninstall targets.
5703
5704 2003-09-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5705
5706         * lily/tie-performer.cc (initialize): init prev_event
5707
5708         * make/lilypond.redhat.spec.in: move site-start back to /usr/share.
5709
5710         * lily/script-engraver.cc (make_script_from_event): don't crash on
5711         non-string articulation-type.
5712
5713         * lily/new-fingering-engraver.cc (add_script): don't crash on
5714         0 scripts 
5715         (acknowledge_grob): warn about text script events.
5716
5717 2003-09-24  Heikki Junes  <hjunes@cc.hut.fi>
5718
5719         * buildscript/lilypond.words: fix path for drums.scm.
5720
5721 2003-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5722
5723         * lily/spacing-spanner.cc (note_spacing): don't make longer
5724         durations than measure-length.
5725
5726         * VERSION: release 2.0.0
5727
5728         * GNUmakefile.in (rsync-web): version independent rsync target.
5729
5730         * input/test/+.ly (texidoc): idem.
5731
5732         * input/regression/+.ly: print version number.
5733
5734         * input/regression/accidentals.ly (mel): shorten.
5735
5736         * input/regression/accidental-octave.ly (texidoc): shorten.
5737
5738         * input/regression/hairpin-dashed.ly (texidoc): docstring.
5739
5740         * input/regression/completion-heads-polyphony.ly: octave
5741
5742         * input/regression/beam-manual.ly: remove
5743
5744         * input/regression/beam-chord.ly: remove
5745
5746         * input/regression/grace-dynamic.ly: remove
5747         
5748         * input/regression/grace-volta-repeat.ly: octave fixes.
5749
5750         * input/regression/hairpin-dashed.ly (texidoc): doc string.
5751
5752         * lily/parser.yy (step_number): semitones for chord entry too.
5753         (make_chord_step): more robust code, semitones. 
5754
5755         * input/regression/breathing-sign-ancient.ly (texidoc): new file.
5756
5757         * input/regression/breathing-sign.ly (texidoc): split ancient and
5758         normal breathing signs.
5759
5760         * scm/define-grobs.scm (all-grob-descriptions): swap
5761         beamed-extreme-minimum-free-lengths and
5762         beamed-minimum-free-lengths; the 'extreme' case should allow
5763         shorter stems. This fixes forced directions on beamed 32nd and
5764         shorter notes.
5765
5766         * ly/engraver-init.ly (ScoreContext): keyAccidentalOrder is in
5767         quartertones, not semitones.
5768         (NoteNamesContext): swallow more event types
5769
5770         * Documentation/topdocs/NEWS.texi (Top): insert close brace.
5771
5772         * VERSION (PACKAGE_NAME): release 1.9.10
5773
5774 2003-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5775
5776         * lily/rhythmic-column-engraver.cc (process_acknowledged_grobs):
5777         set note head as cause of note-column.  This gives a better error
5778         message.
5779
5780 2003-09-23  Jan Nieuwenhuizen  <janneke@gnu.org>
5781
5782         * Documentation/topdocs/INSTALL.texi: Update emacs mode.
5783
5784 2003-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5785
5786         * mf/GNUmakefile (pfa_warning): instruct 
5787
5788         * stepmake/aclocal.m4: typo.
5789
5790         * Documentation/user/cheatsheet.itely: more verbose examples.
5791
5792         * input/regression/clefs.ly: remove bogus docstring.
5793
5794 2003-09-23  Jan Nieuwenhuizen  <janneke@gnu.org>
5795
5796         * GNUmakefile.in (SUBDIRS): Add elisp.
5797
5798         * elisp/lilypond-mode.el: 
5799         * elisp/lilypond-init.el: 
5800         * elisp/lilypond-indent.el: 
5801         * elisp/lilypond-font-lock.el: Move from top dir.
5802
5803         * stepmake/stepmake/elisp-vars.make: New file.
5804
5805         * config.make.in (elispdir): Add.
5806
5807         * Documentation/topdocs/INSTALL.texi: Typo.
5808
5809         * make/ly-rules.make: Test for files instead of touching void and
5810         ignoring errors.
5811
5812         * GNUmakefile.in:
5813         * make/lilypond.redhat.spec.in:
5814         * debian/rules: Fix lilypond.words stuff a bit.  For running from
5815         <builddir>, adding
5816         
5817              (push "<builddir>/share/lilypond/elisp" load-path)
5818
5819         to your ~/.emacs.el should give you LilyPond-mode again.
5820
5821         * scripts/lilypond-book.py (re_dict): Only fix texinfo @mbinclude
5822         regexp for DOS/Windows, we are too paranoid to fix others.
5823
5824 2003-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5825
5826         * scm/chord-name.scm (natural-chord-alteration): no quarter tones.
5827
5828         * input/test/chord-names-jazz.ly (banterProperties): fix
5829
5830         * lily/parser.yy (bass_mod): bass figure alterations are semi
5831         tones, not quarter tones
5832
5833         * lily/beam.cc (set_stem_lengths): only lengthen stems
5834         for gapped beams.
5835
5836         * lily/beam-quanting.cc (score_forbidden_quants): divide demerit
5837         by beamcount.
5838
5839         * buildscripts/lilypond-profile.sh (Error): more zsh stuff: print
5840         a warning that the warning may erroneous.
5841
5842         * Documentation/topdocs/INSTALL.texi (Top): add note about get-pfa
5843         target.
5844
5845         * mf/GNUmakefile: add get-pfa, get-debian-pfa, get-rpm-pfa
5846         targets.
5847
5848         * GNUmakefile.in ($(config_h)): config.h should depend on
5849         config.hh.in .
5850         (lilypond.words): remove fontball stuff.
5851
5852         * stepmake/aclocal.m4: only print config.cache warning if it exists.
5853
5854         * configure.in: remove pktrace reference.
5855
5856         * GNUmakefile.in (rsync-web): permissions and ownership for
5857         website.
5858
5859         * lily/volta-engraver.cc (staff_eligible): new function.
5860         (stop_translation_timestep): kill off spanners if not eligible.
5861
5862         * VERSION (PATCH_LEVEL): release 1.9.9
5863
5864         * input/regression/beam-quanting-32nd.ly (texidoc): new file
5865
5866         * lily/beam-quanting.cc: tune down SECONDARY_BEAM_DEMERIT, so stem
5867         length is more important than forbidden quants.
5868         
5869 2003-09-23  Heikki Junes  <hjunes@cc.hut.fi>
5870
5871         * buildscripts/lilypond.words: order words in search order,
5872         add lilypond.words.vim to be generated.
5873
5874         * lilypond.vim: use lilypond.words.vim for keyword matching.
5875
5876         * lilypond-mode.el: use search order. fix word selection rules.
5877
5878         * lilypond-font-lock.el: fix fontifying long durations.
5879
5880         * Documentation/topdocs/INSTALL.texi: doc lilypond.words.vim.
5881
5882 2003-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
5883
5884         * cygwin/mknetrel: Remove PYTHONPATH and manpage workarounds.
5885
5886         * stepmake/stepmake/generic-targets.make:
5887         * stepmake/stepmake/bin/make-version.py: 
5888         * stepmake/aclocal.m4:
5889         * make/stepmake.make:
5890         * make/toplevel-version.make: Build fixes: remove last traces of
5891           VERSION/PACKAGE_NAME/LILYPONDPREFIX experiment.
5892
5893         * lily/beam.cc: Add gap-count property.
5894
5895 2003-09-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5896
5897         * scm/define-grob-properties.scm (gap-count): add gap-count
5898
5899         * make/lilypond-vars.make: add /lilypond to LILYPONDPREFIX
5900
5901 2003-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
5902
5903         * cygwin/mknetrel.doc: Typo.
5904
5905         * buildscripts/make-font-dir.py (Font_info): Build fix: add 'ss'
5906
5907         * make/lilypond-vars.make (PYTHONPATH): srcdir build fix.
5908
5909 2003-09-22  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5910
5911         * scripts/lilypond.py: add support for 'legal' and 'tabloid' paper
5912         sizes. Remove support for 'ledger'(=tabloid+landscape).
5913
5914 2003-09-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5915
5916         * mf/GNUmakefile ($(outdir)/%.pfa): break apart one-big-rule for
5917         sauter PFAs.
5918
5919         * configure.in: remove VERSION stuff once again.
5920
5921         * scm/font.scm (paper20-style-sheet-alist): add cmss entries.
5922
5923         * scm/define-grobs.scm (all-grob-descriptions): use sans family
5924         for chord names.
5925
5926         * mf/GNUmakefile: always trace pfa fonts.
5927         (SAUTER_FONTS): add cmss[567] too fonts
5928
5929         * configure.in: require mftrace. 
5930
5931         * lily/staff-performer.cc (new_instrument_string): don't look at
5932         instrument property.
5933
5934         * lily/lily-guile.cc: renaming, ly_dir_p is the Scheme function,
5935         is_direction is the C++ one. Similar for ly_axis_p and
5936         ly_number_pair_p
5937
5938 2003-09-21  Jan Nieuwenhuizen  <janneke@gnu.org>
5939
5940         * lily/beam.cc (brew_molecule): read gap-count to determine
5941         number of tremolo (gapped) beams.
5942
5943         * lily/chord-tremolo-engraver.cc (acknowledge_grob): repeats
5944         shorter than 1/8
5945
5946         * flower/include/array.hh (default_compare): new function
5947
5948         * cygwin/mknetrel: Native fixes.
5949
5950         * cygwin/GNUmakefile (EXTRA_DIST_FILES): Add mknetrel.*
5951
5952 2003-09-20  Jan Nieuwenhuizen  <janneke@gnu.org>
5953
5954         * Documentation/topdocs/NEWS.texi: Add note about .ly double click
5955         feature for Windows.
5956
5957         * stepmake/stepmake/generic-vars.make: Cygwin fix from stable.
5958
5959         * cygwin/mknetrel: Updates for native use on Cygwin.
5960
5961         * lily/parser.yy: Compile fix: add stdio.h for snprintf.
5962
5963         * stepmake/stepmake/help2man-rules.make: 
5964         * cygwin/mknetrel: Bugfix for manpages.
5965
5966         * GNUmakefile.in (SUBDIRS): Use plain srcdir stepmake instead of
5967         $(builddir).  Stepmake is a normal subdirectory now, that is not
5968         configured.  Another srcdir build fix.
5969
5970         * Documentation/topdocs/INSTALL.texi,
5971         buildscripts/lilypond.words.py, lilypond-font-lock.el,
5972         lilypond-init.el, lilypond-mode.el, debian/rules,
5973         make/lilypond.{redhat,madrake,suse}.spec.in, vimrc:
5974         rename generated file lilypond.words to lilypond.words.el.
5975
5976 2003-09-20  Heikki Junes  <hjunes@cc.hut.fi>
5977
5978         * ly/chord-modifiers-init.ly, lilypond.vim: updates for vim.
5979
5980         * GNUmakefile.in, buildscripts/lilypond.words: give only path in
5981         GNUmakefile.in.
5982
5983 2003-09-19  Jan Nieuwenhuizen  <janneke@gnu.org>
5984
5985         * stepmake/stepmake/help2man-rules.make: Allow manpages to fail
5986         when cross building.
5987
5988         * configure.in: srcdir build fix.
5989
5990         * cygwin/GNUmakefile:
5991         * cygwin/lily-wins.py:
5992         * cygwin/postremove-lilypond.sh: 
5993         * cygwin/postinstall-lilypond.sh: Merge from stable.
5994
5995         * cygwin/bug-lilypond-cygwin.sh: s/lilypond/lilypond-bin,
5996         s/ly2dvi/lilypond/.
5997
5998 2003-09-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5999
6000         * lily/slur.cc (after_line_breaking): only set control points if
6001         none supplied yet.
6002
6003         * input/test/slur-manual.ly: new file.
6004
6005         * scripts/convert-ly.py (FatalConversionError.sub_chords): convert
6006         <<  >> chords too.
6007
6008         * VERSION (PACKAGE_NAME): release 1.9.8
6009
6010         * scripts/lilypond.py (escape_path): escape spaces in directory names
6011
6012         * input/test/text-spanner.ly: fixes.
6013
6014 2003-09-19  Heikki Junes  <hjunes@cc.hut.fi>
6015
6016         * buildscripts/lilypond.words.py: add drum names as note names to
6017         Emacs-mode.
6018
6019 2003-09-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6020
6021         * input/regression/hairpin-dashed.ly: new file.
6022
6023         * scripts/convert-ly.py (conv): warn about dash-length.
6024
6025         * lily/dynamic-engraver.cc (try_music): end (de)crescendo
6026         automatically if we get a new one.
6027
6028         * lily/lookup.cc (dashed_line): new function
6029
6030         * lily/line-spanner.cc (dashed_line_molecule): cleanups. Use
6031         dash-fraction.
6032
6033 2003-09-18  Heikki Junes  <hjunes@cc.hut.fi>
6034
6035         * buildscripts/lilypond.words.py: extract note names.
6036
6037         * lilypond-mode.el: take note names from lilypond.words -file.
6038         small fix in the use of string-match.
6039
6040         * lilypond-font-lock.el: use lilypond.words for note names, add 
6041         maxima to note a duration.
6042
6043 2003-09-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6044
6045         * lily/breathing-sign.cc: remove railtracks() function. 
6046
6047         * input/regression/arpeggio-bracket.ly (texidoc): add file.
6048
6049         * lily/arpeggio.cc (brew_chord_bracket): clean-up 
6050         (brew_molecule): bugfix don't make arpeggio shorter when
6051         arpeggio-direction is set.
6052
6053         *  debian/rules: small corrections in the (Pedro K)
6054
6055         * Documentation/user/tutorial.itely (Tutorial): use lyinc in
6056         examples.
6057
6058         * lily/auto-beam-engraver.cc (process_music): end/junk beam if
6059         special (repeat) bar comes along.
6060
6061         * input/regression/auto-beam-bar.ly: update.
6062
6063         * scripts/lilypond-book.py (output_dict): remove support for the
6064         EPS option.
6065
6066         * scm/define-grobs.scm (all-grob-descriptions): add X-extent for
6067         VerticalAlignment and VerticalAxisGroup this fixes the size
6068         computations for the entire system.
6069  
6070         * input/les-nereides.ly (bass): remove superfluous fontSize.
6071
6072         * scripts/lilypond-book.py (make_lilypond_file): \lilypondfile{}
6073         causes directory of file to be added to include path.
6074
6075         * input/regression/beam-break.ly: test single stem beams.
6076
6077         * input/regression/system-start-bracket.ly: fix.
6078
6079         * lily/beam.cc (set_stem_lengths): single-stem-beam fix.
6080
6081         * stepmake/stepmake/c-rules.make ($(outdir)/%.c): use -o for flex.
6082
6083         * lily/beam-quanting.cc (quanting): check french-beaming per stem.
6084         (score_stem_lengths): do something sensible for single stem beams.
6085
6086         * lily/beam.cc (least_squares): add kludge for single stem beams.
6087
6088         * scripts/convert-ly.py (FatalConversionError.sub_alteration): add
6089         keySignature to list of broken things.
6090
6091         * input/regression/keys.ly: fix.
6092
6093         * VERSION (PACKAGE_NAME): release 1.9.7
6094
6095         * Documentation/topdocs/NEWS.texi (Top): add quarter tones.
6096
6097         * Documentation/user/refman.itely (Pitches): doc quarter tones.
6098
6099         * lily/pitch.cc (LY_DEFINE): ly:pitch-quartertones: new function
6100         (quartertone_pitch): new function
6101
6102         * mf/feta-toevallig.mf: add 3/4 sharp, 1/4 sharp, 1/4 flat, 3/4
6103         flat. WARNING: FONT CHANGED.
6104
6105         * ly/nederlands.ly: add -eh and -ih for quarter tones.
6106
6107         * lily/accidental-placement.cc (add_accidental): support for
6108         quarter tones.
6109
6110         * ly/LANGUAGEs.ly: use symbols for alterations.
6111
6112         * mf/feta-toevallig.mf: change accidental codes. 
6113
6114         * scm/lily.scm (ly:get-option): switch on debugging only for
6115         --verbose.
6116
6117         * lily/lily-guile.cc: remove ly:verbose?
6118
6119         * lily/scm-option.cc (LY_DEFINE): add verbose to get-option.
6120
6121         * lily/parser.yy (TODO): only do gh_call() for apply with
6122         procedure argument.
6123
6124         * lily/tie-engraver.cc (start_translation_timestep): move melisma
6125         stuff in accordance with new timing of tie-events.
6126
6127         * lily/my-lily-lexer.cc: remove \outputproperty
6128
6129         * lily/melisma-engraver.cc (try_music): use melismaBusyProperties.
6130
6131         * scm/define-translator-properties.scm (melismaBusyProperties):
6132         add melismaBusyProperties property.
6133
6134 2003-09-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6135
6136         * input/test/ambitus-mixed.ly (texidoc): new file.
6137
6138         * buildscripts/mutopia-index.py (find): prune debugging
6139
6140         * lily/side-position-interface.cc: doc updates
6141
6142         * Documentation/user/refman.itely: updates, tweaks.
6143
6144         * lily/parser.yy (Simple_music): remove outputproperty
6145
6146         * make/stepmake.make: use VERSION again; importing VERSION via
6147         autoconf dependencies is too hairy.
6148
6149 2003-09-17  Heikki Junes  <hjunes@cc.hut.fi>
6150
6151         * lilypond-mode.el: allow `-' for keywords and identifiers.
6152
6153 2003-09-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6154
6155         * VERSION: release 1.9.6
6156         
6157         * lilypond-mode.el (LilyPond-command-alist): invoke lilypond
6158         iso. ly2dvi.
6159
6160         * Documentation/user/*.itely: fixes everywhere
6161
6162         * lily/completion-note-heads-engraver.cc: rewrite engraver:
6163         produce ties from the engraver itself, do not broadcast TieEvent.
6164
6165         * lily/my-lily-lexer.cc: remove pitch & duration.
6166
6167         * lily/parser.yy (TODO): remove \pitch and \duration
6168
6169         * input/test/explicit.ly: remove file.
6170
6171         * Documentation/user/refman.itely (Pitches): remove \pitch 
6172         \duration command.
6173
6174 2003-09-16  Heikki Junes  <hjunes@cc.hut.fi>
6175
6176         * buildscripts/lilypond.words.py: add all slur types to Emacs
6177         insertion menu, suppose everything is postfixed by dropping 
6178         unnecessary `-' -marks.
6179
6180 2003-09-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6181
6182         * lily/stem.cc (get_default_stem_end_position): lengthen stems for
6183         tremoloed stems.
6184
6185         * lily/stem-tremolo.cc (brew_molecule): position tremolo next to
6186         head for flagged stems.
6187
6188         * lily/stem.cc (get_default_stem_end_position): futz with extra
6189         stem length if there is a stem tremolo.
6190
6191         * lily/tuplet-bracket.cc (brew_molecule): don't print bracket when
6192         it would be too small.
6193
6194         * lily/font-metric.cc: return #f for non-existent glyph.
6195         
6196         * VERSION (MY_PATCH_LEVEL): read VERSION; version number is now
6197         exported through config.make.
6198
6199         * input/regression/clef-oct.ly: new file.
6200
6201         * scm/clef.scm (make-clef-set): use regexps, support arbitrary
6202         transposition.
6203
6204         * input/template/*.ly: remove old relative.
6205
6206         * ly/english.ly: add X names for double sharp.
6207
6208 2003-09-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6209
6210         * lily/font-select.cc: new file handle font selection routines.
6211
6212         * lily/parser.yy: add ; (Patrick Atamaniuk)
6213
6214         * input/test/time-signature-double.ly: use markups for double time
6215         sigs.
6216
6217         * scm/chord-name.scm: remove new-chord-name-brew-molecule ; use
6218         ChordNames.SeparationItem #'padding for adjusting space after chords.
6219         
6220         * lily/music-output-def.cc (LY_DEFINE): 
6221         new function ly:paper-lookup.
6222         
6223         * mf/parmesan-clefs.mf: use # quantities for char_box
6224         offsets. Fixes overflow errors in the PFA. 
6225
6226         * scm/new-markup.scm (strut-markup): change calling interface for
6227         markup. Pass paper-def, not grob. This would allow \markup to be
6228         used separately from grobs.
6229
6230         * lily/paper-def.cc: new function ly:paper-font; this function
6231         replaces ly:get-font.
6232
6233         * lily/include/font-interface.hh (struct Font_interface): take
6234         Paper_def iso. Grob for get_font().
6235
6236 2003-09-14  Graham Percival  <gperlist@shaw.ca>
6237
6238         * Documentation/user/ tutorial.itely, refman.itely: add warning
6239         about \key and accidentals.
6240
6241 2003-09-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6242
6243         * scm/new-markup.scm (musicglyph-markup): undefine font-name.
6244
6245         * Documentation/user/*.itely: manual tweaks
6246
6247 2003-09-13  Juergen Reuter  <reuter@ipd.uka.de>
6248
6249         * mf/parmesan-clefs.mf: still more set_char_box() fixes and code
6250         cleanup; bugfix: exact_center
6251
6252         * Documentation/user/refman.itely: added more documentation on
6253         ambitus according to recent questions on lilypond-user list
6254
6255 2003-09-12  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6256
6257         * input/regression/ottava.ly (texidoc): demo 15ma too.
6258
6259         * GNUmakefile.in ($(outdir)/VERSION): add VERSION target 
6260
6261         * input/mutopia/J.S.Bach/baerenreiter-sarabande.ly (sarabandeA):
6262         octave fixes.
6263
6264 2003-09-10  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6265
6266         * lily/lexer.ll: add \r to the rules for newlines; this fixes
6267         problems on older Mac editors.
6268
6269 2003-09-12  Juergen Reuter  <reuter@ipd.uka.de>
6270
6271         * mf/parmesan-clefs.mf: more set_char_box() fixes and code cleanup
6272
6273 2003-09-11  Juergen Reuter  <reuter@ipd.uka.de>
6274
6275         * mf/parmesan-custodes.mf, mf/parmesan-heads.mf,
6276         mf/parmesan-clefs.mf: added comments on character alignment and
6277         set_char_box() conventions
6278
6279         * mf/parmesan-custodes.mf, mf/parmesan-clefs.mf: fixed more
6280         set_char_box()'s
6281
6282         * mf/parmesan-clefs.mf: vaticana: adjusted stem width
6283
6284 2003-09-10  Heikki Junes  <hjunes@cc.hut.fi>
6285
6286         * spec/lilypond.{mandrake,suse}.spec.in: update lilypond.words path.
6287
6288 2003-09-10  Juergen Reuter  <reuter@ipd.uka.de>
6289
6290         * mf/parmesan-custodes.mf: vaticana custos: bugfix: slightly
6291         shortened to avoid almost-collision with staff line; code cleanup;
6292         other custodes: fixed char boxes; code cleanup
6293
6294 2003-09-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6295
6296         * configure.in: release 1.9.5
6297         
6298         * scripts/lilypond.py (global_latex_preamble): only set
6299         twosideshift if 'twoside' is in latexoptions 
6300
6301         * stepmake/GNUmakefile.in: remove nested stepmake packaging stuff.
6302
6303         * VERSION: remove
6304
6305         * scripts/*2ly.py: update <> syntax
6306
6307 2003-09-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6308
6309         * lily/chord-name-engraver.cc (process_music): add origin for
6310         chord name.
6311
6312         * input/regression/chord-name-exceptions.ly (theMusic): add base too.
6313
6314         * scm/chord-ignatzek-names.scm (ignatzek-chord-names): bugfix: do
6315         bass notes for exceptions too.
6316
6317         * scm/define-grobs.scm (all-grob-descriptions): rename
6318         HaraKiriVerticalGroup to RemoveEmptyVerticalGroup
6319
6320         * scm/define-grob-properties.scm (remove-first): add remove-first
6321         property for orchestral scores.
6322
6323         * Documentation/user/*.itely: switch <<>> and <> 
6324
6325         * lily/glissando-engraver.cc (process_music): bugfix: move line to
6326         last_line only once. This fixes the two consecutive glissandi problem.
6327
6328 2003-09-09  Juergen Reuter  <reuter@ipd.uka.de>
6329
6330         * lily/vaticana-ligature-engraver.cc: bugfix: fixed programming
6331         error message "flexa-width undefined"
6332
6333         * lily/vaticana-ligature-engraver.cc, lily/gregorian-ligature.cc,
6334         lily/include/gregorian-ligature.hh: print warning when ignoring
6335         head prefixes on flexa shapes
6336
6337         * lily/vaticana-ligature-engraver.cc: bugfix: always add an extra
6338         space before a series of inclinatum heads
6339
6340         * lily/vaticana-ligature-engraver.cc, lily/gregorian-ligature.cc,
6341         lily/include/gregorian-ligature.hh: junked AFTER_VIRGA; small
6342         cleanups
6343
6344         * mf/parmesan-custodes.mf: redesigned custos; fixed stem length
6345         and char_box
6346
6347 2003-09-08  Juergen Reuter  <reuter@ipd.uka.de>
6348
6349         * input/regression/breathing-sign.ly: tiny fixes
6350
6351         * lily/mensural-ligature.cc: renamed stem->cauda/join to avoid
6352         semantical collision with vaticana ligatures
6353
6354         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
6355         scm/define-grob-properties.scm: bugfix: semantics of delta_pitch
6356         now consistent with mensural ligatures
6357
6358         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
6359         mf/parmesan-heads.mf: bugfix: length of cauda of flexa depends on
6360         context pitches and staff position; dto. for virga stem; removed
6361         obsolete virga and clivis characters from parmesan font (WARNING:
6362         font changed)
6363
6364         * mf/parmesan-heads.mf, mf/parmesan-clefs.mf,
6365         mf/parmesan-timesig.mf: fixed several set_char_box ()'s
6366
6367         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
6368         scm/define-grob-properties.scm: consistency fix: renamed
6369         join_left->add_cauda
6370
6371         * mf/parmesan-heads.mf: bugfix: cephalicus head: corrected
6372         appendix length; bugfix: yoffs_bt for reverse direction punctum
6373         characters
6374
6375         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc:
6376         small cleanups; added more docu
6377
6378         * lily/mensural-ligature-engraver.cc,
6379         lily/vaticana-ligature-engraver.cc,
6380         lily/coherent-ligature-engraver.cc: cleanup: moved delta-pitch
6381         computation to CoherentLigatureEngraver
6382
6383         * ly/gregorian-init.ly, lily/gregorian-ligature.cc,
6384         scm/define-grob-properties.scm: bugfix: added missing linea and
6385         cavum properties; bugfix: removed dead semivocalis property
6386
6387         * mf/parmesan-heads.mf: bugfix: linea punctum: vertical lines
6388         length; redesigned quilisma, stropha and auctum
6389
6390         * ly/engraver-init.ly, scm/define-grobs.scm: use 0.6 as default
6391         line thickness
6392
6393         * lily/vaticana-ligature-engraver.cc, mf/parmesan-heads.mf,
6394         Documentation/user/refman.itely: bugfix: introduced shifted
6395         epiphonus head to avoid collision with adjacent plica
6396
6397 2003-09-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6398
6399         * scm/font.scm (paper20-style-sheet-alist): add smaller font sizes.
6400
6401         * mf/GNUmakefile (SAUTER_FONTS): add smaller sizes.
6402
6403 2003-09-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6404
6405         * Documentation/user/tutorial.itely (A lead sheet): remove
6406         duplicate chords.
6407
6408         * Documentation/bibliography/computer-notation.bib (pages): reorganise.
6409
6410 2003-09-03  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6411
6412         * Documentation/bibliography/computer-notation.bib (isbn): add
6413         xivcim publication.
6414
6415 2003-09-05  Heikki Junes  <hjunes@cc.hut.fi>
6416
6417         * GNUmakefile.in: drop lilypond.words for generation.
6418
6419 2003-09-03  Heikki Junes  <hjunes@cc.hut.fi>
6420
6421         * buildscripts/lilypond.words.py: take filename (also) from an arg.
6422
6423         * GNUmakefile.in (README_FILES): put lilypond.words to $(outdir).
6424
6425 2003-09-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6426
6427         * input/test/figured-bass-alternate.ly (fl): new file.
6428
6429         * Documentation/topdocs/README.texi (Top): clarifications.
6430
6431         * Documentation/bibliography/computer-notation.bib (isbn): add phd
6432         theses of Gieseking and Renz.
6433
6434         * GNUmakefile.in (README_FILES): remove README.mandrake.
6435
6436 2003-09-01  Heikki Junes  <hjunes@cc.hut.fi>
6437
6438         * buildscripts/lilypond.words.py: add file. Creates lilypond.words
6439         from source files and search patterns listed in the script.
6440
6441         * GNUmakefile.in: add target `lilypond.words'.
6442
6443         * lilypond.words: remove file, generated by `make lilypond.words'.
6444
6445         * make/lilypond.{mandrake,redhat,suse}.spec.in: make lilypond.words.
6446
6447 2003-08-31  Heikki Junes  <hjunes@cc.hut.fi>
6448
6449         * lily/parser.yy, lily/my-lily-lexer.cc: spell it acciaccatura.
6450
6451 2003-08-31  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6452
6453         * VERSION: 1.9.4 released
6454
6455         * scripts/convert-ly.py (FatalConversionError.figures_replace):
6456         rule for < > <-> << >> substitution
6457
6458         * lily/lexer.ll: exchange meaning of << >> and < > 
6459
6460         * VERSION (PACKAGE_NAME): 1.9.3 released
6461
6462         * stepmake/stepmake/help2man-rules.make ($(outdir)/%.1): build man
6463         pages unconditionally.
6464
6465 2003-08-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6466
6467         * Documentation/user/music-glossary.tely (Top): small syntax
6468         fixes.
6469
6470         * scm/music-functions.scm (remove-tag): filter \tagged music
6471         expressions.
6472
6473         * input/regression/tag-filter.ly (texidoc): new file.
6474
6475         * lily/parser.yy (post_event): add \tag #'symbol / \tag #'(symbol1
6476         symbol2 .. ) etc. 
6477
6478         * scripts/convert-ly.py (FatalConversionError.conv): fingering
6479         convert rule.
6480
6481         * Documentation/user/refman.itely (Fingering instructions): adjust
6482         manual.
6483
6484         * lily/new-fingering-engraver.cc (position_scripts): don't crash
6485         for borderline cases (e.g. 1 fingering.)
6486         (position_scripts): revise interface, use fingerOrientations to
6487         set fingering positions.
6488
6489         * scm/document-translation.scm (context-doc): add aliases to
6490         automated documentation.
6491
6492         * make/lilypond-vars.make: remove stepmake compat glue.
6493
6494         * make/generic-vars.make: remove cruft.
6495
6496         * lily/main.cc (main): don't identify binary.
6497
6498 2003-08-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6499
6500         * lily/include/translator.hh (class Translator): remove
6501         type_string_ , use symbol for context name throughout.
6502         Changes through whole source tree.
6503
6504         * scripts/lilypond.py: rename ly2dvi.py to lilypond.py
6505         set PDF as default, and always make PDF.
6506
6507         * lily/GNUmakefile (SUBDIRS): rename binary to lilypond-bin
6508
6509 2003-08-29  Heikki Junes  <hjunes@cc.hut.fi>
6510
6511         * ChangeLog lilypond.words Documentation/topdocs/NEWS.texi
6512         Documentation/user/refman.itely input/regression/allfontstyle.ly
6513         input/regression/grace-types.ly:
6514         fix spelling for acciaccatura (Webster's 1913).
6515
6516 2003-08-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6517
6518         * lily/main.cc (usage): adjust blurb, include url.
6519
6520         * input/regression/breathing-sign.ly (texidoc): transpose up
6521
6522 2003-08-28  Juergen Reuter  <reuter@ipd.uka.de>
6523
6524         * input/regression/breathing-sign.ly: changed ancient examples to
6525         be relevant (by request of Han-Wen); updated BreathingSign text
6526         property according to new syntax.
6527
6528         * ly/gregorian-init.ly: updated BreathingSign text property
6529         according to new syntax
6530
6531 2003-08-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6532
6533         * Documentation/user/refman.itely (Clef): give example of G_8 clef.
6534         (Clef): index entries for clefs.
6535
6536         * python/lilylib.py (system): remove errorlog files.
6537         
6538 2003-08-28  Heikki Junes  <hjunes@cc.hut.fi>
6539
6540         * lilypond.words: add \new and new graces. Add dynamics to menus
6541         keeping 1.8.x compatibility; after all the engraving relating to 
6542         notes becomes postfixed `-' marks will be removed.
6543
6544 2003-08-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6545
6546         * lily/molecule.cc (align_to): idem.
6547
6548         * lily/molecule-scheme.cc: ly_align_to_x takes continuous dir argument.
6549         
6550         * ly/grace-init.ly (stopAcciaccaturaMusic): correct misspelling of
6551         accacciatura everywhere.
6552
6553         * VERSION (PACKAGE_NAME): released 1.9.2
6554
6555         * GNUmakefile.in (EXTRA_DIST_FILES): dist lilypond.vim too.
6556
6557         * scm/document-markup.scm (markup-doc-node): sort markup function
6558         list.
6559
6560         * lily/paper-outputter.cc (output_version): change "Lily was here"
6561         into  "Engraved by LilyPond"
6562
6563         * lily/my-lily-lexer.cc (My_lily_lexer): don't crash
6564         on unquoted strings before \notenames.
6565
6566         * lily/parser.yy (lyric_element): allow markup as lyric text. This
6567         increases the number of s/r reductions to 4.
6568
6569         * scm/new-markup.scm (fraction-markup): \fraction command.
6570
6571         * lily/lexer.ll: allow any string without \ { }  # and " in \markup
6572         mode
6573
6574         * lily/lookup.cc (round_filled_box): rename function.
6575         (LY_DEFINE): round-filled-box: change signature.
6576
6577         * Documentation/user/refman.itely: revise section explaining grace
6578         notes.
6579
6580         * lily/translator-scheme.cc (LY_DEFINE): add ! to
6581         ly:set-context-property
6582
6583         * input/*/*.ly (vmus): use \new everywhere.
6584
6585         * lily/my-lily-lexer.cc: add \accacciatura and \appoggiatura
6586
6587         * ly/grace-init.ly (stopGraceMusic): add slurs on grace note by
6588         default
6589
6590         * scm/music-functions.scm (set-stop-grace-properties)
6591         (set-start-grace-properties, add-grace-property): new functions
6592         for modular grace tweak control.
6593
6594         * ly/engraver-init.ly (ScoreContext): new property graceSettings.
6595         
6596 2003-08-28  Jan Nieuwenhuizen  <janneke@gnu.org>
6597
6598         * Documentation/topdocs/INSTALL.texi: Explain install-pfa-fonts.
6599
6600         * GNUmakefile.in (install-pfa-fonts):
6601         (get-pfa-fonts): New target.
6602
6603         * stepmake/stepmake/toplevel-targets.make: Add pfa-fonts and
6604         install-pfa-fonts help.
6605
6606 2003-08-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6607
6608         * lily/translator-scheme.cc (LY_DEFINE):
6609         ly:context-pushpop-property new function.
6610         (LY_DEFINE): new function ly:translator-find  
6611         new function ly:translator?
6612         (LY_DEFINE): new function ly:context?
6613
6614         * lily/translator-def.cc: remove
6615         Translator_def::apply_pushpop_property().
6616
6617         * python/lilylib.py (read_pipe): only store and display error log
6618         if verbose not set.
6619         (read_pipe): only display log if it contains something.
6620
6621 2003-08-27  Jan Nieuwenhuizen  <janneke@gnu.org>
6622
6623         * Documentation/misc/GNUmakefile: Re-add.
6624         (TEXTS): Add CHANGES.
6625
6626 2003-08-27  Heikki Junes  <hjunes@cc.hut.fi>
6627
6628         * lilypond.words: add \newcontext.
6629
6630 2003-08-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6631
6632         * lily/tie-performer.cc (stop_translation_timestep): only flush
6633         tied_notes when we have actually made a tie. Fixes bugs with ties
6634         in polyphonic scores.
6635
6636 2003-08-26  Jan Nieuwenhuizen  <janneke@gnu.org>
6637
6638         * stepmake/autogen.sh: Bugfix: copy aclocal.m4, autogen.sh also if
6639         they do not exist.
6640
6641 2003-08-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6642
6643         * VERSION (PACKAGE_NAME): released 1.9.1 
6644
6645         * ly/engraver-init.ly (RemoveEmptyStaffContext): don't add
6646         Instrument_name_engraver
6647
6648         * lily/tie-performer.cc (create_audio_elements): bugfix
6649
6650         * Documentation/user/music-glossary.tely (Top): comment out
6651         font-style statements.
6652
6653         * input/test/force-hshift.ly: revise example.
6654
6655         * Documentation/bibliography/engraving.bib (note): typos.
6656
6657         * configure.in: bump GCC requirements to 3.x
6658
6659         * lily/include/audio-item.hh (class Audio_tie): rename
6660         note_l_drul_ to note_drul_
6661
6662         * lily/tie-performer.cc (class Tie_performer): patch for new ties.
6663
6664         * lily/parser.yy (relative_music): whoops. All \relative were off
6665         by ...  a lot .... Ahem.
6666
6667         * scm/define-music-types.scm (music-descriptions): idem.
6668
6669         * lily/beam-engraver.cc: move new-beam-event to beam-event
6670
6671         * lily/tie-engraver.cc (class Tie_engraver): move New_tie_engraver
6672         to Tie_engraver
6673
6674         * input/regression/bar-number.ly: remove unnecessary old-relative
6675         options.
6676         
6677         * Documentation/user/internals.itely (Creating contexts): document
6678         \newcontext
6679
6680         * lily/parser.yy (Composite_music): add \newcontext
6681
6682         * Documentation/user/refman.itely (MIDI block): add note about
6683         dotted tempos.
6684
6685         * scm/font.scm: remove old markup legacy
6686
6687         * GNUmakefile.in (web-clean): remake share/ after web-clean.
6688
6689         * lily/breathing-sign.cc (brew_molecule): remove function
6690
6691         * lily/text-item.cc: remove old-style markups.
6692         (interpret_markup): C++ version of markup function
6693         (brew_molecule): idem.
6694
6695         * lily/my-lily-lexer.cc (start_main_input): define input-file-name
6696         as Scheme variable.
6697
6698         * scripts/convert-ly.py (conv): dashes rule.
6699         Apply rule.
6700
6701         * Documentation/user/lilypond-book.itely: syntax fixes. 
6702
6703 2003-08-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6704
6705         * VERSION (PACKAGE_NAME): release 1.9.0
6706
6707         * Documentation/user/lilypond-book.itely (Invoking lilypond-book):
6708         note about dvips. (Should backport.)
6709
6710         * scripts/convert-ly.py
6711         (FatalConversionError.articulation_substitute): add
6712         convert-new-chords code. Remove convert-new-chords.py
6713
6714         * Documentation/user/refman.itely (Octave check): document
6715         \octave.
6716
6717         * Documentation/topdocs/NEWS.texi: add \octave, postfix and
6718         \relative changes.
6719
6720         * lily/parser.yy (command_element): octave check:
6721
6722            \octave PITCH
6723
6724         checks that PITCH (without octave) yields PITCH (with octave) in
6725         \relative
6726
6727         * lily/relative-octave-music.cc (to_relative_octave): octave check.
6728
6729         * lily/scm-option.cc: ly:set-option now has the default argument
6730         #t.
6731
6732         * lily/lexer.ll: add \renameinput
6733
6734         * python/lilylib.py (command_name): robustifications.
6735
6736         * scripts/ly2dvi.py (run_latex): use >& for redirection iso. of
6737         /dev/stderr. This is ash compatible.
6738
6739         * ly/init.ly: add warning if compatibility was not necessary.
6740
6741         * lily/scm-option.cc (LY_DEFINE): add ly:get-option
6742
6743         * flower/include/string-handle.icc: formatting cleanups, rename
6744         references by ref_count_.
6745
6746 2003-08-25  Heikki Junes  <hjunes@cc.hut.fi>
6747
6748         * make/lilypond.mandrake.spec.in: syncronize the spec file with
6749         Torbjorn Turpeinen (tobbe@nyvalls.se): fix group, update reqs,
6750         package libs separately, fix conflicting php variable out=/dev/vc/
6751         invoking `unset out', declare menus, use only one icon-file, fix
6752         doc-path in menu.
6753
6754 2003-08-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6755
6756         * scripts/convert-ly.py (FatalConversionError.conv): typo
6757
6758         * Documentation/misc/GNUmakefile: restore misc directory.
6759
6760         * input/mutopia/J.S.Bach/bwv940.ly: add 1 petite prelude
6761
6762         * input/mutopia/J.S.Bach/GNUmakefile (EXTRA_DIST_FILES): remove
6763         Petites-Preludes 
6764
6765         * input/test/partial-blank.ly (quickmeasure): syntax
6766
6767         * lily/slur.cc (get_attachment): bugfix: don't crash on non-cons
6768         attachment property.
6769
6770         * Documentation/user/refman.itely: remove superfluous -'s 
6771         (Grace notes): ) fixes.
6772
6773         * lily/music.cc: generic compress(), transpose() functions. Remove
6774         others.
6775
6776         * lily/parser.yy (gen_text_def): remove support for #'(italic )
6777         style markup entry.
6778
6779         * lily/parser.yy: all articulations postfix; remove obligatory -
6780         for [,  ) and \!
6781         
6782         * lily/music.cc (to_relative_octave): write generic
6783         to_relative_octave function; various relative cleanups.
6784         Hmmm.
6785
6786         * lily/scm-option.cc: add options new-relative and old-relative
6787
6788         * po/sv.po: new po file.
6789
6790         * Documentation/user/refman.itely (Dynamics): website
6791         fixes. (should backport!)
6792
6793 2003-08-22  Heikki Junes  <hjunes@cc.hut.fi>
6794
6795         * make/lilypond.mandrake.spec.in: declare version only once.
6796
6797 2003-08-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6798
6799         * lily/simultaneous-music.cc (to_relative_octave): undo relative
6800         meaning for now.
6801
6802 2003-08-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6803
6804         * input/mutopia/J.S.Bach/wtk1-fugue1.ly: updates
6805
6806         * input/mutopia/J.S.Bach/wtk1-prelude1.ly: remove file
6807
6808         * input/mutopia/F.Schubert/standchen.ly (trebleThrough): fixes
6809
6810         * lily/simultaneous-music.cc (to_relative_octave): add Event_chord.
6811
6812         * lily/music.cc (var): add ly:music-transpose function.
6813
6814         * lily/parser.yy (pre_events): remove prefix articulations.
6815
6816         * lily/music-sequence.cc (do_relative_octave): change relative meaning.
6817
6818         * VERSION (MY_PATCH_LEVEL): open HEAD/1.9 branch.
6819
6820         * Documentation/user/refman.itely (Text markup): add comment about
6821         markup in header.
6822
6823 2003-08-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6824
6825         * lily/paper-outputter.cc (write_header_fields_to_file): 
6826         only dump value if it is a string.
6827
6828         * flower/include/dictionary.hh: remove.
6829         
6830         * Documentation/ChangeLog-1.5: add back old log.
6831
6832         * Documentation/topdocs/INSTALL.texi (Top): explain how to get
6833         .pfas from a .deb.
6834
6835 2003-08-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6836
6837         * Documentation/bibliography/engraving.bib: add entry for
6838         Jaschinski's Notation
6839
6840 2003-08-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6841
6842         * Documentation/user/refman.itely (Beaming): add note about
6843         allowBeamBreak
6844
6845 2003-08-18  Juergen Reuter  <reuter@ipd.uka.de>
6846
6847         * lilypond.words, ly/engraver-init.ly, ly/params-init.ly: added
6848         GregorianTranscription contexts
6849
6850         * ly/engraver-init.ly: vaticana contexts: minor fixes
6851
6852         * Documentation/user/refman.itely (Ancient notation): added note
6853         on appendix length bug
6854
6855         * input/puer-fragment.ly, input/test/gregorian-scripts.ly,
6856         input/test/vaticana.ly: use vaticana contexts; small fixes
6857
6858 2003-08-17  Jan Nieuwenhuizen  <janneke@gnu.org>
6859
6860         * flower/hash.cc: Remove.
6861
6862         * flower/include/dictionary.hh (V>): Compile fix: Remove assignment
6863         to (nonexistent?) hash_func_ identifier.
6864
6865         * python/midi.c (midi_error, midi_warning): Use char const* for
6866         __FUNCTION__ argument.
6867
6868         * python/gettext.py: Remove.  We already require python 2.1, which
6869         includes gettext.py.
6870
6871         * configure.in: Require python 2.1, as INSTALL.texi says.
6872         it.
6873
6874         * Documentation/topdocs/INSTALL.texi: Add note to avoid bison
6875         versions 1.50 and 1.75.  Remove note about lexer patch.
6876
6877 2003-08-16  Jan Nieuwenhuizen  <janneke@gnu.org>
6878
6879         * Documentation/topdocs/INSTALL.texi: Update type1 font
6880         description to actual situation.  Add comment about new font ball
6881         layout.
6882
6883         * GNUmakefile.in (pfa-fonts): Create font-ball so that untar
6884         in $LILYPONDPREFIX suffices for installation.
6885
6886 2003-08-11  Jan Nieuwenhuizen  <janneke@gnu.org>
6887
6888         * debian/control (Build-Depends): Add flex-old as alternative to
6889         flex.  Deprecate bison 1.75.
6890
6891 2003-08-17  Juergen Reuter  <reuter@ipd.uka.de>
6892
6893         * lilypond.words, ly/engraver-init.ly, ly/params-init.ly: added
6894         Vaticana contexts
6895
6896         * Documentation/user/refman.itely (Ancient notation): documented
6897         some bugs; tiny fixes; added docu on Vaticana contexts
6898
6899         * gregorian-init.ly, ly/script-init.ly: moved ancient articulation
6900         scripts
6901
6902 2003-08-16  Juergen Reuter  <reuter@ipd.uka.de>
6903
6904         * Documentation/user/refman.itely (Ancient notation): added some
6905         introductory words; added section on ancient time signatures;
6906         added some @seealso and @refcommands; small fixes and
6907         beautifications
6908
6909 2003-08-15  Juergen Reuter  <reuter@ipd.uka.de>
6910
6911         * input/regression/note-head-style.ly: many fixes and updates
6912
6913         * Documentation/user/refman.itely: added small sections on ancient
6914         accidentals, rests and flags; revised ancient note head section;
6915         small wording/spelling fixes
6916
6917         * input/test/rests.ly: layout fixes
6918
6919 2003-08-14  Juergen Reuter  <reuter@ipd.uka.de>
6920
6921         * input/puer-fragment.ly: bugfix: central C position of do clef
6922
6923         * ly/gregorian-init.ly: workaround: add small padding space before
6924         divisiones (the correct fix would be the spacing engine to handle
6925         this)
6926
6927 2003-08-13  Graham Percival  <gperlist@shaw.ca>
6928
6929         * input/test/bar-lines-lyric-only.ly, boxed-molecule.ly,
6930         cue-notes.ly: minor fixes.
6931
6932 2003-08-13  Juergen Reuter  <reuter@ipd.uka.de>
6933
6934         * Documentation/user/refman.itely: bugfix: remove obsolete link to
6935         input/test/custos-style.ly
6936
6937         * Documentation/index.html.in: bugfix: link to Tutorial.html
6938
6939         * input/puer-fragment.ly: bugfix: assigment of syllables "no-bis"
6940         to neumes; bugfix: "et": epiphonus, not just a simple pes
6941
6942 2003-08-12  Heikki Junes <hjunes@cc.hut.fi>
6943
6944         * lilypond-mode.el: split `Insert Tag' if it is long enough.
6945
6946         * lilypond.words: add new features: markup, column, center, \[ \].
6947         
6948 2003-08-10  Heikki Junes <hjunes@cc.hut.fi>
6949
6950         * Documentation/topdocs/NEWS.texi, DEDICATION,
6951         stepmake/bin/add-html-footer.py
6952         input/mutopia/J.S.Bach/baerenreiter-sarabande.ly
6953         input/mutopia/J.S.Bach/wtk1-fugue1.ly
6954         input/mutopia/J.S.Bach/wtk1-prelude1.ly
6955         Documentation/topdocs/INSTALL.texi: `bug'fix: a colon `:' is 
6956         added (only) after a sentence which is complete; if the sentence is 
6957         not ended a comma `,' or nothing is used. fix also spaces.
6958
6959 2003-08-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6960
6961         * Documentation/topdocs/INSTALL.texi (Top): change GUILE
6962         requirements to plain 1.6.
6963
6964         * buildscripts/mutopia-index.py (read_lilypond_header): update
6965         mutopia-index.py to 1.4 syntax [sic]
6966
6967 2003-08-07  Heikki Junes <hjunes@cc.hut.fi>
6968
6969         * make/lilypond.mandrake.spec.in: remove menu, sync with redhat-spec.
6970
6971 2003-08-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6972
6973         * Documentation/index.html.in: url for regression pdf
6974
6975         * Documentation/user/cheatsheet.itely (Cheat sheet): single staff.
6976
6977         * Documentation/user/tutorial.itely (Piano staves): s/staffs/staves/g
6978
6979         * make/lilypond.redhat.spec.in (Buildrequires): texinfo >= 4.6 reqd.
6980
6981         * VERSION: 1.8.0 released
6982         
6983         * GNUmakefile.in (local-WWW-post): footify build fix.
6984
6985         * configure.in: require GUILE 1.6.4
6986
6987         * Documentation/user/GNUmakefile: don't copy *.png for
6988         lilypond-internals
6989
6990         * GNUmakefile.in (local-WWW-post): move mutopia-index to toplevel
6991         local-WWW-post target.
6992         (rsync-web): add rsync-web target
6993
6994         * Documentation/user/introduction.itely (Music notation and
6995         engraving): add neume example
6996
6997         * input/puer-fragment.ly (cantus): add puer-fragment
6998
6999 2003-08-06  Jan Nieuwenhuizen  <janneke@gnu.org>
7000
7001         * input/no-notation/midi-volume-equaliser.ly: Add volume setting
7002         to notes, so that equalizer is actualy being used.
7003
7004         * scm/midi.scm (instrument-equalizer-alist):
7005         (absolute-volume-alist): Define public, so that user can copy or
7006         override.
7007
7008         * lily/key-performer.cc (create_audio_elements): Check for minor
7009         key.  Only if key is minor, set MIDI key to minor.
7010
7011 2003-08-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7012
7013         * Documentation/user/refman.itely (Hiding staffs): fixes.
7014
7015         * mf/feta-eindelijk.mf (tracingvariables): add TODO.
7016
7017         * lily/system-start-delimiter.cc (after_line_breaking): retrieve
7018         vertical extents to deal with Hara kiri correctly.
7019
7020         * input/regression/hara-kiri-short.ly: remove
7021
7022         * input/regression/hara-kiri-pianostaff.ly: update test.
7023
7024         * Documentation/user/*.tely: remove WEBTITLE
7025
7026         * scm/output-tex.scm (comment): idem.
7027
7028         * scm/output-pdftex.scm: remove GUILE 1.4 glue
7029
7030         * scm/music-functions.scm (make-lyric-event): new function
7031
7032         * scm/lily.scm (lilypond-version): new function
7033
7034         * input/test/version-output.ly: new file.
7035
7036         * Documentation/user/lilypond.tely: add version number to
7037         front-page.
7038
7039 2003-08-05  Jan Nieuwenhuizen  <janneke@gnu.org>
7040
7041         * input/test/midi-scales.ly: Reformat to match midi2ly output again.
7042
7043 2003-08-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7044
7045         * input/template/gregorian-transcription.ly (barTwo): syntax update.
7046
7047         * Documentation/user/refman.itely (Hiding staffs): rename node.
7048
7049 2003-08-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7050
7051         * input/regression/new-markup-syntax.ly (texidoc): remove
7052         molecule-callback override.
7053
7054 2003-08-04  Jan Nieuwenhuizen  <janneke@gnu.org>
7055
7056         * input/les-nereides.ly: Mark tweaks with %tweak.
7057
7058         * Debian patch, see debian/changelog (Anthony Fok).
7059
7060 2003-08-04  Jan Nieuwenhuizen  <janneke@gnu.org>
7061
7062         * buildscripts/lilypond-profile.sh: Add workaround for zsh posix
7063         problem.
7064
7065 2003-08-04  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
7066
7067         * Documentation/user/refman.itely (Text markup): Fix language bug.
7068
7069 2003-08-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7070
7071         * input/* : postfix syntax fixes.
7072
7073         * Documentation/user/refman.itely (Text markup): add note about
7074         raise/lower with ^ or _ .
7075         
7076         * po/fi.po: fix \\apply strings.
7077
7078         * lily/parser.yy (open_event): warn for prefix articulations.
7079
7080 2003-08-04  Juergen Reuter  <reuter@ipd.uka.de>
7081
7082         * lily/all-font-metrics.cc (find_font): bugfix: apply Han-Wen's last
7083         fix also on parmesan font.
7084
7085 2003-08-03  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7086
7087         * VERSION 1.7.30 released
7088         
7089         * GNUmakefile.in (EXTRA_DIST_FILES): remove lexer GCC patch.
7090
7091         * buildscripts/mutopia-index.py (headertext): rewording
7092
7093 2003-08-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7094
7095         * scm/new-markup.scm (strut-markup): new markup function.
7096
7097         * scm/bass-figure.scm (make-bass-figure-markup): insert vertical
7098         space also when no accidental is there.
7099
7100 2003-08-02  Jan Nieuwenhuizen  <janneke@gnu.org>
7101
7102         * input/les-nereides.ly: Updates.
7103
7104 2003-08-02  Heikki Junes <hjunes@cc.hut.fi>
7105
7106         * lilypond-mode.el (LilyPond-insert-tag-current): new function,
7107         which repeats the tag insertion selected from "Insert tag" menu.
7108
7109 2003-08-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7110
7111         * lily/all-font-metrics.cc (find_font): load AFM files first only
7112         for feta fonts. This fixes problems with TeXlive and other TeX
7113         distros that include AFM files for the CM fonts. 
7114
7115         * scm/font.scm (qualifiers-to-font-name): remove.
7116
7117         * lily/paper-def.cc: remove get_var.
7118
7119         * input/trip.ly: remove file.
7120         
7121         * input/regression/spacing-note-flags.ly (raggedright): remove
7122         stafflinethickness
7123
7124         * input/les-nereides.ly: update to new syntax, cleanups.
7125
7126 2003-08-01  Jan Nieuwenhuizen  <janneke@gnu.org>
7127
7128         * Documentation/user/refman.itely: Clarify shortest-note problem
7129         of autobeamer.
7130
7131 2003-08-01  Heikki Junes <hjunes@cc.hut.fi>
7132
7133         * lilypond-mode.el: Add each word to regexps only once.
7134
7135         * lilypond-mode.el (LilyPond-insert-tag): add new function, which 
7136         is based on the syntax definitions in lilypond.words. Remove all 
7137         LilyPond-insert-tag-* functions. Restructure LilyPond menu. 
7138         LilyPond->Insert menu is generated by the entries in lilypond.words 
7139         to which have been given a syntax definition.
7140
7141         * lilypond.words: give syntax definitions (LilyPond-insert-tag) for 
7142         \notes, \relative, \score, \simultaneous, \transpose.
7143
7144         * lilypond-mode.el: allow non-alpha characters only in menu keywords.
7145
7146         * lilypond.words: add useful `\context Staff =' and `\context Voice ='.
7147         
7148         * lilypond-mode.el: add menu keywords separately.
7149
7150         * lilypond.words: post-syntaxed slur pairs and syntax for \times.
7151
7152 2003-08-01  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
7153
7154         * Documentation/topdocs/INSTALL.texi (Top): Documentation of the
7155         current ugly installation method for PFA fonts.
7156
7157 2003-07-31  Heikki Junes <hjunes@cc.hut.fi>
7158
7159         * lilypond-mode.el: Junk LilyPond-quick-notes-insert; instruct 
7160         to use LilyPond Quick Insert Mode by Nicolas Sceaux, instead.
7161
7162         * Documentation/user/music-glossary.tely: update legato.
7163
7164 2003-07-30  Jan Nieuwenhuizen  <janneke@gnu.org>
7165
7166         * lexer-gcc-3.0.patch: Remove.
7167
7168         * lexer-gcc-3.1.sh: Disable FlexLexer.h massaging.
7169
7170 2003-07-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7171
7172         * debian/rules (binary-arch): remove NEWS.
7173
7174 2003-07-30  Heikki Junes <hjunes@cc.hut.fi>
7175
7176         * buildscripts/{ many }, lily/main.cc, po/{ all }, scripts{ many },
7177         stepmake/bin{ many }: polish the `--help's of different scripts;
7178         model taken from the core-utils of Linux.
7179
7180         * flower/getopt-long.cc, python/lilylib.py: add space, see above.
7181
7182 2003-07-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7183
7184         * flower/parse-afm.cc (parseCharMetrics): add warnings.
7185
7186         * flower/libc-extension.cc: idem.
7187
7188         * flower/include/libc-extension.hh: protect against isinf macros.
7189
7190 2003-07-29  Heikki Junes <hjunes@cc.hut.fi>
7191
7192         * { many }: Use two uppercase letters in LilyPond.
7193
7194         * lily/main.cc, po/{ many }, scripts/{ many }: add verbs.
7195
7196         * VERSION: 1.7.29 released.
7197         
7198 2003-07-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7199
7200         * lily/tie.cc: add TODO comment.
7201
7202         * lily/bezier.cc: replace bezier-bow with bezier-sandwich.
7203
7204         * scm/*.scm: remove bezier-bow. Use bezier-sandwich with rounded
7205         linejoins and linecaps. This fixes problems with occasional spikes
7206         on slur/tie endings.
7207         
7208         * input/regression/font-name.ly: don't use PS fonts for
7209         compatibility reasons. 
7210
7211         * mutopia/claop.py (accents): update to 1.8
7212
7213         * Documentation/user/music-glossary.tely (Top): remove 13pt.
7214
7215         * Documentation/user/macros.itexi: don't color glossary links.
7216
7217         * Documentation/user/invoking.itexi (Error messages): new section
7218
7219 2003-07-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7220
7221         * input/regression/font-name.ly: add file.
7222
7223         * scm/document-backend.scm (grob-doc): remove <hr> from
7224         lilypond-internals
7225
7226         * Documentation/topdocs/INSTALL.texi (Top): bump GUILE
7227         reqd version to 1.6.4 
7228
7229         * lily/font-interface.cc (get_font): bugfix: take font-name from
7230         alist chain too. This fixes font-name override for \markup.
7231
7232 2003-07-28  Jan Nieuwenhuizen  <janneke@gnu.org>
7233
7234         * Documentation/pictures/GNUmakefile (OUT_DIST_FILES): Remove icon.
7235
7236         * input/test/polymetric-differing-notes.ly: Compile fix.
7237
7238 2003-07-28  Juergen Reuter  <reuter@ipd.uka.de>
7239
7240         * Documentation/user/refman.itely: fixed typo
7241
7242         * lily/vaticana-ligature-engraver.cc: bugfix: insert extra space
7243         before flexa
7244
7245 2003-07-27  Heikki Junes  <hjunes@cc.hut.fi>
7246
7247         * input/test/{ many }: search & fix some typos.
7248
7249 2003-07-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7250
7251         * scripts/ly2dvi.py (include_path): use preview_resolution for PNG
7252         images.
7253
7254         * scm/music-functions.scm (make-voice-props-set): set Script /
7255         TextScript dir for polyphony too.
7256
7257         * scm/define-grobs.scm (all-grob-descriptions): decrease space
7258         before clef.
7259
7260         * flower/libc-extension.cc (my_round): ANSI-C compatible rounding.
7261
7262 2003-07-27  Rune Zedeler  <rz@daimi.au.dk>
7263
7264         * Documentation/user/refman.itely (Percussion): Small
7265         clarifications and fixes.
7266
7267         * scm/drums.scm: Bugfix: Use string instead of symbol when naming
7268         threads. This fixes different heads playing simultaneously.
7269
7270 2003-07-27  Heikki Junes  <hjunes@cc.hut.fi>
7271
7272         * Documentation/user/{ many }: increase readability (read through 
7273         User manual from `one big page').
7274
7275 2003-07-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7276
7277         * input/test/polymetric-differing-notes.ly: add example with
7278         disparate note values.
7279
7280         * input/test/polymetric.ly: rename from poly-metric
7281
7282         * scripts/ly2dvi.py (include_path): bugfix: use outbase
7283         iso. outname.
7284
7285         * mf/feta-klef.mf: clef fixes, remove left/right spacing.  set
7286         G-clef bbox to real char extents. This fixes the G-clef being
7287         offset too much to the right.
7288         document perc clef offset.
7289
7290         WARNING: FONT CHANGED.
7291
7292         * Documentation/user/tutorial.itely (Tutorial): move menu.
7293
7294 2003-07-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7295
7296         * buildscripts/lilypond-profile.sh (Error): trim error message.
7297
7298         * Documentation/user/invoking.itexi (Invoking the lilypond
7299         binary): add note about path.
7300
7301         * Documentation/user/macros.itexi: add @c at EOL, hopefully
7302         suppresses superfluous spaces.
7303
7304 2003-07-25  Jan Nieuwenhuizen  <janneke@gnu.org>
7305
7306         * buildscripts/lilypond-profile.sh: Add documentation to error
7307         message.
7308
7309         * make/srcdir.make.in (web-install): Use SRCMAKE, set outdir.
7310
7311 2003-07-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7312
7313         * scripts/lilypond-book.py: HTML fixes (by Michael Ossmann
7314         <mike@ossmann.com>)
7315
7316         * Documentation/bibliography/computer-notation.bib (pages): prune
7317         unscientific language.
7318
7319         * Documentation/user/GNUmakefile: copy unsplit file to
7320         lilypond.html (idem for lilypond-internals).
7321
7322         * buildscripts/mutopia-index.py (read_dict): remove "example file:"
7323
7324         * Documentation/topdocs/NEWS.texi (Top): rewrite NEWS in texinfo.
7325
7326         * python/lilylib.py (lilypond_version): 2.1 proof version check.
7327
7328         * lily/staff-symbol-referencer.cc (LY_DEFINE): lrint, the final
7329         fix.
7330         
7331 2003-07-25  Heikki Junes  <hjunes@cc.hut.fi>
7332
7333         * Documentation/user/{ various }: bind text snippets with their
7334         examples, e.g. by punctuation: This is an example.
7335
7336 2003-07-25  Jan Nieuwenhuizen  <janneke@gnu.org>
7337
7338         * ly/performer-init.ly (VoiceContext): Typos.
7339
7340         * stepmake/stepmake/toplevel-targets.make (install): For srcdir
7341         builds, leave final-install to toplevel srcdir makefile.
7342
7343         * make/srcdir.make.in (install): New target.
7344
7345 2003-07-24  Jan Nieuwenhuizen  <janneke@gnu.org>
7346
7347         * ly/performer-init.ly (TabStaffContext, TabVoiceContext): Add.
7348         This fixes core dump on MIDI output (Simon Weatherill).
7349
7350         * stepmake/stepmake/generic-targets.make (WWW-post): Oops, depend
7351         on local-WWW-post.
7352
7353 2003-07-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7354
7355         * make/lilypond.redhat.spec.in: add dvips to reqs.
7356
7357 2003-07-24  Jan Nieuwenhuizen  <janneke@gnu.org>
7358
7359         * make/srcdir.make.in (web): Add special web target.
7360
7361         * stepmake/stepmake/generic-targets.make (WWW): Remove $(MAKE)
7362         from inner $(LOOP).
7363
7364         * cygwin/mknetrel: Override $(webdir) (was: $(docdir)).
7365
7366         * stepmake/stepmake/generic-targets.make (www-targets-help):
7367         * GNUmakefile.in (web-install): Install in $(webdir).
7368
7369         * input/test/smart-transpose.ly (texidoc): texidoc compile fix.
7370
7371         * cygwin/changelog: 
7372         * cygwin/mknetrel: Update.
7373
7374         * GNUmakefile.in (web-install): Rename (was: install-html-doc).
7375         (html-doc): Remove (use: web).
7376
7377         * stepmake/stepmake/script-rules.make: 
7378         * stepmake/stepmake/python-module-rules.make ($(outdir)/%.py):
7379         Fix $(config_make) dependencies for srcdir build.
7380
7381         * stepmake/stepmake/generic-targets.make ($(config_make)): Fix
7382         target for srcdir build.
7383
7384         * stepmake/make/stepmake.make: 
7385         * make/srcdir.make.in: 
7386         * GNUmakefile.in:
7387         * make/stepmake.make (config_make): Rename variable (was:
7388         configuration).
7389
7390 2003-07-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7391
7392         * Documentation/user/internals.itely (Manipulating music
7393         expressions): run lilypond on example too.
7394
7395         * flower/include/libc-extension.hh: move lrint define to
7396         header. bugfix.
7397         
7398 2003-07-24  Jan Nieuwenhuizen  <janneke@gnu.org>
7399
7400         * stepmake/GNUmakefile.in (STEPMAKE_TEMPLATES): 
7401         * stepmake/stepmake/GNUmakefile (STEPMAKE_TEMPLATES): Add www (why
7402         do we recurse whole tree?).
7403
7404         * GNUmakefile.in (html-doc): Resurrect.
7405
7406         * Documentation/pictures/GNUmakefile (default, local-dist): Remove
7407         obsolete $(package-icon) dependency.
7408
7409 2003-07-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7410
7411         * Documentation/user/refman.itely (Automatic staff changes):
7412         add seealso 
7413
7414         * Documentation/index.html.in: link to bigpage.
7415
7416         * Documentation/user/tutorial.itely (Tutorial): streamline.
7417
7418         * Documentation/index.html.in: url typo.
7419
7420         * VERSION (PACKAGE_NAME): release 1.7.28
7421
7422         * python/lilylib.py (error_log): remove '/' from name.
7423
7424         * input/regression/pedal.ly: remove; dups input/test/
7425         
7426         * stepmake/stepmake/texinfo-rules.make: remove footify everywhere.
7427
7428         * Documentation/index.html.in: python style doco index.
7429
7430         * Documentation/{footer,header}.html.in (src): remove, 
7431
7432         * Documentation/pictures: remove all but lelie-logo.xpm.
7433
7434         * stepmake/stepmake/texinfo-vars.make (MAKEINFO): unset LANG
7435         before running makeinfo.
7436
7437         * lily/include/music-iterator.hh (IMPLEMENT_CTOR_CALLBACK): add
7438         @code{}
7439
7440 2003-07-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7441
7442         * input/test/bar-number-regular-interval.ly: rename.
7443
7444         * Documentation/user/*: various fixes. 
7445
7446 2003-07-24  Heikki Junes  <hjunes@cc.hut.fi>
7447
7448         * Documentation/{ many }: polish for update-all-menus. typos.
7449
7450         * po/fi.po: fixes.
7451
7452         * Documentation/topdocs/{README.texi,INSTALL.texi}: update links.
7453
7454         * buildscripts/mutopia-index.py: polish.
7455
7456         * input/regression/{ many }, input/test{ many }: polish texidocs.
7457
7458 2003-07-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7459
7460         * scripts/convert-ly.py (FatalConversionError.conv): rule for
7461         pedal-style
7462
7463         * lily/text-spanner.cc (brew_molecule): use bracket-flare
7464         iso. edge-widen.
7465
7466         * lily/piano-pedal-engraver.cc (process_music): change from
7467         process_acknowledged ()
7468
7469         * lily/piano-pedal-bracket.cc: new file. Change
7470         setup_pedal_bracket in after_line_breaking callback.  Thoroughly
7471         cleaned up.
7472
7473         * lily/text-spanner.cc (setup_pedal_bracket): cleanup.
7474
7475         * input/regression/tuplets.ly (texidoc): rename file.
7476
7477         * po/fr.po: update
7478
7479         * buildscripts/lilypond-profile.sh: error message if script is not
7480         sourced.
7481
7482         * lily/tuplet-bracket.cc (make_bracket): change edge-widen to
7483         bracket-flare
7484         (make_bracket): simplify code.
7485
7486         * lily/parser.yy (verbose_command_req): catch typos in \key scale
7487         argument.
7488
7489         * python/lilylib.py (lilypond_version_check): new function
7490
7491         * scripts/lilypond-book.py (TexiPaper.incl_opt): idem
7492
7493         * scripts/ly2dvi.py (run_lilypond): add version check.
7494
7495         * scripts/lilypond-book.py (option_definitions): typo
7496
7497         * scripts/ly2dvi.py (include_path): typo
7498
7499         * make/lilypond.redhat.spec.in (Group): add INSTALL.txt
7500
7501         * lily/parse-scm.cc (parse_handler): typo
7502
7503         * Documentation/user/macros.itexi: use @heading for headings.
7504
7505         * Documentation/user/refman.itely: updates, fixes.
7506
7507 2003-07-23  Heikki Junes  <hjunes@cc.hut.fi>
7508
7509         * po/fi.po: add Finnish translations. fixes.
7510
7511         * stepmake/stepmake/toplevel-targets.make: rpm-mandrake -> rpm-mdk.
7512
7513         * lily/piano-pedal-engraver.cc: fixed warnings, got working syntax
7514         from lily/glissando-engraver.cc.
7515
7516 2003-07-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7517
7518         * lily/volta-bracket.cc (brew_molecule): opps: only wipe number
7519         for non-first _broken_ bracket.
7520
7521         * Documentation/user/refman.itely: corrections.
7522
7523 2003-07-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7524
7525         * lily/new-fingering-engraver.cc (position_scripts): add heads to
7526         support of the fingerings.
7527
7528         * po/fr.po: French translation update.
7529
7530         * lily/parser.yy (Composite_music): add extra \ for "\apply" in
7531         strings.
7532
7533 2003-07-22  Jan Nieuwenhuizen  <janneke@gnu.org>
7534
7535         * Documentation/user/introduction.itely: Small fixes.
7536
7537 2003-07-22  Heikki Junes  <hjunes@cc.hut.fi>
7538
7539         * Documentation/topdocs/AUTHORS.texi: polish.
7540
7541 2003-07-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7542
7543         * Documentation/user/introduction.itely: revise
7544
7545         * Documentation/user/tutorial.itely: reorganise.
7546
7547         * Documentation/topdocs/index.tely: remove.
7548
7549         * Documentation/header.html.in: prune.
7550
7551         * GNUmakefile.in: clean up web building.
7552
7553         * stepmake/stepmake/generic-targets.make (WWW): add WWW as generic
7554         target.
7555
7556 2003-07-21  Heikki Junes  <hjunes@cc.hut.fi>
7557
7558         * lilypond-font-lock.el: do not try to match two-char slurs \) \].
7559
7560         * lilypond-mode.el: turn on blink-matching-paren.
7561
7562 2003-07-21  Jan Nieuwenhuizen  <janneke@gnu.org>
7563
7564         * scm/output-sodipodi.scm (svg-header): Fix typo.
7565
7566 2003-07-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7567
7568         * python/lilylib.py (error_log): use mktemp iso.  temp_dir. This
7569         fixes a security hole.
7570
7571         * scripts/lilypond-book.py (original_dir): remove temp_dir
7572
7573         * scm/document-translation.scm: use @code tags.
7574
7575 2003-07-20  Heikki Junes  <hjunes@cc.hut.fi>
7576
7577         * lilypond-font-lock.el: do not try to match two-char slurs \( \[.
7578
7579         * lilypond-mode.el: add a buffer-local post-command-hook to set
7580         context dependent syntax-table after each cursor event. Remove old
7581         stuff. XEmacs: turn on parenthesis highlighting in LilyPond-mode.
7582
7583         * lilypond-indent.el: update comments.
7584
7585         * Documentation/footer.html.in: add period.
7586
7587 2003-07-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7588
7589         * make/lilypond.redhat.spec.in (Group): don't strip binary.
7590
7591         * scm/document-translation.scm (document-property-operation): add
7592         @code{} tags.
7593
7594         * VERSION (PACKAGE_NAME): release 1.7.27
7595
7596         * config.make.in: add PAPER variable
7597
7598         * buildscripts/new-chords.py (help): add help text
7599
7600         * Documentation/user/introduction.itely (Typography and program
7601         architecture):  fixes.
7602
7603         * Documentation/user/GNUmakefile (DVIPS_PAPERSIZE): set A4 paper
7604         for texinfo and dvips. This fixes problems with PDF output of the
7605         wrong size.
7606
7607         * stepmake/stepmake/tex-rules.make ($(outdir)/%.ps): add
7608         DVIPS_PAPERSIZE variable
7609
7610         * stepmake/stepmake/texinfo-rules.make ($(outdir)/%.dvi): add
7611         TEXINFO_PAPERSIZE variable 
7612
7613 2003-07-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7614
7615         * mf/feta-macros.mf: whoops: only draw lines for test situations.
7616
7617         * mf/feta-toevallig.mf: lowres fixes.
7618
7619 2003-07-19  Jan Nieuwenhuizen  <janneke@gnu.org>
7620
7621         * NEWS: Typo and fill-paragraph fixes.
7622
7623         * flower/libc-extension.cc (lrint)[!HAVE_LRINT]: Use round () and
7624         cast #define.
7625
7626         * configure.in: 
7627         * config.hh.in: Check for lrint.
7628
7629 2003-07-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7630
7631         * VERSION: 1.7.26 released
7632
7633         * lily/separation-item.cc: add padding property.
7634
7635         * input/test/*.ly: various fixes, remove solo-a2.ly
7636
7637         * scm/new-markup.scm (brew-new-markup-molecule): arg order
7638         bugfix. Fixes old-style markup compatibility.
7639
7640         * Documentation/user/introduction.itely (Introduction): historical
7641         elucidations
7642
7643         * Documentation/user/music-glossary.tely (Top): linewidth fix.
7644
7645         * Documentation/topdocs/AUTHORS.texi (AUTHORS): cleanup.
7646
7647         * Documentation/index.texi (Top): cleanup.
7648
7649         * Documentation/user/introduction.itely (Introduction): rewrite
7650         introduction, 
7651         (Music notation and  engraving): about notation. Add flat-picture
7652
7653 2003-07-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7654
7655         * ly/engraver-init.ly (LyricsVoiceContext): add padding for
7656         separation items. This keeps lyrics from bumping into each other.
7657
7658 2003-07-18  Jan Nieuwenhuizen  <janneke@gnu.org>
7659
7660         * GNUmakefile.in (topdocs-web): New target.
7661         (local-web): Depend on topdocs-web; fixes html-doc.
7662
7663 2003-07-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7664
7665         * po/lilypond.pot: run po-replace
7666
7667         * Documentation/GNUmakefile (SUBDIRS): remove windows/ directory
7668
7669         * scm/drums.scm (reset-drum-kit): new function.
7670
7671         * Documentation/GNUmakefile (SUBDIRS): remove misc/ directory.
7672
7673         * scripts/update-lily.py: remove
7674         
7675         * VERSION: release 1.7.25
7676         
7677         * Documentation/user/introduction.itely (Introduction): rewrite
7678         start of introduction.
7679
7680 2003-07-18  Juergen Reuter  <reuter@ipd.uka.de>
7681
7682         * lily/all-font-metrics.cc: fixed typo
7683
7684 2003-07-18  Heikki Junes  <hjunes@cc.hut.fi>
7685
7686         * lilypond-font-lock.el (LilyPond-mode-set-syntax-table, 
7687         LilyPond-mode-context-set-syntax-table): new functions to define
7688         the syntax table according to context.
7689
7690         * lilypond-mode.el: use LilyPond-mode-set-syntax-table.
7691
7692 2003-07-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7693
7694         * Documentation/user/refman.itely (Figured bass): 
7695         language nit courtesy http://www.vocabula.com
7696
7697         * GNUmakefile.in: remove no kpathsea hack.
7698
7699         * Documentation/topdocs/INSTALL.texi (Top): remove web-doc from
7700         doco.
7701
7702         * GNUmakefile.in: remove web-doc target.
7703
7704         * lily/all-font-metrics.cc (find_afm): add message about
7705         buildscripts/clean-fonts.sh 
7706
7707         * scm/define-music-properties.scm (figure): use string for 'figure
7708
7709         * lily/parser.yy (bass_number): allow strings for bassfigure too. 
7710
7711         * input/regression/ : add raggedright = ##t where applicable. 
7712         
7713         * scm/bass-figure.scm (make-bass-figure-markup): add
7714         alignBassFigureAccidentals property.
7715
7716         * lily/volta-bracket.cc (brew_molecule): only put text on 1st
7717         bracket.
7718
7719         * lily/hyphen-spanner.cc (set_spacing_rods): new function: take
7720         syllables widths into account for minimum-length.
7721
7722         * input/test/staff-container.ly: update file
7723
7724         * input/test/stem.ly: remove
7725
7726         * lily/event.cc (LY_DEFINE): add ly: prefix.
7727
7728         * input/test/clef-manual-control.ly: from manual-clef
7729
7730         * input/test/repeat-shorter-bracket.ly: move from coda-kludge 
7731
7732         * input/test/different-time-signatures.ly: move to poly-metric.ly
7733
7734         * input/test/hara-kiri*,scales.ly: remove
7735         
7736         * input/test/chord-names-dpnj.ly (efullmusic): remove file (merged
7737         with chord-names-jazz.ly)
7738
7739         * make/mutopia-rules.make ($(outdir)/%.pdf): use +lilypond.map to
7740         get scalable cm fonts too.
7741
7742         * stepmake/stepmake/metafont-rules.make (ENCODINGOPTION): add
7743         --encoding for mftrace if present.
7744
7745         * input/regression/slur-area.ly: move from test/
7746
7747         * input/test/: remove simple-slur-endings slur-attachment
7748         slur-broken-cross-staff slur-broken.ly slur-damping.ly
7749         slur-follow-music.ly slur-position.ly slur-proof.ly slur-shape.ly
7750         slur-symmetry slur-symmetry tie-broken.ly
7751
7752         * scm/drums.scm (set-drum-kit): add function.
7753
7754         * Documentation/user/refman.itely (Percussion staves): use
7755         set-drum-kit
7756
7757         * scripts/etf2ly.py (interpret_finale_key_sig): handle minor keys
7758         too
7759         (Global_measure.set_timesig): handle 3/8 time sig too.
7760
7761         * scm/output-lib.scm (note-head-style->attachment-coordinates):
7762         note about triangle note heads.
7763
7764         * scm/drums.scm: use alist for instrument-settings. This fixes the
7765         bug with assigning to drums in the .ly file.
7766
7767         * mf/feta-autometric.mf (code): start font at 32. WARNING: FONT
7768         CHANGED.
7769
7770         * scm/define-grob-interfaces.scm (cluster-beacon-interface): add
7771         cluster-beacon-interface
7772
7773         * scm/define-grobs.scm (all-grob-descriptions): default to ramp.
7774
7775         * scripts/convert-ly.py (FatalConversionError.conv): add cluster rule.
7776
7777         * ly/spanners-init.ly (stopGroup): remove start/stopCluster.
7778
7779         * lily/cluster.cc (brew_molecule): examine ClusterSpannerBeacons
7780         to get positions.
7781
7782         * lily/cluster-engraver.cc: rewrite: catch cluster-note-events,
7783         make ClusterSpannerBeacon to record Y positions. This removes the
7784         need to switch off notes. Use \apply #notes-to-clusters { .. }  to
7785         make cluster-note-events.
7786
7787 2003-07-17  Jan Nieuwenhuizen  <janneke@gnu.org>
7788
7789         * stepmake/aclocal.m4: Do AC_PATH_PROG for python.
7790
7791         * configure.in: Use lily/main.cc as identifying source file.
7792
7793         * lily/accidental-engraver.cc: Compile fix: include protected-scm.hh.
7794
7795         * config.hh.in: 
7796         * python/midi.c: Remove <pyphonX>/Python.h ifdef tree.
7797
7798         * configure.in: Require PYTHON >= 2.0.
7799
7800         * stepmake/aclocal.m4 (STEPMAKE_PYTHON_DEVEL): Rewrite.  Ask
7801           $PYTHON for include dir location.
7802         (STEPMAKE_PYTHON): New function.  Use
7803         
7804             PYTHON=foo ./configure
7805
7806           to override.
7807
7808 2003-07-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7809
7810         * lily/translator-scheme.cc (LY_DEFINE): bugfix: always return
7811         something.
7812
7813         * make/lilypond.redhat.spec.in (Group): change ftp.cs.uu.nl to
7814         ftp.lilypond.org everywhere.
7815
7816 2003-07-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7817
7818         * lily/text-item.cc (interpret_new_markup): do only if new-markup
7819         detected.
7820
7821         * Documentation/user/refman.itely (Grace notes): note on explicit
7822         contexts
7823
7824 2003-07-16  Heikki Junes  <hjunes@cc.hut.fi>
7825
7826         * lilypond-font-lock.el: add a comment about LilyPond specific
7827         escape characters: ^, - and _, in the syntax table.
7828
7829         * Documentation/user/appendices.itely: a majuscule fix.
7830
7831 2003-07-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7832
7833         * input/test/trills.ly (endHorizScript): fixes.
7834
7835         * input/test/chord-names-jazz.ly: merge in alternate Jazz
7836         notation, move from regression.
7837
7838         * input/test/script-stack.ly: change name from stacked-scripts
7839
7840         * input/test/ossia.ly: octave errors.
7841
7842         * input/no-notation/midi-tuplets.ly: move from input/test/, idem
7843         for midi-volume-equaliser
7844
7845 m2003-07-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7846
7847         * scm/output-ps.scm (lily-traced-cm-fonts): substitution for lily
7848         cm fonts.
7849
7850         * mf/feta-beugel.mf: don't multiply font_count by 10.
7851
7852         * lily/lookup.cc (horizontal_line): new function. Use
7853         horizontal-line in output backends.
7854
7855         * Documentation/user/tutorial.itely (An orchestral part): new
7856         section on orchestral stuff and identifiers.
7857
7858 2003-07-14  Heikki Junes  <hjunes@cc.hut.fi>
7859
7860         * lilypond-mode.el: comment-out paren-highlighting, it still causes
7861         some interference to other modes.
7862
7863 2003-07-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7864
7865         * lily/spacing-spanner.cc (musical_column_spacing): use average,
7866         not maximum of spacing wishes in polyphonic situations.
7867
7868         * scm/define-grobs.scm (all-grob-descriptions): bold tuplet
7869         number
7870
7871         * lilypond-indent.el: remove paren matching. 
7872
7873         * lily/text-item.cc (interpret_new_markup): new function
7874         use iso. text2molecule.
7875
7876         * lily/main.cc (notice): change FSF address 
7877
7878         * po/de.po: update PO file to 1.6.
7879
7880 2003-07-13  Heikki Junes  <hjunes@cc.hut.fi>
7881
7882         * Documentation/user/ {many}: Add periods and remove spaces.
7883         
7884 2003-07-11  Heikki Junes  <hjunes@cc.hut.fi>
7885
7886         * lilypond-indent.el (LilyPond-paren-set-mode): From XEmacs' paren.el:
7887         Disable buffer-locally default paren hook and make a new one. 
7888
7889         * lilypond-mode.el: Turn off locally paren-mode, but turn on
7890         locally LilyPond-paren-mode. Add todo for mouse double-click.
7891
7892 2003-07-10  Heikki Junes  <hjunes@cc.hut.fi>
7893
7894         * lilypond-indent.el (LilyPond-show-paren-mode): From Emacs' paren.el:
7895         Disable buffer-locally default paren idle timer and make a new one. 
7896
7897         * lilypond-mode.el: Turn off locally show-paren-mode, but turn on
7898         locally LilyPond-show-paren-mode. Add to menu a toggle for
7899         LilyPond-show-paren-function.
7900
7901 2003-07-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7902
7903         * input/template/jazz-combo.ly (drumNotes): 1.7 fixes 
7904
7905 2003-07-09  Heikki Junes  <hjunes@cc.hut.fi>
7906
7907         * Documentation/user/refman.itely: spelling fix.
7908
7909         * lilypond-mode.el, lilypond-indent.el: restrusture and comment
7910         paren highlight function definitions. add todo for
7911         LilyPond-show-paren-mode.
7912
7913 2003-07-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7914
7915         * input/template/jazz-combo.ly: new file.
7916
7917 2003-07-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7918
7919         * mf/feta-toevallig.mf: tweak for bottom of flat sign. 
7920         lo-res fixes.
7921
7922         * mf/feta-schrift.mf: bugfix in varcoda sign.
7923         WARNING: FONT CHANGED
7924
7925         * lily/my-lily-lexer.cc (lookup_identifier): return SCM_UNDEFINED,
7926         in accordance with lexer.ll.   
7927
7928 2003-07-05  Jan Nieuwenhuizen  <janneke@gnu.org>
7929
7930         * Documentation/user/tutorial.itely: Edit introduction.
7931
7932 2003-07-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7933
7934         * lily/staff-symbol-referencer.cc (LY_DEFINE): add
7935         ly:grob-staff-position
7936
7937 2003-07-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7938
7939         * scm/to-xml.scm: import srfi-1
7940
7941         * VERSION (MAJOR_VERSION):  release 1.7.24
7942
7943         * python/lilylib.py (make_ps_images): make multipage _really_ work.
7944
7945         * scripts/lilypond-book.py (do_file): put texidoc before image.
7946         (TexiPaper.process_ly2dvi_block): make multipage _really_ work.
7947
7948         * input/regression/*.ly: fix snippet octaves 
7949
7950         * input/test/spanner-after-break-tweak.ly: import
7951         broken-spanner-adjustment
7952
7953         * input/no-notation/midi-transposing.ly: move from input/test/
7954
7955         * input/test/: remove chord-markup
7956
7957         * input/regression/instrument-name-partial.ly: move from input/test.
7958
7959         * input/test/vertical-text.ly: remove
7960
7961         * ly/engraver-init.ly (LyricsVoiceContext): add more vertical
7962         space above lyrics lines.
7963
7964         * input/test/uniform-breaking.ly: remove file.
7965
7966         * lily/gourlay-breaking.cc (combine_demerits): add comment about
7967         uniform spacing density. 
7968
7969         * input/test/chords.ly (keys): remove file.
7970
7971         * scm/documentation-lib.scm (oop): use srfi-1 too.
7972
7973         * input/regression/*.ly: add \version
7974
7975         * Documentation/user/*.itely: various fixes.
7976
7977         * buildscripts/mf-to-table.py (base): break table every three
7978         symbols.
7979
7980         * input/:  remove %% new-chords-done %% .
7981
7982         * input/tutorial: remove os-flute-2.ly os-score.ly miniatures.ly
7983         os-music.ly
7984         
7985 2003-07-03  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7986
7987         * make/lilypond.redhat.spec.in: require GUILE >= 1.6.4-7
7988
7989         * scm/new-markup.scm (box-markup): new function.
7990         (box-markup): new function. Contributed by Dick Schoeller
7991         <schoeller@attbi.com>
7992
7993         * scm/lily.scm: remove reduce-no-unit 
7994         (list-insert-separator): use fold-right
7995
7996         * lily/molecule-scheme.cc (ly_molecule_add): take variable number
7997         of arguments. 
7998
7999         * NEWS: more neutral language for ancient notation 
8000
8001         * lily/chord-tremolo-engraver.cc (acknowledge_grob): only set
8002         inside pointing beaming for chord tremolo.
8003
8004         * Documentation/user/lilypond-book.itely: minor editing
8005
8006 2003-07-03  Juergen Reuter  <reuter@ipd.uka.de>
8007
8008         * NEWS: added news for 1.8 regarding ancient notation
8009
8010         * Documentation/user/refman.itely (Gregorian square neumes
8011         ligatures): fixed typo
8012
8013         * lily/vaticana-ligature-engraver.cc,
8014         lily/include/vaticana-ligature.hh: bugfix: use special heads for
8015         lower/upper head of Pes only when heads are stacked
8016
8017         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
8018         scm/define-grob-properties.scm: cleanup: make "join-left" a
8019         boolean grob property and save delta pitch in grob property
8020         "delta-pitch" instead
8021
8022         * lily/include/gregorian-ligature.hh: bugfix: corrected comments
8023
8024 2003-07-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8025
8026         * lily/parser.yy (Repeated_music): bug fix, beam multiplicity was
8027         completely borked
8028
8029         * lily/chord-tremolo-engraver.cc (try_music): warnings for user-errors.
8030         (try_music): bug fix: beam multiplicity was completely borked.
8031
8032         * scm/lily.scm: remove tail, filter-list, filter-out-list,
8033         first-n, butfirst-n in favor of srfi-1 functions.
8034         remove string-join, string-pad in favor of srfi-13 functions.
8035
8036         * mf/parmesan-custodes.mf (dir_down): remove _ from glyph names.
8037
8038         * NEWS: use complete sentences.
8039
8040         * Documentation/user/introduction.itely (Example applications):
8041         add note about databases and lilypond-book.
8042
8043         * input/test/volta.ly: remove file
8044
8045         * input/regression/volta-broken-left-edge.ly: simplify file
8046
8047 2003-07-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8048
8049         * Documentation/user/refman.itely (Constructing a tweak): new
8050         subsection.
8051
8052         * Documentation/user/tutorial.itely (Fine tuning layout): add
8053         common tweaks.
8054
8055         * scm/define-grobs.scm (TextScript): use new brewer.
8056
8057 2003-06-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8058
8059         * VERSION: release 1.7.23
8060
8061         * scm/new-markup.scm (brew-new-markup-molecule): bugfix 
8062
8063         * python/lilylib.py (make_ps_images): bugfixes.
8064
8065         * input/regression/volta-multi-staff.ly: new file.
8066
8067         * Documentation/user/macros.itexi: refcommands, refcommand macros.
8068
8069         * Documentation/user/tutorial.itely (Piano staffs): new section.
8070         (Setting variables): new section
8071         (Fine tuning layout): new section
8072
8073         * input/just-friends.ly: remove file. Superseeded by
8074         input/test/chords-without-melody.ly
8075
8076         * ly/property-init.ly: add all commands to refman.
8077
8078         * scm/define-translator-properties.scm: remove
8079         graceAccidentalSpace, graceAlignPosition, keyOctaviation 
8080
8081         * mf/parmesan-custodes.mf (dir_down): remove underscore from glyph
8082         name. Underscores botch up PS output.
8083
8084         * scm/define-translator-properties.scm: remove
8085         textNonEmpty, oneBeat, regularSpacingDelta
8086
8087         * scripts/convert-ly.py (FatalConversionError.conv): conversion
8088         rule for automaticBars.
8089
8090         * lily/timing-engraver.cc (start_translation_timestep): change
8091         barNonAuto to automaticBars
8092
8093 2003-06-30  Graham Percival  <gperlist@shaw.ca>
8094
8095         * input/test/perform-tie.ly: delete file.
8096
8097 2003-06-29  Juergen Reuter  <reuter@ipd.uka.de>
8098
8099         * Documentation/user/refman.itely (Gregorian square neumes
8100         ligatures): bugfix: do not show ledger lines in neumes table
8101         (fixed by setting staff symbol to transparent rather than removing
8102         it from staff context)
8103
8104 2003-06-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8105
8106         * scm/new-markup.scm (brew-new-markup-molecule): move old markup
8107         glue into brew-new-markup-molecule.
8108
8109         * input/mutopia/J.S.Bach/Petites-Preludes/*.ly: syntax updates.
8110
8111         * Documentation/user/introduction.itely (Computerized typography):
8112         new section
8113
8114         * Documentation/user/tutorial.itely (An orchestral part): remove
8115         pc example from tutorial.
8116
8117         * input/tutorial/lilbook.tex: use screech-boink
8118
8119         * scripts/lilypond-book.py (compile_all_files): split formatting
8120         output body and scheduling lilypond compilation.
8121         (format_lilypond_output_bodies): new function
8122         (format_lilypond_block): new function
8123         (html_pages): allow multi-page images in HTML
8124
8125         * python/lilylib.py (make_ps_images): rename function from
8126         make_preview, merge with make_page_images
8127
8128 2003-06-28  Graham Percival  <gperlist@shaw.ca>
8129
8130         * input/test/key-clefs.ly: moved to regression.
8131
8132         * input/test/perform-grace.ly: moved to to no-notation/midi-grace.ly
8133
8134         * input/no-notation/README: added note about midi-*.ly files.
8135
8136         * input/test/two-key.ly: moved to no-notation/parse5.ly
8137
8138         * input/test/ short-part-combine.ly sketch.ly system-start-brace.ly
8139         system-start-bracket.ly two-slurs.ly voice-switch.ly : deleted
8140
8141         * input/test/ {various}: modified comments, marked some for deletion.
8142
8143         * input/test/lines.ly: deleted file; duplicate of
8144         embedded-postscript.ly
8145
8146         * input/test/mmrest-collision: moved to regression.
8147
8148 2003-06-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8149
8150         * scm/chord-name.scm (note-name->markup): don't superscript root
8151         alterations in chordnames.
8152
8153 2003-06-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8154
8155         * Documentation/user/refman.itely (Multi measure rests): more
8156         index/cross-referencing.
8157
8158         * lily/line-spanner.cc (line_molecule): bugfix for trill style.
8159
8160         * scm/font.scm: remove properties-to-font-name code.
8161
8162         * scm/define-grob-properties.scm: remove 'type
8163
8164         * scripts/convert-ly.py (FatalConversionError.conv): type -> style
8165         conversion
8166
8167         * lily/text-spanner.cc: change 'type grob prop to 'style 
8168
8169         * lily/unfolded-repeat-iterator.cc (process): bugfix: use a
8170         "first" flag to decide whether to make a start-repeat
8171
8172         * input/regression/grace-volta-repeat-2.ly: new file.
8173
8174 2003-06-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8175
8176         * lilypond-indent.el: rename generic functions to LilyPond-*
8177
8178 2003-06-22  Graham Percival  <gperlist@shaw.ca>
8179
8180         * input/test/thumb.ly: delete, merged into refman.
8181
8182         * Documentation/user/refman.itely: added thumb info to Fingering.
8183
8184         * input/test/ follow-break.ly multi-slope.ly note-shift.ly
8185         notemode-chords.ly orchestalpart.ly rhythmic-staff.ly
8186         vertical-align.ly : deleted files.
8187
8188 2003-06-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8189
8190         * lily/align-interface.cc (find_fixed_alignment_parent): new function.
8191
8192         * lily/line-spanner.cc (broken_trend_offset): remove function.
8193         (get_broken_offset): idem.
8194         (brew_molecule): rewrite the line-break case.
8195
8196         * input/regression/follow-voice-break.ly:  new file.
8197
8198         * lily/line-spanner.cc (after_line_breaking): remove lines at the
8199         start of a system.
8200
8201 2003-06-20  Graham Percival  <gperlist@shaw.ca>
8202
8203         * input/test/tuplet-rest.ly: moved to regression.
8204
8205         * input/test/ script-horizontal.ly tuplet-spanner-duration.ly:
8206         deleted file.
8207
8208         * input/test/ {many} : marked file for possible deletion.
8209
8210 2003-06-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8211
8212         * input/regression/beam-funky.ly: add note about (disputed)
8213         correct beaming.
8214
8215         * ly/engraver-init.ly (ScoreContext): put key-signature after
8216         staff-bar
8217         
8218 2003-06-20  Graham Percival  <gperlist@shaw.ca>
8219
8220         * input/test/ broken.ly lyric-phrasing.ly: deleted.
8221
8222         * input/test/slur-mininum.ly: renamed to slur-minimum-length.ly.
8223
8224         * input/test/staff-line-leading.ly: renamed to  staff-space.ly.
8225
8226         * input/test/no-stem-extend.ly: moved to stem-extend.ly; previous
8227         stem-extend was deleted (it was duplicate example, and not as
8228         good).
8229
8230         * input/test/[s-z]*.ly: add texidoc index.
8231
8232 2003-06-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8233
8234         * lily/slur.cc (get_boundary_notecolumn_y): change name from
8235         get_first_notecolumn_y
8236
8237         * lily/spanner.cc (broken_spanner_index): new function.
8238
8239 2003-06-19  Graham Percival  <gperlist@shaw.ca>
8240
8241         * input/test/ beam-damp.ly grace-end.ly lyric-extender.ly
8242         lyric-hyphen.ly : moved to regression.
8243
8244         * input/test/ beam-stem-test.ly beamed-slur-endings.ly
8245         diverse-spacing.ly duration-check.ly knee.ly lyrics.ly : deleted.
8246
8247         * input/test/instrument-name-mmrest.ly: moved to
8248         ../regression/multi-measure-rest-instr-name.ly
8249
8250         * input/test/knee-sym.ly: moved to
8251         ../regression/beam-knee-symmetry.ly.
8252
8253         * input/test/hymn.ly: change comments.
8254
8255         * input/test/[p-r]*.ly: add texidoc index.
8256
8257 2003-06-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8258
8259         * input/mutopia/J.S.Bach/Petites-Preludes/*.ly (opus): update
8260         to postfix syntax
8261         
8262         * input/mutopia/W.A.Mozart/mozart-hrn3-romanze.ly (romanze): new
8263         syntax.
8264
8265         * VERSION: release 1.7.22
8266
8267 2003-06-18  Graham Percival  <gperlist@shaw.ca>
8268
8269         * input/test/[h-k]*.ly: added texidoc index.
8270
8271         * input/test/knee-mult.ly: removed file (duplicate of beam-isknee.ly)
8272
8273         * input/test/equaliser.ly: renamed to midi-volume-equaliser.ly.
8274
8275         * input/test/ various : mark files for deletion or moving to
8276         regression.
8277
8278         * input/test/note-chords.ly: renamed to chord-names-no-inversions.ly.
8279
8280         * input/test/[l-o]*.ly: added texidoc index.
8281
8282 2003-06-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8283
8284         * scm/music-functions.scm (make-ottava-set): 
8285         only do ottavation if centralCPosition is set.
8286
8287         * lily/translator-scheme.cc (ly:context-property-where-defined):
8288         return '() if not found.
8289
8290 2003-06-17  Heikki Junes  <hjunes@cc.hut.fi>
8291
8292         * lilypond-mode.el (LilyPond-un-comment-region): removed.
8293         Use one command for both commenting and uncommenting.
8294
8295         * lilypond-indent.el (LilyPond-comment-region): new function,
8296         (un)comments each line separately.
8297
8298         * lilypond-mode.el, lilypond-indent.el: fix XEmacs paren-match.
8299         
8300         * lilypond-mode.el (LilyPond-add-imenu-menu): new function,
8301         imenu is not added by default; adapted from f90.el,
8302         makes Help-menu, which does not fit, visible in XEmacs.
8303         
8304 2003-06-16  Heikki Junes  <hjunes@cc.hut.fi>
8305
8306         * lilypond-mode.el: Set show-paren-mode local; minor-mode
8307         show-paren-mode sets blink-matching-paren-on-screen local.
8308         Try to make show-paren-function to paren-highlight local.
8309
8310         * lilypond-indent.el (LilyPond-scan-sexps): new function.
8311         Copy definitions of Emacs' show-paren-function and
8312         XEmacs' paren-highlight and make minimal changes;
8313         add comments about locality. 
8314         Fix matching first open-paren-char in '<< .. >>'.
8315
8316 2003-06-16  Graham Percival  <gperlist@shaw.ca>
8317
8318         * input/test/g*: added texidoc index.
8319
8320         * input/test/[a-g]*: added raggedright==#t when it
8321          seemed appropiate.
8322
8323         * input/test/ fake-grace.ly figured-bass.ly : removed file.
8324
8325         * Documentation/topdoc/INSTALL.texi: removed false warnings
8326         about gcc 3.3.
8327
8328 2003-06-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8329
8330         * input/test/spanner-after-break-tweak.ly (texidoc): new file.
8331
8332         * input/test/chords-without-melody.ly (texidoc): add from
8333         input/just-friends.ly
8334
8335         * input/regression/size{13--26}.ly: move from input/
8336
8337         * input/{opus-130,praeludium-fuga,scarlatti-*}.ly
8338         input/{star-spangled-banner,twinkle}.ly: remove 
8339         
8340         * lily/slur.cc: remove slur over rest warnings.
8341
8342         * lily/note-spacing.cc (get_spacing): include left part of right
8343         object in fixed space. This fixes stretched space before
8344         accidentals.
8345
8346         * input/regression/spacing-accidental-stretch.ly: new file.
8347
8348 2003-06-16  Rune Zedeler  <rz@daimi.au.dk>
8349
8350         * input/mutopia/R.Schumann/romanze-op28-2.ly: Minor fixes.
8351         Reduce to 16pt.
8352
8353 2003-06-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8354
8355         * input/regression/spacing-knee.ly: docstring
8356
8357         * input/regression/spacing-multi-tuplet.ly (multipart): docstring
8358
8359         * input/tutorial/{gallupi,minuet,sammartini,singing-saw}.ly
8360         input/tutorial/{test,solar,flowing}.ly: remove
8361
8362         * input/rhythm.ly: remove
8363
8364         * input/mutopia/F.Schubert/standchen.ly: update syntax.
8365
8366         * input/mutopia/E.Satie/petite-ouverture-a-danser.ly (global):
8367         update syntax. 
8368
8369         * scm/define-grobs.scm (all-grob-descriptions): set
8370         knee-spacing-correction to 1.0
8371
8372         * lily/note-spacing.cc (stem_dir_correction): compute knee
8373         correction using stem-thickness and head width.
8374
8375         * input/regression/beam-quanting-horizontal.ly: update texidoc
8376
8377         * scm/define-grobs.scm (all-grob-descriptions): set
8378         beamed-extreme-minimum-free-lengths to 1.25 for 32nd beams.
8379         This fixes 32nd beams for noteheads in spaces quants.
8380
8381         * scripts/lilypond-book.py (process_lilypond_blocks): opps.
8382
8383 2003-06-15  Heikki Junes  <hjunes@cc.hut.fi>
8384
8385         * README.mandrake: Change lilypond-extras to lilypond-documentation.
8386
8387 2003-06-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8388
8389         * input/test/dpncnt.ly,part-combine-score.ly: remove.
8390
8391         * VERSION (PACKAGE_NAME): release 1.7.21
8392
8393         * input/regression/stem-shorten.ly: new file.
8394
8395         * lily/stem.cc (get_default_stem_end_position): revise stem
8396         shortening code.
8397
8398         * input/regression/spacing-multi-tuplet.ly: move from input/test/
8399
8400         * input/test/{scripts,volta-start,sleur}.ly: remove
8401         
8402         * input/regression/span-bar.ly: smaller file.
8403
8404         * input/regression/spacing-{natural,tight,loose}.ly: remove
8405
8406         * input/test/markup.ly: remove
8407
8408         * scripts/lilypond-book.py: put printfilename in separate chunk,
8409         so texidoc is printed after the filename.  
8410
8411 2003-06-12  Heikki Junes  <hjunes@cc.hut.fi>
8412
8413         * make/lilypond.mandrake.spec.in: fix docdirs.
8414
8415 2003-06-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8416
8417         * input/regression/beam-french.ly: bugfix.
8418
8419         * buildscripts/lys-to-tely.py (name2line): sort filenames. 
8420
8421         * input/regression/(various).ly: add raggedright = #t.
8422
8423         * input/regression/auto-beam.ly: move from abe.ly
8424
8425 2003-06-13  Graham Percival  <gperlist@shaw.ca>
8426
8427         * input/test/f*.ly: added texinfo index.
8428         
8429         * input/test/broken-thread-line.ly: renamed to follow-break.ly.
8430
8431 2003-06-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8432
8433         * lily/beam-quanting.cc (score_forbidden_quants): also add inter
8434         quant penalty for beam just outside staff.
8435
8436         * input/regression/beam-quanting-horizontal.ly (texidoc): move
8437         from beam-pos.ly,  remove non-horizontal tests. 
8438
8439         * input/test/(various): cleanup header info. 
8440
8441         * input/test/tchaikovsky.ly: remove file.
8442
8443         * scm/chord-generic-names.scm: move from
8444         double-plus-new-chord-name.scm
8445
8446         * input/test/orchestscore.ly: remove file
8447
8448         * Documentation/user/refman.itely (Vocal music): update documentation.
8449
8450         * scm/define-translator-properties.scm (chordNoteNamer): remove
8451         chordNameStyle, use chordNameFunction
8452
8453         * scm/chord-name.scm (set-chord-name-style): remove
8454         set-chord-name-style. Use \property chordNameFunction.
8455
8456 2003-06-12  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8457
8458         * Documentation/user/lilypond-book.itely (Integrating LaTeX and
8459         music): remove @TeX{} command.
8460
8461 2003-06-12  Jan Nieuwenhuizen  <janneke@gnu.org>
8462
8463         * lilypond-indent.el (scan-sexps): Renamed to
8464         aargh-this-breaks-other-emacs-modes-scan-sexps.
8465
8466 2003-06-12  Heikki Junes  <hjunes@cc.hut.fi>
8467
8468         * lilypond-indent.el: Fix: match concurrent one-char opening and 
8469         closing slurs: '()', etc. Add comments.
8470
8471         * Documentation/user/music-glossary.tely: fix: change Ã¤ to @"a.
8472
8473         * lilypond-font-lock.el: match unending string at eof.
8474
8475         * make/lilypond.mandrake.spec.in: refreshed packed file list.
8476         
8477 2003-06-10  Graham Percival  <gperlist@shaw.ca>
8478
8479         * input/test/beam-abbrev.ly input/test/default-neutral-dir.ly
8480         input/test/beam-dir.ly input/test/beam-position.ly    
8481         input/test/beam-suspect.ly input/test/beam-trend.ly    
8482         input/test/beams.ly input/test/crescendo-text.ly : deleted
8483         * input/test/beam-chord.ly: moved to input/regression/beam-chord.ly
8484         * input/test/ beam-pos.ly beam-second.ly : moved to input/regression/
8485         * input/test/default-bars.ly: moved to bar-always.ly
8486         * input/test/ {many}: deleted old "renamed from foo to bar" comments.
8487
8488 2003-06-10  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8489
8490         * input/test/chord-names-dpnj.ly (texidoc): bugfix.
8491
8492 2003-06-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8493
8494         * scm/chord-ignatzek-names.scm (remove-step): rename file.
8495
8496 2003-06-10  Heikki Junes  <hjunes@cc.hut.fi>
8497
8498         * lilypond-indent.el: Match better slurs in scheme expressions.
8499         Refontify buffer if a block-comment-ender, '}' after '%', is inserted.
8500
8501         * Documentation/user/invoking.itexi: document Emacs' paren matching.
8502
8503 2003-06-10  Jan Nieuwenhuizen  <janneke@gnu.org>
8504
8505         * scm/chord-name.scm (set-chord-name-style): Update for 'ignatzek.
8506
8507         * input/ac-extra-voice.ly: Add texidoc.
8508
8509         * ly/chord-modifiers-init.ly: 
8510         * ly/engraver-init.ly (ScoreContext): Add chordNameExceptionsFull
8511         and chordNameExceptionsPartial for new chord names.
8512
8513         * input/test/chord-names-dpnj.ly: 
8514         * input/test/dpncnt.ly: Update.
8515
8516         * scm/chord-name.scm: 
8517         * scm/double-plus-new-chord-name.scm: Add compatibility for new
8518         chord selection and options.
8519
8520         * ly/chord-modifiers-init.ly: Add exceptions 
8521
8522         * scm/define-translator-properties.scm (chordNameStyle) 
8523         (chordNameExceptionsFull, chordNameExceptionsPartial): Add.
8524
8525 2003-06-10  Rune Zedeler  <rune@zedeler.dk>
8526
8527         * ly/property-init.ly (germanChords): Added.
8528         (semiGermanChords): Added.
8529         
8530         * input/test/chord-names-german.ly: Use new macros
8531         
8532 2003-06-09  Heikki Junes  <hjunes@cc.hut.fi>
8533
8534         * lilypond-indent.el: Use similar parenthesis highlighting for 
8535         Emacs and XEmacs through redefinitions of parenthesis highlighting 
8536         functions; removed LilyPond-show-paren-function. Fix indenting.
8537         Turn paren-matching on also in XEmacs.
8538
8539         * lilypond-font-lock.el: Set brackets' syntax to open/close-chars,
8540         as needed by parenthesis highlighting functions (in scan-sexp).
8541
8542 2003-06-08  Jan Nieuwenhuizen  <janneke@gnu.org>
8543
8544         * stepmake/aclocal.m4 (STEPMAKE_CHECK_VERSION_UNSUPPORTED): New
8545         function.
8546         (STEPMAKE_GETTEXT): If g++ >= 3.3, use gcc for gettext checking.
8547
8548 2003-06-08  Heikki Junes  <hjunes@cc.hut.fi>
8549
8550         * lilypond-indent.el: tune regexp for show-paren-function.
8551
8552 2003-06-07  Jan Nieuwenhuizen  <janneke@gnu.org>
8553
8554         * scripts/ly2dvi.py (run_latex, run_dvips, 'main'): Make preview
8555         for all LilyPond-produced tex snippets.
8556
8557         * tex/lilyponddefs.tex: Allow overriding of interscoreline.  This
8558         fixes one line --preview output of ly2dvi.
8559
8560 2003-06-07  Heikki Junes  <hjunes@cc.hut.fi>
8561
8562         * lilypond-indent.el: match only one type of slurs in
8563         LilyPond-show-paren-function.
8564
8565 2003-06-05  Jan Nieuwenhuizen  <janneke@gnu.org>
8566
8567         * debian/GNUmakefile (EXTRA_DIST_FILES): 
8568         * debian/lilypond1.7.dirs: 
8569         * debian/lilypond1.7-doc.dirs: New file.
8570
8571         * input/regression/chord-name-exceptions.ly: Add parameter for
8572         ignatzekExceptions.  Quote hash in docstring.
8573
8574 2003-06-06  Heikki Junes  <hjunes@cc.hut.fi>
8575
8576         * lilypond-indent.el (show-paren-function): define show-paren-function
8577         as LilyPond-blink-matching-open and use it for closing parens.
8578         Let LilyPond-blink-matching-open know whether a bracket was inserted.
8579
8580         * lilypond-indent.el: renamed LilyPond-beginning-of-containing-sexp to
8581         LilyPond-scan-containing-sexp and LilyPond-blink-matching-open to
8582         LilyPond-blink-matching-paren in order to match both open and close
8583         brackets.
8584         
8585 2003-06-05  Heikki Junes  <hjunes@cc.hut.fi>
8586
8587         * lilypond-indent.el (LilyPond-show-paren-function): introduce for
8588         testing by modifying the code from FSF Emacs paren.el. Add comments.
8589
8590 2003-06-04  Jan Nieuwenhuizen  <janneke@gnu.org>
8591
8592         * input/test/dpncnt.ly: Transpose example to match new
8593         default \chords octave.  Add comment.
8594         
8595         * scm/chord-name.scm (sequential-music-to-chord-exceptions): Add
8596         comment about octave change.
8597
8598 2003-06-04  Graham Percival  <gperlist@shaw.ca>
8599
8600         * input/test/[d,e]: added texinfo index tags.
8601         * input/test/empty-staffs.ly: renamed to blank-paper-tab.ly.
8602
8603 2003-06-04  Graham Percival  <gperlist@shaw.ca>
8604
8605         * Documentation/topdocs/INSTALL.texi: added warning about gxx-3.3.
8606
8607 2003-06-04  Heikki Junes  <hjunes@cc.hut.fi>
8608
8609         * lilypond-indent.el (LilyPond-blink-matching-open): use no argument,
8610         as in blink-matching-open.
8611
8612 2003-06-03  Graham Percival  <gperlist@shaw.ca>
8613
8614         * input/test/[a-c]: more comments in files.
8615         * input/test/ac-extra-voice.ly beam-abbrev.ly beam-chord.ly beam-dir.ly
8616         beam-pos.ly beam-position.ly beam-second.ly beam-suspect.ly 
8617         beam-trend.ly beams.ly crescendo-text.ly  default-neutral-dir.ly :
8618         mark file for proposed deletion.
8619         * input/test: renaming files:
8620         auto-beam-4-8.ly to beam-auto-4-8.ly
8621         auto-beam-override.ly to beam-auto-override.ly
8622         auto-beam.ly to beam-auto.ly
8623         blank.ly to blank-paper.ly
8624         absolute-volume.ly to dynamic-absolute-volume.ly
8625
8626 2003-06-03  Jan Nieuwenhuizen  <janneke@gnu.org>
8627
8628         * input/test/dpncnt.ly: 
8629         * input/test/chord-names-dpnj.ly: Resurrect.
8630
8631         * lily/my-lily-lexer.cc: Remove chordnames keyword.
8632
8633         * ly/chord-modifiers-init.ly (ignatzekExceptions): Update, tidy up.
8634
8635         * scm/chord-name.scm (sequential-music-to-chord-exceptions):
8636         Better docstring, add parameter OMIT-ROOT, tidy up.
8637
8638 2003-06-03  Heikki Junes  <hjunes@cc.hut.fi>
8639
8640         * lilypond-indent.el: match two-char slurs \[ ... \] and \( ... \).
8641
8642 2003-06-02  Jan Nieuwenhuizen  <janneke@gnu.org>
8643
8644         * scm/output-ascii-script.scm (as-font-alist-alist):
8645         (as-properties-to-font-name):
8646         (as-make-style-sheet): Remove.
8647
8648         * scm/font.scm (as-make-font-list): New function.
8649         (as-font-sheet-alist): New variable.
8650
8651         * ly/paper-as9-init.ly: 
8652         * ly/paper-as5-init.ly: Update.
8653
8654         * ly/paper-as5.ly:
8655         * ly/paper-as9.ly: New file.
8656
8657 2003-05-29  Jan Nieuwenhuizen  <janneke@gnu.org>
8658
8659         * mf/GNUmakefile (AFM_FILES): Add AF_FILES.
8660
8661 2003-05-28  Graham Percival  <gperlist@shaw.ca>
8662         * input/sondag-morgen/*: removed due to copyright concerns.
8663         * input/[a,b]*.ly: added a newline at the end of the texinfo
8664         doc string (produces better output in HTML version).
8665         * input/c*.ly: added texinfo index and added comments to
8666         aid in future changes to input/test/ files.
8667
8668 2003-05-28  Graham Percival  <gperlist@shaw.ca>
8669         
8670         * Documentation/user/refman.itely: fixed build problem (missing
8671         file) caused by previous renaming.
8672
8673 2003-05-28  Graham Percival  <gperlist@shaw.ca>
8674         
8675         * input/test/[a,b]*.ly: added texinfo index and added comments to
8676         aid in future changes to input/test/ files.
8677         * input/test/bar-number-every-5-reset.ly: renamed to
8678         bar-number-every-five-reset.ly
8679         * input/test/bar-script-visibility.ly: renamed to
8680         bar-number-show-all.ly
8681
8682 2003-05-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8683
8684         * ly/engraver-init.ly (VoiceContext): move Note_head_line_engraver
8685         to Voice.
8686
8687         * lily/glissando-engraver.cc (acknowledge_grob): new file: split
8688         out note-line and glissando functionality.
8689         
8690         * lily/line-spanner.cc (brew_molecule): cleanup.
8691
8692 2003-05-27  Jan Nieuwenhuizen  <janneke@gnu.org>
8693
8694         * scripts/as2text.scm: Use rdelim module.
8695         (start-system): Rename from start-line.
8696         (stop-system): Rename from stop-line.
8697         (af-gulp-file): Use string iso symbol for getenv.
8698
8699         * scm/output-ascii-script.scm: Add guile and lily modules.
8700         (font-name-alist): New variable.
8701         (draw-line): New function.
8702
8703         * scm/output-lib.scm (func, arg->string): Re-add from archive.
8704         (Were these silently removed, without ChangeLog entry?)
8705
8706 2003-05-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8707
8708         * scm/music-functions.scm (make-ottava-set): bugfixes: also
8709         process 2nd ottava correctly.
8710
8711 2003-05-27  Heikki Junes  <hjunes@cc.hut.fi>
8712
8713         * lilypond-indent.el: allow strings in LilyPond-parens-alist.
8714
8715 2003-05-26  Jan Nieuwenhuizen  <janneke@gnu.org>
8716
8717         * Documentation/user/converters.itely (Invoking midi2ly): Update.
8718
8719 2003-05-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8720
8721         * VERSION: release 1.7.20
8722         
8723         * lily/text-spanner.cc (brew_molecule): clean up function. This
8724         fixes bugs with broken 8va spanners.
8725
8726         * lily/simple-spacer.cc (solve): also compute force for raggedright.
8727         This prevents spurious line-breaks with raggedright
8728         
8729 2003-05-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8730
8731         * lily/key-performer.cc (create_audio_elements): always use major
8732         key
8733
8734         * Documentation/user/internals.itely: updates
8735
8736         * input/regression/beam-break.ly: new file.
8737
8738         * lily/beam.cc (brew_molecule): handle broken beams (i.e. print
8739         beams if starting or terminating stems have 'beaming set.)
8740
8741         * lily/beam-engraver.cc (process_music): add forbidBeamBreak
8742         property.
8743
8744         * lily/parser.yy (verbose_command_req): add comment about scales.
8745
8746 2003-05-25  Heikki Junes  <hjunes@cc.hut.fi>
8747
8748         * lilypond-indent.el: adjust regexps in bracket-matching.
8749
8750 2003-05-24  Juergen Reuter  <reuter@ipd.uka.de>
8751
8752         * Documentation/user/refman.itely: more tiny fixes
8753
8754         * Documentation/user/refman.itely: bugfix: "Chord namess" ->
8755         "Chord names"; added table with input syntax for solesmes neumes
8756         table; added some words about rationale on input syntax design
8757
8758         * lily/gregorian-ligature-engraver.cc,
8759         lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
8760         lily/include/gregorian-ligature.hh: bugfix: horizontal head
8761         alignment of Pes Initio Debilis
8762
8763         * Documentation/user/refman.itely,
8764         lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
8765         mf/parmesan-heads.mf: fixed most of the head selection/alignment
8766         bugs in the solesmes neumes table
8767
8768 2003-05-24  Heikki Junes  <hjunes@cc.hut.fi>
8769
8770         * lilypond-indent.el: Match '(' and ')' by skipping '\(' and '\)'.
8771         Similarly, match '[' and ']' by skipping '\[' and '\]'.
8772
8773         * lilypond-mode.el: fix tag-score. small improvements.
8774
8775 2003-05-23  Jan Nieuwenhuizen  <janneke@gnu.org>
8776
8777         * .cvsignore: Add aclocal.m4.
8778
8779         * lily/music-constructor.cc: Include <assert.h>.
8780
8781 2003-05-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8782
8783         * ly/engraver-init.ly (HaraKiriStaffContext): use
8784         RemoveEmptyStaffContext instead.
8785
8786         * Documentation/user/refman.itely: updates
8787
8788 2003-05-23  Juergen Reuter  <reuter@ipd.uka.de>
8789
8790         * Documentation/user/refman.itely: added solesmes neumes table;
8791         bugfix: make section "More Stanzas" a subsection of "Vocal Music";
8792         bugfix: "Ornaments" -> "Articulations"
8793
8794         * ly/gregorian-init.ly: junked "aucta" and "semivocalis"
8795
8796 2003-05-22  Heikki Junes  <hjunes@cc.hut.fi>
8797
8798         * lilypond-indent.el: Add a message about trying to match \] or \).
8799         
8800 2003-05-22  Juergen Reuter  <reuter@ipd.uka.de>
8801         
8802         * input/test/gregorian-scripts.ly, input/test/vaticana.ly: removed
8803         obsolete "arithmetic_*"
8804
8805         * input/bugs/ligatures.ly: removed (will be put into a different
8806         directory later)
8807
8808 2003-05-22  Jan Nieuwenhuizen  <janneke@gnu.org>
8809
8810         * stepmake/aclocal.m4: Add tetex-devel as package suggestion for
8811         libkpathsea (Maurizio Tomasi).
8812
8813 2003-05-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8814
8815         * input/regression/repeat-slash.ly (texidoc): new file
8816
8817         * lily/slash-repeat-engraver.cc (try_music): new file, handle
8818         slash repeats separately. Slash repeats and %
8819         repeats can now be nested.
8820
8821 2003-05-22  Heikki Junes  <hjunes@cc.hut.fi>
8822
8823         * lilypond-indent.el: Add preliminary test for closing \] and \).
8824         
8825 2003-05-21  Juergen Reuter  <reuter@ipd.uka.de>
8826
8827         * lily/gregorian-ligature-engraver.cc,
8828         lily/vaticana-ligature-engraver.cc,
8829         lily/include/gregorian-ligature.hh, ly/gregorian-init.ly,
8830         mf/parmesan-heads.mf: various semivocalis related bugfixes
8831
8832         * input/bugs/ligatures.ly: new file demonstrating problems with
8833         ligatures
8834         
8835 2003-05-21  Heikki Junes  <hjunes@cc.hut.fi>
8836
8837         * lilypond-mode.el,
8838         lilypond-font-lock.el,
8839         lilypond-indent.el: Move all paren matching to lilypond-indent.el.
8840
8841 2003-05-20  Heikki Junes  <hjunes@cc.hut.fi>
8842
8843         * lilypond-mode.el: Remove outdated code. Stress the difference 
8844         between Emacs and XEmacs definitions.
8845
8846         * lilypond-mode.el,
8847         lilypond-indent.el: Define a function interactive only when necessary.
8848
8849 2003-05-19  Heikki Junes  <hjunes@cc.hut.fi>
8850
8851         * lilypond-mode.el: Use temp-dir for Commands on Buffer/Region.
8852         Use inactive regions also in XEmacs.
8853
8854 2003-05-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8855
8856         * Documentation/user/refman.itely (Repeat syntax): more updates
8857
8858         * lily/simple-spacer.cc (solve): move solution process into
8859         solve(). This fixes a bug with collisions and raggedright = ##t.
8860  
8861         * scm/lily.scm (scm): remove output-pysk.scm, music-types.scm
8862
8863         * ly/engraver-init.ly: remove GraceContext. Update examples.
8864
8865 2003-05-18  Jan Nieuwenhuizen  <janneke@gnu.org>
8866
8867         * GNUmakefile.in (fonts): Also make fontball.
8868
8869         * Website fixes:
8870
8871         * ly/engraver-init.ly (GraceContext): Add.
8872
8873         * run:
8874
8875             convert-ly $(find . -name *.ly)
8876
8877         * ly/chord-modifiers-init.ly (ignatzekExceptionMusic): Hmm: fix
8878         new chords.
8879
8880 2003-05-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8881
8882         * VERSION: 1.7.19 released
8883         
8884         * scm/music-functions.scm (set-octavation): new function.
8885
8886         * input/regression/ottava.ly: new file
8887
8888         * lily/translator-scheme.cc (LY_DEFINE): new function
8889         ly:unset-context-property
8890         (LY_DEFINE) new function ly:context-property-where-defined: 
8891
8892 2003-05-18  Heikki Junes  <hjunes@cc.hut.fi>
8893
8894         * lilypond-font-lock.el: Add postfix syntax for horizontal groups.
8895
8896         * lilypond.words: add few.
8897
8898         * input/test/script-chart.ly: fix typo.
8899
8900 2003-05-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8901
8902         * scm/define-grobs.scm: uniform naming for definitions and output
8903         routine files. 
8904
8905         * ly/engraver-init.ly (ChoirStaffContext): add \description from
8906         scm/context-description.scm
8907
8908         * lily/parser.yy (translator_spec_body): add \description to the
8909         \translator{} body syntax.
8910
8911         * lily/ottava-engraver.cc: new file.
8912
8913         * scm/chord-name.scm (natural-chord-alteration): replace old
8914         chord stuff. 
8915
8916         * input/mutopia/R.Schumann/romanze-op28-2.ly: syntax updates.
8917
8918         * Documentation/user/refman.itely (Metronome marks): update doco.
8919
8920         * input/regression/markup-note.ly: new file
8921
8922         * input/regression/metronome-marking.ly: new file
8923
8924         * lily/metronome-engraver.cc: new file. Print \tempo markings.
8925
8926         * scm/new-markup.scm (note-markup): make a note glyph, useful for
8927         metronome marks.
8928
8929 2003-05-17  Jan Nieuwenhuizen  <janneke@gnu.org>
8930
8931         * Documentation/user/GNUmakefile: Compatibility fix for new
8932         makeinfo.  Please upgrade to texinfo CVS or pretest > 4.5.90 (rsn)
8933         for making binary packages; info splitting bug has been fixed.
8934
8935         * Documentation/user/refman.itely: Compile fixes.
8936
8937 2003-05-16  Heikki Junes  <hjunes@cc.hut.fi>
8938
8939         * lilypond-mode.el: XEmacs-fix: Use (mark) to find active-mark.
8940         Count \midi -keywords also for a region.
8941
8942 2003-05-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8943
8944         * lily/lookup.cc (LY_DEFINE): new function
8945
8946         * Documentation/user/tutorial.itely: updates
8947
8948 2003-05-15  Heikki Junes  <hjunes@cc.hut.fi>
8949
8950         * lilypond-mode.el: Allow Midi on buffer.
8951         Use only '.ly'-extension, remove '.sly' and '.fly'.
8952         Allow use of inactive regions. Invoke next Command on Master file, 
8953         Buffer or Region, if C-cc, C-cb, or C-cr, accordingly, was pressed.
8954
8955 2003-05-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8956
8957         * Documentation/user/tutorial.itely: updates.
8958
8959 2003-05-14  Heikki Junes  <hjunes@cc.hut.fi>
8960
8961         * lilypond-mode.el: Show messages in one line only, as in XEmacs.
8962
8963 2003-05-13  Juergen Reuter  <reuter@ipd.uka.de>
8964
8965         * lily/coherent-ligature-engraver.cc: fixed typo
8966
8967         * lily/coherent-ligature-engraver.cc,
8968         lily/gregorian-ligature-engraver.cc,
8969         lily/ligature-bracket-engraver.cc, lily/ligature-engraver.cc,
8970         lily/mensural-ligature-engraver.cc, lily/note-heads-engraver.cc,
8971         lily/vaticana-ligature-engraver.cc,
8972         lily/include/ligature-engraver.hh, ly/gregorian-init.ly,
8973         scm/grob-description.scm: cleanup: junked LigatureHead grob and
8974         removed all ligature specific stuff from NoteHead code
8975
8976         * lily/ligature-head.cc, lily/include/ligature-head.hh: removed;
8977         ligatures now use regular noteheads
8978
8979         * lily/vaticana-ligature.cc: tiny code cleanups
8980
8981         * lily/vaticana-ligature-engraver.cc: bugfix: insert additional
8982         space between two adjacent noteheads of the same pitch
8983
8984         * scm/grob-description.scm: bugfix: VaticanaLigature: interface
8985         description; cleanup: removed obsolete font-family settings
8986
8987 2003-05-11  Juergen Reuter  <reuter@ipd.uka.de>
8988
8989         * lily/coherent-ligature-engraver.cc,
8990         lily/gregorian-ligature-engraver.cc,
8991         lily/ligature-bracket-engraver.cc, lily/ligature-engraver.cc,
8992         lily/mensural-ligature-engraver.cc,
8993         lily/vaticana-ligature-engraver.cc,
8994         lily/include/gregorian-ligature-engraver.hh: updated for new
8995         Coherent_ligature_engraver; added comments that describe the basic
8996         design ideas of the ligature implementation
8997
8998         * lily/coherent-ligature-engraver.cc,
8999         lily/include/coherent-ligature-engraver.hh: new file: shared code
9000         between mensural ligatures and Gregorian chant notation ligatures
9001
9002 2003-05-11  Heikki Junes  <hjunes@cc.hut.fi>
9003
9004         * lilypond-mode.el: XEmacs fixes: include two definitions for the
9005         key for autocompletion XEmacs [iso-left-tab], Emacs [iso-lefttab],
9006         use only two arguments in sit-for, use no arguments in
9007         read-char-exclusive, backspace is not a character (127) in XEmacs.
9008
9009         * lilypond-font-lock.el: XEmacs: small fix to scheme-fontifying.
9010
9011 2003-05-06  Heikki Junes  <hjunes@cc.hut.fi>
9012
9013         * lilypond-mode.el: un-commenting works after syntax-table fix.
9014
9015         * lilypond-font-lock.el: fontify \[- and \]-slurs as horizontal
9016         group, verbose commenting for syntax table.
9017
9018         * lilypond-indent.el: add TODO for ligature slurs.
9019
9020 2003-05-05  Heikki Junes  <hjunes@cc.hut.fi>
9021
9022         * lilypond-mode.el: Move comments of parenthesis matching away,
9023         (blink-matching-paren-on-screen) fix blinking in Emacs.
9024
9025         * lilypond-font-lock.el: Fix parent-matching for Emacs:
9026         Emacs syntax-table knows only "13"-style, XEmacs knows also "1b3b".
9027
9028         * lilypond-indent.el: Add TODO for parenthesis matching.
9029
9030 2003-05-03  Heikki Junes  <hjunes@cc.hut.fi>
9031
9032         * lilypond-mode.el: Fix XEmacs: 
9033         changed [S-iso-lefttab] to [(shift iso-lefttab)],
9034         invoke explicitly easy-menu-add (in Emacs done automatically).
9035         
9036         * lilypond.words: Add few words from input/*/*.ly.
9037
9038 2003-05-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9039
9040         * VERSION (PATCH_LEVEL): release 1.7.18
9041
9042         * scripts/lilypond-book.py: only print basename for printfilename
9043         option
9044
9045         * input/mutopia/J.S.Bach/baerenreiter-sarabande.ly: corrections
9046         and syntax updates.
9047
9048 2003-05-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9049
9050         * mf/feta-toevallig.mf: revamp flat symbol: use less points,
9051         better parametrisation. Move fatness of bulb downward.
9052
9053         * mf/parmesan-custodes.mf (dir_down): remove underscores from
9054         glyph names. Underscores are not allowed .ps encoding files.
9055
9056 2003-04-30  Juergen Reuter  <reuter@ipd.uka.de>
9057
9058         * lily/spacing-spanner.cc, ly/paper-init.ly: introduced paper
9059         variable "packed" for packed right-ragged mode
9060
9061         * lily/spacing-spanner.cc: fixed typo: colunm -> column; removed
9062         unused variable ragged; fixed indentation
9063
9064         * Documentation/user/refman.itely: tiny cleanups in ancient
9065         clef and custos section
9066
9067 2003-04-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9068
9069         * lily/parser.yy (Simple_music): add \applyoutput, syntax
9070         \applyoutput PROCEDURE
9071
9072         * lily/my-lily-lexer.cc: add \applyoutput.
9073
9074         * scm/music-types.scm (music-descriptions): add ApplyOutputEvent.
9075
9076         * lily/text-item.cc: clean text-interface description
9077
9078 2003-04-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9079
9080         * input/{regression,test}/: use postfix for slur endings and beam
9081         begins.
9082
9083         * lily/beam-engraver.cc (acknowledge_grob): set melismata for new
9084         style beams too. 
9085
9086         * input/regression/lyrics-melisma-beam.ly: new file.
9087
9088         * lily/lyric-engraver.cc (process_music): change from
9089         process_acknowledged_grobs()
9090
9091         * scm/auto-beam.scm (override-auto-beam-setting): write Scheme
9092         functions to set and revert auto-beam settings.
9093
9094 2003-04-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9095
9096         * lily/*.cc (number_accidentals): gh_assoc -> scm_assoc.
9097
9098 2003-04-24  Juergen Reuter  <reuter@ipd.uka.de>
9099
9100         * ChangeLog, Documentation/topdocs/AUTHORS.texi,
9101         Documentation/user/lilypond.tely: fixed some typos; updated author
9102         info
9103
9104         * Documentation/user/music-glossary.tely: bugfix: #'flag-style =
9105         #"" -> #'flag-style = #'()
9106
9107         * lily/cluster-engraver.cc, lily/ligature-bracket-engraver.cc:
9108         cleanup: removed dead #includes
9109
9110         * lily/gregorian-ligature-engraver.cc,
9111         lily/include/gregorian-ligature.hh,
9112         scm/grob-property-description.scm: small cleanups, small spacing
9113         fixes
9114
9115         * lily/gregorian-ligature-engraver.cc, lily/parser.yy,
9116         lily/vaticana-ligature.cc,
9117         lily/include/gregorian-ligature-engraver.hh,
9118         scm/grob-property-description.scm, scm/music-types.scm:
9119         "porrectus" -> "pes or flexa"
9120
9121         * ly/engraver-init.ly, scm/grob-description.scm,
9122         scm/grob-property-description.scm: junked porrectus, now handled
9123         by ligature code
9124
9125         * scm/grob-description.scm: bugfix: added space-alist entry for
9126         breathing sign/custos
9127
9128 2003-04-24  Jan Nieuwenhuizen  <janneke@gnu.org>
9129
9130         * Another grand 2003 update.
9131         
9132         * Remove mentioning of `mudela'; There's no such thing.
9133
9134 2003-04-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9135
9136         * Documentation/user/preface.itely (Preface to version 1.8): update
9137
9138         * Documentation/user/invoking.itexi (Invoking LilyPond): revise
9139
9140         * Documentation/user/converters.itely (Invoking convert-ly): revise
9141
9142         * scripts/convert-ly.py (outfile_name): remove --assume-old.
9143
9144         * scripts/lilypond-book.py (schedule_lilypond_block): remove --read-lys
9145
9146 2003-04-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9147
9148         * Documentation/user/internals.itely: more updates.
9149
9150 2003-04-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9151
9152         * Documentation/user/refman.itely: revise 
9153
9154         * Documentation/user/internals.itely: revise
9155
9156         * lily/music.cc (LY_DEFINE): add function ly:music-deep-copy
9157
9158 2003-04-23  Juergen Reuter  <reuter@ipd.uka.de>
9159
9160         * Documentation/user/refman.itely: bugfix: fixed broken @ref{};
9161         beautification: reformatted ancient clefs section; cleanup: small
9162         wording fixes
9163
9164 2003-04-22  Heikki Junes <hjunes@cc.hut.fi>
9165
9166         * lilypond.words: added words for chant notation, sorted
9167         alphabetically through "sort lilypond.words"
9168
9169 2003-04-22  Juergen Reuter  <reuter@ipd.uka.de>
9170
9171         * ly/gregorian-init.ly, ly/script-init.ly, mf/parmesan-scripts.mf,
9172         scm/script.scm, input/test/gregorian-scripts.ly: added scripts for
9173         chant notation
9174
9175 2003-04-21  Juergen Reuter  <reuter@ipd.uka.de>
9176
9177         * buildscripts/mf-to-table.py: bugfix: "--" in glyph names:
9178         prevent TeX from interpreting them as long dash
9179
9180         * input/test/vaticana.ly: updated
9181
9182         * mf/parmesan-accidentals.mf, mf/parmesan-clefs.mf,
9183         mf/parmesan-custodes.mf, mf/parmesan-flags.mf,
9184         mf/parmesan-heads.mf, mf/parmesan-rests.mf,
9185         mf/parmesan-scripts.mf, mf/parmesan-timesig.mf: more set_char_box
9186         fixes
9187
9188         * mf/parmesan-heads.mf: ledger endings: removed dead code
9189
9190 2003-04-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9191
9192         * VERSION: 1.7.17 released
9193         
9194         * Documentation/user/GNUmakefile
9195         ($(outdir)/lilypond-internals/lilypond-internals.html): copy ly
9196         files too.
9197
9198         * scm/document-markup.scm: new file: document all markup
9199         functions.
9200
9201         * scm/documentation-generate.scm: rename all documentation modules
9202         to document-*.scm
9203
9204         * scripts/lilypond-book.py: generate link to .ly file iso. link to
9205         .png
9206
9207         * input/test/divisiones.ly: added
9208
9209         * input/regression/output-property.ly: new file
9210
9211         * lily/cluster.cc: change cluster-interface to use style property
9212
9213 2003-04-20  Rune Zedeler  <rune@zedeler.dk>
9214
9215         * input/test/chord-names-german.ly: modified.
9216
9217         * scm/chords-ignatzek.scm:
9218           chord-name->german-markup: Added
9219           note-name->german-markup: Changed (now producing lowercase notenames)
9220
9221         * lily/chord-name-engraver.cc: Reads property chordNoteNamer
9222         
9223 2003-04-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9224
9225         * scripts/convert-ly.py (FatalConversionError.conv):
9226         divisiominima -> divisioMinima, etc.
9227
9228         * ly/engraver-init.ly (FiguredBassContext): add
9229         Separating_line_group_engraver to Figured bass context.
9230
9231         * ly/german-chords-init.ly: remove file
9232
9233         * input/test/chord-names-german.ly (scm): new file.
9234
9235         * ly/engraver-init.ly (ScoreContext): add chordRootNamer property.
9236
9237         * lily/chord-name-engraver.cc: move New_chord_name_engraver to
9238         Chord_name_engraver
9239
9240         * Documentation/user/refman.itely: lots of updates.
9241
9242         * input/regression/chord-name-exceptions.ly (chExceptionMusic):
9243         new file
9244
9245         * input/test/bar-number-every-5-reset.ly: new file.
9246
9247 2003-04-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9248
9249         * input/regression/chord-name-major7.ly: new file
9250
9251         * scm/chord-entry.scm (construct-chord): bugfix: don't remove 11
9252         if specced explicitly.
9253
9254         * input/regression/chord-name-entry-11.ly: new file.
9255
9256         * input/test/slur-beautiful.ly: new file.
9257
9258         * Documentation/user/refman.itely: updates.
9259
9260         * input/regression/collisions.ly (threevoice): cleanup.
9261
9262         * scripts/convert-ly.py:  linewidth = -1  -> raggedright = ##t.
9263
9264 2003-04-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9265
9266         * Documentation/user/*.itely: various updates.
9267
9268         * ly/spanners-init.ly: enddecr/ endcr.
9269
9270         * Documentation/user/tutorial.itely (Fine tuning a piece): editing
9271         of tutorial
9272
9273 2003-04-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9274
9275         * scripts/ly2dvi.py (extra_init): add compat2 to latex options.
9276
9277         * lily/new-chord-name-engraver.cc (process_music): use octavation
9278         (a number) instead of original-pitch to store inversions. This
9279         fixes a problem with transposed chords with inversions.  
9280
9281 2003-04-14  Jan Nieuwenhuizen  <janneke@gnu.org>
9282
9283         * stepmake/aclocal.m4: Include compile fix for broken flex, as
9284         used in includable-lexer.hh.
9285
9286         * lily/includable-lexer.cc: Bugfix: include config.h.
9287
9288         * stepmake/aclocal.m4: Check for $GUILE_CONFIG; allows
9289         circumvention of Debian packaging bug.
9290
9291 2003-04-13  Jan Nieuwenhuizen  <janneke@gnu.org>
9292
9293         * flex-2.5.31 hits Debian/unstable.  Fixes below.
9294         
9295         * lily/lexer.ll (avoid_silly_flex_induced_gcc_warnings): Disable.
9296
9297         * lily/includable-lexer.cc [!HAVE_FLEXLEXER_YY_CURRENT_BUFFER]
9298         (yy_current_buffer): New macro, compile hacks for flex 2.5.29.
9299
9300         * lily/include/includable-lexer.hh: 
9301         * lily/lexer.ll: Hack for multiple include of FlexLexer.h.
9302
9303         * config.hh.in (HAVE_FLEXLEXER_YY_CURRENT_BUFFER): Add.
9304
9305         * aclocal.m4: Regenerate.
9306
9307         * stepmake/aclocal.m4 (STEPMAKE_FLEXLEXER): Check for
9308         yyFlexLexer.yy_current_buffer, which was removed in flex-2.5.29.
9309
9310         * scm/pdf.scm (use-modules): Include lily.
9311
9312         * scm/pdftex.scm (start-system): Bugfix: add closing brace (Beernd
9313         Noordkamp).
9314         (use-modules): Include lily.
9315         (lily-def): Bugfix: include tex-val in let.
9316
9317 2003-04-12  Heikki Junes <hjunes@cc.hut.fi>
9318
9319         * lilypond-mode.el: sensible error if lilypond.words not found.
9320
9321         * lilypond.words: add few words.
9322
9323 2003-04-11  Juergen Reuter  <reuter@ipd.uka.de>
9324
9325         * mf/parmesan-clefs.mf: bugfix: char boxes corrected
9326
9327         * mf/parmesan-scripts.mf: fixed typo in char name
9328
9329 2003-04-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9330
9331         * VERSION: 1.7.16 released
9332
9333         * python/lilylib.py (setup_temp): temporary directories are mode 700.
9334         (this is a security vulnerability).
9335
9336         * Documentation/user/lilypond.tely: remove abbreviations (n't, 's)
9337
9338         * lily/multi-measure-rest-engraver.cc (stop_translation_timestep):
9339         add staff support.
9340
9341 2003-04-10  Juergen Reuter  <reuter@ipd.uka.de>
9342
9343         * mf/parmesan-scripts.mf, Documentation/user/refman.itely,
9344         ly/script-init.ly, scm/script.scm: bugfix: renamed
9345         fermata->signumcongruentiae to fix naming clash with feta font
9346
9347 2003-04-10  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9348
9349         * input/regression/multi-measure-rest-grace.ly (texidoc): new file
9350
9351         * lily/multi-measure-rest-engraver.cc
9352         (start_translation_timestep): use grace timing too for determining
9353         when to make mmrest.
9354         (start_translation_timestep): clear numbers too.
9355
9356 2003-04-09  Juergen Reuter  <reuter@ipd.uka.de>
9357
9358         * scm/music-types.scm: compile fix: escape braces
9359
9360         * buildscripts/mf-to-table.py: replaced \char -> \musicglyph to
9361         work around font selection problem
9362
9363         * Documentation/user/refman.itely: BreathingSign: added docu for
9364         property "text"
9365
9366 2003-04-09  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
9367
9368         * Documentation/topdocs/AUTHORS.texi (AUTHORS): Updated contact
9369         information.
9370
9371 2003-04-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9372
9373         * lily/multi-measure-rest-engraver.cc (class
9374         Multi_measure_rest_engraver): make multiple Number objects, one
9375         for each MultiMeasureTextEvent.
9376
9377         * scm/music-functions.scm (glue-mm-rest-texts): use
9378         MultiMeasureTextEvent
9379
9380         * scm/music-types.scm (music-descriptions): add MultiMeasureTextEvent
9381
9382         * Documentation/user/refman.itely (Multi measure rests): update.
9383
9384 2003-04-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9385
9386         * lily/ly-module.cc (ly_copy_module_variables): use
9387         scm_internal_hash_fold() for iterating modules.
9388
9389 2003-04-08  Juergen Reuter  <reuter@ipd.uka.de>
9390
9391         * Documentation/user/refman.itely: Section Custodes: added more
9392         example code
9393
9394         * mf/feta-eindelijk.mf, mf/parmesan-rests.mf: cleanup: moved
9395         neo-mensural rests to parmesan font
9396
9397         * mf/parmesan-heads.mf, mf/parmesan-timesig.mf: updated file
9398         header
9399
9400 2003-04-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9401
9402         * Documentation/user/macros.itexi: @fileref macro.
9403
9404         * buildscripts/lys-to-tely.py (name2line): add <NAME> tags for
9405         each file. 
9406
9407 2003-04-04  Juergen Reuter  <reuter@ipd.uka.de>
9408
9409         * lily/include/custos.hh, make/lilypond.suse.spec.in,
9410         Documentation/topdocs/AUTHORS.texi: updated my email address
9411
9412         * Documentation/user/refman.itely: updated custos documentation;
9413         beautified divisiones example; beautified articulations table
9414
9415         * lily/breathing-sign.cc: bugfix: finalis molecule
9416
9417 2003-04-03  Juergen Reuter  <reuter@ipd.uka.de>
9418
9419         * Documentation/user/refman.itely: added docu for
9420         contemporary fermata symbols, gregorian breathing signs; small fixes
9421
9422         * ly/gregorian-init.ly: removed obsolete #'type props
9423
9424 2003-04-01  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
9425
9426         * lily/multi-measure-rest.cc (set_spacing_rods): Handle the
9427         minimum-length property correctly.
9428
9429 2003-03-31  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9430
9431         * scm/music-functions.scm (make-multi-measure-rest): set input
9432         locations for multimeasure rests.
9433
9434 2003-03-31  Juergen Reuter  <reuter@ipd.uka.de>
9435
9436         * input/regression/breathing-sign.ly: updated to for ancient
9437         notation
9438
9439 2003-03-31  Jan Nieuwenhuizen  <janneke@gnu.org>
9440
9441         * scripts/ly2dvi.py: Add newline.
9442
9443 2003-03-30  Jan Nieuwenhuizen  <janneke@gnu.org>
9444
9445         * scripts/ly2dvi.py (dependency_files): Compile fix.
9446
9447 2003-03-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9448
9449         * scripts/ly2dvi.py (find_pfa_fonts): add --png option
9450         (make_html_menu_file): --html menu. 
9451
9452 2003-03-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9453
9454         * scripts/ly2dvi.py (run_dvips): +add the .map file 
9455
9456 2003-03-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9457
9458         * input/screech-boink.ly: new file.
9459
9460 2003-03-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9461
9462         * scripts/lilypond-book.py (make_lilypond_file): convert
9463         lilypond-file to lilypond block directly, without going through
9464         begin/end lilypond text.
9465         
9466
9467 2003-03-21  Juergen Reuter  <reuter@ipd.uka.de>
9468
9469         * lily/breathing-sign.cc, lily/include/breathing-sign.hh,
9470         scm/grob-description.scm: moved Michael's original breathing sign
9471         code in brew_molecule() to divisio_minima(); provided new
9472         brew_molecule() that effectively replaces the
9473         Text_item::brew_molecule callback (with additional fallback to
9474         Michael's original code); added callbacks for brewing divisio
9475         maior/maxima and finalis
9476
9477         * gregorian-init.ly: added breathing sign shortcuts for virgula,
9478         caesura, divisiominima, divisiomaior, divisiomaxima, and finalis
9479
9480         * script-init.ly: added shortfermata, longfermata,
9481         verylongfermata, varcoda
9482
9483         * scm/script.scm, mf/feta-schrift.mf: added shortfermata,
9484         longfermata, verylongfermata, varcomma, varcoda
9485
9486 2003-03-19  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
9487
9488         * Documentation/user/{tutorial.itely,refman.itely,internals.itely}: 
9489           Remove all noquote and insert a few quote.
9490         
9491         * Documentation/user/lilypond-book.itely (Music fragment options),
9492           scripts/lilypond-book.py: Don't include quotation blocks by
9493           default. Introduce option quote instead of noquote
9494
9495 2003-03-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9496
9497         * VERSION: 1.7.15 released
9498         
9499         * Documentation/user/lilypond.tely: omf updates.
9500
9501         * buildscripts/texi2omf.py (omf_vars): include version.date
9502
9503         * make/lilypond.redhat.spec.in: fixes for spec file. 
9504
9505         * stepmake/stepmake/texinfo-vars.make (GENERATE_OMF):  replace var
9506         by function definition: lily now requires a recent GNU Make.
9507
9508         * scripts/lilypond-book.py (write_deps): remove .tex dependency
9509         writing.
9510
9511         * make/ly-rules.make: remove .ly -> .tex rule
9512
9513         * Documentation/user/refman.itely (Figured bass): revised figured
9514         bass example.
9515
9516 2003-03-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9517
9518         * stepmake/stepmake/omf-targets.make (local-install): add
9519         scrollkeeper-update message.
9520
9521         * scripts/lilypond-book.py (lilypond_binary): explicity add path
9522         to binary.
9523         (TexiPaper.process_ly2dvi_block): idem for ly2dvi
9524
9525         * scripts/ly2dvi.py (lilypond_binary): explicity add path to binary.
9526
9527         * Documentation/user/converters.itely (Invoking midi2ly): add
9528         track/channel notice.
9529
9530 2003-03-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9531
9532         * stepmake/stepmake/omf-targets.make (omf-local-install): bugfixes
9533
9534         * lily/parser.yy (scalar): DIGIT is also a scalar.
9535
9536         * Documentation/user/music-glossary.tely: add @omf tags
9537
9538         * Documentation/user/lilypond.tely: add @omf tags
9539
9540         * scm/generate-documentation.scm (string-append): add @omf tags.
9541
9542         * stepmake/stepmake/omf-*: new files 
9543
9544         * input/regression/multi-measure-rest.ly (texidoc): add doco
9545
9546         * GNUmakefile.in (web-doc-install): add web-doc-install target
9547
9548         * lily/scm-hash.cc (remove): prevent underflow of elt_count_. This
9549         fixes crashes while dumping MIDI.
9550
9551         * ly/performer-init.ly (FiguredBassContext): add Figured bass for
9552         midi
9553
9554 2003-03-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9555
9556         * buildscripts/texi2omf.py: new file.
9557
9558         * mf/feta-beugel.mf: include font count, not staffsize (16) in
9559         font-name
9560
9561 2003-03-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9562
9563         * input/regression/beam-manual-beaming.ly (texidoc): new file.
9564
9565         * lily/sequential-iterator.cc (descend_to_child): call
9566         descend_to_child() for all types of music.
9567
9568 2003-03-08  Jan Nieuwenhuizen  <janneke@gnu.org>
9569
9570         * scm/translator-property-description.scm: Add
9571         bassFigureFormatFunction.  Replace some entries.
9572
9573 2003-03-04  Jan Nieuwenhuizen  <janneke@gnu.org>
9574
9575         * cygwin/post-lilypond.sh: Add FHS-specified path for fonts to
9576         clean out.
9577
9578 2003-03-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9579
9580         * scripts/midi2ly.py (Note.dump): never dump duration for
9581         dump_dur=0.
9582
9583         * scm/chords-ignatzek.scm (alteration->text-accidental-markup):
9584         new function
9585
9586         * scm/bass-figure.scm (make-bass-figure-markup): reimplement bass
9587         figures using new markups. Much simpler, and should improve layout
9588         a little.
9589
9590         * mf/feta-nummer-code.mf (code): insert space in location 32, not 33.
9591
9592 2003-03-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9593
9594         * ly/engraver-init.ly: use Hara kiri by default for 
9595         ChordNames, FiguredBass and Lyrics(Voice) context. 
9596
9597         * lily/axis-group-engraver.cc (acknowledge_grob): use
9598         rhythmic-grob-interface for selecting items not to hara-kiri'd 
9599
9600         * scm/new-markup.scm (markup-function-list): add bracket,
9601         vbracket.
9602
9603         * ly/engraver-init.ly (ChordNamesContext): set
9604         minimumVerticalExtent
9605
9606 2003-03-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9607
9608         * input/test/time-signature-double.ly: new file 
9609
9610         * input/regression/collision-head-chords.ly (texidoc): new file.
9611
9612         * lily/type-swallow-translator.cc: add note swallow translator 
9613
9614         * input/test/time-signature-double.ly: new file.
9615
9616         * lily/type-swallow-translator.cc: add Rest_swallow_translator
9617
9618         * ly/engraver-init.ly (ChordNamesContext): add Rest_swallow_translator
9619         (FiguredBassContext): idem.
9620
9621         * VERSION (MY_PATCH_LEVEL): 1.7.14 released
9622
9623         * input/mutopia/W.A.Mozart/*.ly (romanze): markup syntax updates. 
9624
9625         * buildscripts/mf-to-table.py: add .pfa, .pfb target dependency.
9626
9627         * stepmake/stepmake/metafont-rules.make ($(outdir)/%.pfb): remove
9628         .afm dependency
9629
9630         * buildscripts/mf-to-table.py (write_fontlist): use new markup syntax
9631
9632         * python/lilylib.py (make_page_images): add function.
9633
9634         * scripts/ly2dvi.py (run_latex): include title in preview image.
9635
9636         * scripts/lilypond-book.py (process_ly2dvi_blocks): call ly2dvi
9637         from lilypond-book for <ly2dvifile> tags in HTML.
9638
9639         * scripts/ly2dvi.py (option_definitions): add --debug option to
9640         print out environment.
9641
9642         * input/regression/tie-chord-partial.ly: new file.
9643
9644 2003-03-05  Heikki Junes <hjunes@cc.hut.fi>
9645
9646         * lilypond.words: add 3
9647
9648 2003-03-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9649
9650         * scm/new-markup.scm (markup-function-list): add finger-markup
9651
9652         * input/tutorial/brahms-tweaked.ly: new markup 
9653
9654         * scm/bass-figure.scm (brew-one-figure): bugfix for large bass figures 
9655
9656         * scm/new-markup.scm (brew-new-markup-molecule): robustness: don't
9657         crash when processing '() markup
9658
9659         * input/regression/breathing-sign.ly (texidoc): add caesura example.
9660
9661         * lily/breathing-sign.cc (railtracks): another caesura.
9662
9663         * mf/feta-schrift.mf: caesura symbol. 
9664
9665 2003-03-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9666
9667         * scripts/convert-ly.py (FatalConversionError.conv): add
9668         ly:molecule-XXX conversions.
9669
9670         * lily/molecule-scheme.cc: change names to ly:molecule-XXX
9671
9672         * input/regression/multi-measure-rest-text.ly: new file.
9673
9674         * scm/music-functions.scm (glue-mm-rest-texts): automatically
9675         convert MMREST-TEXT to MultiMeasureRestNumber settings.
9676
9677         * ly/engraver-init.ly (ScoreContext): move tablature settings to
9678         ScoreContext
9679
9680         * scm/new-markup.scm (center-markup): \center markup.
9681
9682         * scm/music-functions.scm: remove pitchify scripts.
9683
9684         * lily/music.cc (print_smob): display music name if available 
9685
9686 2003-03-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9687
9688         * Documentation/user/refman.itely (Instrument names): remove
9689         \turnOff doco.
9690
9691 2003-03-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9692
9693         * lily/score.cc (mark_smob): bugfix.
9694
9695         * input/regression/rehearsal-mark.ly: new file.
9696
9697         * lily/my-lily-parser.cc (here_input): revert reporting of errors:
9698         report error at the current token again.
9699
9700 2003-02-26  Jan Nieuwenhuizen  <janneke@gnu.org>
9701
9702         * cygwin/mknetrel: Exit if doc build fails.
9703
9704         * lily/GNUmakefile: Add hack for .deps and --srcdir build.
9705
9706 2003-02-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9707
9708         * scm/music-types.scm (music-descriptions): add doc strings
9709
9710 2003-02-25  Jan Nieuwenhuizen  <janneke@gnu.org>
9711
9712         * lily/lexer.ll: 
9713         * lily/include/my-lily-lexer.hh: 
9714         * lily/include/includable-lexer.hh: Add flex kludge.
9715
9716         * config.hh.in: 
9717         * config.make.in: 
9718         * stepmake/aclocal.m4 (STEPMAKE_DATADIR, STEPMAKE_LIBDIR): Junk
9719         cruft.
9720         
9721         * stepmake/aclocal.m4 (STEPMAKE_LIBDIR): Fix casual cut and paste
9722         code.
9723
9724 2003-02-24  Jan Nieuwenhuizen  <janneke@gnu.org>
9725
9726         * ly/spanners-init.ly (cresc, dim): Update to new markup text.
9727
9728         * lily/parser.yy (new_chord): Compile fix.
9729
9730 2003-02-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9731
9732         * Documentation/user/refman.itely (Tuning groups of objects):
9733         remove documentation for \turnOff. 
9734
9735         * lily/percent-repeat-engraver.cc (try_music): add correct
9736         processing moments for double-measure percents as well.
9737
9738         * input/regression/percent-repeat-skipbars.ly (texidoc): new file
9739
9740         * lily/lily-guile.cc (ly:dimension?): add dimension as separate
9741         grob prop type. 
9742
9743         * Documentation/user/refman.itely (Printing named chords): add
9744         chord name tweak doco.
9745
9746         * input/template/gregorian-transcription.ly: new file.
9747
9748 2003-02-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9749
9750         * VERSION: 1.7.13 released
9751         
9752         * input/test/*: lots of cleanups/comment-outs/removals in chord
9753         examples
9754         
9755         * input/regression/*: lots of cleanups/comment-outs/removals in
9756         chord examples
9757         
9758         * scripts/lilypond-book.py (check_texidoc): add no-texidoc to
9759         options
9760
9761         * lily/new-chord-name-engraver.cc (process_music): give original
9762         inversion pitch to chord name routine.
9763
9764         * input/tutorial/os-score.ly: update to new markup
9765
9766         * Documentation/user/appendices.itely: simply include
9767         chords-ignatzek. 
9768
9769         * Documentation/user/refman.itely (Chords mode): add documentation
9770         for chord mode.
9771
9772         * scm/chord-entry.scm (construct-chord): mark inversion as bass if
9773         not present in chord.
9774         (construct-chord): add inversion and bass support.
9775
9776         * lily/chord.cc: junk contents.
9777
9778 2003-02-17  Heikki Junes <hjunes@cc.hut.fi>
9779
9780         * Documentation/user/refman.itely:
9781         * Documentation/user/music-glossary.tely: fix. 
9782
9783 2003-02-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9784
9785         * scm/chord-entry.scm (construct-chord): move chord construction
9786         to Scheme.
9787
9788         * lily/parser.yy (new_chord): new setup for chord entry.
9789
9790 2003-02-16  Heikki Junes <hjunes@cc.hut.fi>
9791
9792         * lilypond.words:
9793         * Documentation/user/music-glossary.tely: add ambitus.
9794
9795 2003-02-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9796
9797         * scm/chords-ignatzek.scm (ignatzek-chord-names): robustness fix.
9798
9799         * lily/include/*.hh: string() -> to_string()
9800
9801         * scm/chords-ignatzek.scm: new file.
9802
9803         * ly/chord-modifiers-init.ly (ignatzekExceptionMusic): define
9804         standard chord name exceptions.
9805
9806         * scm/translator-property-description.scm (chordNameSeparator):
9807         add property.
9808         (majorSevenSymbol): add property
9809
9810         * lily/translator-scheme.cc (ly:context-properties): new function
9811         (ly:context-parent): new function.
9812         (print_smob): print context name.
9813
9814         * lily/music.cc (ly:get-music-length): new function
9815         (print_smob): don't print properties.
9816
9817         * lily/duration.cc (duration<?): new function
9818
9819         * input/regression/chords-funky-ignatzek.ly: new file.
9820
9821         * scm/double-plus-new-chord-name.scm (ignatzek-chord-names):
9822         jazz chords.
9823
9824         * lily/pitch.cc (ly:pitch-diff): new function.
9825
9826         * input/regression/chords-ignatzek.ly: new file.
9827
9828 2003-02-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9829
9830         * scm/double-plus-new-chord-name.scm (ignatzek-chord-names): classify
9831         pitches for jazz chords.
9832
9833 2003-02-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9834
9835         * lily/pitch.cc (LY_DEFINE): add ly:pitch-steps
9836
9837 2003-02-05  Heikki Junes  <hjunes@cc.hut.fi>
9838
9839         * lilypond.words: add 1
9840
9841 2003-02-04  Heikki Junes  <hjunes@cc.hut.fi>
9842
9843         * Documentation/topdocs/AUTHORS.texi: refine.
9844
9845 2003-01-25  Heikki Junes  <hjunes@cc.hut.fi>
9846
9847         * lilypond-font-lock.el: lyrics-mode update for multiple stanza.
9848         
9849         * lilypond.words: add one.
9850
9851 2003-01-23  Heikki Junes  <hjunes@cc.hut.fi>
9852
9853         * lilypond-font-lock.el: Fontify post-notated slurs [-^_][()].
9854         Fontify bass note in chords, e.g., e in c1/e.
9855         
9856 2003-01-19  Jan Nieuwenhuizen  <janneke@gnu.org>
9857
9858         * Documentation/user/music-glossary.tely: Dutch updates and
9859         additions (Arent Storm).
9860
9861 2003-01-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9862
9863         * input/regression/ambitus.ly:  move file.      
9864
9865         * lily/include/pitch.hh (class Pitch): make Pitch objects immutable.
9866
9867         * lily/event.cc (transpose): add tonic property to Key_change_req
9868         and to Key_engraver.
9869
9870 2003-01-17  Heikki Junes  <hjunes@cc.hut.fi>
9871
9872         * Documentation/user/refman.itely: fix typo.
9873
9874         * lilypond.words: removed wrong identifiers.
9875
9876 2003-01-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9877
9878         * mf/feta-toevallig.mf: make flat stem shorter 
9879
9880 2003-01-16  Heikki Junes  <hjunes@cc.hut.fi>
9881
9882         * lilypond-font-lock.el: Fontify post-notated slurs -( and -).
9883
9884         * lilypond.words: add from Phrasing slur.
9885         
9886 2003-01-15  Heikki Junes  <hjunes@cc.hut.fi>
9887
9888         * lilypond-mode.el: allow launching multiple ViewPS processes.
9889         
9890         * lilypond.words: add from Text markup.
9891
9892 2003-01-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9893
9894         * input/test/ossia.ly (texidoc): add comment.
9895
9896         * input/regression/voice-follower.ly: new file.
9897
9898         * mf/feta-toevallig.mf: make flat heavier.
9899
9900         * lily/cluster-engraver.cc: clean up Cluster engraver
9901
9902         * lily/cluster.cc (brew_molecule): cleaned up Cluster code and
9903         Engraver. Use Note_column to compute Y positions and deal with
9904         line break stuff.
9905
9906 2003-01-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9907
9908         * lily/stem.cc: move french-beaming to stem.
9909
9910 2003-01-13  Heikki Junes  <hjunes@cc.hut.fi>
9911
9912         * lilypond-font-lock.el: fontify all durations in chords.
9913
9914         * lilypond.words: add from lily/my-lily-lexer.cc
9915
9916 2003-01-12  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9917
9918         * VERSION: release 1.7.12
9919
9920         * lily/vaticana-ligature-engraver.cc (finish_primitive): compile fixes.
9921
9922         * lily/gregorian-ligature.cc: new file
9923
9924         * lily/*: the Great 2003 search & replace.
9925
9926         * Documentation/user/refman.itely (Manual repeat commands): add
9927         note about font selection.
9928
9929 2003-01-12  Heikki Junes  <hjunes@cc.hut.fi>
9930
9931         * lilypond-mode.el: propose recompiling midi while invoking playing,
9932         not while stopping playing.
9933
9934 2003-01-11  Heikki Junes  <hjunes@cc.hut.fi>
9935
9936         * lilypond.words: add one.
9937
9938         * lilypond-font-lock.el: add colour groups for horizontal, vertical 
9939         and expressional note grouping. Fontify chord modes.
9940
9941 2003-01-09  Heikki Junes  <hjunes@cc.hut.fi>
9942
9943         * Documentation/user/music-glossary.tely (Top): translate melisma.
9944
9945 2003-01-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9946
9947         * Documentation/user/music-glossary.tely (Top): add melisma.
9948
9949 2002-01-08  Juergen Reuter  <reuter@ipd.uka.de>
9950
9951         * lily/gregorian-ligature-engraver.cc: bugfix: added missing
9952         interfaces for (abstract) grob GregorianLigature
9953
9954         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc:
9955         renamed head* -> glyph_name*, x-shift* -> x-offset*
9956
9957         * scm/grob-property-description.scm: bugfix: added missing descriptions
9958
9959 2003-01-07  Jan Nieuwenhuizen  <janneke@gnu.org>
9960
9961         * input/test/chord-names-dpnj.ly: New file.
9962
9963         * scm/double-plus-new-chord-name.scm: Implement full and partial
9964         exceptions.
9965
9966         * lily/lexer.ll: <markup>: Allow dash and hyphen in markup command.
9967
9968         * scm/double-plus-new-chord-name.scm
9969         (double-plus-new-chord->markup): Fix sub->markup.
9970
9971
9972 2003-01-07  Juergen Reuter  <reuter@ipd.uka.de>
9973
9974         * lily/custos-engraver.cc: added TODO; editorial changes
9975
9976         * lily/ligature-bracket-engraver.cc: added typeset_ligature () for
9977         consistency with other ligature engravers; removed access on (now)
9978         private variable _ligature of Ligature_engraver
9979
9980         * lily/include/ligature-engraver.hh, lily/ligature-engraver.cc:
9981         renamed last_bound -> last_bound_; issue programming_error on
9982         abstract method calls; moved primitives code from
9983         Mensural_bracket_engraver to here (because almost ligature
9984         engravers will need it); renamed try_stop_ligature () ->
9985         typeset_ligature (); bugfix: store primitives of finished ligature
9986         in separate variable finished_primitives_ to avoid clash on input
9987         like "\] \["; added current_ligature () to enable access on
9988         private variable _ligature
9989
9990         * lily/mensural-ligature-engraver.cc: removed primitives_ code
9991         (now in super class); renamed try_stop_ligature () ->
9992         typeset_ligature ()
9993
9994         * lily/mensural-ligature.cc: issue programming_error on abstract
9995         method calls
9996
9997         * lily/note-heads-engraver.cc: added TODO comment upon bool
9998         in_ligature
9999
10000         * mf/parmesan-heads.mf: fixed some of set_char_box()
10001
10002         * scm/grob-description.scm: added VaticanaLigature
10003
10004         * scm/grob-property-description.scm: added neume prefix properties
10005
10006         * ly/gregorian-init.ly, lily/gregorian-ligature-engraver.cc,
10007         lily/include/gregorian-ligature-engraver.hh,
10008         lily/include/gregorian-ligature.hh: new files; framework for
10009         gregorian ligature engravers such as vaticana
10010
10011         * lily/vaticana-ligature.cc, lily/vaticana-ligature-engraver.cc,
10012         lily/include/vaticana-ligature.hh, input/test/vaticana.ly:
10013         vaticana style ligature implementation (still somewhat uncomplete)
10014
10015 2003-01-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10016
10017         * VERSION: release 1.7.11
10018
10019         * scripts/convert-ly.py: add ly:pitch-transpose rule
10020
10021 2003-01-06  Jan Nieuwenhuizen  <janneke@gnu.org>
10022
10023         * input/test/dpncnt.ly: New file.
10024
10025         * lily/my-lily-lexer.cc: Add chordnames keyword.
10026
10027         * lily/parser.yy (chordnames_block): Parse chord name exception
10028         lists, see input/test/dpncnt.ly.
10029
10030         * scm/chord-name.scm (set-double-plus-new-chord-name-style): New
10031         function.
10032
10033         * scm/lily.scm (filter-out-list): Bugfix: filter rest using
10034         filter-out too.
10035
10036         * lily/pitch.cc (ly_pitch_transpose): Scheme name now
10037         ly:pitch-transpose (was ly:transpose-pitch), in conformance with
10038         pitch functions (except for ly:make-pitch, but that's apparently
10039         some sort of scheme naming standard?).
10040
10041         * scm/lily.scm (!=): define-public.
10042
10043         * scm/new-markup.scm (make-markup-maker): define-public make-markups.
10044
10045 2003-01-05  Jan Nieuwenhuizen  <janneke@gnu.org>
10046
10047         * scm/double-plus-new-chord-name.scm
10048         (double-plus-new-chord-name->markup): New file.
10049
10050 2003-01-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10051
10052         * python/lilylib.py (make_preview): don't suppress progress for
10053         bbox extraction.
10054
10055 2003-01-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10056
10057         * Documentation/user/appendices.itely (scheme): update for new syntax.
10058
10059         * input/regression/chord-name-styles.ly: new file
10060
10061         * lily/instrument-name-engraver.cc: create instrument names
10062         without barline too.  Allows instrument name on ChordNames  
10063
10064         * scm/new-markup.scm (interpret-markup): allow simple strings as
10065         markup too.
10066
10067 2003-01-04  Jan Nieuwenhuizen  <janneke@gnu.org>
10068
10069         * scm/chord-name.scm: Super/raise changes and fixes for Banter.
10070         (step->markup-accidental): Fix: add accidental.
10071         (chord::inner-name-american): 
10072         (chord::inner-name-jazz): Ugly fix from inner-name-banter: do not
10073         append stray '/' if last superscript addition was 'o'.
10074
10075         * scm/new-markup.scm (normal-size-sub-markup) 
10076         (normal-size-super-markup): New function.
10077
10078         * lily/source-file.cc (Source_file): Add warning for possibly
10079         intentional but suspicious initialization.
10080
10081         * scm/chord-name.scm: Small rewrites, layout fixes.  Identify and
10082         add comments about cut-and-paste programming.
10083
10084         * flower/rational.cc (lcm): Not used; comment out.
10085
10086 2003-01-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10087
10088         * lily/new-fingering-engraver.cc (position_scripts): use
10089         fingerHorizontalDirection to determine fingering horizontal
10090         directions.
10091  
10092         * lily/accidental-engraver.cc (acknowledge_grob): add accidental to
10093         fingering support.
10094
10095         * scripts/convert-ly.py (FatalConversionError.conv): add style
10096         conversion rule. 
10097
10098         * scm/chord-name.scm (set-chord-name-style): new function.
10099         (new-chord-name-brew-molecule): revise to interpret markup only
10100         (new-chord->markup): cleanuppish rewrite. To be called from the
10101         new engraver.
10102
10103         * lily/new-chord-name-engraver.cc: new engraver: call Chord ->
10104         Markup earlier, during interpreting.
10105
10106         * input/test/{banter,jazz,american}-chords.ly (scheme): update
10107         style settings. Rename to chord-names-*.ly
10108
10109 2003-01-03  Jan Nieuwenhuizen  <janneke@gnu.org>
10110
10111         * scm/chord-name.scm: Painful merge of Amy's patch to old-style
10112         markup code and update to new markup.  Most probably broke some of
10113         it.
10114         
10115 2002-12-30  Juergen Reuter  <reuter@ipd.uka.de>
10116
10117         * Documentation/user/refman.itely: added docu for ambitus and
10118         clusters
10119
10120         * lily/lookup.cc, scm/tex.scm: cleanup: avoid nasty double
10121         ly_quote_scm() in lookup.cc
10122
10123         * mf/parmesan-clefs.mf: set_char_box fix
10124
10125         * lily/cluster-engraver.cc: junk implicit protection; use
10126         Protected_scm instead
10127
10128 2002-12-29  Jan Nieuwenhuizen  <janneke@gnu.org>
10129
10130         * scm/chord-name.scm: Junk "`(," constructs, use make-FOO-markup
10131         throughout.
10132
10133         * scm/new-markup.scm: Turn-off error-triggering test code.
10134
10135 2002-12-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10136
10137         * scm/new-markup.scm (markup-thrower-typecheck) 
10138         (markup-typecheck?):  add full typechecking functions.
10139         (make-markup-maker): add make-FOO-markup functions.
10140         (markup-argument-list-error): nice error checking messages.
10141         (make-markup): better function: less quoting escapades.
10142
10143 2002-12-29  Jan Nieuwenhuizen  <janneke@gnu.org>
10144
10145         * scm/chord-name.scm: Remove fixme's.  Jazz chords still broken.
10146
10147 2002-12-28  Jan Nieuwenhuizen  <janneke@gnu.org>
10148
10149         * cygwin/lilypond.hint (requires): Add cygwin.
10150
10151         * .cvsignore: Remove stepmake (huh!?!), add lib.
10152
10153         * GNUmakefile.in: Add libdir links for builddir runs.
10154
10155         * scripts/midi2ly.py: Add [lilypond_]libdir/python to path,
10156         instead of datadir.
10157
10158         * make/substitute.make (ATVARIABLES): Add lilypond_libdir,
10159         local_lilypond_libdir.
10160
10161         * config.make.in (lilypond_libdir): Add.
10162
10163         * stepmake/stepmake/substitute-rules.make: 
10164         * stepmake/stepmake/script-rules.make: 
10165         * stepmake/stepmake/python-module-rules.make:
10166         * stepmake/aclocal.m4 (STEPMAKE_LIBDIR): Fixes from
10167         lilypond-python-module patch.
10168
10169 2002-12-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10170
10171         * Documentation/user/refman.itely (Graphical interfaces): add note
10172         about xml2ly.
10173
10174 2002-12-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10175
10176         * scripts/ly2dvi.py (run_dvips): remove trailing newline
10177
10178 2002-12-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10179
10180         * VERSION: released 1.7.10
10181
10182         * scripts/musedata2ly.py (): idem
10183
10184         * scripts/midi2ly.py (dump_chord): idem
10185
10186         * scripts/etf2ly.py (version): idem 
10187
10188         * scripts/pmx2ly.py (Slur.calculate): new chord syntax
10189
10190         * scripts/mup2ly.py (pre_processor_commands): new chord syntax
10191
10192         * scm/tex.scm (tex-output-expression): remove eval compat
10193         glut. Other output files too.
10194
10195         * scm/chord-name.scm: don't export anything from chord module.
10196
10197         * input/test/american-chords.ly: idem
10198
10199         * input/test/banter-chords.ly (texidoc): idem
10200
10201         * input/test/Cc-chords.ly: add breakage notes.
10202
10203         * Documentation/user/refman.itely (Text markup): rewrite manual
10204         section.
10205
10206         * lily/parser.yy (scalar): allow \markup { } as property value. 
10207
10208         * scm/chord-name.scm: complete new markup usage
10209
10210         * scm/grob-description.scm (all-grob-descriptions): use new markup
10211         texts by default
10212
10213 2002-12-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10214
10215         * scm/chord-name.scm: partial move to new markup texts.
10216
10217 2002-12-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10218
10219         * scm/grob-description.scm (all-grob-descriptions): small bass figures.
10220
10221         * scm/bass-figure.scm (brew-bass-figure): make stack direction
10222         settable.
10223
10224 2002-12-18  Heikki Junes <hjunes@cc.hut.fi>
10225
10226         * lilypond-mode.el (LilyPond-command): propose 2midi if midi is
10227         invoked for old midi, wait for killing.
10228
10229 2002-12-16  Heikki Junes <hjunes@cc.hut.fi>
10230
10231         * Documentation/user/music-glossary.tely: Finnishing.
10232
10233 2002-12-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10234
10235         * mf/feta-nummer-code.mf: some kerning pairs.
10236
10237 2002-12-14  Rune Zedeler  <rz@localhost.localdomain>
10238
10239         * scm/output-lib.scm (set-bar-number-visibility): Context-function
10240         Added.
10241
10242         * Documentation/user/refman.itely (Bar numbers):
10243         set-bar-number-visibility added, modulo-bar-number removed again
10244         (sorry).
10245
10246 2002-12-14  Heikki Junes <hjunes@cc.hut.fi>
10247
10248         * scm/output-lib.scm (modulo-bar-number-visible): add function.
10249
10250         * Documentation/user/refman.itely: add modulo-bar-number-visible.
10251
10252         * Documentation/user/music-glossary.tely: translate into Finnish.
10253
10254 2002-12-10  Heikki Junes <hjunes@cc.hut.fi>
10255
10256         * lilypond-mode.el: add shortcut for 2midi
10257
10258         * lilypond-font-lock.el: fontify lyrics
10259
10260 2002-12-10  Rune Zedeler  <rz@daimi.au.dk>
10261
10262         * scm/drums.scm : use 1.7.x names.
10263
10264         * input/regression/drums.ly : Don't use << chords >>
10265
10266 2002-12-10  Heikki Junes <hjunes@cc.hut.fi>
10267
10268         * lilypond-mode.el: tidy, add TODO
10269
10270         * make/lilypond.mandrake.spec.in: install-info quietly.
10271
10272 2002-12-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10273
10274         * input/test/markup.ly: use new syntax.
10275
10276 2002-12-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10277
10278         * ly/params-init.ly (interscoreline): add word-space
10279
10280         * input/test/metronome.ly (eighthNote): idem.
10281
10282         * input/test/script-priority.ly: use new markup
10283
10284         * lily/parser.yy (markup): allow HEAD markup0 markup1 
10285
10286         * lily/molecule-scheme.cc (ly:molecule-translate): new function.
10287
10288         * lily/parser.yy (gen_text_def): bugfix.
10289         (full_markup): allow markup identifier.
10290
10291 2002-12-09  Heikki Junes <hjunes@cc.hut.fi>
10292
10293         * lilypond-mode.el (LilyPond-kill-job): Kill all LilyPond compiling
10294         jobs at the same time. Add horizontal lines to Command menu.
10295         Allow one compiling job -- propose killing others before a new one.
10296
10297         * lilypond.words: add markup, teeny, etc.
10298
10299 2002-12-08  Heikki Junes <hjunes@cc.hut.fi>
10300
10301         * lilypond-mode.el: Use LilyPond-command-alist for Midi and MidiAll.
10302         Allow only one type of midi process; launching Midi either stops
10303         midis or plays the current midi and launching MidiAll stops midis
10304         and starts timidity with "-ia", i.e., XAW-interface. Bind C-c C-return 
10305         to MidiAll. Choose "timidity-[1-9].ly" etc. files to MidiAll.
10306
10307 2002-12-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10308
10309         * lily/text-engraver.cc (process_acknowledged_grobs): use new
10310         markup  for new markup texts.
10311
10312         * lily/mark-engraver.cc (process_music): idem
10313         
10314         * lily/instrument-name-engraver.cc (create_text): idem
10315
10316         * scm/new-markup.scm (magnify-markup): new function.
10317
10318         * scm/molecule.scm (stack-lines): bugfix.
10319
10320         * lily/font-interface.cc (get_font): take font-magnification from
10321         alist chain.
10322
10323 2002-12-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10324
10325         * lily/molecule-scheme.cc: move scheme functions to separate file.
10326
10327         * lily/font-metric.cc  (ly_get_glyph): new function. 
10328         
10329         * scm/new-markup.scm (column-markup): use baseline-skip for columns.
10330         (italic-markup, dynamic-markup): new functions
10331         (font-markup): new function
10332
10333         * lily/molecule.cc (ly_molecule_combined_at_edge): optional
10334         padding and minimum
10335
10336 2002-12-07  Rune Zedeler  <rz@daimi.au.dk>
10337
10338         * lily/accidental-engraver.cc:
10339         Bugfix: Also print forced accidentals when autoAccidentals = \turnOff
10340
10341 2002-12-06  Heikki Junes <hjunes@cc.hut.fi>
10342
10343         * lilypond.vim:
10344         * lilypond-font-lock.el: Put \longa as duration. Accept only 
10345         [a-zA-Z] for user defined identifiers. Separate note cases 
10346         with and without a duration (allow cis\longaX).
10347
10348         * lilypond.words: Add words from Info.
10349
10350 2002-12-06  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
10351
10352         * stepmake/stepmake/c++-rules.make: Compile fix (bison 1.28)
10353
10354 2002-12-05  Heikki Junes <hjunes@cc.hut.fi>
10355
10356         * lilypond-mode.el: Propose reverting buffer before a command if
10357         it was edited with an another editor.
10358
10359 2002-12-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10360
10361         * lily/molecule.cc (ly_translate_molecule): new function
10362
10363         * python/GNUmakefile (INSTALLATION_DIR1): install Python module
10364         into libdir
10365
10366         * autogen.sh (srcdir): copy aclocal.m4 if newer. 
10367
10368         * stepmake/aclocal.m4: STEPMAKE_LIBDIR.
10369
10370 2002-12-04  Heikki Junes <hjunes@cc.hut.fi>
10371
10372         * lilypond.words: take \words from Info-index.
10373
10374 2002-12-04  Jan Nieuwenhuizen  <janneke@gnu.org>
10375
10376         * scm/sodipodi.scm: Add instruction for generating pfa fonts.
10377
10378 2002-12-02  Heikki Junes <hjunes@cc.hut.fi>
10379
10380         * make/lilypond.mandrake.spec.in: use %make and %makeinstall.
10381
10382 2002-12-01  Heikki Junes <hjunes@cc.hut.fi>
10383
10384         * make/lilypond.mandrake.spec.in: set menu-items to lilypond-info 
10385         and lilypond-documentation.
10386
10387 2002-12-02  Jan Nieuwenhuizen  <janneke@gnu.org>
10388
10389         * lily/parser.yy: Compile fix (bison 1.75).
10390
10391 2002-12-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10392
10393         * VERSION: 1.7.9 released
10394
10395         * scm/music-functions.scm (shift-one-duration-log): refactor.
10396         Use music-map.
10397
10398         * input/regression/chord-tremolo.ly (texidoc): add dot test.
10399
10400         * NEWS: update.
10401
10402         * lily/font-interface.cc (get-font): take alist chain i.s.o. alist
10403         argument
10404         
10405         * scm/music-functions.scm (display-music): new function
10406         (music-map): change arg order.
10407
10408         * input/regression/new-markup-syntax.scm: new file
10409
10410         * lily/parser.yy (markup): add \markup { .. } syntax.
10411
10412         * scm/new-markup.scm (override-markup): new function
10413         (lookup-markup): new function
10414         (music-markup): new function
10415         (lookup-markup-command): use markup-signature to store argument
10416         format for parser.
10417
10418         * lily/lexer.ll: preliminary \markup syntax. 
10419
10420 2002-11-30  Heikki Junes <hjunes@cc.hut.fi>
10421
10422         * make/lilypond.mandrake.spec.in: remove extra %changelog entries,
10423         add pre/post-dependencies and menus with icons from source.
10424
10425         * Documentation/pictures/lilypond-48x48.xpm:
10426         * Documentation/pictures/lilypond-32x32.xpm:
10427         * Documentation/pictures/lilypond-16x16.xpm: new files, background
10428         transparent.
10429
10430         * stepmake/stepmake/generic-targets.make:
10431         * stepmake/stepmake/toplevel-targets.make: Add make rpm-mandrake.
10432
10433 2002-11-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10434
10435         * input/regression/music-map.ly (texidoc): new file.
10436
10437         * scm/music-functions.scm (music-map): new function
10438
10439 2002-11-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10440
10441         * lily/ligature-engraver.cc (create_ligature_spanner): fix fixes.
10442
10443 2002-11-28  Heikki Junes <hjunes@cc.hut.fi>
10444
10445         * input/test/to-xml.ly:
10446         * lily/ligature-engraver.cc: Fixes documentation.
10447
10448         * lilypond.mandrake.spec.in:
10449         * lilypond.redhat.spec.in: Add lilypond.words.
10450
10451         * Documentation/user/refman.itely: Mention Info inside emacs.
10452         
10453         * lilypond.suse.spec.in:
10454         * lilypond.redhat.spec.in:
10455         * lilypond.mandrake.spec.in: Set root-owner for doc
10456         (tobbe@nyvalls.se).
10457
10458 2002-11-27  Jan Nieuwenhuizen  <janneke@gnu.org>
10459
10460         * scripts/ly2dvi.py (run_dvips): Use ly.read_pipe () instead of
10461         os.popen.read ().
10462
10463 2002-11-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10464
10465         * scripts/ly2dvi.py (include_path): print warning if failing anything.
10466
10467         * python/lilylib.py (error): add space
10468
10469 2002-11-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10470
10471         * GNUmakefile.in (EXTRA_DIST_FILES): add lilypond.words for
10472         distribution.
10473
10474 2002-11-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10475
10476         * lily/paper-outputter.cc (Paper_outputter): close port when
10477         finishing score.
10478
10479 2002-11-26  Jan Nieuwenhuizen  <janneke@gnu.org>
10480
10481         * scm/sodipodi.scm: Fixes.
10482
10483 2002-11-26  Heikki Junes <hjunes@cc.hut.fi>
10484
10485         * lilypond-mode.el: Look shortcuts in menu from keymap, if possible.
10486
10487         * buildscripts/make-font-dir.py: Fix. 
10488
10489 2002-11-25  Heikki Junes <hjunes@cc.hut.fi>
10490
10491         * lilypond-mode.el: Add support for Info inside Emacs.
10492
10493 2002-11-24  Jan Nieuwenhuizen  <janneke@gnu.org>
10494
10495         * buildscripts/make-font-dir.py: 
10496         * mf/GNUmakefile: Make sodipodi font map.
10497
10498         * scm/sodipodi.scm: Add more output functions.
10499
10500         * mf/feta-nummer.mf: 
10501         * mf/feta-beugel.mf: Add font_coding_scheme.
10502
10503         * lily/paper-outputter.cc (output_header): Fix creator string.
10504
10505 2002-11-23  Heikki Junes <hjunes@cc.hut.fi>
10506
10507         * lilypond-mode.el (LilyPond-autocompletion): invoked with
10508         [S-iso-lefttab], fixes at bol and eol, descriptive variable names.
10509
10510         * lilypond.words: add two (Everybody can add/remove words now!).
10511
10512         * debian/rules:
10513         * make/lilypond.suse.spec.in:
10514         * make/lilypond.mandrake.spec.in:
10515         * make/lilypond.redhat.spec.in: Add lilypond.words for emacs-files.
10516
10517         * Documentation/user/refman.itely: Mention autocompletion.
10518
10519 2002-11-23  Jan Nieuwenhuizen  <janneke@gnu.org>
10520
10521         * scripts/ly2dvi.py: Add paper sizes.
10522
10523         * lily/timing-engraver.cc: 
10524         * lily/time-signature.cc: 
10525         * lily/span-bar.cc: 
10526         * lily/grob-scheme.cc: Code formatting fixes.
10527
10528         * scm/sodipodi.scm: 
10529         * scm/sketch.scm:
10530         * buildscripts/mf-to-table.py: 
10531         * buildscripts/make-font-dir.py: Font testing.
10532
10533 2002-11-23  Heikki Junes <hjunes@cc.hut.fi>
10534
10535         * lilypond-mode.el (LilyPond-autocompletion): deletes end-of-word,
10536         inserts try-completion and shows all-completions.
10537
10538         * lilypond.words: '\' -> '\\'
10539
10540         * lilypond-mode.el: load libraries in the end, lilypond.words defines
10541         LilyPond-keywords, LilyPond-identifiers and LilyPond-reserved-words.
10542         
10543         * lilypond-font-lock.el: Use LilyPond-keywords, LilyPond-identifiers
10544         and LilyPond-reserved-words.
10545         
10546 2002-11-22  Heikki Junes <hjunes@cc.hut.fi>
10547
10548         * lilypond-mode.el (LilyPond-words-filename): find lilypond.words
10549         from load-path.
10550         
10551         * lilypond-mode.el (LilyPond-autocompletion): shows completions in
10552         the mini-buffer with Control-Shift-c.
10553         
10554 2002-11-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10555
10556         * lily/parser.yy (tempo_event): use tempo-unit for \tempo
10557         duration. This fixes \tempo taking time.
10558
10559 2002-11-21  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
10560
10561         * lily/volta-engraver.cc (process_acknowledged_grobs): 
10562         Allow for text markup in repeatCommands. 
10563
10564 2002-11-21  Heikki Junes <hjunes@cc.hut.fi>
10565
10566         * lilypond-mode.el (LilyPond-insert-string): new function, use it
10567         in LilyPond-insert-tag-notes. LilyPond-insert-between, new function.
10568         Get rid of skeleton.el-dependency.
10569
10570         * Documentation/topdocs/INSTALL.texi: tell how to get syntax-highlight.
10571
10572 2002-11-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10573
10574         * lily/beam-engraver.cc (stop_translation_timestep): reset
10575         now_stop_ev_
10576
10577         * lily/scm-option.cc: add parse-protect to ly:set-option
10578
10579         * lily/lexer.ll: set errorlevel if GUILE fails during parse.
10580
10581 2002-11-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10582
10583         * lily/include/ligature-bracket.hh: removed
10584         * lily/ligature-bracket.cc: removed
10585
10586         * lilypond-mode.el (LilyPond-expand-alist): set LaTeX extension to
10587         .tex
10588
10589         * lily/beam.cc (set_beaming): don't change beam count on rests.
10590         (brew_molecule): always set flag-width > 0.
10591
10592 2002-11-19  Heikki Junes <hjunes@cc.hut.fi>
10593
10594         * lilypond-mode.el: LilyPond-imenu-generic-re: only alphabetic
10595         chars, remove instructions; instead, refer to lilypond-init.el and
10596         Documentation/topdocs/INSTALL.texi.
10597
10598         * lilypond.words: add identifiers and reserved words.
10599
10600         * Documentation/topdocs/INSTALL.texi: separate sections for installing
10601         files and adding a load-path.
10602
10603         * lilypond-init.el: Instructions, extracted from 
10604         Documentation/topdocs/INSTALL.texi. 
10605         
10606 2002-11-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10607
10608         * VERSION: 1.7.8 released 
10609
10610         * lily/grob.cc (warning): better robustness fix.
10611
10612 2002-11-19 Juergen Reuter  <reuter@ipd.uka.de>
10613
10614         * lily/cluster-engraver.cc: bugfix: use protected scm upon columns
10615
10616         * lily/cluster-engraver.cc: stick better to variable naming
10617         conventions
10618
10619         * lily/cluster-engraver.cc: bugfix: delay typesetting of cluster
10620         until stop_translation_timestep()
10621
10622         * lily/cluster-engraver.cc, lily/cluster.cc: design fix: pass
10623         min/max coordinates to backend, but no musical info such as
10624         pitches
10625
10626         * lily/cluster.cc: robustness fix: do not crash upon empty cluster
10627
10628         * lily/grob.cc: robustness fix: warning(): do not crash if
10629         cause is not set
10630
10631         * lily/ligature-bracket-engraver.cc, scm/grob-description.scm: use
10632         the much more elaborated tuplet brackets than the very naive and
10633         simple ligature bracket grob
10634
10635 2002-11-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10636
10637         * Documentation/user/refman.itely (Analysis brackets): add
10638         horizontal bracket doco.
10639
10640         * ly/property-init.ly (setMmRestFermata): added.
10641
10642         * Documentation/user/refman.itely (Multi measure rests): fermatas
10643         on mm rests.
10644
10645         * input/regression/apply-context.ly (texidoc): new file
10646
10647         * lily/parser.yy (Simple_music): \applycontext #FUNCTION allows
10648         code to be executed during interpretation. Possible applications:
10649         smart octavation, more advanced bar checks. 
10650
10651         * lily/apply-context-iterator.cc: new file.
10652
10653 2002-11-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10654
10655         * input/test/new-markup.ly: new file.
10656
10657         * lily/text-item.cc (text_to_molecule): new function
10658
10659         * scm/new-markup.scm (lambda): new file
10660
10661         * lily/function-documentation.cc (ly_add_function_documentation):
10662         add proc property as well
10663
10664 2002-11-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10665
10666         * Documentation/user/music-glossary.tely (Top): add custos.
10667
10668 2002-11-18  Heikki Junes <hjunes@cc.hut.fi>
10669
10670         * Documentation/topdocs/INSTALL.texi: advise how to include source
10671         path to Emacs load-path and improve language.
10672
10673 2002-11-16  Jan Nieuwenhuizen  <janneke@gnu.org>
10674
10675         * GNUmakefile.in: config.h message fix.
10676
10677         * autogen.sh:
10678         * aclocal.m4: Regenerate.
10679
10680         * configure.in: 
10681         * config.make.in: 
10682         * stepmake/config.make.in: 
10683         * stepmake/configure.in: 
10684         * stepmake/autogen.sh: 
10685         * stepmake/aclocal.m4: Update for autoconf 2.56.
10686
10687 2002-11-16  Heikki Junes <hjunes@cc.hut.fi>
10688
10689         * Documentation/topdocs/INSTALL.texi: instructions for an user how
10690         to install Emacs-mode. Instructions how to use vim-mode.
10691
10692 2002-11-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10693
10694         * scm/music-types.scm (music-descriptions): no length for tempo event.
10695
10696         * input/*.ly: add \version everywhere.
10697         
10698         * input/*.ly: update syntax to 1.7 + new-chords.
10699
10700         * VERSION: 1.7.7 released.
10701         
10702         * Documentation/user/*.tely: new chord syntax.
10703
10704         * input/regression/[bc]*.ly (texidoc): syntax updates.
10705         
10706 2002-11-13  Heikki Junes <hjunes@cc.hut.fi>
10707
10708         * lilypond.words: add vocabulary to be used in auto-completion
10709
10710         * vimrc: autocompletion in Insert/Replace-mode with <Ctrn-N>
10711
10712         * lilypond.vim: allow note name at EOF
10713
10714 2002-11-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10715
10716         * buildscripts/new-chords.py (edit): -e option: inline editing.
10717
10718         * input/regression/a*.ly (texidoc): syntax updates.
10719
10720         * Documentation/user/lilypond-book.itely (Integrating La@TeX{} and
10721         music): elucidations. 
10722
10723 2002-11-11 Juergen Reuter  <reuter@ipd.uka.de>
10724
10725         * lily/include/lily-proto.hh, ly/engraver-init.ly,
10726         ly/spanners-init.ly, scm/grob-description.scm,
10727         scm/grob-property-description.scm, scm/music-types.scm,
10728         lily/cluster-engraver.cc, lily/cluster.cc,
10729         lily/include/cluster.hh, input/test/cluster.ly: cluster
10730         implementation
10731
10732         * lily/include/lookup.hh, lily/lookup.cc, scm/pdf.scm
10733         ps/music-drawing-routines.ps, scm/ascii-script.scm, scm/ps.scm,
10734         scm/sketch.scm, scm/tex.scm: support for dots and polygons added
10735
10736         * lily/lookup.cc: bugfix: fixed infinite loop in frame ()
10737
10738         * mf/parmesan-heads.mf: bugfix: vaticana punctum set_char_box
10739
10740         * scm/grob-description.scm: bugfix: by default, use default note
10741         head style when engraving ligatures
10742
10743         * lily/note-heads-engraver.cc: bugfix: do not steal ligature events
10744
10745         * lily/mensural-ligature-engraver.cc: bugfix: accept ligature
10746         events
10747
10748         * lily/ligature-bracket-engraver.cc: bugfix: accept ligature events
10749
10750         * input/test/ancient-font.ly: bugfix: style -> flag-style
10751
10752         * lily/ligature-engraver.cc: indentation fix
10753
10754         * lily/parser.yy: indentation fixes
10755         
10756 2002-11-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10757
10758         * input/regression/measure-grouping.ly: more elaborate example.
10759
10760         * lily/moment.cc: ly:add-moment, ly:mul-moment,
10761         ly:div-moment. New functions 
10762
10763         * scm/music-functions.scm (set-time-signature): new function,
10764         allow inline time sig settings with measure grouping.
10765
10766         * lily/parser.yy (command_element): move time sig construction
10767         into Scheme.
10768
10769         * lily/side-position-interface.cc (out_of_staff): new function,
10770         like padding, but keep minimum distance from staff. Easier than
10771         linespanners (dynamics, pedals), but roughly the same effect.
10772
10773 2002-11-10 Heikki Junes  <hjunes@cc.hut.fi>
10774
10775         * emacs-mode.el: Added spanish-note-replacements 
10776         (Carlos Betancourt, <carlos.betancourt@chello.be>).
10777
10778         * vimrc: (Un)commenting with <(S-)F12>, tidy.
10779
10780 2002-11-08  Heikki Junes  <hjunes@cc.hut.fi>
10781
10782         * lilypond.vim: Do not fontify cises, desis, etc.
10783
10784         * vimrc: view dvi with <S-F6>
10785
10786 2002-11-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10787
10788         * lily/lookup.cc (triangle): new function.
10789
10790         * input/regression/measure-grouping.ly (texidoc): new file: show
10791         triangles and brackets for beat groups of 3 and 2.
10792
10793         * lily/include/measure-grouping-spanner.hh (class
10794         Measure_grouping): new file.
10795
10796         * lily/measure-grouping-spanner.cc (brew_molecule): new file
10797
10798         * lily/measure-grouping-engraver.cc (class
10799         Measure_grouping_engraver): new file.
10800
10801 2002-11-06  Jan Nieuwenhuizen  <janneke@gnu.org>
10802
10803         * Merge from stable:
10804
10805             cvs update -jlilypond_1_6_6 -jlilypond_1_6_6_1
10806         
10807         * ly/paper16-init.ly (paperSixteen): Bugfix: set fonts instead of
10808         stylesheet.
10809
10810         * ly/paper19.ly: Include paper19-init.ly.
10811
10812         * ly/paper19-init.ly: New file.
10813
10814         * Documentation/user/tutorial.itely (First steps): Fix first
10815         example for font test.
10816
10817         * input/tutorial/brahms-tweaked.ly: Fix by hand for font test.
10818
10819         * ChangeLog: Add 1.7.6 release marker (see below).
10820
10821         * stepmake/stepmake/python-module-vars.make (EXTRA_DIST_FILES):
10822         Add .py files.
10823
10824 2002-11-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10825
10826         * input/tutorial/sammartini.ly (bassvoices): to new syntax.
10827
10828         * input/tutorial/*.ly: update to new syntax.
10829
10830         * lily/parser.yy (Composite_music): new transpose syntax,
10831         \transpose FROM TO MUSIC. 
10832
10833 2002-11-04  Jan Nieuwenhuizen  <janneke@gnu.org>
10834
10835         * scripts/lilypond-book.py: * scripts/ly2dvi.py: Fix: redirect
10836         latex progress/error output to stderr (by default this goes to
10837         stdout).  Show lilypond progress, even when not verbose.
10838
10839         * python/lilylib.py (system): New optional parameter to control
10840         showing of progress.
10841
10842         * scm/backend-documentation-lib.scm (check-dangling-properties):
10843         Fix error message.
10844
10845         * lily/text-item.cc (ADD_INTERFACE): Remove align, magnify.  Add
10846         axis, extent.
10847
10848         * scm/grob-property-description.scm (magnify): Remove.
10849         (extent, axis): Add.
10850
10851 2002-11-03  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10852
10853         * VERSION: Release 1.7.6.
10854
10855         * scripts/convert-ly.py: more uniformization substitutions.
10856
10857         * buildscripts/new-chords.py (sub_chords): new file.
10858
10859 2002-11-03  Jan Nieuwenhuizen  <janneke@gnu.org>
10860
10861         * mf/GNUmakefile: Bugfix: Use actual fontname (.AFM FontName) for
10862         lilypond.map.  Include sauter fonts too.  Cleanups.
10863
10864 2002-11-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10865
10866         * Documentation/user/tutorial.itely (First steps): change to new
10867         chord/tie/slur/beam notation.
10868
10869         * lily/parser.yy (event_that_take_dir): allow postfix notation for
10870         ties.
10871
10872         * lily/new-tie-engraver.cc (process_acknowledged_grobs): new
10873         engraver. Process ties in postfix notation, i.e. c8-~ c
10874
10875         * lilypond-mode.el (LilyPond-command-alist): run LaTeX by default.
10876
10877         * input/regression/beam-postfix-notation.ly (texidoc): new file.
10878
10879         * lily/parser.yy (event_that_take_dir): allows c8-[ for beams.
10880
10881         * lily/beam-engraver.cc (try_music): accept new-beam-events
10882
10883         * input/regression/chord-scripts.ly (texidoc): new file
10884
10885         * lily/new-fingering-engraver.cc (acknowledge_grob):  also handle
10886         script-events.
10887
10888         * scm/script.scm (default-script-alist): cleanup.
10889
10890         * lily/script-engraver.cc (make_script_from_event): cleanup.
10891
10892         * lily/lyric-combine-music-iterator.cc
10893         (Lyric_combine_music_iterator): remove superfluous events.
10894         (melisma_busy): new function. Fix broken melismas.
10895
10896 2002-10-31  Heikki Junes  <hjunes@cc.hut.fi>
10897
10898         * vimrc: Add shortcuts for compiling, midi-playing and PS-viewing.
10899         Remove nonvalid settings. Use descriptive key names.
10900         Use <Return> to indicate the pressing of that key.
10901
10902 2002-10-30  Jan Nieuwenhuizen  <janneke@gnu.org>
10903
10904         * scripts/lilypond-book.py (option_definitions): Typo.
10905
10906         * scripts/ly2dvi.py: Updates.
10907
10908         * python/lilylib.py (setup_environment, print_environment)
10909         (get_bbox, make_preview): Merge and remove from ly2dvi and
10910         lilypond-book.
10911
10912         * scripts/lilypond-book.py: Use lilylib.  Cleanups.
10913
10914         * .cvsignore: Remove some cruft.
10915
10916         * make/lilypond-vars.make (PYTHONPATH): Add python's outdir to
10917         path.
10918
10919         * scripts/ly2dvi.py: Use lilylib as module.  Fail gracefully if
10920         kpsexpand, kpsewhich, ps2pdf exit with error.  Cleanups and fixes
10921         throughout.
10922
10923         * python/lilylib.py (quiet_system): Junk
10924         (system): Display error log upon failure.
10925         (read_pipe): New function.  Cleanups and fixes.
10926
10927         * python/*.py: Rename from *.py.in.
10928         
10929         * make/substitute.make (ATVARIABLES): Add lilypond_datadir.
10930
10931         * GNUmakefile.in (SUBDIRS): Move python before scripts.
10932
10933 2002-10-30  Jan Nieuwenhuizen  <janneke@gnu.org>
10934
10935         * python/GNUmakefile: Bugfix: handle modules.
10936
10937         * stepmake/stepmake/python-module-targets.make (default): Add
10938         compiled modules. 
10939
10940         * stepmake/stepmake/python-module-rules.make: Add rule for byte
10941         compiling modules.
10942
10943         * stepmake/stepmake/python-module-vars.make (OUT_PY_MODULES):
10944         Bugfix.  (OUT_PYC_MODULES): Add.
10945
10946 2002-10-30  Heikki Junes  <hjunes@cc.hut.fi>
10947
10948         * make/lilypond.mandrake.spec.in: Repair info. Comment out menu.
10949         Use default paths. Refresh description.
10950
10951 2002-10-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10952
10953         * VERSION: 1.7.5 released
10954
10955         * input/regression/finger-chords.ly (texidoc): new file.
10956
10957         * lily/script-engraver.cc (process_music): remove scriptHorizontal
10958         support
10959
10960         * lily/fingering-engraver.cc (process_music): remove kludgy
10961         scriptHorizontal stuff.
10962
10963         * lily/script.cc: remove staff-support property.
10964
10965         * lily/new-fingering-engraver.cc (add_fingering): new
10966         file. Fingering engraver for new style chords.
10967
10968 2002-10-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10969
10970         * lily/parser.yy (bare_number): allow 4 \cm (without
10971         decimal dot). (should backport to 1.6?)
10972
10973         * ly/declarations-init.ly: use Scheme for dimension defs.
10974
10975         * lily/parser.yy (TODO): remove hard coded dimensions, add
10976         REAL NUMBER_IDENTIFIER production.
10977
10978         * lily/rest-collision.cc (force_shift_callback): rewrite using
10979         -done property.
10980
10981         * scm/grob-property-description.scm (rest-collision-done): add
10982         property.
10983         
10984         * lilypond.vim: add file (<hjunes@cc.hut.fi>)
10985
10986 2002-10-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10987
10988         * input/regression/multi-measure-rest-center.ly: new file.
10989
10990         * lily/multi-measure-rest.cc (big_rest): multi measure rest was
10991         off horizontally by 0.05 ss. Fixed.
10992
10993 2002-10-22  Jan Nieuwenhuizen  <janneke@gnu.org>
10994
10995         * scm/pdftex.scm: Rename ly-number to ly:number->string.
10996
10997         * Documentation/topdocs/index.tely: Remove duplicate from merge.
10998
10999 2002-10-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11000
11001         * lily/tie.cc (get_control_points): also avoid staff lines on the
11002         just outside the outer staff lines
11003
11004 2002-10-21  Jan Nieuwenhuizen  <janneke@gnu.org>
11005
11006         * ly/params-init.ly: Just define style-alist, no need to
11007         define-public.
11008
11009         * input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly: Fix style override
11010         (thanks Han-Wen).
11011
11012         * mf/GNUmakefile (FONT_FILES): Add feta-nummer.
11013         (FET_FILES): = FONT_FILES.
11014
11015         * Merge from stable:
11016
11017             cvs update -jlilypond_1_6_5 -jlilypond_1_6_6
11018
11019 2002-10-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11020
11021         * VERSION: 1.7.4 released.  
11022         
11023         * scm/generate-documentation.scm (string-append): add macro
11024         definitions.
11025
11026         * lily/text-item.cc (lookup_text): don't use virtual fonts for
11027         normal texts.
11028
11029         * lily/multi-measure-rest-engraver.cc: make separate
11030         MultiMeasureRestNumber grob. Introduce restNumberThreshold.
11031
11032         * lily/multi-measure-rest.cc: remove text handling. Remove
11033         number-threshold.
11034
11035 2002-10-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11036
11037         * scm/music-types.scm: doc patch by Graham Percival
11038
11039 2002-10-19  Jan Nieuwenhuizen  <janneke@gnu.org>
11040
11041         * buildscripts/make-font-dir.py (sketch_p): Bugfix: only write
11042         encoding part.
11043         (Font_info.set_defaults): pixelsize now also defauts to '0'.
11044         (sketch_p): Sketch wants only first four elements of X11 font spec.
11045
11046         * buildscripts/mf-to-table.py (parse_logfile): Bugfix. 
11047
11048         * mf/feta-autometric.mf: Write foundry and family to log.
11049
11050         * mf/GNUmakefile: Fixes for pfx builds.  Also write sketch
11051         font translation table.
11052
11053         * buildscripts/mf-to-table.py: Better font info into afm.
11054
11055         * buildscripts/make-font-dir.py: Use font info from afm.  Mftrace
11056         1.0.9 required.
11057
11058         * configure.in: Whine for mftrace 1.0.9.
11059
11060 2002-10-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11061
11062         * lily/parser.yy (chord_body): allow <<c e>>4 notation.
11063
11064         * lily/main.cc (main_prog): don't try to load init.EXT when
11065         processing foo.EXT.
11066
11067 2002-10-15  Rune Zedeler  <rune@zedeler.dk>
11068
11069         * scm/tex.scm (zigzig-line): added.
11070
11071         * scm/ps.scm (zigzag-line): added.
11072
11073         * ps/music-drawing-routines.ps (subvec): added.
11074         (draw_zigzag_line): added.
11075         
11076         * lily/line-spanner.cc: Add support for #'type = #'zigzag. reading
11077         grob properties zigzag-width and zigzag-length.
11078
11079         * input/regression/glissando.ly: Add some zig-zagged glissandi.
11080
11081 2002-10-15  Jan Nieuwenhuizen  <janneke@gnu.org>
11082
11083         * scm/sodipodi.scm: Some fixes.  Sketch also groks this bare-bones
11084         svg output, including font.
11085
11086 2002-10-14  Jan Nieuwenhuizen  <janneke@gnu.org>
11087
11088         * scm/lily.scm: Register sodipodi output module.
11089
11090         * scm/sodipodi.scm: New file.
11091
11092         * lily/afm.cc (read_afm_file): Read TfmCheckSum from comment.
11093
11094         * buildscripts/mf-to-table.py (base): Write TfmChecksum in
11095         comment, after header.
11096         (parse_logfile): Remove invalid key FontFamily.  Add mandatory key
11097         FullName.  Fix FontName key.
11098
11099 2002-10-14  Rune Zedeler  <rune@zedeler.dk>
11100
11101         * lily/rest.cc (after_line_breaking): bugfix: dots after half
11102         and breve rests.
11103         
11104         * input/test/blank-notes.ly: bugfix
11105
11106         * lily/rest.cc (after_line_breaking): bugfix: dots after whole
11107         rests. (Kim Shrier)
11108
11109         * input/test/rest-dot-positions.ly: Added. (Kim Shrier)
11110         
11111 2002-10-14  Jan Nieuwenhuizen  <janneke@gnu.org>
11112
11113         * scm/tex.scm: 
11114         * scm/ps.scm: Cleanup and remove obsolete junk.
11115
11116         * Documentation/user/internals.itely:
11117         * Documentation/user/refman.itely: Run texinfo-all-menus-update.
11118
11119         * lily/parser.yy: Identify shift/reduce problems.
11120
11121         * input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly: Rename
11122         make-style-sheet.  Too specific for convert-ly?
11123
11124 2002-10-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11125
11126         * po/cs.po: added czech translation, courtesy Tomas Kopecek.
11127
11128         * input/test/*.ly: various fixes.
11129
11130         * lily/music.cc (name): bugfix
11131
11132         * lily/piano-pedal-engraver.cc (try_music): fix pedals.
11133
11134         * lily/input-file-results.cc (code): set-point-and-click! ->
11135         set-point-and-click
11136         
11137 2002-10-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11138
11139         * Use uniform ly: prefix for exported scheme primitive functions.
11140
11141         * scm/music-types.scm: junk compat glue
11142
11143         * scripts/convert-ly.py: add rules for stuff below, junk
11144         compatibility glue for spanrequest.
11145
11146         * lily/parser.yy (verbose_event): remove \spanrequest,
11147         \commandspanrequest, \script. 
11148         
11149         * lily/identifier-smob.cc (LY_DEFINE): change name to ly-export
11150
11151         * lily/parser.yy: remove arpeggio keyword; use identifier. Idem
11152         for \penalty, \glissando.
11153
11154         * VERSION: release 1.7.3
11155         
11156 2002-10-13  Rune Zedeler  <rune@zedeler.dk>
11157
11158         * lily/accidental-engraver.cc: Fix
11159         grace-in-the-beginning-of-measure bug caused by the resent
11160         partial-measure fix.
11161
11162         * lily/stem.cc: reversed noteheads overlap half of the stem. (Full
11163         overlap looks too crowded)
11164         
11165 2002-10-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11166
11167         * lily/parser.yy (assignment): allow SCM expression as assignment.
11168
11169         * lily/include/music-output-def.hh (class Music_output_def):
11170         * lily/music-output-def.cc: 
11171         * lily/paper-def.cc: 
11172         * scm/font.scm (markup-to-properties):
11173         * lily/parser.yy (music_output_def_body): 
11174         remove style_sheet_
11175
11176 2002-10-12  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11177
11178         * ly/grace-init.ly (startGraceMusic): shorten default grace stem
11179         length.
11180
11181         * input/regression/spacing-to-grace.ly: new file.
11182
11183         * input/regression/spacing-end-of-line.ly: new file.
11184
11185         * lily/note-spacing.cc (get_spacing): take into account breakable
11186         stuff sticking out at the left (time sig change at line break).
11187
11188         * lily/spacing-spanner.cc (breakable_column_spacing): junk weird
11189         raggedright code.
11190
11191         * scm/music-functions.scm (make-voice-props-set): add
11192         staff-position for mm rests.
11193  
11194         * lily/spacing-spanner.cc (musical_column_spacing): shrink space
11195         before grace notes a little.
11196
11197         * lily/parser.yy (sup_quotes): use '\'' for sup_quotes.
11198
11199         * lily/break-align-interface.cc (do_alignment): right-edge spacing
11200         key adds space at the end of line. 
11201
11202 2002-10-11  Jan Nieuwenhuizen  <janneke@gnu.org>
11203
11204         * scm/sketch.scm: Fix beams.
11205
11206         * buildscripts/mf-to-table.py: Add EncodingScheme.
11207
11208         * scm/sketch.scm: Resurrect.
11209
11210 2002-10-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11211
11212         * lily/multi-measure-rest.cc: use breve rests for measure lengths
11213         longer than 4/4. Patch courtesy Kim Shrier <kim@tinker.com>.
11214
11215 2002-10-10  Jan Nieuwenhuizen  <janneke@gnu.org>
11216
11217         * stepmake/stepmake/c++-rules.make: Fixes for bison 1.50.
11218
11219         * lily/lexer.ll (My_lily_lexer): Avoid silly flex induced gcc warnings.
11220
11221 2002-10-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11222
11223         * lily/my-lily-lexer.cc (prepare_for_next_token): use previous
11224         token for origin information.
11225
11226         * lily/parser.yy (My_lily_lexer): do identifier location and
11227         cloning from lexer.
11228
11229         * scm/music-functions.scm (make-multi-measure-rest): move mmrest
11230         logic out of the parser. Add bar checks on both ends.
11231
11232         * Documentation/user/refman.itely (Multi measure rests): add more
11233         notes about mm rests.
11234
11235 2002-10-10  Jan Nieuwenhuizen  <janneke@gnu.org>
11236
11237         * input/regression/bar-scripts.ly: Re-enable.
11238
11239         * lily/parser.yy:
11240         * stepmake/stepmake/c++-rules.make: Fixes for bison 1.51 to be
11241         released rsn.  Bison 1.50 has a crucial bug and won't work.
11242
11243         * lily/lexer.ll (My_lily_lexer): Avoid silly flex induced gcc warnings.
11244
11245
11246 2002-10-07  Jan Nieuwenhuizen  <janneke@gnu.org>
11247
11248         * input/regression/bar-scripts.ly: Blunt documentation build fix.
11249
11250 2002-10-05  Jan Nieuwenhuizen  <janneke@gnu.org>
11251
11252         * Actually merge changes since 1.6.4 besides ChangeLog, and
11253         resolve conflicts.  Lots of updates, hope all is well.
11254         
11255         * cygwin/lilypond.hint (requires): Add ghostscript.
11256
11257         * scm: Update some (c).
11258         
11259 2002-10-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11260
11261         * input/test/{various}.ly: add \header fields and texidoc strings.
11262
11263 2002-10-05  Werner Lemberg  <wl@gnu.org>
11264
11265         * scripts/lilypond-book.py (output_dict) <latex>: `output_tex'
11266         renamed to `output_latex_quoted'.
11267         Added `output_latex_noquote'.
11268         (schedule_lilypond_block): Implement `noquote' option for LaTeX
11269         mode.
11270
11271 2002-11-03  Jan Nieuwenhuizen  <janneke@gnu.org>
11272
11273         * ChangeLog: Add 1.6.6 release marker.  See below.
11274
11275         * stepmake/stepmake/po-targets.make: Remove --c++ option.
11276
11277         * scripts/midi2ly.py: Fix global syntax warnings.
11278
11279         * GNUmakefile.in: Generate builddir locale tree too.
11280
11281         * scripts/ly2dvi.py:
11282         * scripts/midi2ly.py: 
11283         * scripts/mup2ly.py: 
11284         * scripts/update-lily.py:
11285         * lily/main.cc (setup_paths): Fix for locales setup.
11286
11287 2002-10-29  Jan Nieuwenhuizen  <janneke@gnu.org>
11288
11289         * Documentation/windows/installing.texi: Soften wording about
11290         necessity of becoming Administrator.  tommie@iae.nl reports this
11291         does not seem to be necessary for his flavour of Windows 2000.
11292         Explicitely discourage text mode mounts.
11293
11294 2002-10-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11295
11296         * lily/rest.cc (after_line_breaking): backport dot position fix.
11297
11298         * lily/rest-collision.cc (do_shift): also remove dots for suicided
11299         rests. Thanks to Klaus Zimmermann for finding this bug.
11300
11301 2002-10-24  Jan Nieuwenhuizen  <janneke@gnu.org>
11302
11303         * Documentation/topdocs/INSTALL.texi: Correction for broken /bin/sh.
11304
11305 2002-10-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11306
11307         * Documentation/user/music-glossary.tely: fix links.
11308
11309 2002-10-21  Werner Lemberg  <wl@gnu.org>
11310
11311         * tex/lily-ps-defs.tex (\lilypondsetdimen): Define ID macro.
11312         (\lilypondpostscript): Define PS macros `lyscaleXXX' (`XXX' is the
11313         scaling factor) only once and use them in the definition of
11314         \embeddedps.
11315         * ps/music-drawing-routines.ps (skeel): Removed.
11316
11317 2002-10-21  Jan Nieuwenhuizen  <janneke@gnu.org>
11318
11319         * stepmake/aclocal.m4: Changed 6 instances of $( ) to ` `, for
11320         Solaris7, as we don't use nested $( ) constructs.
11321
11322 2002-10-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11323
11324         * VERSION: Release 1.6.6.
11325         
11326 2002-10-21  Jan Nieuwenhuizen  <janneke@gnu.org>
11327
11328         * Documentation/topdocs/INSTALL.texi: Add note about using ksh for
11329         as workaround for /bin/sh problems on Solaris7.
11330
11331 2002-10-19  Werner Lemberg  <wl@gnu.org>
11332
11333         * GNUmakefile.in (web-doc): Fix typos.
11334         * tex/lilyponddefs.tex (\lilypondspecial): Don't scan
11335         `music-drawing-routines.ps' but emit \special{header=...} once.
11336         * scm/tex.scm (header-end): Updated.
11337
11338 2002-10-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11339
11340         * lily/stem-engraver.cc (acknowledge_grob): don't crash on
11341         undefined tremolo. 
11342
11343 2002-10-15  Werner Lemberg  <wl@gnu.org>
11344
11345         * scripts/lilypond-book.py (g_make_html): New global variable.
11346         (schedule_lilypond_block): Don't compute EPS and PNG for `texi'
11347         if `g_make_html' isn't set.
11348         [main]: Add format `texi-html'.
11349         (option_definitions): Updated.
11350         * Documentation/user/lilypond-book.itely: Updated.
11351
11352         * make/lilypond-vars.make (LILYPOND_BOOK_FORMAT): New variable.
11353         * make/ly-rules.make (%.texi, %.nexi): Use it.
11354         * stepmake/stepmake/www-targets.make (web): Pass `tex-html' as
11355         format to lilypond-book.
11356         * GNUmakefile.in (web-doc): Ditto.
11357
11358 2002-10-14  Werner Lemberg  <wl@gnu.org>
11359
11360         Further improve TeX output.  The produced files are about 40%
11361         smaller.  `lilyponddefs.tex' is now read only once.
11362
11363         * tex/lilyponddefs.tex: Remove footer stuff.
11364         (\ifundefined): Renamed to...
11365         (\lilypondundefined): This.  Use LaTeX's definition to
11366         make it nestable and make it global.
11367         (\lilypondstart, \lilypondend): New macro to initialize LilyPond
11368         output.
11369         (\lilypondspecial): New macro to read `music-drawing-routines.ps'.
11370         (\fetasixteen, \fetafont, \fetachar, \botalign, \leftalign): Make
11371         them global.
11372         (\placebox): Renamed to...
11373         (\lyitem): This.
11374         Make it global and call \outputscale by itself.
11375         (\lybox, \lyvrule): New macros to reduce input data.
11376         (\lilypondfirst, \lilypondsecond, \lilypondloop, \lilyponditerate):
11377         New auxiliary macros.
11378         (\SkipLilydefs, \EndLilyPondOutput): Removed.
11379         * tex/lily-pdf-defs.tex, tex/lily-ps-defs.tex (\lilySpace): Renamed
11380         to...
11381         (\lilypondspace): This and made it global.
11382         (\turnOnPostScript): Renamed to...
11383         (\lilypondpostscript): This and made it global.
11384         (\turnOnExperimentalFeatures): Renamed to...
11385         (\lilypondexperimentalfeatures): This and made it global.
11386         * tex/lily-ps-defs.tex (\PSsetTeXdimen): Renamed to...
11387         (\lilypondsetdimen): This and made it global.
11388         * tex/lilypond-latex.tex, tex/lilypond-plaintex.tex: Removed.
11389         * tex/GNUmakefile (TEX_FILES): Add `music-drawing-routines.ps'
11390         (all, $(outdir)/music-drawing-routines.ps): New rules.
11391         * buildscripts/mf-to-table.py (write_tex_defs): Use \gdef.
11392         * scm/pdftex.scm, scm/tex.scm (end-output, header-end, placebox,
11393         start-system, stop-system, stop-last-system, filledbox): Updated to
11394         use the changed macros from lilyponddefs.tex.
11395         * scripts/lilypond-book.ly (output_dict) <latex, texi>: Ditto.
11396
11397 2002-10-07  Jan Nieuwenhuizen  <janneke@gnu.org>
11398
11399         * Documentation/windows/installing.texi: Update.
11400
11401 2002-09-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11402
11403         * VERSION: 1.6.5 released
11404
11405         * scripts/lilypond-book.py (make_pixmap): don't produce empty pages.
11406
11407 2002-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11408
11409         * scm/translator-property-description.scm (voltaOnThisStaff): add
11410         property.
11411
11412 2002-09-28  Werner Lemberg  <wl@gnu.org>
11413
11414         * scm/tex.scm (header-end): Suppress page numbering.
11415
11416         * scripts/lilypond-book.py (output_dict) <output-texi-quoted>:
11417         Fix quotation for HTML output.
11418
11419 2002-09-28   Graham Percival   <gperciva@sfu.ca>
11420         
11421         * Documentation/user/refman.itely: grammar and phrasing
11422           fixes to "Note Entry" section.  Also adds a few new examples.
11423
11424 2002-09-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11425
11426         * flower/include/string-data.icc: include string.h
11427
11428 2002-09-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11429
11430         * scm/chord-name.scm (chord::inner-name-banter): remove space.
11431
11432 2002-09-27  Jan Nieuwenhuizen  <janneke@gnu.org>
11433
11434         * Documentation/user/GNUmakefile (extra-local-help): Add.
11435
11436         * stepmake/stepmake/www-targets.make (local-help): Add.
11437
11438 2002-09-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11439
11440         * Documentation/topdocs/INSTALL.texi (Top): recommend binary
11441         packages.
11442
11443         * Documentation/topdocs/README.texi (Top): building documentation
11444         (not website.)
11445
11446 2002-09-26  Jan Nieuwenhuizen  <janneke@gnu.org>
11447
11448         * Documentation/user/refman.itely: 
11449         * Documentation/user/tutorial.itely: 
11450         * Documentation/user/music-glossary.tely: Merge changes.
11451
11452         * Documentation/user/glossary.html.in: 
11453         * Documentation/index.texi: 
11454         * Documentation/header.html.in: Accomodate renaming of glossary.
11455         
11456         * Documentation/user/tutorial.itely: Add some glossary references.
11457         
11458         * Documentation/user/refman.itely: Minor fixes.
11459         
11460         * Documentation/user/lilypond.tely: Add glossary do direntry.
11461
11462         * Documentation/user/music-glossary.tely: Rename (previously:
11463         glossary.tely).  Fix anchor placement.
11464
11465         * Documentation/user/GNUmakefile: Make music-glossary.info too.
11466
11467 2002-09-23  Werner Lemberg  <wl@gnu.org>
11468
11469         * scripts/lilypond-book.py (output_dict): Fix handling of
11470         various environments by avoid extraneous newlines.
11471         Rename `output-all' regexp for html to `output-html'.
11472         Replace `output-all' regexp for texi with `output-texi-quote'
11473         and `output-texi-noquote'.
11474         (compose_full_body): Don't override `linewidth' user option
11475         for `singleline'.
11476         (schedule_lilypond_block): Don't indent text specified with
11477         `intertext' option.
11478         Add new option `noquote'.
11479         (compile_all_files): Use latex instead of tex to compile ly
11480         files directly.
11481
11482         * Documentation/user/lilypond-book.itely: Updated and revised.
11483         Improve layout.
11484
11485         * Documentation/user/glossary.tely,
11486         Documentation/user/introduction.itely,
11487         Documentation/user/tutorial.itely,
11488         Documentation/user/refman.itely,
11489         Documentation/user/appendices.itely: Fix overfull LilyPond
11490         boxes caused by the new lilypond-book code.  Other minor
11491         fixes.
11492
11493         * Documentation/user/macros.itexi (@texiflat): Don't emit
11494         trailing space.
11495
11496         * scm/tex.scm (end-output, header-end): Add preamble and
11497         postamble to make lilypond output directly compilable with
11498         latex.
11499
11500         
11501 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11502
11503         * Documentation/topdocs/INSTALL.texi (Top): bugfix for RH RPM
11504         instructions.
11505
11506 2002-09-25  Jan Nieuwenhuizen  <janneke@gnu.org>
11507
11508         * Documentation/user/glossary.tely: Add titling and hyperlinks.
11509
11510 2002-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11511
11512         * lily/beam.cc (connect_beams): don't crash if there are quarter
11513         notes in beams.
11514
11515 2002-09-24  Juergen Reuter  <reuter@ipd.uka.de>
11516
11517         * Documentation/user/refman.itely: corrected ancient clef
11518         docu; added docu on ligatures
11519
11520 2002-09-21  Juergen Reuter  <reuter@ipd.uka.de>
11521
11522         * Documentation/user/glossary.tely,
11523         Documentation/user/refman.itely, input/les-nereides.ly,
11524         input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly,
11525         input/test/bagpipe.ly, lily/stem.cc, ly/grace-init.ly,
11526         scm/grob-property-description.scm, scripts/convert-ly.py: renamed
11527         Stem properties: flag-style -> stroke-style, style -> flag-style.
11528
11529
11530 2002-09-22  Werner Lemberg  <wl@gnu.org>
11531
11532         * scripts/lilypond-book.py: Add option `notime' to suppress
11533         printing of a time signature.  Specify default indentation of 0pt
11534         if single line fragment.  Don't emit redundant `\paper{ }'.
11535
11536         * Documentation/user/lilypond-book.itely: Updated.
11537
11538         * Documentation/user/glossary.tely: Completely reformatting.
11539
11540 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11541
11542         * GNUmakefile.in (top-web): generate (possibly empty) examples.html
11543
11544 2002-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
11545
11546         * Documentation/user/tutorial.itely: Fix links.
11547         
11548         * Documentation/topdocs/index.tely:
11549         * Documentation/index.texi:
11550         * Documentation/header.html.in: Small website fixes and updates.
11551
11552         * debian/: Debian patch by Anthony Fok.
11553
11554 2002-09-21  Jan Nieuwenhuizen  <janneke@gnu.org>
11555
11556         * Documentation/footer.html.in: How time flies: It's already 2002!
11557
11558         * Documentation/topdocs/index.tely: Stable/development fix.  Use
11559         more descriptive link names than 'here'.
11560
11561 2002-09-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11562
11563         * VERSION: 1.7.2 released
11564         * VERSION: 1.6.4 released
11565         
11566         * scm/tex.scm (header-end): enclose lily output in begingroup/endgroup.
11567
11568         * scripts/convert-ly.py (FatalConversionError.conv): add rule for
11569         (ly-make-music "Foo_bar") -> (make-music-by-name 'FooBarEvent).
11570
11571         * mf/feta-din.mf (test): add x-height and space.
11572
11573         * lily/dynamic-engraver.cc (process_music): take dynamic direction
11574         from ^_ for crescendi. Idem for slurs and phrasing slurs.
11575
11576         * ly/grace-init.ly: add-to-grace-init: function to portably add
11577         settings to \grace. 
11578
11579         * lily/dynamic-engraver.cc (process_music): finish (de)crescendo
11580         if we get an absolute dynamic event.
11581  
11582         * lily/time-signature-engraver.cc (process_music): warn for \time 5/5
11583
11584         * lily/source-file.cc (get_line): oops. All line numbers were off
11585         by 2. Fix that. 
11586
11587         * lily/parser.yy (event_that_take_dir): allow () \< \> \! \( \) to
11588         be after the note, combined with -_^, i.e. c4-(-\)-\>  
11589
11590         * ly/params-init.ly (ledgerlinethickness): use Scheme expressions.
11591
11592         * lily/parser.yy (number_factor): remove (number) as number
11593         expression. ("Let them eat Lisp").
11594
11595 2002-10-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11596
11597         * lily/horizontal-bracket.cc: new file.
11598
11599         * lily/horizontal-bracket-engraver.cc: new file.
11600
11601         * input/regression/note-group-bracket.ly: new file. Support
11602         horizontal note brackets for music analysis.
11603
11604         * lily/stem.cc (flag): new flag-style: no-flag.
11605
11606         * input/test/stem-cross-staff.ly: new file
11607         
11608         * Documentation/user/internals.itely: Improved formatting, fixing
11609         typos.  Added a section `Output details' to describe how the TeX
11610         code looks like.
11611
11612         * lily/include/midi-stream.hh: use stdio.h iso. iostream.h
11613
11614         * lily/parser.yy: remove \dynamicscript.
11615
11616         * ly/dynamic-scripts-init.ly: redo the dynamic scripts
11617         definitions. 
11618
11619         * python/midi.c (midi_error): take two arguments.
11620
11621         * Merge 1.6.5 changes:
11622         
11623 2002-10-04  Jan Nieuwenhuizen  <janneke@gnu.org>
11624
11625         * scm/grob-description.scm (minimum-beam-collision-distance): 0.75
11626         staff-space.  Previous 1.5 was probably meant as half-spaces.
11627         (cautionary-style): parentheses (was: smaller).  This is what doco
11628         says, and it seems more logical.
11629
11630         * Documentation/user/refman.itely (Chromatic alterations): Bugfix
11631         for 2nd sentence.
11632
11633 2002-10-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11634
11635         * make/lilypond.redhat.spec.in: various fixes for RedHat 8.0
11636
11637 2002-10-03  Jan Nieuwenhuizen  <janneke@gnu.org>
11638
11639         * lily/beam.cc (rest_collision_callback): Fixed: partial rewrite.
11640
11641 2002-09-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11642
11643         * scripts/lilypond-book.py (make_pixmap): don't produce empty pages.
11644
11645 2002-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11646
11647         * scm/translator-property-description.scm (voltaOnThisStaff): add
11648         property.
11649
11650 2002-09-28  Werner Lemberg  <wl@gnu.org>
11651
11652         * scm/tex.scm (header-end): Suppress page numbering.
11653
11654         * scripts/lilypond-book.py (output_dict) <output-texi-quoted>:
11655         Fix quotation for HTML output.
11656
11657 2002-09-28   Graham Percival   <gperciva@sfu.ca>
11658         
11659         * Documentation/user/refman.itely: grammar and phrasing
11660           fixes to "Note Entry" section.  Also adds a few new examples.
11661
11662 2002-09-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11663
11664         * flower/include/string-data.icc: include string.h
11665
11666 2002-09-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11667
11668         * scm/chord-name.scm (chord::inner-name-banter): remove space.
11669
11670 2002-09-27  Jan Nieuwenhuizen  <janneke@gnu.org>
11671
11672         * Documentation/user/GNUmakefile (extra-local-help): Add.
11673
11674         * stepmake/stepmake/www-targets.make (local-help): Add.
11675
11676 2002-09-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11677
11678         * Documentation/topdocs/INSTALL.texi (Top): recommend binary
11679         packages.
11680
11681         * Documentation/topdocs/README.texi (Top): building documentation
11682         (not website.)
11683
11684 2002-09-26  Jan Nieuwenhuizen  <janneke@gnu.org>
11685
11686         * Documentation/user/refman.itely: 
11687         * Documentation/user/tutorial.itely: 
11688         * Documentation/user/music-glossary.tely: Merge changes.
11689
11690         * Documentation/user/glossary.html.in: 
11691         * Documentation/index.texi: 
11692         * Documentation/header.html.in: Accomodate renaming of glossary.
11693         
11694         * Documentation/user/tutorial.itely: Add some glossary references.
11695         
11696         * Documentation/user/refman.itely: Minor fixes.
11697         
11698         * Documentation/user/lilypond.tely: Add glossary do direntry.
11699
11700         * Documentation/user/music-glossary.tely: Rename (previously:
11701         glossary.tely).  Fix anchor placement.
11702
11703         * Documentation/user/GNUmakefile: Make music-glossary.info too.
11704
11705 2002-09-23  Werner Lemberg  <wl@gnu.org>
11706
11707         * scripts/lilypond-book.py (output_dict): Fix handling of
11708         various environments by avoid extraneous newlines.
11709         Rename `output-all' regexp for html to `output-html'.
11710         Replace `output-all' regexp for texi with `output-texi-quote'
11711         and `output-texi-noquote'.
11712         (compose_full_body): Don't override `linewidth' user option
11713         for `singleline'.
11714         (schedule_lilypond_block): Don't indent text specified with
11715         `intertext' option.
11716         Add new option `noquote'.
11717         (compile_all_files): Use latex instead of tex to compile ly
11718         files directly.
11719
11720         * Documentation/user/lilypond-book.itely: Updated and revised.
11721         Improve layout.
11722
11723         * Documentation/user/glossary.tely,
11724         Documentation/user/introduction.itely,
11725         Documentation/user/tutorial.itely,
11726         Documentation/user/refman.itely,
11727         Documentation/user/appendices.itely: Fix overfull LilyPond
11728         boxes caused by the new lilypond-book code.  Other minor
11729         fixes.
11730
11731         * Documentation/user/macros.itexi (@texiflat): Don't emit
11732         trailing space.
11733
11734         * scm/tex.scm (end-output, header-end): Add preamble and
11735         postamble to make lilypond output directly compilable with
11736         latex.
11737
11738         
11739 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11740
11741         * Documentation/topdocs/INSTALL.texi (Top): bugfix for RH RPM
11742         instructions.
11743
11744 2002-09-25  Jan Nieuwenhuizen  <janneke@gnu.org>
11745
11746         * Documentation/user/glossary.tely: Add titling and hyperlinks.
11747
11748 2002-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11749
11750         * lily/beam.cc (connect_beams): don't crash if there are quarter
11751         notes in beams.
11752
11753 2002-09-24  Juergen Reuter  <reuter@ipd.uka.de>
11754
11755         * Documentation/user/refman.itely: corrected ancient clef
11756         docu; added docu on ligatures
11757
11758 2002-09-21  Juergen Reuter  <reuter@ipd.uka.de>
11759
11760         * Documentation/user/glossary.tely,
11761         Documentation/user/refman.itely, input/les-nereides.ly,
11762         input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly,
11763         input/test/bagpipe.ly, lily/stem.cc, ly/grace-init.ly,
11764         scm/grob-property-description.scm, scripts/convert-ly.py: renamed
11765         Stem properties: flag-style -> stroke-style, style -> flag-style.
11766
11767 2002-09-22  Werner Lemberg  <wl@gnu.org>
11768
11769         * scripts/lilypond-book.py: Add option `notime' to suppress
11770         printing of a time signature.  Specify default indentation of 0pt
11771         if single line fragment.  Don't emit redundant `\paper{ }'.
11772
11773         * Documentation/user/lilypond-book.itely: Updated.
11774
11775         * Documentation/user/glossary.tely: Completely reformatting.
11776
11777 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11778
11779         * GNUmakefile.in (top-web): generate (possibly empty) examples.html
11780
11781 2002-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
11782
11783         * Documentation/user/tutorial.itely: Fix links.
11784         
11785         * Documentation/topdocs/index.tely:
11786         * Documentation/index.texi:
11787         * Documentation/header.html.in: Small website fixes and updates.
11788
11789         * debian/: Debian patch by Anthony Fok.
11790
11791 2002-09-21  Jan Nieuwenhuizen  <janneke@gnu.org>
11792
11793         * Documentation/footer.html.in: How time flies: It's already 2002!
11794
11795         * Documentation/topdocs/index.tely: Stable/development fix.  Use
11796         more descriptive link names than 'here'.
11797
11798 2002-10-03  Jan Nieuwenhuizen  <janneke@gnu.org>
11799
11800         * lily/beam.cc (rest_collision_callback): Fixed: partial rewrite.
11801
11802 2002-10-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11803
11804         * lily/part-combine-music-iterator.cc (get_state): cleanup
11805         (get_music_info): cleanup.
11806
11807 2002-10-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11808
11809         * scm/backend-documentation-lib.scm (interface-doc-string):
11810         crosslinks between interfaces and grobs. Headings for interfaces
11811         in grob explanation.
11812
11813 2002-09-30  Jan Nieuwenhuizen  <janneke@gnu.org>
11814
11815         * scm/to-xml.scm: Fixes.  input/trip.ly now parses as xml (without
11816         dtd).  Add preliminary dtd.
11817         (re-sub-alist): Robustify.
11818
11819 2002-09-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11820
11821         * lily/include/event-chord-iterator.hh,
11822         lily/context-specced-music-iterator.cc,
11823         lily/event.cc, lily/event-chord-iterator.cc: add
11824
11825 2002-09-29  Jan Nieuwenhuizen  <janneke@gnu.org>
11826
11827         * lily/: some (c) header fixes.
11828         
11829         * lily/request-chord.cc: Remove.
11830         
11831         * lily/include/event-chord-iterator.hh:
11832         * lily/include/event.hh:
11833         * lily/event-chord.cc: New file.
11834         
11835         * lily/stem-engraver.cc (acknowledge_grob): rename evented back to
11836         requested.
11837
11838 2002-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11839
11840         * lily/ : rename Request to Event
11841
11842         * lily/parser.yy (command_element): move clef stuff into Scheme.
11843
11844         * lily/:  rename length_mom () to get_length()
11845
11846         * lily/part-combine-music.cc: removed file and class.
11847
11848         * lily/context-specced-music-iterator.cc (class
11849         Context_specced_music_iterator): new file. Obsoletes the
11850         Context_specced_music type.
11851
11852         * scm/music-types.scm (make-repeated-music): put different kinds
11853         of repeated music into music-type table.
11854
11855         * VERSION: 1.7.1 released.
11856
11857         * scm/to-xml.scm: new file.
11858
11859         * input/test/to-xml.ly (fooBar): demo of what is possible with the
11860         new Input representation: dump music as XML.
11861
11862         * scm/engraver-documentation-lib.scm
11863         (engraver-accepts-music-types?): add links from music to engraver,
11864         from music-type to engraver.
11865
11866         * lily/include/command-request.hh: removed
11867         lily/include/musical-request.hh: removed. Removed all _req classes
11868         except Key_change_req. Changes throughout.
11869
11870 2002-09-28  Jan Nieuwenhuizen  <janneke@gnu.org>
11871
11872         * lily/tuplet-engraver.cc (try_music): Compile kludge.
11873
11874 2002-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11875
11876         * lily/*.cc: specify accepts for many engravers.
11877
11878         * scm/music-documentation-lib.scm: dump music expressions and
11879         music subtypes.
11880
11881         * scm/documentation-lib.scm: complete revision.
11882         Use GOOPS objects to store document tree explicitly. Cleaned up and
11883         sped up doco generation a lot.
11884
11885 2002-09-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11886
11887         * input/trip.ly (fugaIILeft): add arpeggio
11888
11889         * lily/translator-group.cc (try_music_on_nongroup_children):
11890         oops. The name symbol is in the cdr of the assoc handle.
11891
11892         * lily/:  remove Arpeggio_req, Breathing_sign_req, Extender_req,
11893         Hyphen_req, Glissando_req, Break_req, Mark_req 
11894
11895 2002-09-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11896
11897         * lily/musical-request.cc (music-duration-length,
11898         music-duration-compress): new functions.
11899
11900         * lily/ : Remove Note_req, Rest_req, Busy_playing_req. Changes
11901         throughout. Warning doesn't work yet.
11902
11903         * lily/translator-group.cc (try_music_on_nongroup_children):
11904         new implementation: store candidate acceptors in a hashTable.
11905
11906 2002-09-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11907
11908         * scm/music-types.scm (music-descriptions): change name to
11909         internal-class-name
11910
11911         * scm/chord-name.scm (chord::inner-name-banter): remove space.
11912
11913 2002-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11914
11915         * lily/beam.cc (connect_beams): don't crash if there are quarter
11916         notes in beams.
11917
11918 2002-09-24  Juergen Reuter  <reuter@ipd.uka.de>
11919
11920         * Documentation/user/refman.itely: corrected ancient clef
11921         docu; added docu on ligatures
11922
11923 2002-09-21  Juergen Reuter  <reuter@ipd.uka.de>
11924
11925         * Documentation/user/glossary.tely,
11926         Documentation/user/refman.itely, input/les-nereides.ly,
11927         input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly,
11928         input/test/bagpipe.ly, lily/stem.cc, ly/grace-init.ly,
11929         scm/grob-property-description.scm, scripts/convert-ly.py: renamed
11930         Stem properties: flag-style -> stroke-style, style -> flag-style.
11931
11932 2002-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11933
11934         * scm/music-functions.scm (music-separator?): don't use name music
11935         property.
11936
11937 2002-09-24  Jan Nieuwenhuizen  <janneke@gnu.org>
11938
11939         * stepmake/stepmake/generic-targets.make (help): Document check
11940         target.
11941
11942         * lily/new-accidental-engraver.cc: Compile fix.
11943
11944 2002-09-23  Jan Nieuwenhuizen  <janneke@gnu.org>
11945
11946         * scripts/convert-ly.py: Add rule.
11947
11948         * input/test/music-creation.ly:
11949         * input/test/add-staccato.ly:
11950         * input/test/add-text-script.ly: ly-make-music.
11951
11952         * scm/drums.scm (make-head-type-elem, make-articulation-script):
11953         More ly-make-music renamings.
11954
11955         * lily/command-request.cc: ADD_MUSIC: arpeggio_req.
11956
11957         * lily/music-constructor.cc (make_music): Add debugging info.
11958
11959         * scm/music-functions.scm (make-simultaneous-music,
11960         (make-sequential-music, context-spec-music):
11961         * scm/music-types.scm (music-descriptions): Get lily to run.
11962
11963 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11964
11965         * lily/command-request.cc (transpose_key_alist): new function.
11966
11967         * lily/key-performer.cc (create_audio_elements): cleanup. 
11968
11969 2002-09-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11970
11971         * lily/parser.yy: remove TYPED_MAKE_MUSIC().
11972
11973         * lily/include/translator.hh (ENTER_DESCRIPTION): add
11974         events-accepted field.
11975
11976         * scm/music-types.scm: new file.
11977
11978         * lily/parser.yy: put music type initialization into scheme,
11979         similar to grob initialization.  Changes throughout.
11980
11981 2002-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
11982
11983         * Documentation/user/tutorial.itely: Fix links.
11984         
11985         * Documentation/index.texi: 
11986         * Documentation/header.html.in: 
11987         * Documentation/topdocs/index.tely: Small website fixes and updates.
11988
11989         * debian/: Debian patch by Anthony Fok.
11990
11991 2002-09-21  Jan Nieuwenhuizen  <janneke@gnu.org>
11992
11993         * Documentation/footer.html.in: How time flies: It's already 2002!
11994
11995         * Documentation/topdocs/index.tely: Stable/development fix.  Use
11996         more descriptive link names than 'here'.
11997
11998         * ROADMAP: Remove test stuff.
11999
12000         * scripts/update-lily.py: Allow auto-building of stable and
12001         development versions.  Bugfixes.
12002
12003 2002-09-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12004
12005         * VERSION: released 1.7.0
12006
12007         * scm/tex.scm (header-end): enclose lily output in begingroup/endgroup.
12008
12009         * tex/lilyponddefs.tex: set hsize for plain tex, but only for
12010         positive line widths.
12011
12012 2002-09-20  Jan Nieuwenhuizen  <janneke@gnu.org>
12013
12014         * tex/lilyponddefs.tex: Handle \scoreshift and \outputscale in one
12015         go.  Fix comments.
12016
12017         * cygwin: Cygwin updates.
12018
12019 2002-09-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12020
12021         * Documentation/windows/installing.texi (Top): version for python,
12022         urls for ghostscript (thanks to John Potelle)
12023         
12024         * lily/simultaneous-music-iterator.cc
12025         (Simultaneous_music_iterator): init children_list_ before
12026         triggering GC.
12027
12028         * lily/*-iterator.cc: be even more careful with smobbed copy
12029         constructors. 
12030
12031         * lily/break-align-engraver.cc (acknowledge_grob): also typeset
12032         LeftEdge item.
12033
12034 2002-09-15  Werner Lemberg  <wl@gnu.org>
12035
12036         Improving LilyPond's output to make them ordinary TeX boxes with
12037         predictable dimensions.  System boxes are now vertically centered on
12038         the baseline; this offset can be further controlled with
12039         \lilypondscoreshift.
12040
12041         * lily/system.cc (System::post_processing): Pass length of current
12042         system to `start-system' (including any horizontal indentation).
12043
12044         * scm/tex.scm, scm/pdftex.scm: Make output of various functions
12045         prettier.
12046         (lily-def): Append `%'.
12047         (start-system): Add parameter `wd'.  Output more TeX code to specify
12048         box dimensions.
12049         (stop-system, stop-last-system): Complement changes in
12050         `start-system'.
12051         * scm/sketch.scm, scm/ps.scm, scm/pdf.scm, scm/ascii-script.scm:
12052         Updated.
12053
12054         * scripts/ly2dvi.py (global_latex_definition): Set \parindent to 0.
12055         * buildscripts/mf-to-table.py (write_tex_defs): Append `%'.
12056         Write final `\endinput'.
12057
12058         * tex/lily-ps-defs.tex, tex/lily-pdf-defs.tex,
12059         tex/lilypond-plaintex.tex, tex/lilypond-latex.tex,
12060         tex/lilyponddefs.tex, tex/titledefs.tex: Reformat code.  Assure that
12061         files and macro definitions don't produce spurious spaces and
12062         paragraphs (using \endlinechar).
12063         * tex/lilyponddefs.tex: New dimension `\scoreshift'.
12064
12065         * Documentation/user/internals.itely: Improved formatting, fixing
12066         typos.  Added a section `Output details' to describe how the TeX
12067         code looks like.
12068
12069 2002-09-17  Rune Zedeler  <rune@zedeler.dk>
12070
12071         * lily/accidental-engraver.cc: Also work with partial measures.
12072
12073 2002-09-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12074
12075         * lily/text-spanner-engraver.cc: whoops. Set bound in the correct
12076         spanner.
12077
12078 2002-09-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12079
12080         * lily/identifier-smob.cc (unpack_identifier): new file.
12081
12082         * lily/lexer.ll (identifier_type): new function.  use ly-id to
12083         pass off scheme expressions as music identifiers.
12084
12085         * scm/lily.scm: reorganisation, cleanups.
12086
12087         * lily/main.cc: small cleanups.
12088
12089 2002-09-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12090
12091         * lily/ly-module.{cc,hh}: new file.
12092
12093 2002-09-17  Rune Zedeler  <rune@zedeler.dk>
12094
12095         * lily/accidental-engraver.cc: Also work with partial measures.
12096
12097 2002-09-16  Jan Nieuwenhuizen  <janneke@gnu.org>
12098
12099         * VERSION (PACKAGE_NAME): Remove HEAD trap leftover.
12100
12101 2002-09-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12102
12103         * lily/my-lily-lexer.cc: use SCM module in stead of
12104         Scheme_hash_table. Changes throughout.  
12105
12106 2002-09-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12107
12108         * VERSION (MY_PATCH_LEVEL): make 1.7.0
12109