]> git.donarmstrong.com Git - lilypond.git/blob - ChangeLog
beb6a55059c2aad8e92d5bd159b6d59b7580804f
[lilypond.git] / ChangeLog
1 2004-06-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2
3         * Documentation/user/changing-defaults.itely (Page layout): new node.
4         (Paper size): rename node
5         (Page breaking): new node.
6         (Titling): move from invoking.
7         (File structure): new node.
8
9         * lily/parser.yy (score_body): allow \header and music anywhere in
10         \score body.
11
12 2004-06-13  Jan Nieuwenhuizen  <janneke@gnu.org>
13
14         * scm/lily.scm (ly:load): Remove page-breaking.scm.
15
16 2004-06-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
17
18         * lily/include/paper-system.hh: move cc/hh file from paper-line.*
19
20         * lily/include/paper-line.hh: rename to Paper_system.
21
22         * lily/include/paper-book.hh: doc class.
23
24         * lily/paper-book.cc (c_ragged_page_breaks): remove functions. 
25
26         * scm/page-layout.scm (plain-footer): add tagline/copyright. 
27         (plain-header): add instrument-name.
28         (default-page-make-stencil): bugfixes.
29
30         * lily/parser.yy (book_body): allow \header anywhere in \book{}
31
32         * lily/paper-book.cc: remove copyright & tagline. Remove
33         interactions with Page
34
35         * scm/page-layout.scm (ly:optimal-page-breaks): move back breaking
36         here, 
37         (default-page-make-stencil): new function
38         (default-page-music-height): new function
39         (page-headfoot): new function
40         (ly:optimal-page-breaks): generate stencils directly from here
41
42         * scm/titling.scm: new file, group titling functions
43
44 2004-06-13  Jan Nieuwenhuizen  <janneke@gnu.org>
45
46         * scm/output-gnome.scm: Handle multiple pages.
47
48         * scm/framework-gnome.scm: Do not load output-gnome.
49         (framework-gnome): Invoke output-gnome::header and
50         output-gnome::end-output as faked stencils.  Fixes experimental
51         gnome output.
52
53 2004-06-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
54
55         * input/mutopia/W.A.Mozart/mozart-hrn3-rondo.ly (rondo):
56         octavation compatibility fixes. Backportme. 
57
58         * scm/page-breaking.scm (ly:optimal-page-breaks): allow overfull
59         pages.
60         (ly:optimal-page-breaks): combine-penalties: no shortcut for
61         negative. Now we handle negative penalties (ie. \pageBreak)
62         correctly.
63
64         * lily/system.cc (get_line): extract page-penalty from the left
65         bound.
66
67         * scm/fret-diagrams.scm (fret-diagram): use @table for documentation
68
69 2004-06-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
70
71         * scm/framework-ps.scm: don't load output-XXX from framework-XXX
72
73 2004-06-12  Jan Nieuwenhuizen  <janneke@gnu.org>
74
75         * scm/output-gnome.scm: Update script.  Move development to
76         lilypond_2_3_2 branch for now.
77
78 2004-06-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
79
80         * scm/page-breaking.scm (ly:optimal-page-breaks): don't do
81         negative penalties.
82         cleanups.
83
84         * Documentation/user/changing-defaults.itely (Creating contexts):
85         index entries
86
87         * scm/page-breaking.scm (ly:optimal-page-breaks): new
88         file. Rewrite function. 
89
90         * lily/paper-book.cc (pages): new interface: page-breaking returns
91         list of line-list.
92
93         * lily/page.cc (Page): take lines argument.
94
95         * scm/document-translation.scm (all-engravers-doc): link to user man
96
97         * scm/page-layout.scm (ly:optimal-page-breaks): use penalty iso. score.
98
99         * Documentation/user/notation.itely (Relative octaves): typo.
100
101         * lily/paper-book.cc (LY_DEFINE): ly:output-formats. New function.
102
103 2004-06-11  Jan Nieuwenhuizen  <janneke@gnu.org>
104
105         * scm/output-gnome.scm: Update build script.
106
107 2004-06-10  Jan Nieuwenhuizen  <janneke@gnu.org>
108
109         * scm/output-gnome.scm: Add font scaling.  Attempt to resurrect
110         gnome backend.
111
112         * scm/framework-gnome.scm: New file.
113
114         * scm/lily.scm: Use it.
115
116         * lily/paper-outputter.cc: Janitorial cleanups.
117         (ly:outputter-dump-string): Remove unreachable statement.
118
119         * scm/framework-ps.scm: Add header.  Janitorial cleanups.
120         (ice-9): Bugfix: Add srfi-1.
121
122         * scm/framework-tex.scm: Add header.  Janitorial cleanups.
123
124 2004-06-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
125
126         * lily/new-lyric-combine-music-iterator.cc (do_quit): put warning
127         in do_quit()
128         
129 2004-06-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
130
131         * ly/book-paper-defaults.ly: set optimal-page-breaks as default
132
133 2004-06-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
134
135         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): remove
136         override of Beam::position-callbacks. Why would grace beams not be
137         quantized? Fixes: weird-stem-size-grace. 
138
139         * lily/new-lyric-combine-music-iterator.cc (find_voice): issue
140         warning only once. Backportme.
141
142         * lily/accidental-engraver.cc (number_accidentals_from_sig):
143         bugfix, 2nd try. Backportme.
144
145         * ly/vlaams.ly: new file. (Thanks Hendrik Maryns)
146
147 2004-06-04  Mats Bengtsson  <mabe@drongo.s3.kth.se>
148
149         * Documentation/user/notation.itely (Instrument transpositions):
150         Correct the name of the instrumentTransposition property.
151
152 2004-06-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
153
154         * scm/output-ps.scm (ps-font-command): fix parmesan coding too.
155
156 2004-06-04  Mats Bengtsson  <mabe@drongo.s3.kth.se>
157
158         * scripts/lilypond-book.py (output): Bug fix so preLilyPondExample
159         and postLilyPondExample are called when defined.
160
161 2004-06-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
162
163         * ly/nederlands.ly (pitchnames): use ly:parser-set-note-names.
164         This fixes setting notenames with `\include "nederlands.ly" '
165
166         * lily/my-lily-parser.cc (LY_DEFINE): ly:parser-set-note-names:
167         new function.
168
169 2004-06-01  Han-Wen Nienhuys   <hanwen@xs4all.nl>
170
171         * scm/page-layout.scm: don't do piece, it should be in score-title
172         only.
173
174         * lily/lexer.ll: lex \score separately.
175
176         * lily/paper-book.cc: junk stencil2line.
177
178         * lily/paper-line.cc (Paper_line): construct from Stencil
179         directly. No futzing with the dimensions.
180
181         * lily/include/paper-line.hh (class Paper_line): 
182
183         * lily/stencil.cc (interpret_stencil_expression): combine-stencil
184         takes arbitrary number of arguments.
185
186         * input/test/markup-score.ly (tuning): simplify example. 
187
188 2004-05-31  Han-Wen Nienhuys   <hanwen@xs4all.nl>
189
190         * lily/score.cc (LY_DEFINE): ly:score-embedded-format, new function. 
191
192         * scm/define-markup-commands.scm (score): define score-markup
193
194         * lily/parser.yy (markup): use score-markup.
195
196         * lily/score.cc: add ly:score? 
197
198 2004-05-30  Carl Sorensen <carl_sorensen@byu.edu>
199
200         * scm/fret-diagrams.scm: add fret-diagram-verbose markup; modified
201         fret-parse-string so it prepares for calls to fret-diagram-verbose
202         Changed display constants to props so they are available for
203         \override.
204         
205 2004-05-31  Han-Wen Nienhuys   <hanwen@xs4all.nl>
206
207         * VERSION: release 2.3.3
208
209         * stepmake/stepmake/generic-vars.make: unset LANG.
210
211         * input/regression/tuplet-nest.ly: bugfix.
212
213         * lily/tie-performer.cc (stop_translation_timestep): reset
214         ties_created_. Fixes: midi-tie.ly, midi-lyrics-barcheck.ly
215
216         * lily/chord-tremolo-engraver.cc (stop_translation_timestep):
217         clear repeat_ directly after setting stem_tremolo_. Fixes:
218         tremolo-repeat.ly
219
220         * input/regression/span-bar-break.ly: new file.
221
222         * scm/define-grobs.scm (all-grob-descriptions): remove
223         break-visibility from SpanBar. Fixes: piano-repeat.ly
224
225 2004-05-30  Han-Wen Nienhuys   <hanwen@xs4all.nl>
226
227         * python/lilylib.py (make_ps_images): only compute bbox when needed.
228
229         * scripts/lilypond-book.py (process_snippets): use lily -f ps
230         files for generating pngs. (failed experiment)
231
232         * scm/framework-ps.scm (output-classic-framework-ps): dump EPS
233         file with PFA fonts included.
234
235         * lily/score.cc (default_rendering): put header in too.
236
237         * lily/paper-line.cc (LY_DEFINE): change function to
238         ly:paper-line-extent
239
240         * scm/page-layout.scm (default-book-title): only add lines for
241         non-nil fields.
242         (default-score-title): idem.
243
244         * lily/my-lily-parser.cc (parse_string): delete lexer after use.
245
246         * lily/my-lily-lexer.cc (My_lily_lexer): copy keytable.
247
248         * lily/include/paper-book.hh (class Paper_book): remove height_
249         member.
250
251         * input/test/coriolan-margin.ly (texidoc): remove latex macros.
252
253         * lily/ly-module.cc (LY_DEFINE): bugfix.
254
255         * lily/paper-book.cc (book_title): separate function for the book
256         title.
257
258         * scm/page-layout.scm (default-book-title): only account for
259         markup fields.
260
261         * scm/framework-ps.scm: new file. Move high level interface from
262         output-ps.scm
263
264         * scm/music-functions.scm (def-grace-function): move macros from
265         ly/music-functions-init.ly
266
267         * lily/paper-outputter.cc (Paper_outputter): move scheme_calls to
268         framework-tex.scm
269
270         * scm/framework-tex.scm (dump-line): new file. High level
271         interface for output (pages, systems, header). 
272
273         * lily/include/page.hh (class Page): add is_last_ field.
274
275         * lily/paper-outputter.cc (print_smob): smobify Paper_outputter.
276
277         * lily/paper-book.cc (split_string): new function
278         (output): output multiple formats, i.e. --format=ps,tex
279
280         * scm/output-ps.scm (output-scopes): dump variables directly.
281         (define-fonts): rewrite for new interface
282
283         * ps/lilyponddefs.ps: remove lilypondpaper redefinitions.
284
285         * lily/paper-outputter.cc (Paper_outputter): take format argument.
286
287         * lily/main.cc (parse_argv): don't set extension for output.
288
289         * lily/clef-engraver.cc (create_clef): remove
290         Staff_symbol_referencer::set_position() call. 
291
292 2004-05-30  Nicolas Sceaux  <nicolas.sceaux@free.fr>
293
294         * ly/music-functions-init.ly (addlyrics): set the 'origin property
295         with the location argument in music function definitions.
296
297 2004-05-29  Han-Wen Nienhuys   <hanwen@xs4all.nl>
298
299         * lily/staff-symbol-engraver.cc (acknowledge_grob): remove item ->
300         staffsymbol dependency.
301
302         * lily/include/grob.hh (class Grob): live () -> is_live (). Small
303         cleanups.
304
305         * lily/book.cc (process): return Paper_book
306         (to_stencil): use Book::process().
307
308         * lily/include/my-lily-parser.hh (class My_lily_parser): remove
309         header_ field. Store in $globalheader
310
311         * lily/parser.yy (book_body): book header is initted to
312         $globalheader.
313         
314
315 2004-05-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
316
317         * input/test/fill-a4.ly: removed.
318
319         * lily/parser.yy (output_def): push scope of parent_ Output_def
320         too.
321
322 2004-05-28  Jan Nieuwenhuizen  <janneke@gnu.org>
323
324         * scm/output-gnome.scm: Update info.
325
326 2004-05-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
327
328         * lily/book-paper-def.cc: collapse Book_output_def to Output_def.
329
330         * scm/lily.scm (ly:modules-lookup): handle empty list, and more
331         than 1 module.
332
333         * lily/include/ly-module.hh (ly_use_module): rename is_module to
334         ly_c_module_p.
335
336         * scm/page-layout.scm (default-book-title): move Scheme titling
337         functions to here.
338
339         * lily/parser.yy (book_paper_block): remove scope too.
340
341         * ly/engraver-init.ly (EasyNotation): remove OrchestralScoreContext
342
343         * lily/rest.cc: add direction to rest properties.
344
345         * lily/include/output-def.hh: new file, move from
346         music-output-def.hh
347
348 2004-05-27  Jan Nieuwenhuizen  <janneke@gnu.org>
349
350         * scm/output-gnome.scm: Describe feta-cork hack.
351
352 2004-05-27  Han-Wen Nienhuys   <hanwen@xs4all.nl>
353
354         * lily/include/book-paper-def.hh: derive from Output_def 
355
356         * lily/include/paper-def.hh: move all functionality out of class.
357         Junk header.
358
359         * lily/include/music-output-def.hh: rename Music_output_def to
360         Output_def.
361
362         * input/wilhelmus.ly: only set space for Paper formatting. 
363
364         * lily/include/midi-def.hh: remove file, remove class.
365         Move functions to Music-output-def.
366
367         * lily/music-output-def.cc (Music_output_def): remove separate
368         translator table. Lookup translators in scope directly. This
369         obviates Context suffix for context identifiers, i.e.
370
371         \context {
372           \Staff
373           .. 
374           }
375
376
377         will work.
378         
379
380         * Documentation/user/notation.itely (Chords mode): typo: 13 -> 3.
381
382         * Documentation/user/changing-defaults.itely (Horizontal spacing):
383         document spacing override hack.
384
385 2004-05-27  Jan Nieuwenhuizen  <janneke@gnu.org>
386
387         * scm/output-gnome.scm: Add C-q, C-w keybindings.  Update
388         installation info.  Support point-and-click.  Add +/- zoom
389         keybindings.
390
391 2004-05-26  Han-Wen Nienhuys   <hanwen@xs4all.nl>
392
393         * VERSION: 2.3.2 released
394         
395         * lily/parser.yy (book_body): set default bookpaper.
396
397         * scm/output-tex.scm (header): kludge: hard code linewidth. 
398
399         * lily/my-lily-parser.cc (My_lily_parser): don't delete lexer.
400
401 2004-05-25  Han-Wen Nienhuys   <hanwen@xs4all.nl>
402
403         * lily/score.cc (default_rendering): scale outputdef before
404         starting.
405
406 2004-05-25  Jan Nieuwenhuizen  <janneke@gnu.org>
407
408         * scm/fret-diagrams.scm: Add header.
409
410         * scm/output-gnome.scm: Hello world :-)
411
412 2004-05-25  Han-Wen Nienhuys   <hanwen@xs4all.nl>
413
414         * scripts/lilypond.py (run_dvips): only add papersize if present.
415
416         * lily/accidental-engraver.cc (update_local_key_signature): new
417         function, fold code from initialize() and process_music().
418         (update_local_key_signature): use deep copy. This fixes one
419         problem from custom-key-signatures.ly.
420         (number_accidentals_from_sig): tighter check for
421         accidental-too-old.
422
423         * ly/engraver-init.ly: remove localKeySignature
424         definition from ChoirStaff, StaffGroup, Score.
425         
426         * lily/percent-repeat-engraver.cc (try_music): add moments for
427         barlines too. Fixes: skipbars-percent-repeat.ly.
428
429 2004-05-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
430
431         * lily/context-def.cc (filter_performers): don't go to cdrloc if
432         skipping last pair. Fixes: crash-bar-number.
433
434         * scm/fret-diagrams.scm (nil): fret-diagrams (courtesy Carl
435         D. Sorensen)
436
437         * input/test/fret-diagram.ly: new file.
438
439         * scm/paper.scm (paper-set-staff-size): scale linewidth too.
440         (scale-paper): divide by scale.
441
442 2004-05-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
443
444         * lily/rest-collision.cc (do_shift): also do nothing for the (0,2)
445         case.
446
447 2004-05-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
448
449         * scm/stencil.scm (fontify-text): reinstate function
450
451         * tex/lily-ps-defs.tex: remove lilypondblotdiam def.
452
453         * lily/book-paper-def.cc (Book_paper_def): add copy ctor.
454
455         * lily/parser.yy (book_paper_head): \bookpaper {} 
456
457         * python/midi.c: remove config.h
458
459 2004-05-18  Jan Nieuwenhuizen  <janneke@gnu.org>
460
461         * scm/output-gnome.scm: Update.
462
463 2004-05-17  Jan Nieuwenhuizen  <janneke@gnu.org>
464
465         * scm/output-gnome.scm: New file.
466
467         * lily/include/book-paper-def.hh: Add.  Janitorial fixes.
468
469 2004-05-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
470
471         * lily/book-paper-def.cc (ly_bookpaper_fonts): move from Paperdef
472         (find_scaled_font): move from Paper_def
473
474 2004-05-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
475
476         * lily/my-lily-parser.cc (LY_DEFINE): new function ly_parser_lookup
477         (LY_DEFINE): add SCM_ASSERT_TYPE everywhere.
478
479         * po/fr.po: update po.
480
481         * lily/include/book-paper-def.hh (class Book_paper_def): new file.
482
483         * lily/book-paper-def.cc (print_smob): new file.
484
485 2004-05-16  Heikki Junes <hjunes@cc.hut.fi>
486
487         * buildscripts/lilypond-words.py: search words also from
488         music-functions-init.ly.
489
490 2004-05-15  Nicolas Sceaux  <nicolas.sceaux@free.fr>
491
492         * ly/music-functions-init.ly (def-music-function): new helper
493         macro for defining music functions. \addlyrics \appoggiatura
494         \acciaccatura \grace \partcombine \autochange \applycontext
495         \applyoutput and \breathe are now defined here thanks to it.
496
497         * lily/parser.yy: 
498         * lily/my-lily-lexer.cc: \addlyrics \appoggiatura \acciaccatura
499         \grace \partcombine \autochange \applycontext \applyoutput and
500         \breathe keywords removed from the parser.
501
502         * lily/parser.yy: 
503         * lily/music-function.cc (ly_make_music_function): 
504         * lily/lexer.ll (music_function_type): added a case for 0-arg
505         music functions.
506
507 2004-05-14  Nicolas Sceaux  <nicolas.sceaux@free.fr>
508
509         * scm/ly-from-scheme.scm (read-lily-expression):  A variable
510         refering to a music expression can be used in lily-inside-scheme:
511         #{ $music #}
512
513         * lily/my-lily-parser.cc (LY_DEFINE): introduce ly:clone-parser
514         and ly:parser-define, and change ly:parser-parse-string in order
515         to make #{ $music #} work.
516
517         * scm/new-markup.scm (compile-markup-expression): when an argument
518         is a string, use `make-simple-markup'.
519
520 2004-05-14  Han-Wen Nienhuys   <hanwen@xs4all.nl>
521
522         * lily/parser.yy (My_lily_lexer): bugfix; op should be tag.  
523
524 2004-05-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
525
526         * scripts/convert-ly.py (FatalConversionError.func): handle + in
527         font-size. (backportme)
528
529 2004-05-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
530
531         * lily/paper-outputter.cc (output_stencil): dump font definitions
532         before each stencil.
533
534         * lily/include/paper-book.hh (struct Score_lines): new
535         struct. Collect info per Paper-score.
536
537         * lily/include/page.hh (class Page): to_stencil() returns Stencil
538         everywhere.
539
540         * lily/stencil.cc (find_expression_fonts): new function
541
542         * lily/paper-outputter.cc (output_stencil): use
543         interpret_stencil_expr
544
545         * lily/stencil.cc (LY_DEFINE): ly_stencil_fonts: new function.
546         (interpret_stencil_expr): new function. Generic stencil
547         interpretation.
548
549         * lily/paper-def.cc (find_scaled_font): divide lookup
550         magnification by outpuscale for non-virtual fontmetrics. This
551         fixes ludicrously long font definitions for text
552         fonts. (backportme)
553
554         * lily/score-engraver.cc: remove
555         {Engraver,Score_engraver}::typeset_grob(), remove all calls.
556
557 2004-05-09  Jan Nieuwenhuizen  <janneke@gnu.org>
558
559         * input/test/markup-score.ly: Remove \notes.
560
561         * lily/parser.yy (book_body): Grok Composite_music and \header.
562         (markup): Push NOTES mode before score_block.
563
564         * VERSION: release 2.3.1
565         
566         * mf/feta-klef.mf: 
567         * mf/feta-bolletjes.mf: Oops.  Comment-out canvast test code.
568
569         * Documentation/user/programming-interface.itely: Use @emph (was: @em).
570
571         * Documentation/user/out/tutorial.texi: Untrigger lilypond-book error.
572
573 2004-05-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
574
575         * scm/output-tex.scm (output-tex-string): tighten safe security.
576
577         * lily/scm-option.cc (LY_DEFINE): add 'safe to ly:get-option
578
579         * scm/safe-lily.scm (make-safe-lilypond-module): new file. Define
580         allowed ly functions.
581
582         * lily/ly-module.cc (ly_module_define): only define variable if
583         bound.
584         (ly_make_anonymous_module): take safe option.
585
586 2004-05-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
587
588         * scripts/lilypond-book.py (compose_ly): remove FRAGMENT_LY.
589
590 2004-05-08  Jan Nieuwenhuizen  <janneke@gnu.org>
591
592         * input/regression/newaddlyrics.ly: Fix.
593
594         * Documentation/user/tutorial.itely: Use \newlyrics, remove most
595         \score \notes.
596
597 2004-05-08  Heikki Junes <hjunes@cc.hut.fi>
598
599         * Documentation/user/music-glossary.tely ([k-z]): last fixes.
600
601 2004-05-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
602
603         * input/mutopia/R.Schumann/romanze-op28-2.ly (d): use #(define .. )
604
605         * lily/paper-line.cc (Paper_line): don't store list of stencils,
606         but convert to single Stencil immediately.
607
608         * lily/paper-book.cc (title): don't return Stencil* but Stencil.
609
610 2004-05-07  Jan Nieuwenhuizen  <janneke@gnu.org>
611
612         * scm/output-sodipodi.scm: Resurrect sodipodi output.
613
614 2004-05-07  Kristof Bastiaensen  <kristof.bastiaensen@vleeuwen.org>
615
616         * elisp/lilypond-mode.el: Changed the way defaults are created for
617         LilyPond-command-master.  LilyPond-mode will now check the
618         timestamps of the files to see which command has to run next.
619
620 2004-05-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
621
622         * scm/bass-figure.scm (format-bass-figure): don't set
623         number-markup for strings. This fixes string in bass
624         figure. (backportme)
625
626         * lily/parser.yy (bass_number): insert number-markup into figure
627         definition.
628
629         * scm/define-music-properties.scm (all-music-properties): make
630         'figure a markup.
631
632         * scripts/convert-ly.py (conv): \apply -> \applymusic
633
634 2004-05-06  Kristof Bastiaensen  <kristof.bastiaensen@vleeuwen.org>
635
636         * elisp/lilypond-mode.el: changed the order of some commands
637         ("Midi" after "2Midi"), use the user-defined
638         LilyPond-command-default as default instead of "LilyPond"
639
640         * elisp/lilypond-mode.el: added a LilyPond-master-file variable,
641         to set the master file for the next command.
642
643         * elisp/lilypond-font-lock.el: replaced font-lock-warning-face
644         with font-lock-reference-face.
645
646 2004-05-07  Heikki Junes <hjunes@cc.hut.fi>
647
648         * Documentation/user/music-glossary.tely ([ab]*): small fixes.
649
650         * Documentation/user/music-glossary.tely ([c-l]*): more fixes.
651
652 2004-05-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
653
654         * ly/music-functions-init.ly (TODO): new file.
655
656         * lily/parser.yy (Generic_prefix_music_scm): add more
657         music_function symbols.
658         (Prefix_composite_music): change \apply to music-function   
659
660         * lily/include/music-function.hh: rename to music-function
661
662 2004-05-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
663
664         * lily/music-head.cc (LY_DEFINE): change order of args.
665
666         * input/regression/music-head.ly (texidoc): new file.
667
668         * lily/parser.yy (Generic_prefix_music): allow generic
669         music-transformation functions. 
670
671         * lily/include/music-head.hh (is_music_head): new file.
672
673         * lily/music-head.cc (get_music_head_transform): new file.
674
675 2004-05-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
676
677         * lily/ottava-bracket.cc (print): use coordinate, not (0,0) for
678         empty extent. This fixes ottava brackets on rests. (backportme)
679
680         * make/lilypond.redhat.spec.in (Group): ln png files for info.
681
682         * lily/piano-pedal-engraver.cc (create_text_grobs): core dump fix.
683
684         * cygwin/lily-wins.py: update for the lily-wins.py script.
685
686 2004-05-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
687
688         * lily/score-engraver.cc (typeset_all): switch off unbound spanner
689         code. This will obviate typeset_grob () in the future.  The effect
690         of this is that improperly written spanner handling will result in
691         invalid spanner bounds.
692         (announce_grob): add to elems_ from here
693         (typeset_grob): comment out.  
694
695         * lily/include/engraver.hh (make_spanner): new calling interface
696         for make_{item,spanner}. This obviates most calls to
697         announce_grob().
698                 
699         * scm/music-functions.scm (set-accidental-style): use GrandStaff
700         iso. PianoStaff for piano styles.
701
702 2004-05-03  Heikki Junes <hjunes@cc.hut.fi>
703
704         * Documentation/user/music-glossary.tely: add segno after d.s.
705
706 2004-05-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
707
708         * lily/include/audio-column.hh: remove unused variables.
709         (patch by Michael Welsh Duggan)
710
711         * flower/include/axes.hh (other_axis): inline Axes function
712         (thanks to David Brandon).
713
714 2004-05-02  Jan Nieuwenhuizen  <janneke@gnu.org>
715
716         * cygwin/mknetrel: Install image links (backportme).
717
718         * Documentation/user/GNUmakefile (local-install-info): Activate
719         actual installing of image links (backportme).
720
721 2004-04-30  Mats Bengtsson  <mabe@drongo.s3.kth.se>
722
723         * Documentation/user/notation.itely (Measure repeats): Removed
724         unnecessary (and confusing) \context Voice{.
725
726 2004-04-29  Jan Nieuwenhuizen  <janneke@gnu.org>
727
728         * Documentation/topdocs/NEWS.texi: Mention use of \score as markup.
729
730         * lily/page.cc (Page): Do not use ly_scheme_function for
731         volatile/configurable variables (FIXME: better name).
732
733         * lily/music-output-def.cc (c_lookup_variable): Rename (WAS:
734         get_scmvar).
735
736 2004-04-29  Han-Wen Nienhuys   <hanwen@xs4all.nl>
737
738         * scripts/convert-ly.py (FatalConversionError.subst): use
739         \transposition.
740
741 2004-04-29  Jan Nieuwenhuizen  <janneke@gnu.org>
742
743         * lily/include/page.hh (class Page): Declare left_margin ().
744
745         * lily/page.cc: Remove paper var caching.
746
747 2004-04-28  Jan Nieuwenhuizen  <janneke@gnu.org>
748
749         * Documentation/user/music-glossary.tely: Add name to @top node.
750         Remove comment from @table definitions (workaround for makinfo
751         bug).
752
753         * lily/stencil-scheme.cc (ly:stencil-expr): Rename (was:
754         ly:stencil-get-expr).  Update callers.
755         (ly:stencil-align-to!):  Return stencil too.
756
757         * lily/paper-outputter.cc (output_page): Bugfix.  Use page
758         stencil.  Remove looped line-based page output.
759         (output_line): Use line stencil.  Remove looped stencil-based line
760         output.
761
762         * lily/page.cc (ly:page-paper-lines): New function.
763
764         * input/test/markup-score.ly: New file.
765
766         * scm/define-markup-commands.scm (stencil): New markup.
767
768         * lily/book.cc (to_stencil): New method.
769
770         * lily/parser.yy (markup): Use it to grok \score.
771
772 2004-04-27  Jan Nieuwenhuizen  <janneke@gnu.org>
773
774         * lily/stencil.cc (expr): Rename (was: get_expr).  Update callers.
775
776         * lily/paper-book.cc (pages): Change signature.  Update callers.
777
778         * lily/include/page.hh:
779         * lily/page.cc: New file.
780
781         * lily/paper-line.cc (to_stencil): New method.
782         
783         * lily/paper-outputter.cc (output_stencil): New method.
784
785         * lily/paper-outputter.cc (output_line): Use them.
786
787         * lily/warn.cc: Remove.
788
789         * lily/my-lily-parser.cc (distill_inname): Remove.
790
791         * flower/include/file-name.hh: 
792         * flower/file-name.cc: New file.  Update users.
793
794         * flower/file-path.cc [CYGWIN]: Junk testing code.  Remove Path.
795         (find): New method of same name.
796
797         * lily/my-lily-parser.cc (ly:parse-file): Use it.
798
799         * lily/scm-option.cc (ly:set-option, ly:get-option): Bugfix:
800         constant error message.
801
802 2004-04-27  Heikki Junes <hjunes@cc.hut.fi>
803
804         * input/test/{blank-notes.ly,staff-container.ly}: typos.
805
806 2004-04-26  Jan Nieuwenhuizen  <janneke@gnu.org>
807
808         * Documentation/user/music-glossary.tely: @table @strong' replaced
809         by `@table @samp @c @strong'.  This fixes invalid makeinfo output
810         (backportme).
811
812 2004-04-25  Nicolas Sceaux  <nicolas.sceaux@free.fr>
813
814         * scm/lily.scm (ly:load): Add ly-from-scheme.scm loading.
815
816         * scm/ly-from-scheme.scm: New file. Introduce a new syntax:
817         #{ lily music expression #} that returns an equivalent scheme
818         music expression by parsing the string.
819
820 2004-04-25  Jan Nieuwenhuizen  <janneke@gnu.org>
821
822         * lily/my-lily-parser.cc:
823         * lily/my-lily-lexer.cc: Another step towards parsing ly code from
824         SCM string (foo.ly/toto.scm support).
825
826 2004-04-24  Jan Nieuwenhuizen  <janneke@gnu.org>
827
828         * lily/my-lily-parser.cc (ly:parser-parse-string): New function.
829
830 2004-04-21  Jan Nieuwenhuizen  <janneke@gnu.org>
831
832         * input/regression/newaddlyrics.ly: Remove lilypond-book kludge.
833
834         * scripts/lilypond-book.py: LY code that includes \header is
835         not assumed to be a fragment.
836
837 2004-04-20  Jan Nieuwenhuizen  <janneke@gnu.org>
838
839         * lily/stem-tremolo.cc (print): If stem direction == CENTER, move
840         tremolo beams up.
841
842         * lily/stem.cc (chord_start_y): Return 0 if no heads.
843         (get_default_stem_end_position): No tremolo head juggling if no
844         heads.  Fixes tremolo crash on rests (backportme).
845
846         * scripts/abc2ly.py: Oops use [\]proper[ty] 2.2 syntax.
847
848 2004-04-19  Jan Nieuwenhuizen  <janneke@gnu.org>
849
850         * scripts/abc2ly.py: ABC beams preserve support (courtesy Guy
851         Gascoigne-Piggford).  Also: TAB and whitespace fixes.
852
853         * lily/lexer.ll: Allow \encoding in NOTES mode.
854
855         * buildscripts/mf-to-table.py (write_fontlist): Use \lyrics
856         for lyrics, not for commands.
857
858         * lily/parser.yy (scalar): Bugfix: accept LYRICS_STRING.
859         FIXME: Replace some `Music's with Grouped_music_list; fixes make web.
860
861         * input/regression/newaddlyrics.ly: New file.
862
863         * Documentation/topdocs/NEWS.texi: Update.
864
865         * lily/parser.yy (new_lyrics): Return SCM list of lyric musics.
866         (Music_list): Allow embedded scm.
867
868         * lily/score.cc (ly:score-bookify): New function.
869
870         * lily/music.cc (ly:music-scorify): Idem.
871
872         * lily/my-lily-parser.cc (ly:parser-print-book): Idem.
873         (ly:parser-print-score): Idem.
874
875         * scm/lily.scm (default-toplevel-book-handler): Idem.
876         (default-toplevel-music-handler): Idem.
877         (default-toplevel-score-handler): Idem.
878
879         * ly/declarations-init.ly: Set default toplevel handlers.
880
881         * lily/parser.yy (book_block, score_block, toplevel_music): Use them.
882
883         * scripts/lilypond-book.py (PREAMBLE_LY): Select classic score
884         printer for score at toplevel.
885
886 2004-04-18  Jan Nieuwenhuizen  <janneke@gnu.org>
887
888         * lily/parser.yy (NEWLYRICS): Switch to LYRICS mode for lyrics.
889         Fix for simple case: input/simple-song.ly, more complex stuff
890         does not work yet.
891
892 2004-04-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
893
894         * lily/parser.yy (Prefix_composite_music): split Composite_music
895         in Prefix_composite_music and Grouped_music_list.
896         (re_rhythmed_music): use Grouped_music_list for NEWLYRICS.
897
898 2004-04-18  Jan Nieuwenhuizen  <janneke@gnu.org>
899
900         * scm/lily.scm (toplevel-expression): New define.
901
902         * lily/my-lily-parser.cc (ly:parser-add-book-and-score): New function.
903
904         * lily/parser.yy (toplevel_expression): Use it.
905
906         * lily/include/my-lily-parser.hh: Smobbify.
907
908         * lily/my-lily-parser.cc (parse_string): New method.
909         
910         * lily/my-lily-parser.cc (ly:parse-string): New function.
911
912         * Documentation/user/lilypond.tely: Add comment and workaround for
913         gs-8.01 crash.  Fixes make web.
914
915         Simplification of toplevel music.
916         
917         * lily/lexer.ll, lily/parser.yy:
918
919         * In LYRICS mode, return LYRICS_STRING.  This fixes one
920         shift/reduce problem.
921
922         * Use NOTES mode at start of maininput.
923
924         * Grok toplevel composite music expression, put in score and book.
925
926         * Grok \relative COMPOSITE_MUSIC, make relative on middleC.
927
928         * \newlyrics is a shortcut for \context Lyrics \lyricsto "" \lyrics
929
930         * input/simple.ly: New file.
931         
932         * input/simple-song.ly: Idem.
933
934 2004-04-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
935
936         * lily/parser.yy: rename NEWADDLYRICS to LYRICSTO. Thanks to Erik
937         Sandberg.
938
939 2004-04-17  Jan Nieuwenhuizen  <janneke@gnu.org>
940
941         * scm/font.scm (add-cmr-fonts): Narrow bold is ecrb.
942
943 2004-04-17  Heikki Junes <hjunes@cc.hut.fi>
944
945         * input/regression/accidental-octave.ly: doc automatic showing
946         of note names.
947
948 2004-04-16  Heikki Junes <janneke@gnu.org>
949
950         * po/fi.po: do "make po && make -C po po-update" at top-level,
951         then "cp po/out/fi.po po/fi.po" and update fields.
952
953         * po/fi.po: remove all designations of `fuzzy'; shows those elements.
954
955 2004-04-15  Jan Nieuwenhuizen  <janneke@gnu.org>
956
957         * Documentation/user/introduction.itely (About this manual): Fix
958         templates and regression urls (backportme).
959
960 2004-04-14  Mats Bengtsson  <mabe@drongo.s3.kth.se>
961
962         * ly/engraver-init.ly (Score:graceSettings): Increase
963         beamed-lengths, especially for 32nd notes.
964
965         * Documentation/user/notation.itely (Grace notes): Correct the
966         syntax for add-grace-property example.
967
968 2004-04-13  Jan Nieuwenhuizen  <janneke@gnu.org>
969
970         * flower/parse-afm.cc [METATYPE1_BUG]: Grok Metatype1's global
971         `Generated' tag.
972
973         * scm/font.scm (add-cmr-fonts): Use super-cm/lmodern fonts.  NOT.
974         Severely broken (the Debian package, at least).
975
976 2004-04-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
977
978         * lily/context.cc (find_create_context): assign to lvalue.
979
980 2004-04-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
981
982         * lily/include/translator.hh (class Translator): rename
983         get_parent_context() to context () to avoid confusion.
984
985         * lily/include/lily-guile.hh: is_x -> ly_c_X_p naming.
986
987         * lily/lexer.ll: change is_string -> ly_c_string_p 
988
989         * input/mutopia/J.S.Bach/wtk1-fugue2.ly (bassdux): use \book.
990
991         * input/mutopia/W.A.Mozart/mozart-hrn-3.ly: use \book.
992
993         * VERSION: release 2.3.0
994
995         * mf/feta-nummer-code.mf: use ascii names for number glyphs.
996
997         * buildscripts/mf-to-table.py (parse_logfile): only prepend group-
998         if nonempty.
999
1000         * lily/include/context.hh (class Context): make members protected.
1001         (children_contexts): new accessor function.
1002
1003         * lily/include/translator.hh (class Translator): make
1004         daddy_context_ protected.
1005         (class Translator): clean up. 
1006
1007         * lily/include/context.hh (class Context): make daddy_context_
1008         private.
1009
1010         * lily/lyric-engraver.cc (get_voice_to_lyrics): recursively go
1011         higher for finding Voice. (backportme)  
1012
1013         * lily/include/context.hh (class Context): remove
1014         find_context_below() as a method.
1015
1016         * Documentation/user/notation.itely (The Lyrics context): add note
1017         about manual durations
1018
1019         * ly/chord-modifiers-init.ly (blackTriangleMarkup): use TeX-math
1020         encoding.
1021
1022         * scm/output-tex.scm (text): dump \inputencoding{} for text.
1023
1024 2004-04-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1025
1026         * scripts/lilypond.py (global_latex_preamble): remove latin1 from
1027         \usepackage{inputenc}
1028
1029         * lily/paper-book.cc (classic_output): don't advance Offset for
1030         TeX output.
1031
1032         * make/mutopia-rules.make ($(outdir)-$(PAPERSIZE)/%.dvi): include
1033         ec-sauter.map in rules
1034
1035         * mf/ecb.mf (font_identifier): new file, based on ecbx
1036
1037         * mf/ecb10.mf (gensize): new file.
1038
1039         * Documentation/topdocs/NEWS.texi (Top): document some more new
1040         features.
1041
1042         * ly/declarations-init.ly: run convert-ly
1043
1044         * lily/my-lily-parser.cc (LY_DEFINE): move parse-file function
1045         from input-file-results. Remove input-file-results.* 
1046
1047 2004-04-11  Jan Nieuwenhuizen  <janneke@gnu.org>
1048
1049         * scm/output-ps.scm (font-command): Fix, again.
1050
1051         * input/test/title-markup.ly: Add \noPagebreak test.
1052
1053         * lily/score-engraver.cc (try_music): Bugfix.
1054
1055 2004-04-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1056
1057         * lily/main.cc (main_with_guile): excise dependency options -M and
1058         --dep-prefix
1059
1060         * lily/input-file-results.cc: excise Makefile dependency code
1061
1062         * Documentation/user/invoking.itexi (Invoking the lilypond
1063         binary): remove dep doco
1064         
1065         * lily/main.cc (main_with_guile): call lilypond-main
1066         
1067         * scm/lily.scm (lilypond-main): new function: handle multiple files.
1068
1069         * lily/input-file-results.cc (LY_DEFINE): throw ly-file-failed
1070         exception.
1071
1072         * lily/my-lily-parser.cc: remove paper_description function
1073
1074         * lily/music-output-def.cc (LY_DEFINE): ly:output-description
1075         new function.
1076
1077         * lily/main.cc: remove global_score_count.
1078
1079         * lily/book.cc (process): don't take header from global_input_file.
1080
1081         * buildscripts/lilypond-profile.sh (Error): set GS_FONTPATH
1082
1083         * lily/parser.yy (My_lily_lexer): remove current_parser global var.
1084
1085         * lily/music-output-def.cc (LY_DEFINE): new function
1086         ly_output_description. This function does the bulk for  setting,
1087         parsing and breaking down of an input file.
1088
1089         * lily/ly-module.cc (ly_make_anonymous_module): don't protect
1090         anonymous modules globally. Let's hope they get GCd
1091
1092         * scripts/lilypond.py (run_dvips): add sauter-mftrace.map 
1093
1094 2004-04-11  Jan Nieuwenhuizen  <janneke@gnu.org>
1095
1096         * scm/output-ps.scm (header): Papersize from paper.
1097
1098         * scripts/lilypond.py (global_latex_preamble): Oldish behaviour
1099         for classic output.
1100
1101         * tex/lilyponddefs.tex (interscoreline): Oldish behaviour if
1102         lilypondclassic is defined.
1103         (lilypondstart): Oldish behaviour if lilypondclassic is defined.
1104
1105         * input/regression/between-systems.ly: Remove.
1106
1107         * python/lilylib.py (get_bbox): Fix regular expression
1108         for bounding box.
1109
1110         * tex/lilyponddefs.tex (lilypondpagebreak): New overridable macro.
1111
1112         * scm/output-tex.scm (stop-page): Use it.
1113
1114         * scm/output-ps.scm (define-fonts): Bugfix.
1115
1116         * lily/grob.cc: Add penalty to interface.
1117
1118         * lily/include/paper-line.hh (class Paper_line): New member
1119         var penalty_.
1120
1121         * lily/system.cc (get_line): Initialise Paper_line with
1122         page-penalty's from original grobs.
1123
1124         * scm/define-music-properties.scm (all-music-properties): Add
1125         page-penalty.
1126
1127         * scm/define-grob-properties.scm (all-grob-descriptions): Idem.
1128
1129         * lily/score-engraver.cc (try_music): Handle page-penalty.
1130
1131         * ly/declarations-init.ly (pagebreak, noPagebreak): New command.
1132
1133 2004-04-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1134
1135         * ly/declarations-init.ly (melismaEnd): typo
1136
1137         * scm/font.scm (add-cmr-fonts): caps is eccc, ecsc is slanted caps.
1138
1139         * scm/output-ps.scm (text): split string into spaces, use moveto
1140         for setting space. 
1141         
1142 2004-04-10  Jan Nieuwenhuizen  <janneke@gnu.org>
1143
1144         * po/nl.po: Update.
1145
1146         * scm/font.scm (add-cmr-fonts): Typo.
1147
1148 2004-04-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1149
1150         * scm/font.scm (add-cmr-fonts): add sauter fonts under latin1
1151         font-encoding.
1152
1153         * scm/define-grobs.scm (all-grob-descriptions): idem.
1154
1155         * lily/time-signature.cc (numbered_time_signature): idem.
1156
1157         * scm/font.scm (add-cmr-fonts): use real encoding names for
1158         font-encoding.
1159
1160 2004-04-10  Jan Nieuwenhuizen  <janneke@gnu.org>
1161
1162         * lily/paper-book.cc (classic_output): 
1163         * tex/lilyponddefs.tex (lybox): Add height, and proper raising.
1164         Fixes classic output.
1165         (lilypondstart):
1166         * scripts/lilypond.py (global_latex_preamble): Remove topmargin
1167         kludge.
1168
1169         * scripts/old-lilypond-book.py: Remove.
1170
1171         Page layout for SCOREs enclosed in a BOOK:
1172
1173         * scripts/lilypond.py: Remove LaTeX titling kludge.  Remove page
1174         layout tweaking.
1175
1176         * input/les-nereides.ly (theScore): Add \book.
1177         
1178         * input/test/title-markup.ly: Add \book.
1179
1180         * scm/page-layout.scm (ly:optimal-page-breaks): Debugging output
1181         only if 'verbose.
1182
1183         * lily/include/paper-book.hh (PAGE_LAYOUT): Remove.
1184
1185         * lily/paper-outputter.cc (output_line): Remove PAGE_LAYOUT check.
1186
1187         * tex/lilyponddefs.tex (lilypondstart, lybox, lyitem):
1188         * scm/output-tex.scm (start-system): Update for page layout by
1189         LilyPond.
1190
1191         * scm/output-ps.scm (start-system): Previously (new-start-system).
1192
1193         * lily/paper-outputter.cc (output_header): Uniquify list of fonts
1194         passed to define-fonts.
1195
1196         * lily/paper-column.cc: 
1197         * lily/system.cc (get_line):
1198         * ly/property-init.ly (newpage): 
1199         * scm/define-grob-properties.scm:
1200         * scm/output-ps.scm: 
1201         * scm/output-tex.scm: Remove between-system-string kludge.
1202
1203         * scm/output-ps.scm (define-fonts, font-command,
1204         font-load-encoding): Handle ENCODING = #f.
1205
1206         * scm/output-tex.scm (output-scopes): Check if variable is bound.
1207
1208         * scm/define-markup-commands.scm (fill-line): Use
1209         make-simple-markup (WAS: unexisting make-word-markup).
1210
1211         * lily/text-item.cc (interpret_markup): Bugfix, transpose
1212         ENCODING, MARKUP parameters for interpret_string.
1213
1214         * lily/input-file-results.cc (do_one_file): Remove Paper_book hack.
1215
1216         * lily/score.cc (book_rendering): New method.
1217         (default_rendering): Create Paper_book helper locally, dump
1218         output.
1219
1220         * lily/my-lily-lexer.cc (the_key_tab): Add book.
1221
1222         * lily/parser.yy: Handle \book.
1223
1224         * lily/include/book.hh: 
1225         * lily/book.cc: New file.
1226
1227 2004-04-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1228
1229         * lily/text-item.cc (interpret_string): new file, select font with
1230         encoding.
1231
1232         * lily/include/lily-guile.hh: ly_XXX_p -> is_XXX. Changes throughout.
1233
1234         * scm/define-markup-commands.scm (encoded-simple): new markup command.
1235
1236         * lily/parser.yy (markup): take encoding from lexer.
1237
1238 2004-04-09  Jan Nieuwenhuizen  <janneke@gnu.org>
1239
1240         * lily/kpath.cc (kpathsea_find_tfm): Do not trigger TFM generation.
1241
1242         * scm/output-ps.scm: Remove some cruft.
1243
1244 2004-04-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1245
1246         * lily/kpath.cc (kpathsea_find_tfm): don't make unfound TFMs/AFMs.
1247
1248         * Documentation/user/lilypond.tely (Top): manual for v2.3 (backportme)
1249
1250 2004-04-09  Jan Nieuwenhuizen  <janneke@gnu.org>
1251
1252         * scm/font.scm (add-century-schoolbook-fonts):
1253         (make-century-schoolbook-tree): New function.
1254
1255         * input/test/title-markup.ly: Use Century Schoolbook font.
1256
1257 2004-04-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1258
1259         * scripts/convert-ly.py: limited old-style markup convert. (Thanks
1260         to Erik Sandberg) 
1261
1262         * lily/font-metric.cc (LY_DEFINE): new function, return fontName.
1263
1264         * scm/output-ps.scm (define-fonts): remove hack for feta/parmesan.
1265
1266         * lily/font-metric.cc (LY_DEFINE): change to ly:font-filename
1267
1268         * scm/encoding.scm (coding-alist): add AdobeStandardEncoding
1269
1270 2004-04-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1271
1272         * scm/part-combiner.scm (determine-split-list): bugfix: if no
1273         solo-state (at end of solo), we can set the solo status
1274         too. (backportme.)
1275
1276         * input/regression/part-combine-solo-end.ly: new file.
1277
1278 2004-04-08  Jan Nieuwenhuizen  <janneke@gnu.org>
1279
1280         * scripts/abc2ly.py (parse_file): Strip \r from lines.  Fixes DOS
1281         flavour abc files.  Really ignore unknown keys (backportme).
1282
1283 2004-04-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1284
1285         * lily/scaled-font-metric.cc (text_dimension): only multiply with
1286         magnification_ when looking up in orig_.
1287
1288         * scm/output-tex.scm (text): switch off char-mapping.
1289
1290         * lily/tfm.cc (coding_scheme): replace ' ' in encoding with '-',
1291         because AFM's encoding field cannot have spaces.
1292
1293 2004-04-08  Jan Nieuwenhuizen  <janneke@gnu.org>
1294
1295         * scm/output-ps.scm (define-fonts): More re/encoding tweaking.
1296
1297 2004-04-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1298
1299         * lily/paper-def.cc (find_scaled_font): change to inputencoding.
1300
1301         * mf/cmr.enc: new file, without hi-bit ascii info. 
1302
1303         * lily/bezier-bow.cc (slur_shape): make indent dependent on
1304         width. This removes the 'hook' at the end of a long slur.
1305
1306         * buildscripts/mf-to-table.py (parse_logfile): don't append
1307         encoding to fontname.
1308
1309 2004-04-07  Jan Nieuwenhuizen  <janneke@gnu.org>
1310
1311         * scm/output-ps.scm (define-fonts): Load .enc only once.
1312
1313         * mf/GNUmakefile (INSTALLATION_OUT_SUFFIXES): Install .enc files
1314         too.
1315
1316 2004-04-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1317
1318         * buildscripts/mf-to-table.py (parse_logfile): remove spaces from
1319         encoding field.
1320
1321         * lily/stencil-scheme.cc: remove ly:fontify-atom 
1322
1323         * ly/portuges.ly (pitchnames): new file.
1324
1325         * lily/include/lily-guile.hh: many new ly_ functions.  Thanks to
1326         Michael Welsh Duggan
1327
1328         * lily/*.cc: deprecate gh_ interface. Thanks to Michael Welsh Duggan
1329
1330         * ly/nederlands.ly: add comment about digits.
1331
1332         * lily/scaled-font-metric.cc (derived_mark): idem.
1333
1334         * scm/encoding.scm (make-encoding-mapping): change permutation to
1335         mapping.
1336
1337         * lily/scaled-font-metric.cc (derived_mark): is a const method.
1338         (Modified_font_metric): make alist for coding_description_
1339         (LY_DEFINE): remove coding-name.
1340
1341         * scm/output-tex.scm (text): remove debugging code.
1342
1343         * lily/scaled-font-metric.cc (ly_font_encoding): return vector
1344
1345         * buildscripts/mf-to-table.py (parse_logfile): read EncodingScheme
1346         from infile.
1347
1348         * mf/feta-generic.mf: move fet_beginfont into generic code.
1349         use fetaMusic (without space) as encoding
1350
1351         * mf/feta-autometric.mf: take encoding argument
1352
1353         * lily/afm.cc (read_afm_file): bugfix, read global info too. 
1354
1355         * lily/my-lily-lexer.cc (set_identifier): remove gh_scm2newstr
1356         use.
1357
1358         * scm/encoding.scm (read-encoding-file): use symbol for glyph
1359         name.
1360
1361 2004-04-07  Jan Nieuwenhuizen  <janneke@gnu.org>
1362
1363         * input/test/title-markup.ly: Set inputencoding.
1364
1365         * scm/output-ps.scm (define-fonts): Handle font re-encoding.
1366
1367         * lily/scaled-font-metric.cc (ly:font-coding-name): New function.
1368
1369         * scm/encoding.scm (get-coding-filename, get-coding-command): New
1370         function.
1371         (coding-alist): Also hold filename, command.
1372         (read-encoding-file): Return symbols.
1373
1374 2004-04-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1375
1376         * scm/output-tex.scm: remove fontify; text and char take a font
1377         argument.
1378
1379         * lily/tfm.cc (name_to_index): new function, use encoding_table_.
1380
1381         * lily/scaled-font-metric.cc (text_dimension): init
1382         coding_{permutation,table}_ too 
1383         (LY_DEFINE): ly:font-encoding, new function return
1384
1385         * lily/paper-def.cc (find_scaled_font): take input coding from
1386         inputcoding paper var.
1387
1388         * lily/performance.cc (output): remap modulo 16.
1389
1390         * lily/text-item.cc (interpret_markup): whoops, variable
1391         shadowing fixed.
1392
1393 2004-04-06  Michael Welsh Duggan  <mwd@sei.cmu.edu>
1394
1395         * lily/piano-pedal-performer.cc (try_music): Compare symbols to
1396         symbols, not symbols to strings.
1397         
1398         * lily/piano-pedal-engraver.cc (try_music): Compare symbols to
1399         symbols, not symbols to strings.
1400
1401 2004-04-06  Jan Nieuwenhuizen  <janneke@gnu.org>
1402
1403         * lily/kpath.cc (kpathsea_gulp_file_to_string): 
1404         (ly:kpathsea-gulp-file): New function.
1405
1406         * scm/encoding.scm (read-encoding-file): Use it.
1407
1408 2004-04-06  Werner Lemberg  <wl@gnu.org>
1409
1410         * scm/encoding.scm (coding-alist): Fix typo.
1411
1412 2004-04-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1413
1414         * lily/scaled-font-metric.cc (text_dimension): move function from
1415         Font_metric
1416         (make_scaled_font_metric): init coding_scheme_ to TeX
1417         (text_dimension): use get-coding-vector for non TeX coding_scheme_
1418
1419         * lily/include/scaled-font-metric.hh (struct
1420         Modified_font_metric): rename from Scaled_font_metric
1421
1422         * scm/encoding.scm (read-encoding-file): split up large function,
1423         leave caching to (delay)
1424
1425         * lily/lily-guile.cc (LY_DEFINE): typecheck argument.
1426
1427 2004-04-05  Jan Nieuwenhuizen  <janneke@gnu.org>
1428
1429         * lily/my-lily-lexer.cc (set_encoding): New method.
1430
1431         * lily/lexer.ll: Grok \encoding.
1432
1433         * lily/font-metric.cc (get_encoded_index): New function.
1434
1435         * lily/include/font-metric.hh (coding_scheme): New method.
1436
1437         * scm/encoding.scm: New file.
1438
1439         * mf/feta-beugel.mf: Better error message (WAS: `foobar').
1440
1441 2004-04-05  Werner Lemberg  <wl@gnu.org>
1442
1443         * Documentation/user/tutorial.itely: Revised (finished).
1444
1445         * Documentation/user/macros.itexi (@separate): Removed.
1446
1447 2004-04-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1448
1449         * scm/output-ps.scm (define-fonts): fix scaling.
1450
1451         * lily/scaled-font-metric.cc (design_size): add function.
1452
1453         * lily/font-metric.cc (LY_DEFINE): opps ly:font-design-size is only
1454         partial cut&paste of ly:font-magnification.
1455
1456 2004-04-05  Jan Nieuwenhuizen  <janneke@gnu.org>
1457
1458         * scm/output-ps.scm (define-fonts):
1459         (fontify): Update.
1460
1461 2004-04-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1462
1463         * po/fr.po: update. (backportme).
1464
1465         * po/nl.po: update. (backportme). 
1466
1467         * mf/feta-beugel.mf: document why design size is not fixed.
1468
1469         * mf/feta-braces-a.mf: rename to stress that it's not design size.
1470
1471 2004-04-04  Werner Lemberg  <wl@gnu.org>
1472
1473         * Documentation/user/tutorial.itely: Revised (continued).
1474
1475 2004-04-03  Jan Nieuwenhuizen  <janneke@gnu.org>
1476
1477         * po/nl.po: Update (backportme).
1478
1479 2004-04-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1480
1481         * po/de.po: update. (backportme).
1482
1483         * scm/output-tex.scm (font-command): use ly: functions to
1484         construct name.
1485         (define-fonts): don't use alist, just dump \font definitions.
1486         (font-load-command): calculate proper scaling by taking
1487         outputscale from paper argument.
1488
1489         * lily/stencil-scheme.cc (fontify_atom): insert Font_metric into
1490         expression.
1491
1492         * lily/paper-outputter.cc (output_header): pass paper arg to
1493         define-fonts
1494
1495         * lily/paper-def.cc (font_descriptions): dump list of
1496         Scaled_font_metrics
1497         (find_scaled_font): take Font_metric argument, store
1498         Scaled_font_metrics in hash-table containing (size ->
1499         Scaled_font_metrics) alist.
1500         (get_dimension): rename from get_realvar
1501
1502         * lily/font-metric.cc (LY_DEFINE): ly:font-design-size,
1503         ly:font-magnification, ly:font-name: new functions
1504
1505 2004-04-03  Werner Lemberg  <wl@gnu.org>
1506
1507         * Documentation/user/dedication.itely,
1508         Documentation/user/preface.itely,
1509         Documentation/user/introduction.itely,
1510         Documentation/user/tutorial.itely: Revised.
1511         Removing leading spaces which distorts output if info files are read
1512         with stand-alone info.
1513         Removing superfluous inter-word spaces which also distorts output
1514         for stand-alone info.
1515         Using ` and ' instead of `` and '' everywhere to improve
1516         legilibility with stand-alone info
1517         Using @samp for single-letter input items and data which contains
1518         spaces, @code for other things.
1519
1520         * lily/grob-interface.cc: Adding copyright.
1521         (check_interfaces_for_property): Improve format of warning message.
1522
1523 2004-04-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1524
1525         * lily/include/font-metric.hh (struct Font_metric): add
1526         design_size () method.
1527
1528         * buildscripts/mf-to-table.py (base): add DesignSize comment.
1529
1530         * lily/afm.cc (read_afm_file): read design size.
1531
1532         * input/regression/repeat-unfold-tremolo.ly: add dotted case.
1533
1534         * scm/music-functions.scm (unfold-repeats): handle dots too.
1535
1536 2004-04-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1537
1538         * mf/GNUmakefile ($(outdir)/$(redhat-package)): fix URL.
1539         (backportme)
1540
1541 2004-04-02  Jan Nieuwenhuizen  <janneke@gnu.org>
1542
1543         * input/wilhelmus.ly: Use raggedright.  Hack `Een prin -- ce'
1544         lyric indent.  Revert melismaBusyProperties using \unset.
1545
1546 2004-04-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1547
1548         * input/regression/bar-check-redefine.ly (pipeSymbol): new file.
1549
1550         * lily/parser.yy (command_element): allow redefinition of |
1551         meaning.
1552
1553         * lily/break-align-engraver.cc (acknowledge_grob): construct
1554         LeftEdge where the first cause for alignment is coming from.
1555         This makes \override Staff.LeftEdge work as expected.
1556
1557         
1558         * lily/slur-performer.cc (Slur_performer): add inits
1559
1560         * lily/beam-performer.cc (Beam_performer): add inits
1561
1562 2004-04-01  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1563
1564         * VERSION (PACKAGE_NAME): release 2.2.0
1565
1566         * scripts/convert-ly.py (conv): add 2.2.0 rule.
1567
1568 2004-04-01  Jan Nieuwenhuizen  <janneke@gnu.org>
1569
1570         * lily/cluster.cc (height): Fix warning.
1571
1572         * lily/parser.yy: Janitorial cleanups.
1573
1574         * Documentation/user/tutorial.itely (Tutorial): Typo.
1575
1576 2004-04-01  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1577
1578         * lily/change-iterator.cc (process): search at multiple context
1579         levels. This fixes 
1580
1581         
1582         * scm/part-combiner.scm (analyse-spanner-states): use split-index,
1583         not voice-state index for tie state. This fixes a partcombine
1584         problem with ties.
1585
1586         * Documentation/user/tutorial.itely (Commenting input files): add
1587         note about convert-ly.
1588
1589         * input/test/cadenza-skip.ly:  new file.
1590
1591 2004-03-31  Jan Nieuwenhuizen  <janneke@gnu.org>
1592
1593         * po/nl.po: Spelling fixes.
1594
1595         * autogen.sh (srcdir): Regenerate.
1596
1597         * stepmake/autogen.sh (srcdir): Copy SUSE fix to the master
1598         autogen.sh.
1599
1600         * configure.in: Use C++ to check for C++ header.
1601
1602         * po/nl.po: Update.
1603
1604         * lily/scm-option.cc (LY_DEFINE): Name of the program is lilypond-bin.
1605
1606         * lily/event.cc (to_relative_octave): Translatable sentence should
1607         be one string.
1608
1609         * python/lilylib.py (warranty): Year range is not translatable.
1610         It's 2004 already!
1611
1612         * flower/warn.cc (non_fatal_error, warning, programming_error):
1613         Remove whitespace from translated string.
1614
1615 2004-03-31  Jan Nieuwenhuizen  <janneke@gnu.org>
1616
1617         * VERSION: release 2.1.37.
1618
1619 2004-03-31  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1620
1621         * configure.in: check for C language.
1622
1623         * lily/source-file.cc: include strstream without h.
1624
1625         * scm/documentation-generate.scm (string-append): use name without
1626         .texi.
1627
1628         * autogen.sh (srcdir): SUSE fix.
1629
1630         * Documentation/user/notation.itely (Ancient clefs): idem.
1631
1632         * Documentation/user/lilypond-book.itely (Integrating HTML and
1633         music): idem.
1634
1635         * Documentation/user/cheatsheet.itely (Cheat sheet): octave fixes.
1636
1637         * lily/change-iterator.cc (process): use find_existing_context().
1638
1639         * input/test/polymetric-differing-notes.ly: use ly:music-compress.
1640
1641         * input/regression/repeat-unfold-tremolo.ly: new file.
1642
1643         * scm/music-functions.scm (unfold-repeats): undo music compression
1644         too.
1645
1646         * lily/music.cc (LY_DEFINE): rename to music-mutable-properties
1647         (LY_DEFINE): ly:music-compress new function.
1648
1649         * scm/part-combiner.scm (determine-split-list): split for voice
1650         crossings
1651
1652         * input/regression/part-combine-cross.ly: new file.
1653
1654         * scm/part-combiner.scm (make-part-combine-music): don't do
1655         relative inside partcombine arguments.
1656
1657         * scm/music-functions.scm (make-non-relative-music): new function.
1658
1659         * Documentation/user/notation.itely (Automatic part combining):
1660         add note about \relative.
1661
1662         * lily/part-combine-iterator.cc (construct_children): add
1663         start_moment_ member.
1664
1665         * lily/chord-tremolo-engraver.cc (acknowledge_grob): trigger
1666         stem-tremolo by stem object. This fixes no stem for tremolo bug.
1667
1668         * lily/stem-tremolo.cc (print): don't crash for no-stem.
1669
1670         * Documentation/user/changing-defaults.itely (Which properties to
1671         change): fixes.
1672
1673 2004-03-31  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1674
1675         * po/fr.po: update.
1676
1677 2004-03-31  Jan Nieuwenhuizen  <janneke@gnu.org>
1678
1679         * input/wilhelmus.ly: More original lyrics.  Add to examples.
1680
1681         * stepmake/stepmake/generic-targets.make ($(outdir)/dummy.dep):
1682         Reinstate old code that issues warning.  Fixes --srcdir build.
1683
1684 2004-03-30  Jan Nieuwenhuizen  <janneke@gnu.org>
1685
1686         * input/wilhelmus.ly: New file.
1687
1688         * Documentation/user/notation.itely: 
1689         * Documentation/user/introduction.itely:
1690         * Documentation/user/tutorial.itely: Use quote ly-option instead
1691         of explicit @quotation.  This fixes too long lilypond linewidths
1692         resulting in overful hboxes.
1693
1694         * scripts/lilypond-book.py: Add ly-option: `quote'.
1695
1696 2004-03-30  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1697
1698         * tex/titledefs.tex: Avoid that the first score line is extra
1699         indented if instrument is defined but not piece.
1700
1701 2004-03-30  Werner Lemberg  <wl@gnu.org>
1702
1703         * Documentation/user/macros.itexi (@internalsref) [info]: Prepend
1704         `lilypond/' to info file name.
1705         (@usermanref) [info]: New variant.
1706
1707         * scm/documentation-generate.scm: Fix definition of @usermanref
1708         and @glossaryref (in the `ifinfo' branch) by prepending `lilypond/'
1709         to info file name.
1710
1711 2004-03-30  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1712
1713         * VERSION: release 2.1.36
1714         
1715         * Documentation/user/changing-defaults.itely (Interpretation
1716         contexts): rewrite introduction.
1717
1718 2004-03-30  Ferenc Wagner  <wferi@tba.elte.hu>
1719
1720         * scm/define-markup-commands.scm: Use TeX accents instead of
1721         straight iso-8859-1 encoding in the doc string.
1722
1723 2004-03-30  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1724
1725         * Documentation/user/tutorial.itely (A lead sheet): remove extra
1726         space after dotted duration.
1727
1728 2004-03-29  Jan Nieuwenhuizen  <janneke@gnu.org>
1729
1730         * Documentation/user/introduction.itely: 
1731         * Documentation/user/notation.itely:
1732         * Documentation/user/tutorial.itely: Up all relative examples.
1733         Enclose @lilypond displays in @quotation.  Typos and corrections.
1734
1735         * Documentation/user/macros.itexi: Use fetaflat, fetasharp.
1736
1737 2004-03-29  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1738
1739         * scm/music-functions.scm (make-voice-props-revert): Revert also
1740         MultiMeasureRest staff-position in oneVoice.
1741
1742 2004-03-29  Heikki Junes <hjunes@cc.hut.fi>
1743
1744         * Documentation/user/changing-defaults.itely, 
1745         Documentation/user/lilypond.tely: few fixes. Place no comma between
1746         two options: a and b, but commas between three options: a, b, and c.
1747         By this manner, grouping is possible: a and b, and c and d.
1748
1749 2004-03-29  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1750
1751         * Documentation/user/GNUmakefile: add rule for .nexi
1752
1753 2004-03-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1754
1755         * Documentation/user/music-glossary.tely: move glossary direntry
1756
1757         * stepmake/stepmake/texinfo-vars.make (INFOINSTALL): 
1758         only do mkdir/install-info if INFO_INSTALL_FILES != "".
1759
1760 2004-03-28  Jan Nieuwenhuizen  <janneke@gnu.org>
1761
1762         * stepmake/aclocal.m4: Verify that gettext configure check with
1763         gcc-3.3 and autoconf 2.59 is still broken.  Update warning.
1764
1765 2004-03-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1766
1767         * scripts/lilypond-book.py (Lilypond_snippet.is_outdated): use
1768         glob.glob for .png filenames. This catches multipage pngs.  
1769
1770         * Documentation/user/changing-defaults.itely (Determining the grob
1771         property): fix references.
1772
1773         * lily/staff-symbol.cc (print): only add extent if non empty.
1774         This fixes staff-container.ly.
1775
1776         * lily/timing-engraver.cc (initialize): init whichBar, so a score
1777         starting with a mmrest also works.
1778
1779         * scripts/lilypond-book.py (Lilypond_snippet.is_outdated): require
1780         PNG for texinfo too.
1781
1782         * po/lilypond.pot: update translation strings.
1783
1784         * VERSION: 2.1.35 released
1785         
1786         * scripts/convert-ly.py (FatalConversionError.sub_abs): convert
1787         context argument too.
1788
1789         * make/ly-rules.make ($(outdir)/%.texi): use variable for outdir.
1790
1791         * input/mutopia/W.A.Mozart/mozart-hrn-3.ly: Mozart died in 1791
1792
1793         * python/lilylib.py (command_name): don't return 1st path
1794         component.
1795
1796         * scripts/lilypond-book.py (Lilypond_snippet.is_outdated): treat
1797         .png case separately.
1798
1799         * python/lilylib.py (system): typo.
1800         
1801 2004-03-28  Jan Nieuwenhuizen  <janneke@gnu.org>
1802
1803         * input/regression/span-bar.ly: Fix typos.  Set indent-level:2,
1804         run indent-region.
1805
1806         * Documentation/user/preface.itely: Run texinfo-all-menus-update.
1807         Fixes compile.
1808
1809         * lily/function-documentation.cc: Compile fix: Include <string.h>.
1810         Add header.
1811
1812 2004-03-27  Heikki Junes  <hjunes@cc.hut.fi>
1813
1814         * vim/lilypond-indent.vim: small fixes.
1815
1816 2004-03-26  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1817
1818         * Documentation/user/notation.itely (Entering lyrics): Add example
1819         with correct english double quotes (at least for LaTeX output,
1820         maybe not a good idea if we switch to PS as the default output
1821         format).
1822
1823 2004-03-26  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1824
1825         * lily/staff-performer.cc (create_audio_elements): play instrument
1826         changes before notes arrive. This fixes instrument of the first
1827         note in a score.
1828
1829         * scripts/convert-ly.py (FatalConversionError.conv): add #'() case
1830         to 1.9.0 conversion.
1831
1832         * lily/mark-engraver.cc: doc string.
1833
1834         * make/lilypond.redhat.spec.in (Group): add vim scriptlets.
1835
1836         * Documentation/user/introduction.itely (Introduction): new node.
1837
1838 2004-03-25  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1839
1840         * lily/duration.cc (LY_DEFINE): dotcount argument is now optional.
1841
1842         * input/regression/spacing-ragged-last.ly: new file.
1843
1844         * lily/gourlay-breaking.cc (do_solve): add raggedlast support for
1845         spacing.
1846
1847         * scm/font.scm: rewrite using GOOPS.
1848         
1849         * lily/context-def.cc (filter_engravers): derefence pointer.
1850
1851         * lily/lily-guile.cc (type_check_assignment): use
1852         ly_scheme_function iso. scm_primitive_eval where possible.
1853
1854         * lily/performance.cc (output): limit channels at 15. This fixes
1855         percussion inadvertently showing up in large scores.
1856
1857 2004-03-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1858
1859         * input/regression/tuplet-gap.ly: new file.
1860
1861         * lily/tuplet-bracket.cc (make_bracket): take gap interval.
1862         (print): compute gap length from number size, include italic
1863         correction.
1864
1865         * scm/define-grobs.scm (all-grob-descriptions): remove gap from
1866         tuplet-bracket
1867
1868         * scm/paper.scm (set-default-paper-size): new function, to be
1869         called at toplevel.
1870         (set-paper-size): new function, to be called inside \paper {}
1871         (set-default-paper-size): new function, to be called at toplevel.
1872
1873         * lily/paper-def.cc (LY_DEFINE): ly:paper-def?: new function. 
1874
1875         * lily/beam-performer.cc (process_music): idem.
1876
1877         * lily/slur-performer.cc (process_music): stop melisma for stop event.
1878         
1879         * tex/titledefs.tex: remove scshape for piece.
1880
1881         * lily/line-spanner.cc (line_stencil): font-encoding = music, not
1882         font-family
1883
1884         * lily/time-signature.cc (special_time_signature): font-encoding
1885         not family.
1886
1887         * lily/dynamic-engraver.cc (acknowledge_grob): fix typo, attach
1888         dynamic to head. This fixes p placement in morgenlied.
1889
1890 2004-03-23  Werner Lemberg  <wl@gnu.org>
1891
1892         * stepmake/stepmake/generic-targets.make (help): Improve text.
1893
1894 2004-03-23  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1895
1896         * VERSION: 2.1.34 released
1897         
1898         * lily/main.cc (main_with_guile): switch debugging.
1899
1900         * lily/system.cc (get_line): plug leak.
1901
1902         * lily/paper-book.cc (pages): plug memory leaks: delete page array
1903         and contents.
1904         (stencil2line): plug leak.
1905
1906         * Documentation/user/changing-defaults.itely (Determining a grob
1907         property):  new node.
1908         (Layout interfaces): new node.
1909         (Navigating the program reference): new node.
1910
1911         * lily/accidental-engraver.cc (acknowledge_grob): add property
1912         harmonicAccidentals
1913
1914         * lily/piano-pedal-engraver.cc (del_linespanner): new function.
1915         general cleanups.
1916         
1917         * input/les-nereides.ly (middleDynamics): resurrect Les
1918         nereides. Remove pedal hack.
1919
1920 2004-03-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1921
1922         * input/regression/property-grace-polyphony.ly: new file.
1923
1924         * lily/translator-property.cc (execute_pushpop_property): only pop
1925         one instance of the property. This fixes << \\ >> together with
1926         \grace.
1927
1928         * lily/break-align-interface.cc (ordered_elements): we cannot
1929         modify the #'elements property, so return reordered array.
1930
1931 2004-03-23  Heikki Junes  <hjunes@cc.hut.fi>
1932
1933         * buildscripts/lilypond.words.py: remove.
1934         * buildscripts/lilypond-words.py: add new, renamed file. 
1935         Give generated targets and dirs explicitly in arguments.
1936
1937         * GNUmakefile.in, elisp/GNUmakefile, elisp/lilypond-init.el,
1938         elisp/lilypond-mode.el, vim/lilypond-ftplugin.vim,
1939         vim/lilypond-syntax.vim: update to use new lilypond-words.py.
1940         
1941         * config.make.in: give '/usr/share/vim' explicitly as $(vimdir).
1942
1943         * vim/GNUmakefile: use --words and --vim targets in lilypond-words.py
1944
1945         * Documentation/topdocs/INSTALL.texi: update vim-mode installing
1946         orders.
1947
1948         * vim/GNUmakefile: add local-uninstall target.
1949
1950         * Documentation/topdocs/INSTALL.texi: give even more detailed orders.
1951         
1952         * vim/vimrc: add a one-liner file.
1953
1954         * vim/GNUmakefile: try to remove empty dirs during uninstalling, put
1955         vimrc in EXTRA_DIST_FILES.
1956
1957         * vim/GNUmakefile: ignore errors due to rmdir of non-empty directories.
1958
1959 2004-03-22  Heikki Junes  <hjunes@cc.hut.fi>
1960
1961         * config.make.in: add vimdir.
1962
1963         * vim/GNUmakefile: add local-install.
1964
1965 2004-03-22  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1966
1967         * tex/titledefs.tex: Replaced \ifx\blabla\undefined
1968         with \lilypondifundefined{blabla}. Solves problem with multiple
1969         titles in the same lilypond-book document.
1970
1971 2004-03-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1972
1973         * scm/document-backend.scm (interface-doc): sort grob list for
1974         interface.
1975
1976         * scm/define-grobs.scm (all-grob-descriptions): fix ordering of
1977         pre/post break align-order.
1978
1979         * spelling patch courtesy Edward Sutton.
1980
1981         * Documentation/user/changing-defaults.itely (Changing context
1982         default settings): new node.
1983         (Defining new  contexts): new node.
1984
1985         * scripts/lilypond-book.py (is_derived_class): use numbers
1986         iso. booleans.
1987
1988         * python/lilylib.py (make_ps_images): add margin to PS images.
1989
1990         * scripts/lilypond-book.py (is_derived_class): new function. Take
1991         class arg iso. object.
1992         (to_eps): make a non EPS file if EPS contains %%Pages. Workaround
1993         for bug in GS/dvips.
1994
1995         * lily/text-item.cc (interpret_markup): idem.
1996
1997         * scm/define-markup-commands.scm: remove split around-space hack.
1998
1999         * lily/staff-symbol-referencer.cc (get_rounded_position): new
2000         function, fold WL's fixes into one function.
2001
2002 2004-03-22  Werner Lemberg  <wl@gnu.org>
2003
2004         * lily/stem.cc (Stem::extremal_heads, Stem::note_head_positions),
2005         lily/dot-column.cc (Dot_column::do_shifts), lily/note-column.cc
2006         (Note_column::head_position_interval): Do proper rounding for
2007         calls to Staff_symbol_referencer::get_position.
2008
2009 2004-03-21  Werner Lemberg  <wl@gnu.org>
2010
2011         * lily/score.cc (ly_run_translator), lily/paper-def.cc
2012         (Paper_def::get_paper_outputter), lily/input-file-results.cc
2013         (Input_file_results::Input_file_results), lily/my-lily-parser.cc
2014         (My_lily_parser::parse_file): Improve formatting progress indication
2015         sent to stdout.
2016
2017 2004-03-21  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2018
2019         * VERSION: 2.1.33 released.
2020
2021         * scripts/lilypond-book.py (do_file): reinstate --filter support.
2022
2023         * buildscripts/mf-to-table.py (base): use %d for TfmCheckSum
2024
2025         * stepmake/stepmake/generic-targets.make: rewrite hack so no
2026         warning is issued about dummy.dep.
2027
2028         * scm/new-font.scm: fix design sizes of nummer
2029
2030 2004-03-21  Werner Lemberg  <wl@gnu.org>
2031
2032         * stepmake/bin/install-sh: Updated (from gnulib).  This removes
2033         some annoying warnings from mkdir during `make install'.
2034
2035 2004-03-21  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2036
2037         * lily/performer-group-performer.cc (do_announces): call
2038         Performer_group_performer::create_audio_elements () too.
2039
2040         * scripts/convert-ly.py (conv): add rule for breakAlignOrder.
2041
2042         * scm/define-grobs.scm (all-grob-descriptions): add property
2043         break-align-orders
2044
2045         * lily/global-context.cc (get_default_interpreter): new
2046         function. Override from base class, so no new Score contexts are
2047         created.
2048
2049         * lily/include/stencil.hh (class Stencil): document origin field.
2050
2051         * lily/staff-symbol.cc (print): span staff-symbol on column
2052         extents for non-broken columns. 
2053
2054         * ly/engraver-init.ly (breakAlignOrder): put staff-bar behind
2055         key-signature.
2056
2057         * tex/titledefs.tex: don't use smallcaps for piece.
2058
2059         * lily/system.cc (uniquify_list): bugfix. This fixes spuriously
2060         translated stencils in the output.
2061
2062         * lily/paper-outputter.cc (output_line): don't add Stencil::origin.
2063
2064 2004-03-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2065
2066         * lily/tie-performer.cc (acknowledge_audio_element): bugfix: use
2067         and init ties_created_
2068
2069         * VERSION: release 2.1.32
2070
2071         * lily/include/music-iterator.hh (IMPLEMENT_CTOR_CALLBACK): remove
2072         doc string from IMPLEMENT_CTOR_CALLBACK().
2073
2074         * lily/engraver.cc (typeset_grob): paranoia: take care of the case
2075         that engraver is in a performer hierarchy.
2076
2077 2004-03-17  Heikki Junes <hjunes@cc.hut.fi>
2078
2079         * vim/lilypond-ftdetect.vim: new file.
2080
2081 2004-03-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2082
2083         * scripts/lilypond-book.py (compose_ly): bugfix for relative < 0. 
2084         (compose_ly): default octave should be middle C.
2085
2086         * Documentation/user/changing-defaults.itely (Layout tunings
2087         within contexts): new node.
2088
2089         * lily/include/smobs.hh: document C++ smob interface.
2090
2091         * lily/function-documentation.cc: don't doc functions without
2092         docstring.
2093
2094 2004-03-19  Jan Nieuwenhuizen  <janneke@gnu.org>
2095
2096         * Documentation/user/lilypond.tely: Remove `* lilypond' node from
2097         direntry, so that `info lilypond' goes to Top.
2098
2099         * scm/output-ps.scm (polygon): Fix: add spaces.
2100
2101         * scm/page-layout.scm (ly:optimal-page-breaks): Bugfix: underful
2102         solutions are now optimal too.
2103
2104         * input/test/page-breaks.ly: New file.
2105
2106         * lily/paper-outputter.cc (Paper_outputter): Import page breaking
2107         functions into safe module.
2108
2109         * lily/lily-guile.cc (ly:number->string): Do not leave space at
2110         end, prepend zeros.
2111
2112         * scm/output-*.scm: Use ly:number->string rather than
2113         number->string.  Makes for saner output.
2114
2115         * scm/output-ps.scm (define-fonts): Always scale by designsize.
2116         Fixes feta-nummer, feta-din scaling.
2117
2118 2004-03-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2119
2120         * input/mutopia/W.A.Mozart/mozart-hrn-3.ly: use latin1.
2121
2122         * scm/music-functions.scm (descend-to-context): new
2123         function. Similar to context-spec-music.
2124         (make-time-signature-set): specify Score as descend-only. This
2125         fixes the polymetric.ly example.
2126
2127         * lily/context-specced-music-iterator.cc (construct_children): add
2128         support for descend-only context spec.
2129
2130         * lily/note-head.cc (brew_ez_stencil): read vector #'note-names to
2131         determine ez-notation letter. 
2132
2133         * lily/system.cc (get_line): start with dumping layer 3. This
2134         fixes ez notation.
2135
2136 2004-03-19  Jan Nieuwenhuizen  <janneke@gnu.org>
2137
2138         * input/test/title-markup.ly: Stress breaking harder.
2139
2140         * scm/page-layout.scm (height-score): Overfull page scores twice
2141         as bad as underfull (was: by a power).
2142         (walk-lines): Omit first walk-path round (breaking after new node,
2143         without lines).
2144
2145         * lily/paper-book.cc (pages): Bugfix: copy_height and tag_height
2146         diff values are negative.
2147         (output): Bugfix: treat negative vfill differently.
2148
2149         * Documentation/user/lilypond.tely (direntry): Add note about why
2150         `info lilypond' brings up `Invoking LilyPond' node.
2151
2152 2004-03-18  Jan Nieuwenhuizen  <janneke@gnu.org>
2153
2154         * input/mutopia/W.A.Mozart/mozart-hrn-3.ly: Mutopia tagline.
2155
2156         * lily/paper-book.cc: Remove cruft.
2157         (output): Bugfix: put vfill between lines.
2158         (pages): Bugfix: set page vars needed for filling.
2159
2160         * Documentation/user/music-glossary.tely: Compile fix: Use @arrow
2161         (was: @ar).
2162
2163         * scm/page-layout.scm: Further development.
2164
2165         * ly/declarations-init.ly (paper): Define page-breaking.
2166
2167 2004-03-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2168
2169         * lily/note-head.cc (brew_ez_stencil): add note-names
2170         property. Provides internationalization for note names.
2171
2172         * Documentation/user/changing-defaults.itely (Creating contexts):
2173         new node.
2174
2175         * lily/grace-iterator.cc (process): descend to child for \grace.
2176
2177         * lily/timing-translator.cc (initialize): Timing_translator adds
2178         Timing alias by itself.
2179
2180         * lily/context.cc (add_alias): new function.
2181
2182         * scm/lily.scm (tex-output-expression): new function, eval within
2183         drawing API. Guards against eval vulnerabilities.
2184
2185         * scm/output-tex.scm (tex-encoded-fontswitch): idem. 
2186
2187         * scm/output-ps.scm (scm): export lily drawing API.
2188
2189         * lily/include/lily-guile.hh (ly_scheme_function): new macro. Use
2190         throughout.
2191
2192 2004-03-17  Jan Nieuwenhuizen  <janneke@gnu.org>
2193
2194         * scm/page-layout.scm (optimal-page-breaking): New function.
2195         
2196         * lily/paper-book.cc (pages): Use it.
2197
2198 2004-03-16  Jan Nieuwenhuizen  <janneke@gnu.org>
2199
2200         * lily/include/paper-line.hh (class Paper_line): Full smob.
2201
2202 2004-03-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2203
2204         * lily/global-context.cc (run_iterator_on_me): fix grace note
2205         nesting by initting measurePosition.
2206
2207         * lily/timing-translator.cc (initialize): do no init
2208         measurePosition
2209         
2210         * lily/include/music-output-def.hh (class Music_output_def): add
2211         input_origin_ field.
2212
2213         * Documentation/user/changing-defaults.itely (Changing context
2214         properties on the fly): new node.
2215
2216         * lily/include/ly-smobs.icc (free_smob): remove smobbed_self()
2217         function. Only have smobbed_copy (), and do not provide
2218         smobbed_copy() for non-simple smobs. Changes throughout.
2219
2220 2004-03-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2221
2222         * lily/auto-change-iterator.cc (class Auto_change_iterator): add
2223         start_moment_. Fix by Doug A. Linhardt.
2224
2225 2004-03-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2226
2227         * lily/accidental-engraver.cc (acknowledge_grob): don't suppress
2228         accidentals for harmonic notes.
2229
2230         * lily/note-collision.cc (check_meshing_chords): don't merge heads
2231         of different style. (Thanks to Doug Linhardt).
2232
2233         * Documentation/user/changing-defaults.itely (Scheme tutorial):
2234         new node.
2235
2236 2004-03-16  Heikki Junes <hjunes@cc.hut.fi>
2237
2238         * Documentation/topdocs/INSTALL.texi: finish install orders for vim.
2239
2240         * vim/filetype.vim, vim/lilypond-ftplugin.vim,
2241         vim/lilypond-syntax.vim, vim/lilypond-compiler.vim,
2242         vim/lilypond-indent.vim: doc targets and deps in comments.
2243
2244 2004-03-15  Jan Nieuwenhuizen  <janneke@gnu.org>
2245
2246         * lily/paper-book.cc (stencil2line): Bugfix: put stencil in line.
2247
2248         * lily/system.cc (get_line): Return Paper_line.  Change all users.
2249
2250         * lily/include/paper-line.hh:
2251         * lily/include/paper-line.cc: New file.
2252
2253 2004-03-15  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2254
2255         * VERSION (MY_PATCH_LEVEL): release 2.1.31.
2256
2257         * GNUmakefile.in: remove stray make out=www
2258
2259         * input/test/bagpipe.ly (gcdg): octave fixes.
2260
2261         * scm/define-markup-commands.scm (number): use font-encoding
2262         iso. font-family
2263
2264         * ly/chord-modifiers-init.ly (blackTriangleMarkup): set
2265         font-encoding.
2266         
2267 2004-03-15  Heikki Junes <hjunes@cc.hut.fi>
2268
2269         * lily/parse-scm.cc: compile-bugfix: add missing header files for
2270         `output_format_global' and `PAGE_LAYOUT'.
2271
2272 2004-03-14  Jan Nieuwenhuizen  <janneke@gnu.org>
2273
2274         * lily/parse-scm.cc (internal_ly_parse_scm)[PAGE_LAYOUT]: Import
2275         lily functions in safe mode.
2276
2277         * scripts/lilypond-book.py (Lilypond_snippet.output_texinfo):
2278         Print filename for HTML, LATEX, before texidoc.
2279
2280         * scm/output-tex.scm (ps-output-expression): Eval embedded-ps
2281         instructions in output-ps module.
2282
2283         * scm/lily.scm: Do not load output-ps module.
2284
2285         * lily/paper-outputter.cc (Paper_outputter): Eval output-ps in
2286         safe mode.
2287
2288 2004-03-14  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2289
2290         * lily/span-dynamic-performer.cc (process_music): remove spurious
2291         warning.
2292
2293         * lily/context-def.cc (Context_def): init name to ""
2294
2295         * lily/font-interface.cc: add font-encoding property.
2296
2297         * scm/lily.scm (chain-assoc-get): bugfix.
2298
2299         * lily/paper-book.cc (stencil2line): protect static SCM.
2300
2301         * lily/font-interface.cc (text_font_alist_chain): rename function,
2302         and use text-font-defaults. 
2303
2304         * lily/font-select.cc (properties_to_font_size_family): call SCM code.
2305
2306         * scm/paper.scm (paper-set-staff-size): use new function.
2307
2308         * scm/new-font.scm (make-font-tree): new function.
2309
2310 2004-03-13  Jan Nieuwenhuizen  <janneke@gnu.org>
2311
2312         * lily/paper-book.cc (output): Bugfix: no output if no \paper.
2313
2314         * scm/lily.scm (get-output-module): New function.
2315         (output-alist): Remove ,ps-output-expression.
2316
2317         * scm/output-tex.scm (ps-output-expression): New function.
2318
2319         * scm/output-ps.scm (ps-output-expression): Remove.
2320         (header, start-page): Output page metadata.
2321
2322         * lily/paper-outputter.cc (Paper_outputter)[PAGE_LAYOUT]:
2323         initialise output_module_.  Do not write part of header.
2324         (output_scheme)[PAGE_LAYOUT]: Output through output_module_.
2325         (output_header): Output full header.
2326
2327         * scm/define-markup-commands.scm (bigger, smaller): Avoid crash.
2328         FIXME.
2329
2330 2004-03-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2331
2332         * scm/new-font.scm: new file. Tree based font lookup.
2333
2334         * scm/lily.scm (assoc-get): take default argument. Remove
2335         assoc-get-default.
2336         (chain-assoc-get): use chain-assoc-get everywhere.
2337
2338         * scripts/convert-ly.py (FatalConversionError.subst_in_trans):
2339         autobeamsettings conversion bug.
2340
2341         * lily/include/global-context.hh (Context): clean-up data hiding.
2342
2343         * lily/include/music-iterator.hh (class Music_iterator): clean-up
2344         data hiding.
2345
2346         * lily/include/grace-fixup.hh (struct Grace_fixup): new file.
2347
2348         * input/regression/stem-shorten.ly: add chord case.
2349
2350         * lily/stem.cc (get_default_stem_end_position): shorten stems
2351         triggered by note-head positions, not by forced-direction. This
2352         fixes a bug with too short stems.  
2353  
2354 2004-03-12  Jan Nieuwenhuizen  <janneke@gnu.org>
2355
2356         * scripts/lilypond-book.py (Lilypond_snippet.output_html,
2357         Lilypond_snippet.output_latex): Always call output_print_filename.
2358
2359         * lily/paper-book.cc (fill_pages): New method.  Try to cramp or
2360         expand pages.
2361
2362 2004-03-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2363
2364         * scm/part-combiner.scm (make-autochange-music): switch rests
2365         before switched notes too.
2366
2367         * lily/figured-bass-engraver.cc (process_music): change calling
2368         convention.
2369
2370         * scm/bass-figure.scm (format-bass-figure): rewrite function. 
2371
2372         * scm/define-markup-commands.scm (bracketed-y-column): new markup
2373         command.
2374
2375         * lily/include/stencil.hh (class Stencil): add origin field.
2376
2377         * lily/stencil-scheme.cc (LY_DEFINE): ly:stencil-move-to-edge: new
2378         function.
2379
2380         * lily/grob-scheme.cc (LY_DEFINE): ly:grob-alist-chain: new function. 
2381
2382         * lily/lexer.ll: remove support for \$ and $ in identifiers
2383
2384         * lily/sequential-iterator.cc: remove copy_grace_fixups
2385         (get_grace_fixup): slight abstraction of fixup code.
2386
2387         * input/test/title-markup.ly (spaceTest): vary staff sizes.
2388
2389 2004-03-12  Heikki Junes <hjunes@cc.hut.fi>
2390
2391         * vim/lilypond-indent.vim: use <C-F> (default) as indent key
2392         in insert-mode. add indenting rules.
2393
2394 2004-03-11  Jan Nieuwenhuizen  <janneke@gnu.org>
2395
2396         * lily/parser.yy (toplevel_expression)[PAGE_LAYOUT]: Remove
2397         protect hack.
2398
2399         * scm/page-layout.scm:
2400         * lily/paper-book.cc: Handle tagline/copyright.  Internal page
2401         layout and titling should now match external latex based version.
2402
2403         * scm/output-tex.scm (output-scopes): Bugfix: only write string
2404         header fields.
2405
2406         * ps/lilyponddefs.ps: Remove automatic page layout.
2407
2408         * scm/output-ps.scm (new-start-system): New interface function.
2409
2410         * lily/include/paper-outputter.hh (output_line): Add ORIGIN parameter.
2411
2412         * lily/paper-book.cc (output): Bugfix.
2413
2414 2004-03-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2415
2416         * VERSION (MY_PATCH_LEVEL): release 2.1.30
2417         
2418 2004-03-11  Jan Nieuwenhuizen  <janneke@gnu.org>
2419
2420         * Documentation/user/lilypond.tely: Bugfix: Remove './' from
2421         direntries.
2422
2423         * ps/lilyponddefs.ps: Bugfix.
2424
2425         * input/regression/multi-measure-rest-instr-name.ly: Typo.
2426
2427 2004-03-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2428
2429         * lily/auto-beam-engraver.cc (create_beam): add Stem as
2430         cause. This should fix warnings.
2431
2432         * mf/feta-slag.mf (trill_ne): fix upmordent size.
2433
2434         * lily/accidental.cc (accurate_boxes): enlarge Y-extent of flat to
2435         prevent aligned 6ths.
2436
2437         * lily/custos.cc (print): remove adjust-if-on-staffline.
2438
2439 2004-03-11  Jan Nieuwenhuizen  <janneke@gnu.org>
2440
2441         * lily/paper-book.cc: Do header and footer.
2442
2443 2004-03-10  Jan Nieuwenhuizen  <janneke@gnu.org>
2444
2445         * scm/lily.scm (safe-mode?): New name (was: security-paranoia).
2446
2447         * scm/paper.scm (lineheight): Remove
2448         (head-sep, foot-sep): Add.
2449
2450 2004-03-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2451
2452         * mf/feta-schrift.mf: reduce portato thickness.
2453
2454         * lily/context-scheme.cc (LY_DEFINE): remove ly:context-properties
2455
2456         * lily/grob-pq-engraver.cc (start_translation_timestep): remove
2457         programming_error ().
2458
2459         * lily/piano-pedal-engraver.cc (finalize): attach unfinished
2460         bracket to last command column.
2461
2462         * lily/piano-pedal-bracket.cc (print): only flatten bracket if it
2463         continues on next/prev system.
2464
2465         * input/regression/pedal-end.ly: new file.
2466
2467 2004-03-10  Werner Lemberg  <wl@gnu.org>
2468
2469         * make/lilypond.redhat.spec.in, make/lilypond.suse.spec.in:
2470         Remove pmx2ly stuff.
2471         * scripts/GNUmakefile (SEXECUTABLES): Remove pmx2ly.
2472
2473 2004-03-10  Jan Nieuwenhuizen  <janneke@gnu.org>
2474
2475         * scm/page-layout.scm: New file.
2476
2477         * scripts/lilypond-book.py (do_file): Bugfix: texinfo paper
2478         settings.
2479         (Lilypond_snippet.is_outdated): Also check for PNG file.
2480         Workaround for interrupted (web) builds.
2481
2482         * lily/paper-book.cc (get_pages): Bugfix: set dimensions for titles.
2483
2484         * ps/lilyponddefs.ps: Use only very small top-marging.
2485         (init-paper): Also pop page size string.
2486         (start-page, stop-page): New function.
2487
2488         * scm/output-ps.scm (header-end): Remove stray exec commands.
2489
2490 2004-03-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2491
2492         * lily/input-file-results.cc (do_one_file): use new Paper_book()
2493
2494         * lily/score.cc (default_rendering): clean protection.
2495
2496         * lily/paper-book.cc (mark_smob): implement smob marking.
2497
2498         * scripts/lilypond.py (make_html_menu_file): remove --psgz option
2499
2500         * Documentation/user/*.itely: user manual edits. 
2501
2502 2004-03-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2503
2504         * Documentation/user/converters.itely (Invoking musedata2ly):
2505         remove pmx2ly.
2506
2507         * scripts/pmx2ly: remove script.
2508         
2509 2004-03-09  Jan Nieuwenhuizen  <janneke@gnu.org>
2510
2511         * lily/score.cc (default_rendering): Protect paper-book members.
2512
2513         * lily/paper-def.cc (smobbed_copy): New method.
2514
2515         * lily/include/paper-book.hh (PAGE_LAYOUT): Define as "ps"; make
2516         switch runtime.
2517
2518         * lily/include/music-output.hh (process): Change signature to
2519         return SCM.
2520
2521         * lily/paper-book.cc (classic_output, get_title, get_scopes): New
2522         method.
2523
2524         * lily/paper-score.cc (process): Return stencils rather than
2525         outputting directly.  Remove paper-book kludge.  Delete grobs.
2526         (output): Remove.
2527
2528         * lily/include/paper-score.hh (class Paper_score): Remove outputter_.
2529
2530         * lily/score-engraver.cc (get_output): Do not reset pscore_.
2531
2532         * lily/score.cc (default_rendering)
2533         (ly_render_output): Move adding paper-score two levels up.
2534
2535         * lily/system.cc (get_line):
2536         * lily/paper-outputter.cc (output_line): Fix `between-system-string'.
2537
2538 2004-03-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2539
2540         * scm/font.scm (paper20-font-vector): add more design sizes for
2541         number.
2542
2543         * mf/GNUmakefile (depth): remove feta-din{11,13,19}, remove
2544         feta-nummber{5,7,11,13}.
2545
2546         * scm/font.scm (paper20-font-vector): bugfix: use din12, not 10
2547         for 12pt design size. 
2548
2549 2004-03-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2550
2551         * ly/engraver-init.ly: don't remove slur engraver from DrumVoice.
2552
2553 2004-03-09  Jan Nieuwenhuizen  <janneke@gnu.org>
2554
2555         * lily/font-select.cc (properties_to_font_size_family): Fix
2556         warning message.
2557
2558         * Experimental PostScript latin1 encoding:
2559         
2560         * mf/GNUmakefile (SAUTER_FONTS): Add ecmb14 ecrm12.
2561
2562         * scm/output-ps.scm: Experimental encoding using reencode-font.
2563         * scm/font.scm: Add latin1 `font-shape'.
2564         
2565         * scm/define-markup-commands.scm (latin-i): New font-shape command. 
2566
2567         * ps/lilyponddefs.ps (reencode-font): New function.
2568
2569         * lily/paper-book.cc (get_pages): Simplistic page breaking.
2570
2571         * scm/output-tex.scm (start-page):
2572         (stop-page): New interface function.
2573
2574 2004-03-08  Jan Nieuwenhuizen  <janneke@gnu.org>
2575
2576         * lily/paper-outputter.cc (output_expr):
2577         (output_header):
2578         (output_line): New method.
2579
2580         * lily/system.cc (get_line):
2581         (get_lines): New method.
2582         (output_scheme):
2583         (output_line): Remove.
2584
2585         * scm/lily.scm (make-title): New function.
2586
2587         * lily/paper-book.cc: 
2588         * lily/include/paper-book.hh: New file.
2589
2590         * lily/include/ly-module.hh: New file, matching ly-module.cc (WAS:
2591         ly-modules.hh).
2592
2593         * lily/ly-module.cc (ly_modules_lookup): New function.
2594
2595         * lily/main.cc (main_with_guile): Move memory leak debug code back.
2596
2597         * scm/output-ps.scm (make-title): Remove.
2598         (output-scopes): Junk header-title test.
2599
2600 2004-03-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2601
2602         * mf/feta-schrift.mf: thicker dot for portato.
2603
2604         * lily/accidental-placement.cc (position_accidentals): bugfix in
2605         offset, this fixes right-padding of AccidentalPlacement.
2606
2607         * lily/[h-z]*.cc: () formatting.
2608
2609         * Documentation/user/tutorial.itely (An orchestral part): more
2610         fixes for the tutorial.
2611
2612         * scm/translation-functions.scm (fraction-tuplet-formatter):
2613         reverse fraction.
2614
2615         * lily/parser.yy (context_def_spec_block): use \context instead of
2616         \translator.
2617
2618         * lily/[a-g].cc: () style cleanup.
2619
2620         * Documentation/user/tutorial.itely (Automatic and manual beams):
2621         editing of tutorial.
2622
2623 2004-03-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2624
2625         * buildscripts/mf-to-table.py (base): write encoding name.
2626
2627 2004-03-07  Jan Nieuwenhuizen  <janneke@gnu.org>
2628
2629         * Documentation/user/GNUmakefile (local-install-info): Issue
2630         warning (for packager, ie, if not installing in /usr or /usr/local).
2631
2632         * lily/stencil-scheme.cc: 
2633         * lily/staff-symbol-referencer.cc: 
2634         * lily/script-column.cc: 
2635         * lily/pitch.cc: 
2636         * lily/music.cc: 
2637         * lily/grob-pq-engraver.cc: 
2638         * lily/font-interface.cc: 
2639         * lily/music-output-def.cc: 
2640         * lily/duration.cc: 
2641         * lily/grob-scheme.cc:
2642         * lily/context-scheme.cc: Put scheme name on first line in
2643         LY_DEFINE to help etags (/ms multiline regexp flag broken?).  Stray
2644         style cleanups.
2645
2646         * stepmake/stepmake/scm-vars.make: 
2647         * stepmake/stepmake/c++-vars.make (TAGS_HEADERS, TAGS_SOURCES):
2648         Rename and split TAGS_FILES.
2649
2650         * GNUmakefile.in (ALL-TAGS): Remove.
2651         
2652         * stepmake/stepmake/generic-targets.make (TAGS): Also include
2653         deeper TAGS files.  Fixes regexp tags in TOP dir.
2654
2655 2004-03-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2656
2657         * VERSION: 2.1.29 released.
2658         
2659         * Documentation/user/changing-defaults.itely (Changing defaults):
2660         new file.
2661
2662         * Documentation/user/notation.itely (Notation manual): rename from 
2663         refman.itely
2664
2665         * Documentation/user/notation-appendices.itely (The Feta font):
2666         new file.
2667
2668         * Documentation/user/advanced.itely: add aborted attempt for
2669         advanced topics manual.
2670
2671 2004-03-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2672
2673         * scm/new-markup.scm: display Markups in sane format. Patch by
2674         Nicolas Sceaux.
2675
2676 2004-03-05  Jan Nieuwenhuizen  <janneke@gnu.org>
2677
2678         * lily/main.cc: Cleanups.
2679         (setup_localisation): New function.
2680         (sane_putenv): Remove.
2681         (main_with_guile): New name (Was: main_prog).  Remove musings
2682         about possible preparation for GUILE heavy memory usage and
2683         practical uselessness.  Do not set environment variables
2684         GUILE_INIT_SEGMENT_SIZE_1, GUILE_MAX_SEGMENT_SIZE.  Remove file
2685         name juggling.
2686         (parse_argv): New function.
2687         (copyright): New function.  It's 2004 already.
2688
2689         * lily/input-file-results.cc (do_one_file): Add file name juggling.
2690         (distill_inname): Move from main.
2691
2692 2004-03-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2693
2694         * GNUmakefile.in (EXTRA_DIST_FILES): remove VIM stuff.
2695
2696         * vim/GNUmakefile: flatten dirs, add GNUmakefile.
2697
2698         * Documentation/user/running.itely: new file.
2699
2700         * lily/include/audio-element.hh (class Audio_element): remove grace_b_
2701
2702         * lily/score-performer.cc (finish): call Translator::finalize ().
2703
2704 2004-03-05  Heikki Junes <hjunes@cc.hut.fi>
2705
2706         * lilypond-ftpplugin.vim: renamed to the following file.
2707         * lilypond-ftplugin.vim: new file.
2708
2709         * GNUmakefile.in: update VIM_FILES.
2710
2711 2004-03-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2712
2713         * scm/output-ps.scm (output-scopes): use ly:paper-lookup for font
2714         props.
2715
2716         * input/test/tie-sparse.ly: remove.
2717
2718         * lily/tie-performer.cc (try_music): copy & paste from
2719         Tie_engraver.
2720
2721         * lily/music-output-def.cc (LY_DEFINE): bugfix. Don't do
2722         variable_ref twice.
2723
2724         * lily/key-performer.cc (create_audio_elements): use
2725         alterations-in-key.
2726
2727         * scm/midi.scm (accidentals-in-key): divide alterations by 2.
2728
2729 2004-03-04  Heikki Junes <hjunes@cc.hut.fi>
2730
2731         * input/test/smart-transpose.ly: fix cases fes->e and similar.
2732         handle also quarter tones (not shown as tests). test also flats.
2733
2734         * Documentation/index.html.in: small fixes.
2735
2736 2004-03-03  Jan Nieuwenhuizen  <janneke@gnu.org>
2737
2738         * input/regression/new-markup-scheme.ly: Typo.
2739
2740         * scm/define-markup-commands.scm (fill-line): New markup.
2741
2742         * scm/output-ps.scm (ps-encoding): Add simplistic encoding.
2743         (output-paper-def): Fix alignment.
2744         (make-title): Fix height/width scaling.
2745
2746         * ps/lilyponddefs.ps (base-line-skip): Bugfix.
2747
2748         * input/test/title-markup.ly: Add remaining titles.  Layout and
2749         font size fixes.  Add simplistic latin1 test.
2750
2751 2004-03-03  Heikki Junes <hjunes@cc.hut.fi>
2752
2753         * input/test/nested-groups.ly: remove. move content (to next). 
2754         * input/test/staff-bracket.ly: replace content (from prev), this 
2755         has been already in templates.
2756
2757 2004-03-03  Jan Nieuwenhuizen  <janneke@gnu.org>
2758
2759         * stepmake/autogen.sh: Only issue warning about running configure
2760         without arguments when autogen.sh will actually be running
2761         configure.
2762
2763 2004-03-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2764
2765         * scm/new-markup.scm (stack-stencil-line): robustness.
2766
2767         * scm/define-markup-commands.scm (simple): robustification of
2768         simple-markup.
2769
2770         * Documentation/user/music-glossary.tely (Top): change central C
2771         to middle C.
2772
2773         * lily/text-item.cc (interpret_markup): cache make-simple-markup
2774
2775 2004-03-03  Jan Nieuwenhuizen  <janneke@gnu.org>
2776
2777         * input/test/title-markup.ly (spaceTest): Add.
2778
2779         * lily/text-item.cc (interpret_markup): Make line markup from
2780         multi word markup.
2781
2782         * scm/define-markup-commands.scm (word): New markup command.
2783         (simple): Use it.
2784
2785         * scm/output-ps.scm (define-fonts): Fix TeX font scaling.
2786
2787 2004-03-02  Heikki Junes <hjunes@cc.hut.fi>
2788
2789         * vim/ftplugin/lilypond.vim:
2790         * vim/syntax/lilypond.vim: use only local settings with setlocal.
2791         show matching paren in insert mode.
2792
2793 2004-03-02  Jan Nieuwenhuizen  <janneke@gnu.org>
2794
2795         * scm/output-ps.scm (make-title, output-scopes): Further
2796         development.
2797
2798         * input/test/title-markup.ly: New file.
2799
2800         * ps/lilyponddefs.ps: Disable PostScript titling.
2801
2802         * lily/paper-score.cc (process): Quote PORT argument to make-title.
2803
2804 2004-03-01  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2805
2806         * lily/arpeggio.cc (width_callback): remove padding.
2807  
2808         * scm/define-grobs.scm (all-grob-descriptions): add padding.
2809
2810         * scm/define-music-types.scm: remove make-music-by-name.
2811
2812         * Documentation/user/lilypond.tely: doc patch by Edward Sutton.
2813
2814 2004-03-01  Jan Nieuwenhuizen  <janneke@gnu.org>
2815
2816         * lily/paper-score.cc (process): Output titles using make-title.
2817
2818         * scm/output-ps.scm (output-stencil): Display directly instead of
2819         constructing string.
2820         (make-title): New function.
2821
2822 2004-03-01  Mats Bengtsson  <mabe@drongo.s3.kth.se>
2823
2824         * Documentation/user/lilypond-book.itely (Integrating LaTeX and
2825         music), Documentation/user/invoking.itexi (Invoking lilypond): 
2826         Move documentation of LaTeX packages for latin1 characters to the
2827         lilypond-book manual.
2828
2829 2004-03-01  Heikki Junes <hjunes@cc.hut.fi>
2830
2831         * Documentation/topdocs/INSTALL.texi: small fix (by Matthias Kilian).
2832
2833         * vimrc: add menu in console and shortcut <F10> for it.
2834
2835         * vim/:
2836         * vim/compiler/:
2837         * vim/syntax/:
2838         * vim/indent/:
2839         * vim/ftplugin/: new directories.
2840         
2841         * vim/filetype.vim: new file.
2842
2843         * lilypond.vim: remove files (see next).
2844         * vim/syntax/lilypond.vim: new, renamed file (see prev).
2845
2846         * vimrc: remove file (see next).
2847         * vim/ftplugin/lilypond.vim: new, renamed file (see prev).
2848
2849         * vim/ftplugin/lilypond.vim: change dir for dictionary.
2850         add header. apply bindings only locally.
2851
2852         * vim/indent/lilypond.vim: new file.
2853
2854         * vim/ftplugin/lilypond.vim: remove errorformat.
2855         * vim/compiler/lilypond.vim: new file for errorformats.
2856
2857         * Documentation/topdocs/INSTALL.texi: give easier orders.
2858
2859         * ROADMAP: add vim/
2860
2861 2004-02-29  Jan Nieuwenhuizen  <janneke@gnu.org>
2862
2863         * Documentation/user/introduction.itely (Introduction): Use @image
2864         iso @html <img...>.  Add workaround for images in columns in info.
2865
2866         * stepmake/aclocal.m4: Store computed version in variable.
2867
2868         * configure.in: Export MAKEINFO_VERSION.
2869
2870         * config.make.in (MAKEINFO_VERSION): Add.
2871
2872         * make/ly-rules.make: Add makeinfo <= 4.6 workaround.
2873
2874         * Documentation/user/GNUmakefile: Only build info with images when
2875         building web.
2876
2877         * GNUmakefile.in (install-WWW): Visit Documentation/user.
2878
2879         * stepmake/stepmake/texinfo-targets.make: Move info and texinfo
2880         stuff from documentation-targets.make
2881
2882 2004-02-29  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2883
2884         * VERSION: 2.1.28 released
2885         
2886         * scripts/convert-ly.py (conv): 
2887
2888 2004-02-29  Heikki Junes <hjunes@cc.hut.fi>
2889
2890         * ly/property-init: new functions: \arpeggioUp, \arpeggioDown,
2891         \arpeggioBoth. redefine \arpeggioBracket.
2892
2893         * Documentation/user/refman.itely: document new arpeggio
2894         functions.
2895
2896         * scripts/convert-ly.py: add a rule for \arpeggioBracket.
2897
2898         * input/regression/arpeggio-bracket.ly: apply convert-ly.
2899
2900         * input/mutopia/R.Schumann/romanze-op28-2.ly: apply convert-ly.
2901
2902 2004-02-29  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2903
2904         * Documentation/user/introduction.itely (Automated engraving):
2905         rewrite introduction using website text.
2906
2907 2004-02-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2908
2909         * scm/*.scm: make-music-by-name is replaced by make-music, which
2910         also accept music property settings, eg:
2911           (make-music 'TextScriptEvent 'direction DOWN 'text
2912               (make-simple-markup x))
2913
2914         Patch courtesy Nicolas Sceaux
2915
2916         * lily/beam-quanting.cc: cleanup, separate counts for left and
2917         right beam ends.
2918
2919         * lily/side-position-interface.cc (quantised_position): also
2920         quantize staccato position for forced stem directions. 
2921
2922 2004-02-27  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2923
2924         * scm/*.scm: Patch by Nicolas Sceaux: 
2925
2926         * scm/music-functions.scm: ly:grob-property and ly:music-property
2927         are made procedure with setters.
2928
2929         * scm/*.scm: replace ..-set-property! with set! (..-property  )
2930         
2931 2004-02-28  Heikki Junes <hjunes@cc.hut.fi>
2932
2933         * input/test/[t-v]*.ly: finish rewriting texidocs.
2934
2935         * input/test/vaticana.ly: remove.
2936         * input/test/ligature-vaticana.ly: new, renamed file name.
2937
2938         * input/test/stem-centered.ly: remove.
2939         * input/test/mensural-note-heads.ly: new file. take content from
2940         removed file stem-centered.ly.
2941
2942         * input/test/scales-greek.ly: simplify.
2943
2944         * input/test/s*.ly: reformulate texidocs.
2945         
2946         * input/test/[p-r]*.ly: use more verbose texidocs. add comments
2947         of missing features.
2948
2949 2004-02-27  Heikki Junes <hjunes@cc.hut.fi>
2950
2951         * input/test/[j-o]*.ly: update texidocs.
2952
2953 2004-02-27  Jan Nieuwenhuizen  <janneke@gnu.org>
2954
2955         * scm/documentation-generate.scm (usermanref): Add macro for TeX.
2956
2957         * Documentation/topdocs/NEWS.texi: Add note about info docs with
2958         images.
2959
2960         * Documentation/user/lilypond.tely (@direntry): Update.
2961
2962         * stepmake/stepmake/documentation-targets.make
2963         (install-info,uninstall-info): Install into $(package_infodir).
2964         Install images.  Run install-info to update dir.
2965
2966         * config.make.in (package_infodir): Add.
2967
2968         * Documentation/user/GNUmakefile (info-with-images,
2969         local-install-info, local-uninstall-info): New target.
2970
2971 2004-02-27  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2972
2973         * scm/define-grobs.scm (all-grob-descriptions): tune concaveness
2974         gap/threshold.
2975
2976         * lily/beam-quanting.cc (score_slopes_dy): remove
2977         ROUND_TO_ZERO_SLOPE kludge.
2978
2979         * lily/beam.cc (check_concave): remove old concaveness2 kludge.
2980
2981         * input/regression/beam-concave.ly (texidoc): add morgenlied example.
2982
2983         * lily/global-context.cc (Global_context): alway accept Score
2984         (run_iterator_on_me): cast Context to Score_context, not
2985         Context_def.
2986
2987         * Documentation/user/refman.itely: documentation patch by Edward
2988         Sanford Sutton.
2989
2990         * mf/GNUmakefile: unset sauter-fonts.
2991
2992 2004-02-27  Jan Nieuwenhuizen  <janneke@gnu.org>
2993
2994         * scripts/lilypond-book.py (output_texinfo): Output @image
2995         descriptions for info too.
2996
2997         * input/test/chord-names-jazz.ly: 
2998         * input/test/embedded-scm.ly: Clarify.
2999
3000         * input/test/cautionaries.ly: Typo.
3001
3002         * lily/input-smob.cc (ly_input_location): Compile fix.
3003
3004 2004-02-27  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3005
3006         * make/lilypond.redhat.spec.in (Group): add/delete music-glossary too. 
3007
3008         * ly/engraver-init.ly: move \grobdescriptions to Global. This
3009         fixes problems with system defaults being reverted with \override
3010         on Score level.
3011
3012         * lily/global-context.cc (Global_context): apply property-ops to
3013         Global_context too. 
3014
3015 2004-02-27  Jan Nieuwenhuizen  <janneke@gnu.org>
3016
3017         * scm/output-ps.scm (stencil->string): Rewrite.
3018
3019 2004-02-27  Heikki Junes <hjunes@cc.hut.fi>
3020
3021         * input/test/[+c-i]*.ly: refresh descriptions -- maintain
3022         impersonal style.
3023
3024 2004-02-26  Jan Nieuwenhuizen  <janneke@gnu.org>
3025
3026         * lily/input-smob.cc (ly_input_location: New function.
3027
3028         * scm/define-markup-commands.scm (upright): New markup command.
3029
3030         * lily/parser.yy (markup): Add STRING_IDENTIFIER.
3031
3032         * scm/font.scm (paper20-font-vector): cmcsc klugdge.
3033
3034         * scm/output-ps.scm (output-stencil): New function.
3035
3036         * scripts/lilypond-book.py (do_file): Bugfix: change search order
3037         of snippet types; fixes @ignore and @verbatim blocks.
3038
3039 2004-02-26  Heikki Junes <hjunes@cc.hut.fi>
3040
3041         * input/test/[a-b]*.ly: refresh descriptions -- avoid referring
3042         to a file in printed documentation, instead, refer either to a 
3043         syntax or to an output.
3044
3045 2004-02-26  Jan Nieuwenhuizen  <janneke@gnu.org>
3046
3047         * input/regression/beam-center-slope.ly: Add test.
3048
3049 2004-02-25  Jan Nieuwenhuizen  <janneke@gnu.org>
3050
3051         * mf/GNUmakefile (Fontmap, Fontmap.lily): Add Fontmap for GS.
3052         (SAUTER_FONTS): Reinstate.
3053
3054         * scm/define-markup-commands.scm (caps): New markup command.
3055
3056         * scm/output-ps.scm (output-scopes): Experimental markup output.
3057
3058         * scm/: Add missing headers.
3059
3060         * lily/stencil-scheme.cc (ly_stencil_get_expr): New accessor.
3061
3062         * lily/paper-outputter.cc (output_metadata): Add parameter PAPER.
3063
3064 2004-02-25  Jan Nieuwenhuizen  <janneke@gnu.org>
3065
3066         * lily/stencil-scheme.cc (ly_stencil_get_expr): New function.
3067         Stray style cleanups.
3068
3069 2004-02-25  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3070
3071         * lily/note-collision.cc (check_meshing_chords): bugfix for dot /
3072         no dot combination.
3073
3074         * scripts/convert-ly.py (FatalConversionError.subst_in_trans):
3075         substitute \override Staff.autoBeamSettings too
3076
3077         * Documentation/user/tutorial.itely: proofreading fixes by David
3078         Bobroff
3079
3080 2004-02-24  Jan Nieuwenhuizen  <janneke@gnu.org>
3081
3082         * scm/output-ps.scm (top-of-file): Add tagline definition.  FIXME.
3083
3084         * ps/music-drawing-routines.ps: 
3085         * ps/lilyponddefs.ps: Add end markers.
3086
3087 2004-02-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3088
3089         * VERSION: 2.1.27 released.
3090         
3091         * lily/hyphen-engraver.cc (finalize): suicide unterminated hyphens.
3092
3093         * scripts/lilypond-book.py (compose_ly): cleanup relative= option,
3094         obey documentation.
3095
3096 2004-02-24  Jan Nieuwenhuizen  <janneke@gnu.org>
3097
3098         * scripts/lilypond.py (find_pfa_fonts): Bugfix and update.
3099
3100         * scm/output-ps.scm: Resurrect.
3101         
3102         * scm/output-tex.scm: Minimal cleanups.
3103
3104         * scm/paper.scm (paper-set-staff-size): Add lineheight.
3105
3106         * make/ly-rules.make: Remove any broken lily-*.tex files before
3107         lilypond-book run.
3108
3109         * stepmake/stepmake/c++-vars.make (EXTRA_CXXFLAGS): Remove -pipe
3110         comment.
3111
3112         * stepmake/aclocal.m4: Add --enable-pipe option, with check.
3113         Enabled by default, may save 10% compile time.
3114
3115 2004-02-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3116
3117         * lily/lyric-phrasing-engraver.cc: remove
3118         
3119         * lily/lyric-engraver.cc: rewrite so lyric-phrasing-engraver no
3120         longer necessary. 
3121
3122         * lily/extender-engraver.cc (stop_translation_timestep): rewrite
3123         so lyric-phrasing-engraver is no longer necessary.
3124
3125         * ly/engraver-init.ly: move Break_forbid_engraver to Voice, remove
3126         Grob_pq_engraver from Staff.
3127
3128         * lily/grob-pq-engraver.cc: remove current_grobs array, read/write
3129         busyGrobs directly.
3130
3131         * input/regression/quote-transposition.ly: new file.
3132
3133         * lily/recording-group-engraver.cc (stop_translation_timestep):
3134         store instrumentTuning too. 
3135
3136         * lily/quote-iterator.cc (process): transpose events using
3137         instrumentTuning.
3138
3139         * scripts/convert-ly.py (FatalConversionError.subst): \set transposing
3140         -> \tuning <pitch>
3141
3142         * lily/parser.yy (command_req): add \tuning command for setting
3143         instrument tuning of staff.
3144
3145         * Documentation/user/GNUmakefile
3146         ($(outdir)/lilypond/lilypond.html): ugh: use perl iso. sed.
3147
3148         * Documentation/user/refman.itely (Customized accidental rules):
3149         typo.
3150
3151 2004-02-23  Heikki Junes <hjunes@cc.hut.fi>
3152
3153         * Documentation/user/music-glossary.tely: remove the missing norwegian
3154         translation; they can be put in later properly.
3155
3156 2004-02-23  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3157
3158         * lily/recording-group-engraver.cc (start_translation_timestep):
3159         init Recording_group_engraver twice.
3160
3161 2004-02-23  Jan Nieuwenhuizen  <janneke@gnu.org>
3162
3163         * gcc-3.4 snapshot: 3.4.0 20040215 (prerelease) compile fixes, and
3164         stray style cleanups:
3165
3166         * stepmake/stepmake/c++-vars.make (EXTRA_CXXFLAGS): Remove
3167         -Wmissing-prototypes.
3168
3169         * flower/include/killing-cons.tcc (Killing_cons): Add template
3170         specifier for car_.
3171
3172         * flower/include/parray.hh (binsearchs): Add template specifier
3173         for maxkey.
3174
3175         * flower/include/interval.hh: Declare elem () with template specfier.
3176
3177 2004-02-23  Heikki Junes <hjunes@cc.hut.fi>
3178
3179         * elisp/lilypond-indent.el (get-buffer-size): add customization
3180         groups for several variables (Reuben Thomas).
3181
3182 2004-02-23  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3183
3184         * Documentation/user/invoking.itexi (Point and click): add index
3185         entry.
3186
3187         * scm/slur.scm (calc-slur-extremity): use 'stem only if slur would
3188         go under beam.
3189
3190         * lily/beam-quanting.cc: tune down ROUND_TO_ZERO_SLOPE, this fixes
3191         sarabande beam. 
3192
3193         * flower/warn.cc (programming_error): cross fingers not thumbs.
3194
3195         * lily/rest.cc (polyphonic_offset_callback): return 0 when
3196         staff-position is set.
3197
3198         * VERSION: release 2.1.26 
3199         
3200         * scm/chord-entry.scm (construct-chord): process transposition
3201         after processing explicit-11.  
3202
3203 2004-02-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3204
3205         * lily/parser.yy (add_quote): add syntax for adding quotes:
3206         \addquote "id-string" Music
3207
3208         * scripts/lilypond-book.py (do_file): do not overwrite input file.
3209
3210         * scripts/convert-ly.py (conv): add rules for name changes.
3211
3212         * lily/context-scheme.cc (LY_DEFINE): use Scheme style naming for
3213         music/context/grob property functions. Internally, use
3214         get_property() and set_property() for both.
3215
3216 2004-02-22  Heikki Junes <hjunes@cc.hut.fi>
3217
3218         * elisp/lilypond-mode.el (get-buffer-size): define new function,
3219         for Emacs <= 20 (Laurent Martelli).
3220
3221 2004-02-21  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3222
3223         * lily/parser.yy (command_element): extract quoted vector in
3224         parser.
3225
3226         * input/regression/quote.ly: new file.
3227
3228         * lily/sequential-iterator.cc (process): only process if moment >= 0.
3229
3230         * lily/parser.yy (command_element): \quote DURATION NAME: support
3231         cue notes. 
3232
3233         * lily/quote-iterator.cc (class Quote_iterator): new file.
3234
3235 2004-02-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3236
3237         * lily/auto-beam-engraver.cc (try_music): accept and process
3238         beam-forbid-event.
3239
3240         * input/regression/auto-beam-no-beam.ly: new file.
3241
3242 2004-02-20  Mats Bengtsson  <mabe@drongo.s3.kth.se>
3243
3244         * lily/accidental.cc (print): Change font-relative-size ->
3245         font-size. Fixes cautionary-style = smaller.
3246
3247 2004-02-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3248
3249         * lily/system-start-delimiter.cc (staff_brace): remove
3250         font-relative-size
3251
3252         * lily/parser.yy (music_property_def): oops. SCM_UNDEFINED
3253         forgotten with scm_list_n. Fixes spurious coredumps.
3254
3255         * lily/accidental-engraver.cc (stop_translation_timestep): move
3256         update of localKeySignature to stop_translation_timestep (). This
3257         makes sure that all ties are noticed at the right moment.
3258         (stop_translation_timestep): clear tie only when right-side
3259         notehead was seen.
3260         (number_accidentals_from_sig): cleanup. 
3261
3262         * input/regression/accidental-tie.ly (mus): new file
3263
3264         * input/regression/tie-accidental, tie-break-accidental.ly: remove
3265         these longish tests.
3266
3267 2004-02-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3268
3269         * lily/include/*.hh (class Item): rename XXX_b () to is_XXX ().
3270
3271         * THANKS: update bugreporter list.
3272
3273         * lily/beam.cc (print): broken beams last until end of staff.
3274         (print): broken beams start from prefatory matter.
3275
3276         * scm/output-tex.scm (output-scopes): don't dump fraction exactly.
3277
3278         * lily/paper-score.cc (process): dump header only once.
3279
3280         * lily/paper-outputter.cc (Paper_outputter): move logic into
3281         Scheme.
3282
3283         * scm/output-tex.scm (output-scopes): new function.
3284         (output-paper-def): new function
3285         (tex-string-def): new function
3286         (symbol->tex-key): new function
3287
3288         * scripts/convert-ly.py (conv): add rule for | ~
3289
3290 2004-02-19  Heikki Junes  <hjunes@cc.hut.fi>
3291
3292         * input/regression/{many}.ly: refresh, trying to guess how
3293         it was designed.
3294
3295 2004-02-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3296
3297         * VERSION: release 2.1.25
3298
3299         * scm/define-translator-properties.scm
3300         (all-user-translation-properties): add printOctaveNames
3301
3302         * ly/engraver-init.ly: remove Note_event_swallower from
3303         NoteNamesContext.
3304
3305         * lily/note-name-engraver.cc (process_music): new property
3306         printOctaveNames
3307
3308         * lily/context.cc (find_existing_context): remove support for
3309         Current.
3310
3311         * scm/music-functions.scm (set-accidental-style): new function;
3312         duplicate accidental macros.
3313
3314         * ly/property-init.ly (hideStaffSwitch): remove accidental macros.
3315
3316         * lily/note-name-engraver.cc (process_music):
3317         process_acknowledged_grobs () -> process_music ()
3318
3319         * scm/part-combiner.scm (determine-split-list): robustification.
3320
3321 2004-02-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3322
3323         * lily/beam-quanting.cc (score_forbidden_quants): check all staff
3324         lines for falling into beam-gap.
3325         (score_forbidden_quants): check all staff lines for falling in
3326         beam gaps.
3327
3328         * lily/note-spacing.cc (get_spacing): less space at EOL in case of
3329         key/clef/time signatures. 
3330
3331         * input/test/ossia.ly: revise example.
3332
3333         * lily/span-bar.cc (evaluate_glyph): read 'glyph of self first.
3334         cleanup.
3335         
3336         * lily/grob-scheme.cc (LY_DEFINE): change a few function names to
3337         comply to Scheme standard.  Remove ly:get-paper-variable
3338
3339 2004-02-17  Mats Bengtsson  <mabe@drongo.s3.kth.se>
3340
3341         * scripts/convert-ly.py (2.1.22): Corrected documentation printout.
3342
3343 2004-02-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3344
3345         * lily/accidental-engraver.cc (process_acknowledged_grobs): use
3346         properties from Voice context. This fixes accidental size for
3347         staff-switches during grace contexts.
3348
3349         * lily/note-collision.cc (check_meshing_chords): only wipe heads
3350         if necessary. Else, simply wipe dots.
3351
3352         * input/test/beam-alternate.ly: new file
3353
3354         * input/test/piano-staff-distance.ly: new file.
3355
3356         * lily/translator-group.cc (recurse_down_translators): use
3357         Direction for bottom-up/top-down.
3358
3359         * lily/include/translator.hh (class Translator): add
3360         process_music() and do_announces(). This obviates
3361         recurse_down_{engravers,performers}.
3362
3363         * ly/declarations-init.ly (melismaEnd): use ManualMelismaEvent for
3364         \melisma and \melismaEnd
3365
3366         * lily/melisma-engraver.cc (process_music): change to
3367         Melisma_translator, unify with performer. Accept
3368         ManualMelismaEvent.
3369
3370         * ly/engraver-init.ly: add Font_size_engraver.
3371
3372 2004-02-16  Heikki Junes  <hjunes@cc.hut.fi>
3373
3374         * lily/align-interface.cc, lily/axis-group-engraver.cc: spell
3375         it hara-kiri.
3376
3377         * input/regression/{many}.ly: improve descriptions trying to figure
3378         out what is tested.
3379
3380 2004-02-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3381
3382         * lily/slur.cc (broken_trend_offset): robustness fix.
3383
3384         * VERSION: release 2.1.24
3385
3386         * lily/context.cc (find_create_context): go to Score if it exists.
3387
3388         * lily/context-scheme.cc: new file.
3389
3390         * lily/score-translator.cc (get_output): new file.
3391
3392         * lily/include/grob-info.hh: origin_contexts() now does not
3393         include the originating engraver
3394
3395         * lily/translator-group.cc (translator_each): clean up contents,
3396         remove superfluous stubs. Engraver_group_engraver and
3397         Performer_group_performer are the only classes using multiple
3398         inheritance.
3399
3400         * lily/include/score-context.hh (class Score_context): interface
3401         between Score_{engraver,performer} and Global_context.
3402
3403         * lily/include/global-context.hh (Context): change from
3404         global-translator. This is the entry point for contexts; it is not
3405         tweakable using \translator{}. Score is no longer the top context,
3406         but sits underneath Global.
3407
3408         * lily/include/context.hh (class Context): brain surgery: split
3409         out Context functionality from Translator_group. Context is now a
3410         separate type from Translator.
3411
3412 2004-02-15  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3413
3414         * lily/include/translator.hh (class Translator): make
3415         get_score_context() and get_global_translator (), and use the one
3416         which is appropriate.
3417
3418         * lily/context.cc: partially put functionality of Translator_group
3419         into Context.
3420
3421         * lily/include/context.hh (Translator): new class: put between
3422         Translator and Translator_group. 
3423
3424         * lily/new-accidental-engraver.cc: remove file.
3425
3426 2004-02-16  Heikki Junes  <hjunes@cc.hut.fi>
3427
3428         * input/regression/{many}.ly: improve descriptions: use complete 
3429         sentences, try to describe what is tested, avoid `we´, do not use 
3430         don't, ... 
3431
3432 2004-02-15  Heikki Junes  <hjunes@cc.hut.fi>
3433
3434         * Documentation/user/refman.itely: use `@c´ if $internalsref{...} @c
3435         is at EOL.
3436
3437         * Documentation/user/lilypond.tely: declare the topmost node only
3438         once; removes empty line in @contents.
3439
3440         * Documentation/user/music-glossary.tely: really add Finnish author.
3441         Draw more beatiful `->´ arrow in html: &rarr;
3442
3443 2004-02-15  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3444
3445         * lily/music.cc (LY_DEFINE): rename to ly:music-list?
3446
3447         * scripts/convert-ly.py (conv): add ly:music-list  change.
3448
3449         * lily/grob.cc: edit doc string.
3450
3451         * scm/define-grob-properties.scm (all-user-grob-properties):
3452         proofreading, editing of doc strings.
3453
3454         * input/regression/tablature-string-tunings.ly: new file.
3455
3456         * lily/staff-symbol-engraver.cc (process_music): new engraver,
3457         listen to stringTunings
3458
3459         * lily/align-interface.cc (align_elements_to_extents): remove Grob
3460         for self-alignment-[XY] code.
3461  
3462 2004-02-14  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3463
3464         * scm/slur.scm (calc-slur-extremity): change "rules" (home-brewn
3465         cond) into function. Cleanup.
3466
3467         * lily/text-spanner.cc: remove text-repeat-if-broken property.
3468         
3469         * VERSION (PACKAGE_NAME): 2.1.23 released
3470
3471 2004-02-14  Heikki Junes   <hjunes@cc.hut.fi>
3472
3473         * Documentation/user/{refman,internals}.itely: small fixes.
3474
3475 2004-02-14  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3476
3477         * lily/accidental-engraver.cc (acknowledge_grob): don't make
3478         accidentals for harmonic notes
3479
3480         * lily/new-fingering-engraver.cc (acknowledge_grob): kill dots,
3481         for harmonic notes.
3482
3483         * scm/document-backend.scm (interface-doc): prune Grob
3484         documentation: don't duplicate interface information.
3485
3486         * lily/*.cc: lots of updates of doc strings.
3487
3488 2004-02-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3489
3490         * input/test/ac-extra-voice.ly (accompany): remove file.
3491
3492         * input/test/maximum-rest-count.ly: remove file.
3493
3494         * scripts/convert-ly.py (FatalConversionError.subst_in_trans):
3495         conversion rule for \translator { }. Apply everywhere.  
3496
3497         * lily/parser.yy (music_property_def): set property for \once in
3498         the PropertyMusic itself, not the ContextSpec.
3499         (property_operation): change syntax within \translator { }
3500
3501         * scm/define-music-properties.scm (all-music-properties): clean up.
3502
3503         * lily/auto-beam-engraver.cc (test_moment): use
3504         updated_grob_properties() to retrieve autoBeam settings.
3505
3506         * lily/spacing-spanner.cc: bound shortest_playing_len by
3507         measure_length
3508
3509         * lily/spacing-engraver.cc (acknowledge_grob): ignore
3510         multi-measure events for spacing computation.
3511
3512         * mf/feta-bolletjes.mf (overdone_heads): make note heads more
3513         elliptical, to 1.49.
3514
3515         * lily/rest.cc (polyphonic_offset_callback): new function. Do
3516         vertical positioning for polyphony, without RestCollision object.
3517
3518         * lily/note-column.cc (add_head): prevent rests & note heads on
3519         one stem.
3520
3521         * lily/rest-collision.cc (do_shift): ignore rests with beams.
3522         (do_shift): rewrite only-rests case: use common refpoints: the
3523         routine will have sensible results when other rest-translations
3524         have taken place.
3525
3526         * lily/simple-spacer.cc (solve): cleanup: remove code for linelen
3527         < 0 case. 
3528
3529         * VERSION: 2.1.22 released
3530         
3531         * input/GNUmakefile (SUBDIRS): remove ascii-art
3532
3533 2004-02-13  Jan Nieuwenhuizen  <janneke@gnu.org>
3534
3535         * input/: Convert ly files that still had \property.  Fixes make
3536         web.  Remove exta spaces around '='. 
3537
3538         * scripts/convert-ly.py (conv): Redundant space fixes.
3539
3540         * scripts/lilypond-book.py (compile-ly): python2.1 fix.
3541
3542 2004-02-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3543
3544         * make/ly-rules.make ($(outdir)/%.pdf): add DVIPS_FLAGS. This will
3545         create scalable PS and PDFs  for input/{test,template,regression}.
3546
3547         * lily/context.cc (is_alias): move function.
3548         (is_alias): add Bottom as context alias. 
3549         (find_create_translator): add Bottom as a context alias for creation.
3550
3551         * lily/stencil.cc: rename Molecule to Stencil. Changes throughout.
3552
3553         * lily/parser.yy (music_property_def): new syntax for property
3554         assignments:
3555
3556         \set A.B = #C , \unset A.B
3557         \override A.B #C = #D, \revert A.B #C 
3558
3559         * lily/my-lily-lexer.cc: remove \property
3560
3561 2004-02-13  Heikki Junes  <hjunes@cc.hut.fi>
3562
3563         * Documentation/user/refman.itely: add dots after seealso refs.
3564
3565         * input/template/{many}.ly: harmonise descriptions.
3566
3567         * Documentation/user/music-glossary.itely: add Finnish author.
3568
3569 2004-02-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3570
3571         * VERSION (PACKAGE_NAME): release 2.1.21
3572
3573 2004-02-12  Jan Nieuwenhuizen  <janneke@gnu.org>
3574
3575         * Documentation/topdocs/NEWS.texi: Substitute Lyrics/LyricsVoice.
3576
3577         * scripts/lilypond-book.py (snippet_res): @include filename must
3578         not be empty.
3579
3580 2004-02-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3581
3582         * scm/documentation-generate.scm (markup-doc-string): dump
3583         markup-commands.tely
3584
3585         * scm/define-markup-commands.scm (override): new file.
3586         Move documentation from refman into doc-strings. 
3587
3588         * input/test/staff-container.ly: fix example.
3589
3590         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): remove
3591         StaffContainer
3592
3593         * lily/grob.cc: remove point_dimension_callback
3594         (Grob): read forced dimensions from X-extent and Y-extent.
3595         (get_paper): remove preset_extent.
3596
3597         * scm/define-grobs.scm (all-grob-descriptions): remove
3598         point_dimension_callback. 
3599
3600         * lily/dynamic-engraver.cc (acknowledge_grob): attach dynamic
3601         textscript to head. This makes no-spacing-rods work on
3602         DynamicText.
3603
3604         * lily/chord-name.cc: remove props chord, bass, inversion.
3605
3606         * Documentation/user/appendices.itely: add Scheme functions,
3607         context-properties and layout properties to manual.
3608
3609         * scm/part-combiner.scm (determine-split-list): include rests in a
3610         solo1/2 sequence.
3611
3612         * lily/new-part-combine-iterator.cc (substitute_both): new
3613         function.
3614         (class New_pc_iterator): add separate Voice=solo context, fixes
3615         autobeams going from chords to solo.
3616
3617 2004-02-11  Jan Nieuwenhuizen  <janneke@gnu.org>
3618
3619         * Documentation/user/invoking.itexi (Editor support): Fix typo.
3620
3621         * Documentation/user/tutorial.itely:
3622         * Documentation/user/refman.itely: Add short note about being part
3623         of lilypond.tely.
3624
3625         * COPYING: Make note more clear with respect to files that are
3626         explicitely licenced otherwise (Documention/user/ comes to mind).
3627         
3628         * Documentation/topdocs/AUTHORS.texi (AUTHORS): Use @,{c}.  Remove
3629         comment about barfing of @c,{}.
3630
3631         * Documentation/user/music-glossary.tely: Add list of authors.
3632
3633         * stepmake/stepmake/library-rules.make: Thank Nelson only in
3634         source (was: also in build log).
3635
3636 2004-02-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3637
3638         * lily/side-position-interface.cc (general_side_position): if
3639         staff-padding is set, then include staff in support too.
3640
3641         * GNUmakefile.in (README_FILES): remove TODO. Put in new CVS
3642         module workbook
3643
3644         * TODO: Remove.  Put in new CVS module /cvsroot/lilypond/workbook/
3645
3646         * lily/tuplet-engraver.cc: remove tupletInvisible
3647
3648         * scm/define-translator-properties.scm: cleanup, separate in
3649         internal and user props. 
3650
3651         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): change
3652         LyricsVoice -> Lyrics
3653
3654         * lily/new-part-combine-iterator.cc (process): only print warning
3655         for symbols.
3656
3657 2004-02-11  Jan Nieuwenhuizen  <janneke@gnu.org>
3658
3659         * scm/part-combiner.scm: Add proper header.
3660
3661         * All but lily/*: The great --2003 --2004 replace; the missing
3662         `bits'.
3663
3664         * TODO: Fix outline mode.  Add book notes.
3665
3666         * ROADMAP: Update.
3667
3668 2004-02-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3669
3670         * scm/part-combiner.scm (make-autochange-music): use
3671         accumulator. Fixes stack overflow.
3672
3673         * lily/*: rename brew_molecule -> print , molecule-callback ->
3674         print-function
3675
3676         * scm/define-grob-properties.scm: cleanup. Separate into internal
3677         and user properties.
3678
3679         * lily/translator-property.cc (updated_grob_properties): new
3680         function
3681         (execute_pushpop_property): change to new convention:
3682         object property inits are stored as (cons ALIST BASED-ON). This
3683         storage format allows concurrent tweaks in different contexts.
3684
3685 2004-02-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3686
3687         * TODO: new file.
3688
3689 2004-02-10  Jan Nieuwenhuizen  <janneke@gnu.org>
3690
3691         * debian/: Late Debian update (sorry Anthony).
3692
3693         * scripts/lilypond-book.py (do_file): Look for input_file in
3694         include path, or ask kpathsea if LATEX.
3695
3696         * input/template/GNUmakefile (LILYPOND_BOOK_FLAGS): 
3697         * input/test/GNUmakefile (LILYPOND_BOOK_FLAGS):
3698         * input/regression/GNUmakefile (LILYPOND_BOOK_FLAGS): Use
3699         --header=texidoc.
3700
3701         * Documentation/user/tutorial.itely (Fine tuning layout): Add lost
3702         relative.
3703
3704         * scripts/lilypond-book.py: Fixes for make web.  Default to stdout
3705         only when filtering, default to input_base otherwise.  Coding
3706         style fixes.
3707
3708 2004-02-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3709
3710         * lily/include/translator.hh (class Translator): add virtual
3711         qualifier.
3712
3713 2004-02-10  Jan Nieuwenhuizen  <janneke@gnu.org>
3714
3715         * scripts/lilypond-book.py (compose_ly): Python2.1 workarounds.
3716
3717 2004-02-09  Jan Nieuwenhuizen  <janneke@gnu.org>
3718
3719         * scripts/lilypond-book.py (compose_ly): Add kludge for relative.
3720
3721         * Documentation/user/refman.itely: Run texinfo-all-menus-update
3722         (fixes make web).
3723
3724         * GNUmakefile.in (web-clean): Do not remove fonts (they do not
3725         live in $(out)-www).
3726
3727         * scripts/lilypond-book.py: Small cleanups.  Junk hairy include
3728         dependencies.  Add link to .ly source in HTML output.
3729         (Lilypond_snippet.output_html): Handle multiple page picture
3730         output.
3731         (Lilypond_snippet.output_html, Lilypond_snippet.output_latex):
3732         Make usable for output_texinfo again.
3733
3734         * Documentation/user/GNUmakefile: Add static dependency for
3735         lilypond.tely includes.
3736
3737         * Documentation/user/tutorial.itely: Add some lost `relative'
3738         ly-options.
3739
3740 2004-02-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3741
3742         * lily/include/translator-group.hh: move Music_output_def member
3743         to Global_translator.
3744
3745         * scripts/lilypond-book.py (do_file):  fix latex output.
3746
3747         * VERSION: release 2.1.20
3748         
3749         * scm/part-combiner.scm (determine-split-list): robustness fix 
3750
3751         * lily/paper-score.cc (process): move gc stat stuff to init.ly 
3752
3753         * lily/parser.yy (music_output_def_body): plug memory leak.
3754
3755         * lily/translator-group.cc (add_fresh_group_translator): plug
3756         memory leak: unprotect Translator_group once added.   
3757
3758         * lily/span-dynamic-performer.cc (process_music): deprecate span-type.
3759
3760         * scripts/lilypond-book.py (Lilypond_snippet.notice_include):
3761         write .dep file.
3762         (Lilypond_snippet.ly): add \renameinput.
3763
3764 2004-02-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3765
3766         * Documentation/user/refman.itely (Markup command definition): Doc
3767         by Nicolas Sceaux. Rewrite by Han-Wen
3768
3769         * lily/lyric-hyphen.cc (brew_molecule): remove if hyphen is first
3770         thing of the line.
3771         (brew_molecule): only remove if hyphen is not at the end of line.
3772         (set_spacing_rods): new function: minimum-length specifies
3773         distance between syllables.
3774
3775         * scm/define-grobs.scm (all-grob-descriptions): add
3776         Hyphen_spanner::set_spacing_rods to LyricHyphen
3777
3778         * input/regression/lyric-hyphen-break.ly: new file.
3779
3780         * input/test/lyric-hyphen-retain.ly: new file.
3781
3782         * lily/new-part-combine-iterator.cc (construct_children):
3783         add Rest direction.
3784
3785 2004-02-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3786
3787         * scripts/lilypond-book.py (Snippet.replacement_text): add method.
3788
3789         * Documentation/bibliography/engraving.bib (donemus1982):
3790         update entry.
3791
3792 2004-02-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3793
3794         * scripts/lilypond-book.py (Substring.__init__): new class.
3795         (Snippet.output_texinfo): add texidoc option.
3796         (Include_snippet.replacement_text): new class.
3797         (Lilypond_snippet.__init__): new class
3798         (Lilypond_snippet.get_hash): bugfix: use full body for hashing.
3799
3800         * Documentation/user/refman.itely (Sound): 
3801         note about number of channels.
3802
3803         * scm/music-functions.scm (voicify-music): add \context Staff for
3804         << \\ >> polyphony.
3805
3806         * lily/parser.yy (verbose_command_req): \skip now creates
3807         SkipMusic, and does not lead to spurious staves.
3808
3809         * scm/define-music-types.scm (music-descriptions): rename
3810         NonEventSkip to SkipMusic
3811
3812         * input/no-notation/midi-lyric-barcheck.ly: new file.
3813
3814         * input/regression/collision-dots-invert.ly: new file.
3815
3816         * lily/note-collision.cc (check_meshing_chords): add stem_to_stem
3817         case.
3818
3819         * lily/new-lyric-combine-music-iterator.cc (process): let iterator
3820         die if melody died too.
3821
3822 2004-02-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3823
3824         * lily/source-file.cc (load_stdin): add trailing 0. Fixes problem
3825         with reading from stdin.
3826
3827         * lily/slur-performer.cc (try_music): new file.
3828
3829         * lily/melisma-performer.cc (try_music): new file. Handle
3830         melismata to help lyrics.
3831
3832         * lily/beam-performer.cc (try_music): new file. Handle beam events
3833         to help lyrics.
3834
3835         * lily/score-performer.cc (one_time_step): reinstate
3836         process_music().
3837
3838         * lily/performer.cc (process_music): add to interface.
3839
3840         * lily/performer-group-performer.cc (process_music): new function.
3841
3842         * lily/dot-column.cc (do_shifts): do collision resolution before
3843         dot positioning.
3844         
3845         * scripts/lilypond-book.py (Snippet.output_print_filename): new
3846         file, process printfilename option.
3847         (Snippet.__init__): rewrite: do not use global variables h or
3848         index.
3849         (main): really support -I option.
3850         (find_toplevel_snippets): new code.
3851         (find_toplevel_snippets): reinstate old version, without global
3852         variables.
3853
3854         * tex/texinfo.tex: really add file.
3855         
3856 2004-02-06  Jan Nieuwenhuizen  <janneke@gnu.org>
3857
3858         * scripts/lilypond-book.py (find_toplevel_snippets): Python < 2.3
3859         compatibility.
3860
3861 2004-02-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3862
3863         * scripts/hw-lilypond-book.py (Snippet.output_print_filename): 
3864
3865         * scm/define-translator-properties.scm (drumPitchTable): add
3866         property.
3867
3868         * scripts/lilypond-book.py (simple_toplevel_snippets): new
3869         function.
3870         (help_summary): docstrings.
3871         (do_file): strip the dir of input_base too.
3872
3873 2004-02-05  Jan Nieuwenhuizen  <janneke@gnu.org>
3874
3875         * Documentation/topdocs/NEWS.texi: Add item about lilypond-book.
3876
3877         * Documentation/user/lilypond-book.itely: Update.
3878
3879         * make/ly-rules.make: Update lilypond-book commands.
3880
3881         * Documentation/user/GNUmakefile: Update makeinfo commands,
3882         lilypond-book flags.
3883
3884         * scripts/lilypond-book.py: Rewrite (was: filter-lilypond-book.ly).
3885         
3886         * scripts/old-lilypond-book.py: New file (was: lilypond-book.ly).
3887
3888         * scripts/filter-lilypond-book.py: Remove.
3889
3890         * Documentation/user/*tely: Update options for new lilypond-book.
3891
3892         * tex/texinfo.tex: New file; from texinfo CVS.  This fixes build
3893         with @macros in @includes.
3894
3895 2004-02-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3896
3897         * lily/rest-collision-engraver.cc (process_acknowledged_grobs):
3898         make rest-collision only.
3899
3900         * lily/break-substitution.cc (substitute_one_mutable_property):
3901         clear all-elements using scm_assq_remove_x(). 
3902
3903         * lily/rest-collision.cc (do_shift): shift single rests
3904
3905         * flower/include/array.hh (class Array): rename to is_empty ()
3906
3907         * lily/drum-note-performer.cc: new file: perform drum notes.
3908
3909         * VERSION (PACKAGE_NAME): release 2.1.19.
3910         
3911 2004-02-05  Jan Nieuwenhuizen  <janneke@gnu.org>
3912
3913         * scripts/filter-lilypond-book.py
3914         (classic_lilypond_book_compatibility): New function.
3915
3916 2004-02-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3917
3918         * buildscripts/lilypond.words.py (F): remove drums.scm reference.
3919
3920         * Grand 2003 -> 2004 search replace. 
3921
3922         * lily/parser.yy (chord_body_element): add DRUM_PITCH to chords
3923         (i.e. < > )
3924
3925         * ly/performer-init.ly: add DrumStaff
3926
3927         * lily/axis-group-engraver.cc (acknowledge_grob): also take
3928         lyric-interface; this prevents lines with only extender lines from
3929         being junked.
3930  
3931         * scm/define-grob-interfaces.scm (lyric-interface): new interface
3932
3933         * lily/lyric-extender.cc (brew_molecule): get line breaking and
3934         extenders right, for once and for all (hopefully).
3935         
3936         * lily/break-substitution.cc (substitute_one_mutable_property):
3937         clear old 'all-elements for System grobs.
3938
3939         * lily/new-lyric-combine-music-iterator.cc (find_voice): make sure
3940         that associatedVoiceContext is always assigned when music & lyrics
3941         are found. 
3942
3943         * ly/engraver-init.ly: remove Lyrics context.
3944         (TabVoice): add noteheads engraver
3945
3946         * input/test/improv.ly: update: do not use Thread switching. 
3947
3948         * lily/pitch-squash-engraver.cc (acknowledge_grob): only squash if
3949         squashedPosition is a number  
3950
3951         * Documentation/user/refman.itely (Automatic note splitting):
3952         remove Thread references.
3953
3954         * input/no-notation/pc-direction.ly: remove file.
3955
3956         * ly/engraver-init.ly: remove Thread
3957
3958         * input/regression/tie-chord-partial.ly: remove file.
3959
3960         * scripts/convert-ly.py (conv): \harmonic rule
3961
3962         * lily/new-fingering-engraver.cc (acknowledge_grob): add new
3963         notation for harmonic notes: <c' g''\harmonic>
3964
3965         * lily/lily-guile.cc (alist_to_hashq): new function
3966
3967         * scm/lily.scm (alist->hash-table): new function.
3968
3969         * Documentation/user/refman.itely (Percussion staves): update doco.
3970
3971         * input/regression/drums.ly (timb): updates
3972
3973         * lily/note-performer.cc (create_audio_elements): robustness fix.
3974
3975         * ly/engraver-init.ly: add DrumStaff and DrumVoice contexts
3976
3977 2004-02-05  Jan Nieuwenhuizen  <janneke@gnu.org>
3978
3979         * scripts/filter-lilypond-book.py (find_toplevel_snippets): Do not
3980         discard valid matches.
3981
3982 2004-02-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3983
3984         * lily/drum-note-engraver.cc: new file.
3985
3986         * ly/drumpitch-init.ly: move drum definitions
3987
3988         * scm/drums.scm: remove file.
3989
3990         * lily/*.cc: remove abort-event everywhere.
3991
3992         * lily/note-heads-engraver.cc (process_music): robustification.
3993
3994         * lily/accidental-engraver.cc (process_acknowledged_grobs):
3995         robustification.
3996
3997         * lily/parser.yy (simple_element): add \drums mode.
3998         (simple_element): remove \pitchnames , \chordmodifiers. Use
3999         variables to store this. 
4000
4001         * lily/lexer.ll (My_lily_lexer): remove support for \PITCHNAME
4002         outside \notes.
4003
4004         * VERSION: release 2.1.18.
4005         
4006         * input/test: remove octave-duplicate.ly
4007
4008 2004-02-04  Jan Nieuwenhuizen  <janneke@gnu.org>
4009
4010         * scripts/filter-lilypond-book.py: Speed-up and clean-ups.
4011
4012 2004-02-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4013
4014         * lily/simultaneous-music-iterator.cc: remove clone() and copy
4015         constructor from Music_iterator. Changes throughout.
4016
4017         * lily/include/music-iterator.hh (class Music_iterator): remove
4018         Music_iterator::skip and Music_iterator::get_pending_events from
4019         interface. Rename report_to -> get_outlet 
4020
4021         * lily/auto-change-iterator.cc: move contents from
4022         new-auto-change-iterator.cc from
4023
4024         * scm/part-combiner.scm: determine split-list from Scheme. 
4025
4026         * lily/new-auto-change-iterator.cc (process): new file.
4027
4028         * lily/parser.yy (part_combined_music): remove old PC cruft.
4029
4030         * ly/engraver-init.ly: remove old
4031         PC cruft.
4032
4033         * Documentation/user/refman.itely (The Lyrics context): note about
4034         extender lines.
4035
4036         * lily/multi-measure-rest-engraver.cc (process_music): extra check
4037         to allow 0-length mmrest events.
4038
4039         * scm/part-combiner.scm (determine-split-list): many bugfixes.
4040
4041         * lily/new-part-combine-iterator.cc (kill_mmrest): new function.
4042
4043         * lily/spacing-engraver.cc (finalize): robustifications.
4044
4045         * input/regression/new-part-combine-solo-global.ly: new file.
4046
4047         * scm/part-combiner.scm: rewrite.
4048
4049 2004-02-03  Juergen Reuter  <reuter@ipd.uka.de>
4050
4051         * Documentation/user/refman.itely, input/puer-fragment.ly,
4052         input/test/vaticana.ly, ly/engraver-init.ly: ancient examples
4053         updated for proper use of lyricsto; replaced "(" and ")" ->
4054         "\melisma" and "\melismaEnd"
4055
4056         * input/test/ancient-font.ly: small updates to reduce compile
4057         warnings (TODO: junk this file)
4058
4059         * input/test/gregorian-scripts.ly: added comment about bug
4060
4061         * lily/gregorian-ligature-engraver.cc, lily/ligature-engraver.cc:
4062         tiny robustness fix
4063
4064         * mf/parmesan-clefs.mf: exact_center fixes (this broke due to
4065         recent changes in the feta code); temporarily mapped mensural g
4066         clef to a copy of petrucci g clef until mensural g clef will have
4067         been rewritten
4068
4069         * mf/parmesan-heads.mf: bugfix: solved character name clashing
4070         between mensural and neo-mensural heads (this broke quite a while
4071         ago)
4072
4073         * mf/parmesan-rests.mf: still more tiny set_char_box() fixes
4074
4075 2004-02-03  Jan Nieuwenhuizen  <janneke@gnu.org>
4076
4077         * scripts/filter-lilypond-book.py: Handle @include.  Add progress
4078         indication.  Fixes for verbatim, multi line comments.
4079
4080 2004-02-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4081
4082         * input/regression/new-part-combine-solo.ly: more cases.
4083
4084         * lily/slur.cc (height): robustness fix.
4085
4086         * lily/new-part-combine-iterator.cc (process): add apart-spanner. 
4087
4088         * input/mutopia/F.Schubert/morgenlied.ly (melody): revert
4089         stemUp/stemDown.
4090
4091         * scm/music-functions.scm (determine-split-list): further analysis.
4092
4093         * lily/script-engraver.cc (try_music): discard duplicate
4094         articulations.
4095
4096         * input/regression/new-part-combine-solo.ly: new file
4097
4098         * input/regression/new-part-combine-a2.ly: new file.
4099
4100         * ly/performer-init.ly: add Devnull
4101
4102         * scripts/convert-ly.py (FatalConversionError.sub_acc): add rule
4103         for \musicglyph #"accidental-*"
4104         (conv): \newpartcombine rule.
4105
4106 2004-02-03  Jan Nieuwenhuizen  <janneke@gnu.org>
4107
4108         * scripts/filter-lilypond-book.py: Handle @lilypondfile, bugfixes.
4109
4110 2004-02-02  Jan Nieuwenhuizen  <janneke@gnu.org>
4111
4112         * scripts/filter-lilypond-book.py: Handle verbatim, latex
4113         textwidth, --output.
4114
4115 2004-02-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4116
4117         * scm/new-markup.scm (doubleflat): add accidental markups.
4118
4119         * VERSION: release 2.1.17
4120         
4121         * Documentation/user/refman.itely (Automatic part combining):
4122         revise documentation of the part-combiner.
4123
4124         * input/regression/pc-switch-slur.ly (texidoc): remove file.
4125         
4126         * input/test/part-combine-{moment,staff}.ly: remove file.
4127
4128         * input/regression/pc-mmrest.ly (two): remove file.
4129
4130         * scm/define-music-types.scm (music-descriptions): add
4131         Solo{One,Two}Event and UnisonoEvent
4132
4133         * lily/new-part-combine-iterator.cc (unisono): add state_
4134         variable, signal changes with part-combine-event.
4135
4136         * input/regression/new-part-combine-text.ly: new file.
4137
4138         * lily/part-combine-engraver.cc: new file.
4139
4140 2004-02-02  Jan Nieuwenhuizen  <janneke@gnu.org>
4141
4142         * scripts/filter-lilypond-book.py: Handle snippet options.
4143
4144 2004-02-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4145
4146         * scm/music-functions.scm (determine-split-list): detect solo1/2
4147         and unisono.
4148
4149         * lily/new-lyric-combine-music-iterator.cc (construct_children):
4150         revert fix, document why.
4151
4152         * lily/tie-performer.cc (process_music): new function. Set melisma
4153         property.
4154
4155         * lily/tuplet-bracket.cc (make_bracket): make sure that gap is
4156         always smaller than bracket size.
4157         (make_bracket): oops. Size of the gap was off by factor 2
4158
4159         * input/test/text-rotate.ly: new file.
4160
4161         * scm/new-markup.scm (markup): a macro that provides a
4162         LilyPond-like syntax in scheme for building markups, in order to
4163         help markup command definition. (Nicolas Sceaux)
4164
4165         * input/test/lyrics-skip-notes.ly: new example.
4166
4167         * lily/parser.yy (post_event): make HYPHEN into postfix event.
4168
4169         * lily/new-lyric-combine-music-iterator.cc (find_context_below):
4170         use is_alias() iso. == . This fixes lyrics on
4171         GregorianTranscriptions. 
4172
4173 2004-02-02  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4174
4175         * scripts/lilypond.py (ly_paper_to_latexpaper): Add newline before 
4176         \thispagestyle{lastpage} to avoid that it's printed on the second
4177         last page when there's only a single score line on the last page.
4178         (The page breaking mechanism in TeX played some ugly tricks to us.)
4179
4180 2004-02-01  Jan Nieuwenhuizen  <janneke@gnu.org>
4181
4182         * scripts/filter-lilypond-book.py: Further development.
4183
4184         * input/regression/collision-dots-move.ly: New test.
4185
4186         * lily/note-collision.cc (check_meshing_chords): Move dots on left
4187         hand side note head of non-merged collision to the right.
4188
4189         * lily/new-lyric-combine-music-iterator.cc (start_new_syllable):
4190         Construct children before accessing property from emtpy
4191         lyrics_context_.
4192         (construct_children): Find thread before finding LyricsVoice.
4193         Create LyricsVoice one if none found, fixes crash (thanks Erik
4194         Sandberg).
4195
4196 2004-01-31  Jan Nieuwenhuizen  <janneke@gnu.org>
4197
4198         * cygwin/: Forward port.
4199
4200 2003-10-01  Jan Nieuwenhuizen  <janneke@gnu.org>
4201
4202         * buildscripts/install-info-html.sh: Use Bash.
4203
4204         * cygwin/mknetrel: Patch from Bert.
4205
4206 2003-09-30  Jan Nieuwenhuizen  <janneke@gnu.org>
4207
4208         * cygwin/lily-wins.py: Check whether to run ly2dvi or lilypond.
4209
4210         * stepmake/stepmake/topdocs-targets.make (copy-to-top): Do not
4211         try to copy *png, index.html (Bertalan Fodor).
4212
4213         * cygwin/mknetrel (preinstall): Set webdir (Bertalan Fodor).
4214
4215 2003-09-30  Jan Nieuwenhuizen  <janneke@gnu.org>
4216
4217         * lily/note-collision.cc (check_meshing_chords): Do not remove
4218         dots (from down head) when merging similar heads (thanks Matthias
4219         Kilian).  Simplify merge_possible tests and other cleanups
4220
4221         * input/regression/collision-merge-differently-dotted.ly: Add test
4222         for disappearing dots on similar heads for both voices.
4223
4224 2004-01-30  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4225
4226         * Documentation/user/invoking.itexi (Invoking lilypond): Document
4227         that tagline overrides copyright for single page scores. Correct
4228         the default tagline value.
4229
4230 2004-01-29  Jan Nieuwenhuizen  <janneke@gnu.org>
4231
4232         * Documentation/topdocs/NEWS.texi: Compile fix (thanks Mats).
4233
4234 2004-01-29  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4235
4236         * buildscripts/lilypond-login.sh: Avoid warning about undefined
4237         TEXMF if it's previously unset.
4238
4239 2004-01-29  Heikki Junes <hjunes@cc.hut.fi>
4240
4241         * scm/chord-name.scm (german-markup): bugfix: use SEMI-TONE.
4242
4243         * input/test/trills.ly: fix the unfolding of lineprall.
4244
4245         * input/test/figured-bass-alternative.ly: fix accidental.
4246
4247 2004-01-28  Jan Nieuwenhuizen  <janneke@gnu.org>
4248
4249         * Documentation/topdocs/NEWS.texi: Add note about safe mode.
4250         
4251         * input/no-notation/dos-guile.ly: 
4252         * input/no-notation/dos-ps.ly: 
4253         * input/no-notation/dos-tex.ly: New file.  These tests still FAIL.
4254         
4255         * input/no-notation/safe-include.ly:
4256         * input/no-notation/safe-guile.ly:
4257         * input/no-notation/safe-ps.ly: 
4258         * input/no-notation/safe-tex.ly: New file.
4259
4260         * scripts/lilypond.py (global_latex_preamble): Add \nofiles for
4261         safe mode Add -s,--safe-mode option.  Use -S,--set for setting
4262         options now.
4263         (run_lilypond): When in --safe-mode, pass option to lilypond-bin.
4264         When in --safe-mode, set environment openout_any=p[aranoid].
4265
4266         * tex/ltest.tex: 
4267         * tex/lilyponddefs.tex: Add \nofiles.
4268
4269         * python/lilylib.py (get_bbox, make_ps_images): Add -dSAFER to gs
4270         options.
4271
4272         * mf/GNUmakefile (FETA_LIST_FILES): Install feta*list.lys too.
4273         This allows building the user manual using a binary installation
4274         and a matching unpacked source tree.
4275
4276         * scm/lily.scm (safe-module): New variable. 
4277
4278         * lily/includable-lexer.cc (new_input): Fix error messages.
4279
4280         * lily/parse-scm.cc (internal_ly_parse_scm): Add parameter SAFE.
4281         If SAFE, evaluate in safe-module.  Change callers.
4282
4283         * lily/main.cc (Long_option_init): Reinstate safe-mode.
4284
4285         * lily/lexer.ll (embedded_scm): While processing main-input,
4286         invoke ly_parse_scm with safe mode if running in safe-mode.
4287         (<<EOF>>): Reset main_input_b_, fixes old-relative chech
4288         in init.ly for safe-mode.
4289
4290 2004-01-28  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4291
4292         * scripts/lilypond.py (ly_paper_to_latexpaper): Regain
4293         compatibility with old versions of geometry.sty (compat2
4294         already implied includehead).
4295         Change the page layout slightly so bottom + footskip = top +
4296         headheight + headsep = 16mm, the remaining paperheight-32mm
4297         are used for the music. Increase footskip to 5mm, so the top of
4298         the footer text doesn't touch the music.
4299
4300 2004-01-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4301
4302         * VERSION: release 2.1.16
4303         
4304         * scm/music-functions.scm (determine-split-list): bugfix: only use
4305         new-active for both voices if both indexes advance. This fixes the
4306         biggest outstanding problem with new-pc. 
4307
4308         * lily/new-part-combine-iterator.cc (construct_children): set more
4309         directions.
4310
4311 2004-01-27  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4312
4313         * scripts/convert-ly.py (conv): add instrument rule.
4314
4315         * lily/instrument-name-engraver.cc: add Vocal_name_engraver.
4316
4317         * lily/side-position-interface.cc: remove add_staff_support ()
4318         Change all callers to use staff-padding.
4319
4320         * lily/auto-beam-engraver.cc (create_beam): opps. Don't use
4321         make_spanner().
4322
4323         * lily/a2-engraver.cc (process_acknowledged_grobs): 
4324
4325         * lily/text-engraver.cc: remove scriptHorizontal property.
4326
4327         * lily/beam.cc (least_squares): also set least-squares-dy for
4328         special case of slanted 2-stem beam to center.
4329
4330         * lily/side-position-interface.cc (out_of_staff): move contents of
4331         out_of_staff into aligned_side.
4332         remove out_of_staff().
4333
4334         * input/regression/measure-grouping.ly: fix warning.
4335
4336         * lily/side-position-interface.cc: add staff-padding support to
4337         Side_position_interface::aligned_side.
4338
4339         * lily/system-start-delimiter-engraver.cc (process_music): whoops,
4340         one get_property too many.
4341
4342         * flower/include/drul-array.hh (linear_combination): new function
4343         (scale_drul): new function
4344
4345         * lily/beam.cc: use Drul_array<Real> iso. interval, because *=
4346         operations on empty intervals are silly.
4347
4348 2004-01-26  Jan Nieuwenhuizen  <janneke@gnu.org>
4349
4350         * lily/note-heads-engraver.cc (process_music): use robust_scm2int
4351         (iso gh_scm2int), fixes crash in new part-combiner.
4352
4353         * configure.in: Up mftrace to 1.0.27.
4354
4355 2004-01-26  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4356
4357         * VERSION: release 2.1.15
4358         
4359         * lily/lyric-phrasing-engraver.cc (stop_translation_timestep):
4360         align all stanza numbers.
4361
4362 2004-01-26  Heikki Junes <hjunes@cc.hut.fi>
4363
4364         * Documentation/user/{introduction.itely,refman.itely,
4365         converters.itely}: fix some text inside parentheses; text should
4366         be readable (even) if parentheses are either replaced with commas 
4367         or dropped out.
4368
4369 2004-01-25  Werner Lemberg  <wl@gnu.org>
4370
4371         * buildscripts/lilypond.words.py, input/puer-fragment.ly,
4372         input/test/vaticana.ly, input/test/ancient-font.ly,
4373         input/test/mensural-ligatures.ly, input/test/gregorian-scripts.ly,
4374         lily/include/staff-symbol.hh, lily/breathing-sign.cc,
4375         ly/params-as-init.ly, scm/define-grobs.scm,
4376         scm/define-grob-properties.scm: s/stafflinethickness/linethickness/.
4377
4378         * ly/params-as-init.ly: Removed.  Obsolete.
4379         * buildscripts/lilypond.words.py: Updated.
4380
4381 2004-01-25  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4382
4383         * mf/parmesan-clefs.mf: switch off mensural G clefs.
4384
4385         * mf/feta-din{4,5,7,9}.mf: remove.
4386         
4387         * lily/engraver.cc (internal_make_item): centralize item/spanner
4388         factory.
4389
4390         * scripts/convert-ly.py (FatalConversionError.sub_durs): bugfix:
4391         do correct chord conversion for ^"sim."  (backportme)
4392         (FatalConversionError.sub_articulations): substitute ^"foo" in
4393         chords too. (backportme)
4394
4395         * scm/define-grobs.scm (all-grob-descriptions): use staff-padding
4396         for Fingering.
4397
4398         * lily/side-position-interface.cc (out_of_staff): don't do
4399         anything if staff-padding not defined. 
4400
4401         * mf/feta-params.mf (stafflines): introduce linethickness as
4402         general blackness of the font.
4403
4404         * lily/stem.cc (position_noteheads): rounding error robustness.
4405
4406         * input/regression/rest-collision-beam.ly: move beam/rest stuff
4407         from beam-collision.ly 
4408
4409         * lily/beam.cc (rest_collision_callback): remove direction.
4410
4411         * scm/define-grobs.scm (all-grob-descriptions): remove
4412         enclose-bounds in OttavaBracket and PianoPedalBracket
4413
4414         * scm/new-markup.scm (def-markup-command) new macro, which takes
4415         care of defining the COMMAND-markup and make-COMMAND-markup
4416         procedures, setting markup-signature and keyword-signature object
4417         properties, and pushing the markup command in
4418         markup-function-list.
4419
4420         All markup commands are defined thanks to it.  Users may also use
4421         it to define their own markup commands. (Nicolas Sceaux)
4422
4423         * scm/new-markup.scm: Scheme style clean-up: there should be no
4424         parenthesis alone on a line; LET* should not be used where LET is
4425         enough. (Nicolas Sceaux)
4426
4427 2004-01-25  Jan Nieuwenhuizen  <janneke@gnu.org>
4428
4429         * scripts/filter-lilypond-book.py: Add script.
4430
4431 2004-01-23  Jan Nieuwenhuizen  <janneke@gnu.org>
4432
4433         * ly/engraver-init.ly: Set enclose_bounds to #1 (was: ##t).
4434
4435 2004-01-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4436
4437         * Documentation/user/refman.itely (Fingering instructions): add
4438         single note chords. 
4439
4440         * lily/multi-measure-rest-engraver.cc: use a single
4441         MultiMeasureEvent for mm rests. This prevents problems with the
4442         new part combiner.
4443
4444         * scm/music-functions.scm (determine-split-list): analysis has
4445         global effect: a difference halfway a phrase makes the entire
4446         phrase be typeset as apart.
4447         (make-multi-measure-rest): make mmrest as a single rhythmic event. 
4448
4449 2004-01-23  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4450
4451         * ly/performer-init.ly: add Devnull.
4452
4453         * Documentation/user/refman.itely (Font selection): remove paper20
4454         ref.
4455         
4456 2004-01-22  Jan Nieuwenhuizen  <janneke@gnu.org>
4457
4458         * scripts/convert-ly.py (1.9.0): Handle phrasing slur.
4459
4460 2004-01-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4461
4462         * scm/music-functions.scm (determine-split-list): bugfixes.
4463
4464         * scm/lily.scm (uniq-list): new implementation, O(1) stack.
4465
4466         * input/test/scales-greek.ly: use C as base, results in different
4467         alterations at the clef.
4468
4469         * input/regression/pedal-ped.ly: new file.
4470
4471         * input/regression/pedal-bracket.ly: new file.
4472
4473         * lily/piano-pedal-bracket.cc (brew_molecule): new function;
4474         replace after_line_breaking()
4475
4476         * lily/line-interface.cc (line): read thickness.
4477         (line): dash-fraction = 0 always for dotted-line style.
4478
4479         * input/test/staff-lines.ly (lower): bugfix.
4480
4481         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): move
4482         \accepts Devnull into Score.
4483
4484         * scm/lily.scm: remove bla.scm load.
4485
4486 2004-01-21  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4487
4488         * VERSION: release 2.1.14
4489         
4490         * Documentation/topdocs/INSTALL.texi (Top): fix FTP url. 
4491
4492         * lily/side-position-interface.cc (general_side_position): add
4493         Staff_symbol_referencer::staff_space ().
4494
4495         * lily/include/context-def.hh: rename from translator-def.hh
4496
4497 2004-01-21  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4498
4499         * input/template/piano-dynamics.ly (pedal): Updated definition of
4500         Dynamics such that \cresc works, for example.
4501
4502 2004-01-21  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4503
4504         * lily/stem.cc (calc_stem_info): use
4505         Staff_symbol_referencer::staff_space
4506
4507         * lily/beam-quanting.cc (quanting): scale Stem_info 
4508
4509         * lily/beam.cc (rest_collision_callback): use minimum-distance
4510         property for rest/beam collisions.
4511         (rest_collision_callback): bugfixes.
4512
4513         * lily/system.cc (post_processing): extra-offset is now relative
4514         to the size of the current staff.
4515
4516         * scm/music-functions.scm (notice-the-events-for-pc): record all
4517         voices, only analyze "one" and "two".
4518
4519         * lily/recording-group-engraver.cc (finalize): bugfix: want self,
4520         not parent. 
4521
4522         * lily/new-part-combine-iterator.cc (construct_children): create
4523         Devnull from Voice context
4524
4525         * scm/music-functions.scm (determine-split-list): bugfixes.
4526
4527         * lily/lily-guile.cc (robust_scm2int): new function
4528
4529         * lily/staff-symbol-referencer.cc (line_thickness): new
4530         function. Use throughout.
4531
4532         * lily/font-size-engraver.cc (acknowledge_grob): only process grob
4533         in its own context.  Add to preset font-size.
4534
4535         * lily/stem.cc (thickness): new function.
4536
4537         * lily/staff-symbol.cc (get_ledger_line_thickness): new function:
4538         compute thickness from ledger-line-thickness.
4539
4540         * lily/note-head.cc (brew_ledger_lines): use
4541         Staff_symbol::get_ledger_line_thickness ().
4542
4543         * lily/beam.cc (rest_collision_callback): use
4544         Staff_symbol_referencer::staff_space().
4545
4546         * lily/parser.yy (My_lily_lexer): change syntax: \newpartcombine
4547         Mus1 Mus2
4548
4549         * lily/include/translator.hh (class Translator): add accepts_list_
4550         so  \with { \denies / \accepts } also works.
4551
4552         * scm/music-functions.scm (determine-split-list): determine split
4553         list from music events.
4554
4555         * lily/new-part-combine-iterator.cc: more states.
4556
4557         * lily/moment.cc (LY_DEFINE): new function ly:moment<? 
4558
4559 2004-01-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4560
4561         * lily/system.cc (set_loose_columns): use the right prebroken cols
4562         for interpolating loose column position.
4563
4564         * lily/text-spanner.cc (brew_molecule): default to no vertical
4565         lines.
4566
4567         * lily/ottava-bracket.cc (brew_molecule): vertical line doesn't
4568         take space.
4569
4570         * scm/define-grobs.scm (all-grob-descriptions): less padding.
4571
4572 2004-01-20  Jan Nieuwenhuizen  <janneke@gnu.org>
4573
4574         * scripts/convert-ly.py: Do not test filename when processing
4575         stdin.
4576
4577         * lily/axis-group-engraver.cc: Include warn.hh (compile fix).
4578
4579 2004-01-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4580
4581         * lily/axis-group-engraver.cc (finalize): extra check; if
4582         process_music () is never called, then staffline_ == 0.
4583
4584         * lily/simultaneous-music-iterator.cc (pending_moment): don't
4585         check run_always ().
4586         
4587         * VERSION: release 2.1.13
4588
4589         * input/regression/note-head-style.ly (pattern): cleanup.
4590
4591         * mf/GNUmakefile ($(outdir)/$(redhat-package)): use http for
4592         downloading.
4593
4594         * scm/output-lib.scm (shift-right-at-line-begin): new function:
4595         kludge rehearsalmark placement.
4596
4597         * lily/grob-scheme.cc (LY_DEFINE): add ly:item-break-dir , ly:item?
4598         , ly:spanner?
4599
4600         * lily/note-head.cc (internal_brew_molecule): only shorten ledger
4601         close to note head for accidentals.
4602
4603         * lily/tuplet-bracket.cc (get_default_dir): new algorithm for
4604         tuplet direction.
4605
4606         * mf/parmesan-heads.mf (overdone_heads): enlarge harmonic head.
4607
4608 2004-01-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4609
4610         * lily/include/music-iterator.hh (class Music_iterator): add
4611         substitute_outlet() to iterator API.
4612
4613         * lily/new-part-combine-iterator.cc (construct_children):
4614         New_pc_iterator: new class, better part combining.
4615
4616         * lily/tie-column.cc (werner_directions): new function
4617
4618         * lily/tie.cc (set_direction): call Tie_column::set_direction ()
4619
4620         * lily/axis-group-engraver.cc (process_acknowledged_grobs): give
4621         empty objects group spanner as parent
4622
4623         * lily/tuplet-bracket.cc (calc_position_and_height): check musical
4624         slope against graphical slope.
4625
4626         * lily/ottava-bracket.cc (brew_molecule): support minimum-length
4627         for ottava bracket.
4628
4629         * lily/side-position-interface.cc (general_side_position):
4630         opps. reinstate *dir.
4631
4632         * lily/parser.yy: plug many memory leaks. We're down to 4 for each
4633         parser run.
4634
4635         * lily/tuplet-bracket.cc: remove calc_dy ().
4636
4637         * Documentation/user/refman.itely (Balloon help): document balloon
4638         help
4639
4640 2004-01-19  Jan Nieuwenhuizen  <janneke@gnu.org>
4641
4642         * scm/document-backend.scm (check-dangling-properties): Grob
4643         properties are defined define-grob-properties.scm.
4644         
4645 2004-01-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4646         
4647         * VERSION: release 2.1.12
4648
4649         * scm/define-grobs.scm (all-grob-descriptions): larger font for
4650         ChordName
4651
4652         * scm/new-markup.scm (sub-markup): sup & super: make smaller in
4653         relation to surroundings.
4654
4655         * lily/tuplet-bracket.cc (calc_position_and_height): add staff
4656         Y-extent to the note-extents: stay clear of the staff.
4657
4658 2004-01-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4659
4660         * Documentation/user/GNUmakefile
4661         ($(outdir)/lilypond/lilypond.html): posix conforming globs. Link
4662         iso. copy.
4663
4664         * stepmake/stepmake/metafont-rules.make: remove --keep-trying.
4665
4666         * lily/separating-group-spanner.cc (set_spacing_rods): add padding.
4667
4668         * mf/,scripts/,make/,ly/,scm/: remove AsciiScript remnants.
4669
4670         * lily/lily-guile.cc (robust_scm2double): new function. Use throughout.
4671
4672         * lily/line-interface.cc (line): remove thickness from calling interface.
4673
4674         * lily/hairpin.cc: use Line_interface
4675
4676         * lily/line-interface.cc: new file. Line_interface for everything
4677         with dotted/dashed lines.
4678         
4679
4680         * lily/tuplet-bracket.cc (make_bracket): use Line_interface.
4681
4682         * lily/ottava-bracket.cc (brew_molecule): new file, separate routine
4683         for constructing ottava brackets.
4684         
4685         * lily/ottava-engraver.cc (acknowledge_grob): hang the bracket on
4686         the note heads.
4687
4688         * Documentation/user/internals.itely (Engravers and performers):
4689         fix broken link.
4690
4691         * scm/music-functions.scm (make-mark-set): new function.
4692
4693         * lily/lookup.cc: remove Lookup::horizontal_slope (): it is
4694         functionally identical to beam.
4695
4696         * lily/mensural-ligature.cc (brew_flexa): replace horizontal_slope
4697         () with beam (). 
4698
4699         * Documentation/user/refman.itely (Rehearsal marks): document new
4700         functionality.
4701
4702         * input/regression/rehearsal-mark-number.ly: new file.
4703
4704         * input/regression/rehearsal-mark-letter.ly: new file.
4705
4706         * scm/translation-functions.scm (number->mark-string): new function
4707         (format-mark-letters): new function
4708         (format-mark-numbers): new function
4709
4710         * lily/mark-engraver.cc (process_music): rehearsalMark is now
4711         integer; formatting is done through markFormatter property.
4712         
4713         * scm/define-translator-properties.scm: fold all *-done properties
4714         into positioning-done.
4715
4716         * lily/beam.cc (position_beam): new function
4717         (brew_molecule): make sure that positions are calced before making
4718         the molecule.
4719
4720         * scm/output*.scm (beam):  take 4th argument for function.
4721
4722         * ps/music-drawing-routines.ps: take blot as 4th argument.
4723
4724         * lily/beam.cc (brew_molecule): fix beam offsets: overlap with the
4725         stem to avoid small dents.
4726         
4727 2004-01-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4728
4729         * VERSION: release 2.1.11
4730
4731         * input/regression/balloon.ly: new file.
4732
4733         * lily/balloon.cc (brew_molecule): new file: draw boxes around
4734         objects, and make help texts. 
4735
4736         * scm/new-markup.scm (parse-simple-duration): parse duration
4737         string to log & dots. (Thanks Nicolas!)
4738
4739         * scripts/convert-ly.py (FatalConversionError.sub_note): add \note
4740         rule.
4741
4742 2004-01-17  Heikki Junes   <hjunes@cc.hut.fi>
4743
4744         * buildscripts/lilypond.words.py: remove unused files (THANKS Werner
4745         Lemberg).
4746
4747         * THANKS: alphabetic order.
4748
4749 2004-01-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4750
4751         * input/regression/note-head-harmonic.ly: new file.
4752
4753         * Documentation/user/internals.itely (Technical manual): explain
4754         difference between music, translation, layout.
4755
4756         * mf/parmesan-heads.mf (overdone_heads): add 0harmonic head.
4757
4758         * scm/output-ascii-script.scm (bracket): rounding bfs.
4759
4760         * scripts/convert-ly.py (conv): add \include "paper" rule. 
4761
4762         * ly/paper*.ly: remove files. 
4763         
4764         * scm/paper.scm (set-staff-size): new function: set default
4765         staff-size.
4766
4767         * scripts/convert-ly.py (conv): add conversion rule.
4768
4769         * lily/music-output-def.cc (LY_DEFINE): ly_output_def_scope: new
4770         function.
4771
4772         * scm/paper.scm: new file.
4773         (set-staff-size): new function 
4774         (set-paper-size): new function
4775
4776         * lily/parser.yy (music_output_def_body): restructure definition,
4777         so first Scheme statement in \paper also happens in new scope. 
4778
4779         * lily/system.cc (post_processing): move uniquify_list () to
4780         dumping molecule stage.
4781
4782         * ly/engraver-init.ly: set barCheckSynchronize to #f. Warning:
4783         this will mess up scores that use barchecks to shorten measures.
4784
4785         * mf/feta-bolletjes.mf (overdone_heads): make note heads rounder
4786         at 20pt too.
4787
4788         * Documentation/user/tutorial.itely (Printing lyrics): document
4789         \lyricsto
4790
4791         * lily/my-lily-lexer.cc: \newaddlyrics -> \lyricsto
4792
4793         * Documentation/user/refman.itely (Fermatas): document \lyricsto
4794
4795         * lily/new-lyric-combine-music-iterator.cc (process): don't crash
4796         if Voice is not found.
4797
4798         * VERSION: release 2.1.10
4799         
4800         * input/{test,regression}/: remove old-relative 
4801
4802         * lily/lexer.ll: add empty markup signature. 
4803
4804         * scm/new-markup.scm (markup-functions-and-signatures): reinstate
4805         strut markup
4806
4807         * lily/parser.yy (markup): MARKUP_HEAD_EMPTY
4808
4809         * scm/define-translator-properties.scm: update melismata property
4810         doco.
4811
4812         * lily/system.cc (output_lines): revert uniquify_list() patch,
4813         strange side effects seen.
4814         
4815         * lily/line-spanner.cc (dashed_line_molecule): return nothing if
4816         dash-period < 0.
4817
4818         * scm/midi.scm (instrument-equalizer-alist): fix equalizer setting
4819         for flute. 
4820
4821 2004-01-15  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4822
4823         * input/regression/*.ly: use newaddlyrics iso. addlyrics
4824
4825         * input/regression/lyrics-multi-stanza.ly (texidoc): remove file.
4826
4827         * lily/lyric-extender.cc (brew_molecule): behave decently in case
4828         of line breaks.
4829         (brew_molecule): add padding to left, not right.
4830
4831         * lily/system.cc (uniquify_list): new function
4832         (output_lines): uniquify_list () on all-elements. This fixes
4833         double symbols in the output.
4834
4835         * lily/beam.cc (rest_collision_callback): don't move anything if
4836         staff-position is set.
4837
4838         * input/regression/rest-pitch.ly (texidoc): add rest under beam.
4839
4840         * lily/system.cc (typeset_grob): warn if adding twice.
4841
4842         * lily/sequential-iterator.cc (run_always): implement run_always().
4843         (also in other files.)
4844         
4845         * input/mutopia/F.Schubert/standchen.ly: use newaddlyrics. 
4846
4847         * lily/event.cc (to_relative_octave): add octave-check.
4848
4849         * Documentation/user/refman.itely (Line breaking): add noBreak.
4850
4851         * scm/new-markup.scm (normalsize-markup): add function.
4852         (sans-markup): new function.
4853
4854         * lily/beam-engraver.cc (valid_end_point): opps, beam-stop-events
4855         come earlier nowadays.  This fixes beams on grace notes.
4856         
4857         * scm/music-functions.scm (direction-polyphonic-grobs): new
4858         variable, share between override and revert. This fixes script
4859         directions in polyphonic sections. (backportme)
4860
4861 2004-01-14  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4862
4863         * lily/text-spanner.cc (brew_molecule): don't do shorten-pair for
4864         breakpoints.
4865
4866         * lily/break-align-interface.cc: add doco
4867
4868         * Documentation/user/refman.itely (Rehearsal marks): add index marks. 
4869
4870 2004-01-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4871
4872         * VERSION: release 2.1.9
4873
4874         * scm/document-markup.scm (markup-doc-node): add note about naming.
4875
4876         * scm/new-markup.scm (left-align-markup): bugfix. 
4877
4878         * Documentation/user/refman.itely (Ottava brackets): more doco for
4879         ottava.
4880
4881         * lily/side-position-interface.cc (out_of_staff): also do
4882         out_of_staff() correctly for d == DOWN.
4883
4884         * lily/text-spanner.cc (brew_molecule): only put vertical line and
4885         horizontal line if they move to the right.
4886         
4887         * scm/define-grobs.scm (all-grob-descriptions): set
4888         text-repeat-if-broken for ottava spanner
4889
4890         * lily/text-spanner.cc (brew_molecule): text-repeat-if-broken
4891         property.
4892
4893         * mf/feta18.mf: design size is 18 not 22.5
4894
4895         * lily/new-lyric-combine-music-iterator.cc (process): new file.
4896         Add a single LyricsVoice to a melody. Melismata may be set
4897         individually.
4898
4899         * input/regression/lyric-combine-new.ly: new file. Demo \newaddlyrics.
4900
4901         * lily/dot-column.cc: add stdio.h
4902
4903 2004-01-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4904
4905         * lily/item.cc: documentation for break-visibility (Thanks, John).
4906
4907 2004-01-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4908
4909         * lily/bar-line.cc (compound_barline): add bartype :  (dotted).
4910
4911         * lily/translator-def.cc: rename Translator_def to Context_def.
4912
4913         * Documentation/user/internals.itely (Lexical details): clarify
4914         string def.
4915
4916         * Documentation/user/refman.itely (Rhythmic music): add link to
4917         RhythmicStaff 
4918
4919 2004-01-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4920
4921         * lily/translator.cc: document start_translation_timestep()
4922
4923         * scm/output-tex.scm (tex-encoded-fontswitch): use
4924         round for rounding (inexact->exact yields rationals)
4925
4926         * lily/*.cc: remove superfluous start_translation_timestep() calls.
4927
4928         * lily/translator-group.cc (get_simple_trans_list): 
4929         new function; construct simple_trans_list_ lazily.
4930         
4931 2004-01-10  Jan Nieuwenhuizen  <janneke@gnu.org>
4932
4933         * lily/paper-outputter.cc (output_scope): Check if number before
4934         checking exact (guile cvs).
4935
4936         * scm/*: Escape backslashes in scheme strings (guile cvs).
4937
4938 2004-01-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4939
4940         * Documentation/user/refman.itely (Tablatures basic): annotate
4941         seealso sections.
4942
4943         * lily/*.cc: cleanup of engraver initialize() functions.
4944
4945         * lily/repeat-acknowledge-engraver.cc
4946         (start_translation_timestep): remove first_b_
4947
4948         * lily/tab-note-heads-engraver.cc: listen to string number events
4949         inside < > too. (backportme).
4950
4951         * Documentation/user/refman.itely (Text scripts): add fatText to
4952         index.
4953
4954 2004-01-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4955
4956         * VERSION: 2.1.8
4957
4958         * stepmake/bin/add-html-footer.py (built): add Wiki links to
4959         footer.
4960
4961         * lily/parser.yy (translator_mod): allow \with { \remove .. }
4962
4963         * lily/bar-check-iterator.cc (process): only warn if
4964         barCheckLastFail was changed.
4965
4966         * scm/define-translator-properties.scm (barCheckLastFail): add
4967         property.
4968
4969         * lily/main.cc (main_prog): print summary of failed files.
4970
4971         * lily/axis-group-engraver.cc: move all spanner creation to
4972         process_music (). Now staffs can be adjusted with \override too.
4973         (Jan, you are a brilliant programmer!)
4974         
4975         * lily/chord-tremolo-engraver.cc (try_music): fix spurious warning. 
4976
4977 2004-01-09  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4978
4979         * Documentation/user/tutorial.itely (Integrating text and music):
4980         Show the commands to produce a PDF as well.
4981
4982 2004-01-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4983
4984         * lily/translator-def.cc (get_translator_names): accept user
4985         tweaks too. 
4986
4987         * mf/feta-bolletjes.mf (overdone_heads): oops, slashes are twice
4988         as big as normal heads. 
4989
4990         * input/*ly: run convert-ly
4991         
4992         * lily/tuplet-bracket.cc (brew_molecule): call after_line_breaking
4993         () if dependencies are fluked.
4994
4995         * scm/document-translation.scm (engraver-doc-string): update on
4996         latest string/symbol conventions.
4997
4998         * lily/translator-ctors.cc: use Scheme_hash_table.
4999
5000         * lily/translator-def.cc (get_translator_names): new function
5001         (add_context_mod): new function
5002         (get_accepted): new function
5003
5004         * lily/parser.yy (context_mod): put all modifications of
5005         \translator { } in a single production, encode as SCM.
5006
5007         * lily/translator-def.cc (add_context_mod): rewrite Translator_def
5008         to use read-only lists, so additions to the definition can be
5009         prepended easily.  
5010
5011         * Documentation/user/invoking.itexi (Editor support): add node on
5012         editor support.
5013
5014         * Documentation/user/refman.itely (Bar check): add lyrics example
5015         of bar checks. 
5016
5017         * input/mutopia/F.Schubert/morgenlied.ly: add bar checks.
5018
5019         * scripts/convert-ly.py (conv): add conversion rule.
5020
5021         * lily/parser.yy: use \change iso. \translator for staff switch.
5022
5023         * lily/my-lily-lexer.cc: add \change.
5024
5025         * scm/define-translator-properties.scm
5026         (default-melisma-properties): add definition.
5027
5028 2004-01-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5029
5030         * Documentation/user/refman.itely (Bar lines): clarification of
5031         systemStartDelimiter. 
5032
5033         * input/test/slur-shape.ly (x): remove file.
5034
5035         * lily/translator-group.cc (apply_property_operations): new function.
5036
5037 2004-01-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5038
5039         * lily/parser.yy (optional_prop_ops): allow \with {
5040         PROPERTYSETTINGS } following \context or \new.
5041
5042         * lily/my-lily-lexer.cc: add \with.
5043
5044         * lily/parser.yy (property_operation): clean up definition of
5045         property operations.
5046         (property_op_to_music): new function.
5047         (context_spec_music): new function
5048
5049         * VERSION: 2.1.7 released.
5050         
5051         * input/regression/collision-merge-dots.ly: new file.
5052
5053         * lily/note-collision.cc (check_meshing_chords): if merging heads,
5054         then kill the dots too. 
5055
5056         * lily/separating-line-group-engraver.cc (acknowledge_grob):
5057         set/unset breakableSeparationItem
5058
5059         * lily/separation-item.cc (relative_width): add function.
5060
5061         * scm/define-grob-interfaces.scm (only-prebreak-interface): add
5062         only-prebreak-interface
5063
5064         * lily/system.cc (output_lines): only junk only-prebreak-interface
5065         grobs.
5066
5067         * lily/multi-measure-rest-engraver.cc (stop_translation_timestep):
5068         read breakableSeparationItem
5069
5070         * input/regression/multi-measure-rest-multi-staff-center.ly: new file.
5071
5072         * lily/system.cc (output_lines): don't suicide Spacing_items. 
5073
5074         * lily/dot-column.cc (dot_config_badness): new function:
5075         select the best scoring dot configuration: dots should go close to
5076         the note heads, but be shifted up or down according to conventions.
5077         (print_dot_configuration): idem.
5078         (shift_one): idem
5079         (remove_collision): idem.
5080
5081         * input/regression/dots.ly: add more test cases.
5082
5083 2004-01-06  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5084
5085         * lily/include/scm-hash.hh (class Scheme_hash_table): idem.
5086
5087         * flower/include/interval.hh: rename elem_b to contains 
5088
5089         * lily/tie.cc: change 'heads to 'head-pair.
5090
5091         * lily/lyric-phrasing-engraver.cc (process_acknowledged_grobs):
5092         fill in 'heads field.
5093
5094         * lily/lyric-extender.cc (brew_molecule): use heads for width, use
5095         minimum-length for short ones, and shorten so collisions with the
5096         next syllable are avoided.
5097
5098         * lily/beam-quanting.cc (score_slopes_dy): add extra points for
5099         near-zero slopes.
5100         Only do DAMPING_DIRECTION_PENALTY for non-horizontal dy 
5101
5102         * lily/dots.cc: remove quantized_position callback. All Y
5103         positioning is done by dot-column.cc
5104
5105         * lily/dot-column.cc (do_shifts): rewrite shifting routine: do
5106         exhaustive test of all dot positions. This fixes disappearing dots
5107         in dotted chords.
5108
5109 2004-01-05  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5110
5111         * mf/feta-klef.mf (test_staff): fatten up G clef
5112         (test_staff): fatten up f clef.
5113         
5114
5115 2004-01-05  Jan Nieuwenhuizen  <janneke@gnu.org>
5116
5117         * input/mutopia/E.Satie/petite-ouverture-a-danser.ly: 
5118         * input/les-nereides.ly: Use latin1 characters for title, like
5119         Morgenlied.
5120
5121 2004-01-05  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5122
5123         * scm/font.scm (paper20-font-vector): add bold-narrow series (only
5124         cmb10).
5125
5126         * lily/lyric-extender.cc (brew_molecule): add little space before
5127         extender line.
5128
5129         * lily/beam-quanting.cc (score_forbidden_quants): check if
5130         outer stafflines fall in any beam gaps.
5131
5132         * scm/define-grobs.scm (all-grob-descriptions): use bold-narrow
5133         for lyric texts.
5134
5135 2004-01-04  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5136
5137         * VERSION: 2.1.6 released.
5138
5139         * lily/beam-quanting.cc (quanting): add inspect-quants property:
5140         this shows the demerits of a user-defined beam position pair.
5141
5142         * scm/define-grobs.scm (all-grob-descriptions): set
5143         beamed-extreme-minimum-free-lengths to a different value.
5144
5145         * lily/scm-option.cc: add debug-beam scm-option
5146
5147         * mf/feta-bolletjes.mf (overdone_heads): fix stem attachments.
5148
5149 2004-01-03  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5150
5151         * lily/beam.cc (brew_molecule): rewrite debug output: split up scores.
5152
5153         * scm/define-grobs.scm (all-grob-descriptions): use semi-fixed
5154         space after barline.
5155
5156         * mf/feta-eindelijk.mf (tracingvariables): make top of 8th rest fatter.
5157
5158         * lily/spacing-spanner.cc (breakable_column_spacing): take average
5159         of spacing wishes, not maximum. Only do this for delta-t == 0. In
5160         the other case, take standard column-breakable spacing. Do not
5161         warn about "no spacing wishes".
5162
5163         This fixes wide spaces after barlines in very loose lines.
5164
5165         * lily/multi-measure-rest.cc (big_rest): bugfix for blots.
5166
5167 2004-01-02  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5168
5169         * lily/stanza-number-engraver.cc (acknowledge_grob): bugfix:
5170         acknowledge_grob lyric-syllable, not lyric-text.
5171
5172         * lily/hyphen-spanner.cc (brew_molecule): rewrite. Make multiple
5173         dashes of length #'length separated by #'dash-period. 
5174
5175         * lily/lyric-extender.cc (brew_molecule): idem
5176
5177         * lily/multi-measure-rest.cc (big_rest): idem
5178
5179         * lily/system-start-delimiter.cc (simple_bar): idem
5180
5181         * lily/bar-line.cc (simple_barline): use rounded box
5182
5183         * VERSION: release 2.1.5
5184
5185         * Documentation/user/lilypond-book.itely (Integrating LaTeX and
5186         music): move note about dvips to more visible place.
5187
5188         * lily/lyric-phrasing-engraver.cc: move from
5189         new-phrasing-engraver.cc, remove old cruft (syllable-group,
5190         lyric-phrasing-engraver.hh)
5191         
5192         * lyric-align.ly: remove file
5193         
5194         * scripts/convert-ly.py (FatalConversionError.func): add removal
5195         rule for automaticMelismata
5196
5197         * ly/engraver-init.ly (ScoreContext): switch on
5198         New_phrasing_engraver by default.
5199
5200         * lily/slur-engraver.cc (class Slur_engraver):
5201         process_acknowledged_grobs -> process_music.
5202         (try_music): signal melismata correctly.
5203
5204         * lily/lyric-extender.cc (brew_molecule): cleanup. Junk
5205         word-space, right-trim-amount, and extend past right bound only
5206         for note heads.
5207
5208         * lily/new-phrasing-engraver.cc (acknowledge_grob): add
5209         lyric-extender support: add note-heads to the extender
5210         automatically.
5211
5212         * lily/parser.yy: extender is now post_event. 
5213
5214         * lily/accidental-engraver.cc (number_accidentals): remove
5215         spurious warning about non-parent contexts.
5216
5217         * lily/music-output-def.cc (assign_translator): \translator { }
5218         for a Foo context implicitly redefines \FooContext.
5219
5220         * input/mutopia/F.Schubert/morgenlied.ly (pianoLH): many layout
5221         fixes.
5222
5223         * lily/slur.cc (brew_molecule): don't use stafflinethickness
5224         doubly in slur weight. 
5225
5226         * input/regression/prefatory-spacing-matter.ly (TODO): add clef :|
5227         combination.
5228
5229         * scm/define-grobs.scm (all-grob-descriptions): change clef -
5230         staffbar distance.
5231
5232         * scripts/lilypond.py (global_latex_preamble): crank down size of
5233         the margins. Now there is a 12 mm top and bottom margin, which
5234         should correspond with the printable area of modern printers.
5235
5236         This enlarges the music height of the printable page a little.
5237
5238         * mf/feta-accordion.mf (accreg_pen): remove circled-R, BB and SB
5239         signs. Use \markup instead.
5240         (accreg_pen): tweak for accordeon asterisk.
5241
5242 2003-12-31  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5243
5244         * lily/melisma-engraver.cc (try_music): use melisma_busy()
5245
5246         * lily/lyric-engraver.cc (process_music): remove alignment kludge 
5247
5248         * lily/lyric-combine-music-iterator.cc (melisma_busy): new function.
5249
5250         * lily/stanza-number-engraver.cc (acknowledge_grob): rewrite
5251
5252         * scm/define-grobs.scm (all-grob-descriptions): change
5253         StanzaNumber description: make side support, i.s.o. breakable.
5254         use Instrument_name_engraver for texts in the margin.
5255
5256         * scm/define-translator-properties.scm: remove
5257         melismaEngraverBusy, stz property.
5258
5259         * *.cc: naming: change empty_b () into is_empty ()
5260
5261         * lily/self-aligment-interface.cc (aligned_on_parent): new function.
5262
5263         * input/regression/lyric-phrasing-new.ly: new file.
5264
5265         * lily/new-phrasing-engraver.cc (process_acknowledged_grobs): new
5266         engraver, redo lyric phrasing, but cleaner and simpler.  Lyrics on
5267         melismata are now left-aligned.
5268
5269 2003-12-30  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5270
5271         * input/mutopia/F.Schubert/GNUmakefile: add morgenlied.ly
5272
5273         * mf/feta19.mf: remove.
5274         
5275         * mf/feta-klef.mf (test_staff): more tweaks
5276
5277         * mf/feta-toevallig.mf: more small size tweaks.
5278
5279         * mf/feta-eindelijk.mf (lower_brush): adjust quarter and shorter
5280         rests for smaller sizes.
5281
5282         * mf/feta-bolletjes.mf: fix cross heads.
5283
5284         * VERSION: release 2.1.4
5285         
5286         * scripts/convert-ly.py (FatalConversionError.func): add rule for
5287         deprecated #'ancient font family
5288
5289         * lily/mark-engraver.cc (process_music): only set rehearsalMark if
5290         it is a string or number.
5291
5292         * scm/output-lib.scm (note-head-style->attachment-coordinates):
5293         change calling convention of stem-attachment function. 
5294
5295         * buildscripts/mf-to-table.py: read and dump WX/WY fields
5296
5297         * mf/feta-autometric.mf: dump WX/WY fields too
5298         
5299         * mf/parmesan-heads.mf: idem.
5300
5301         * mf/feta-bolletjes.mf (slash_slope): set WX/WY fields for
5302         attachment coordinates.
5303
5304         * lily/note-head.cc (stem_attachment_coordinate): read stem
5305         attachment from the notehead glyphs WX/WY fields.
5306
5307         * lily/include/font-metric.hh (struct Font_metric): add methods
5308         get_indexed_wxwy (), make a distinction between looking up by
5309         index and ASCII  
5310
5311         * mf/feta-bolletjes.mf: rewrite note head MF code.
5312         (test_outlines): make heads more rotund for smaller sizes. 
5313
5314 2003-12-29  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5315
5316         * mf/feta-params.mf (stafflines): fix stafflinethickness at 0.5 pt
5317         throughout. Font scaling fixes throughout.
5318
5319         * mf/feta-sleur,slur.mf: remove. 
5320
5321         * mf/feta-slag.mf: rewrite.
5322
5323 2003-12-24  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5324
5325         * VERSION: release 2.1.3
5326
5327         * stepmake/stepmake/toplevel-targets.make: remove pfa targets
5328
5329         * make/lilypond.redhat.spec.in (Group): remove MAKE_PFA_FILES
5330
5331         * lily/mark-engraver.cc (process_music): fix mark
5332         \default. (backportme)
5333
5334         * stepmake/stepmake/automatically-generated.sub.make (default):
5335         use -n for head/tail commands. 
5336
5337         * lily/tie-engraver.cc (acknowledge_grob): make ties only for note
5338         heads with the same pitch.
5339
5340 2003-12-20  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5341
5342         * lily/recording-group-engraver.cc (finalize): set protected_scm
5343         member to '() before finalizing.
5344
5345         * lily/translator-group.cc (finalize): remove removal_processing () 
5346
5347         * lily/recording-group-engraver.cc: new engraver: record
5348         synchronized start & end times for each music object.
5349
5350         * lily/parser.yy (toplevel_expression): execute score rendering
5351         during parsing. Cleanup output-filename handling; this is no
5352         longer done with global variables.
5353         (translator_spec_body): allow \type modification too.
5354
5355         * lily/score.cc:  ly:run-translator: new function
5356         (LY_DEFINE): ly:render-output new function.
5357
5358         Separate interpreting and rendering, and make available as
5359         functions at Scheme level.
5360
5361 2003-12-17  Jan Nieuwenhuizen  <janneke@gnu.org>
5362
5363         * scm/to-xml.scm (<xml-node>): New class to build xml-doc.
5364         (musicxml-node->string):
5365         (xml-node->string):
5366         (music-to-musicxml): New function.
5367
5368 2003-12-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5369
5370         * VERSION: 2.1.2 released
5371
5372         * lily/include/lily-guile.hh (SCM_VECTOR_REF): compat glue
5373
5374         * scm/font.scm (paper20-font-vector): discouple font design sizes
5375         from sizes specified in .ly file: store all design sizes of a font
5376         in a single vector.
5377
5378         * lily/font-select.cc (get_font_by_design_size): new function
5379
5380         * mf/feta*,parmesan*: use 2^{1/6} as scaling factor for fonts.
5381         add parmesan,feta in sizes 14 and 18.
5382         
5383         * mf/feta-toevallig.mf: use blot diameter for double sharp.
5384
5385         * lily/font-size-engraver.cc (acknowledge_grob): change definition
5386         of fontSize: this now sets font-size
5387
5388 2003-12-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5389
5390         * VERSION: 2.1.1 released
5391         
5392         * Documentation/user/refman.itely (Tuning objects): add note about
5393         concurrent tweaks in different contexts. 
5394
5395         * lily/tie-engraver.cc (acknowledge_grob): use
5396         Staff_symbol_referencer::get_position iso. reading staff-position
5397         directly.
5398
5399         * lily/piano-pedal-engraver.cc (create_bracket_grobs): don't take
5400         currentMusicalColumn as left span-point for bracket. The bracket
5401         is too long when there are accidentals.
5402
5403 2003-12-03  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5404
5405         * buildscripts/lilypond-profile.sh,
5406         buildscripts/lilypond-login.sh: Only set $TEXMF if necessary.
5407         Thanks to Reuben Thomas <rrt@mupsych.org>
5408
5409 2003-12-03  Heikki Junes  <hjunes@cc.hut.fi>
5410
5411         * ly/italiano.ly: additions for semi-sharps and semi-flats by Eric
5412         Wurbel <wurbel@univ-tln.fr>.
5413
5414 2003-11-17  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5415
5416         * scripts/midi2ly.py: Add space after chords.
5417
5418 2003-11-07  Heikki Junes  <hjunes@cc.hut.fi>
5419
5420         * input/regression/{many}: add few @code{ ... }.
5421
5422 2003-11-05  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5423
5424         * mf/GNUmakefile (SAUTER_FONTS): Added cmss14, 
5425         cmbxti6, cmcsc8, cmss14, cmtt5 and cmtt7.
5426         Removed cmbx5, cmbx6 (which are included in teTeX)
5427         and cmbxti14 which is not used in fonts.scm.
5428
5429 2003-11-04  Heikki Junes  <hjunes@cc.hut.fi>
5430
5431         * lily/midi-item.cc: fine tune quarter tones.
5432
5433 2003-11-03  Heikki Junes  <hjunes@cc.hut.fi>
5434
5435         * lily/midi-item.cc lily/include/midi-item.hh (get_fine_tuning):
5436         new function, warn how many cents are missing in fine tuning.
5437
5438 2003-11-01  Heikki Junes  <hjunes@cc.hut.fi>
5439
5440         * input/bugs/rhytmicstaff-tie.ly: add file.
5441
5442         * THANKS: Create skeleton for 2.1.
5443
5444 2003-10-31  Heikki Junes  <hjunes@cc.hut.fi>
5445
5446         * input/test/bar-lines.ly (TODO): dashed "|".
5447
5448 2003-10-30  Heikki Junes  <hjunes@cc.hut.fi>
5449
5450         * Documentation/user/refman.itely, input/regression/tie-accidental.ly,
5451         input/regression/tie-chord.ly: Fix spell for tying.
5452
5453         * input/test/ly2dvi-testpage.ly: removed (renamed, see below).
5454
5455         * input/test/lilypond-testpage.ly, Documentation/user/invoking.itexi:
5456         new file (renamed, see above).
5457
5458         * Documentation/user/lilypond-book.itely
5459         * buildscripts/lilypond-login.sh elisp/lilypond-mode.el
5460         * input/example-1.ly input/example-2.ly input/example-3.ly
5461         * input/les-nereides.ly input/test/fill-a4.ly input/test/spacing-2.ly
5462         * input/test/title.ly po/cs.po po/da.po po/de.po po/es.po po/fi.po
5463         * po/fr.po po/it.po po/ja.po po/lilypond.pot po/nl.po po/ru.po
5464         * po/sv.po scm/output-pdftex.scm scm/output-tex.scm
5465         * scripts/lilypond-book.py scripts/lilypond.py
5466         * stepmake/bin/package-zip32.sh tex/lilyponddefs.tex tex/titledefs.tex
5467         * vimrc: replace ly2dvi with lilypond and remove silly comments.
5468
5469         * Documentation/user/lilypond.tely: update version.
5470
5471         * Documentation/user/{appendices,introduction,refman,tutorial}.itely:
5472         Remove extra spaces in each @node, fixes spaces.
5473
5474 2003-10-29  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5475
5476         * scripts/lilypond-book.py (output_dict): Add definition of
5477         \lilypondbook also for LaTeX output. Solves several bug reports.
5478
5479 2003-10-29  Heikki Junes  <hjunes@cc.hut.fi>
5480
5481         * input/test/follow-thread.ly, input/test/polymetric.ly: Fix typos.
5482
5483 2003-10-24  Heikki Junes  <hjunes@cc.hut.fi>
5484
5485         * input/test/transposition.ly: Fix key signatures, given in comments.
5486
5487 2003-10-23  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5488
5489         * scm/midi.scm (instrument-names-alist),
5490         Documentation/user/appendices.itely: Correct spelling of shakuhachi
5491
5492 2003-10-14  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5493
5494         * input/test/temporary-stave.ly (texidoc): New example based on an
5495         email question from Ralph Little.
5496
5497 2003-10-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5498
5499         * VERSION: release 2.1.0
5500         
5501         * lily/note-performer.cc (try_music): accept busy-playing-event.
5502
5503         * lily/swallow-perf.cc (try_music): return false for
5504         busy-playing-event and melisma-playing-event.
5505
5506 2003-10-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5507
5508         * scripts/etf2ly.py: Patch by Arvid Grotting for minor keys and <<
5509         >> in \score.
5510
5511 2003-10-05  Jan Nieuwenhuizen  <janneke@gnu.org>
5512
5513         * scripts/convert-ly.py (sub_chords): Bugfix: convert to -[, so
5514         that articulation_substitute will not move beam start again.
5515         (articulation_substitute): Bugfix: remove stray space so that new
5516         old chords ending '>>' does not get broken up.
5517         (sub_chord): Use TAB for indentation (not spaces).
5518         
5519         * elisp/lilypond-font-lock.el (LilyPond-mode-set-syntax-table):
5520         Bugfix for startup: Use ?^ instead of ?\^.
5521
5522 2003-10-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5523
5524         * lily/lyric-combine-music-iterator.cc
5525         (Lyric_combine_music_iterator): change init order, to prevent GC
5526         segfaults.
5527
5528         * lily/context-specced-music-iterator.cc (construct_children): 
5529         only change  translator if found. This fixes a core dump problem.
5530
5531 2003-09-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5532
5533         * scm/slur.scm (default-slur-extremity-rules): use equal? for
5534         comparison.
5535
5536         * mf/feta-bolletjes.mf: make hole in half note little
5537         smaller for stem attachment.
5538
5539         * lily/stem.cc (brew_molecule): tweaks for new flag layout.
5540
5541         * mf/feta-banier.mf: don't draw stem with flag, just small square
5542         attachment.
5543
5544         * mf/feta-bolletjes.mf (slash_slope): remove ledger ending 
5545
5546         * mf/feta-banier.mf: remove upstem/downstem characters.
5547
5548         * mf/feta-params.mf (stafflines): stems are 1.3 SLT. 
5549
5550         * ly/params-init.ly (blotdiameter): set blotdiameter to 2/3 of
5551         stafflinethickness (in the default)
5552
5553         * lily/stem.cc (brew_molecule): use round_filled_box for stem.
5554
5555         * lily/lily-guile.cc (parse_symbol_list): strip spaces at the end.
5556
5557         * Documentation/topdocs/INSTALL.texi (Top): reorder.
5558
5559         * scripts/convert-ly.py (conv): add up-to-staff conversion rule.
5560
5561         * lily/include/directional-element-interface.hh:
5562         junk class, make {get,set}_grob_direction functions.
5563
5564         * lily/slur.cc (get_attachment): do something sensible when
5565         attaching to stem without heads (eg. a rest).
5566
5567         * lily/stem.cc: remove #'up-to-staff ; use #'stem-end-position for
5568         forcing up to staff.  remove #'support-head property
5569         (brew_molecule): small cleanup.
5570         (flag): remove #'grace property.
5571
5572 2003-09-29  Jan Nieuwenhuizen  <janneke@gnu.org>
5573
5574         * cygwin/postinstall-lilypond.sh: 
5575         * cygwin/postremove-lilypond.sh: Bugfix for fonts remove command
5576         (Volker Zell).
5577
5578 2003-09-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5579
5580         * scripts/lilypond-book.py: resurrect 'eps' option. 
5581         (TexiPaper.to_eps): use -Ppdf for EPS files.
5582
5583         * VERSION (PATCH_LEVEL): branch off 2.0, go to 2.1 in HEAD
5584
5585         * scripts/lilypond.py (run_dvips): use -Ppdf for preview.
5586
5587         * VERSION: release 2.0.1
5588
5589         * lily/bezier.cc (get_other_coordinate): change assert into
5590         warning.
5591
5592         * lily/note-head.cc (internal_brew_molecule): make left protusion
5593         smaller, to accomodate for natural sign.
5594         (internal_brew_molecule): only do this when the accidental is
5595         close enough.
5596         (extent): new function
5597
5598         * lily/skyline.cc (merge_skyline): new function
5599         (heighten_skyline): new function
5600
5601         * lily/accidental-placement.cc (position_accidentals) 
5602         (position_accidentals): fix todo.
5603
5604 2003-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5605
5606         * input/test/+.ly (texidoc): put version number inline.
5607
5608         * GNUmakefile.in: remove rsync-web target.
5609         
5610         * input/regression/bar-scripts.ly (onestaff): raggedright
5611
5612 2003-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5613
5614         * lily/*.cc: remove #if 0'd code in couple of places.
5615
5616         * lily/midi-stream.cc (operator <<): rewrite.
5617
5618         * lily/note-head.cc (internal_brew_molecule): 
5619         only make ledgers when the Staff symbol has lines.
5620
5621         * ly/property-init.ly (arpeggioBracket): simplify
5622
5623         * lily/translator-group.cc (execute_pushpop_property): use
5624         SCM_EQ_P for comparing keys. This fixes reverting
5625         auto-beam-settings.
5626
5627 2003-09-28  Jan Nieuwenhuizen  <janneke@gnu.org>
5628 *
5629         * lily/midi-stream.cc (operator <<): Also write MIDI string when
5630         midi_debug_global_b.
5631         (operator <<): Normalise loop.
5632
5633 2003-09-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5634
5635         * scripts/lilypond.py (escape_path): revise.
5636
5637         * scm/music-functions.scm (set-output-property): new function.
5638         
5639 2003-09-27  Jan Nieuwenhuizen  <janneke@gnu.org>
5640
5641         * cygwin/mknetrel: Next try in building doc on Cygwin natively;
5642         use addmakeflags again.
5643
5644         * cygwin/lily-wins.py (escape_shell): New function; use it.
5645
5646         * scripts/lilypond.py (escape_shell): Escape quotes and other
5647         spaces too.  Do not escape escaping backslashes.
5648
5649         * make/srcdir.make.in (web-install): Must call install-WWW now.
5650
5651         * mf/GNUmakefile: resolve conflict: %list.ly is a target, not a
5652         dependency
5653
5654 2003-09-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5655
5656         * scripts/lilypond.py (escape_path): escape quotes too. 
5657
5658         * Documentation/user/lilypond.tely (Unified index): rename Index
5659         to accomodate Windows breakage.
5660
5661         * make/lilypond.redhat.spec.in (Group): remove out=www for web-install 
5662
5663         * mf/GNUmakefile ($(outdir)/%.afm  $(outdir)/%.enc
5664         $(outdir)/%.tex $(outdir)/%.dep $(outdir)/%list.ly): list.ly is a
5665         target not a source.
5666
5667 2003-09-27  Jan Nieuwenhuizen  <janneke@gnu.org>
5668
5669         * cygwin/mknetrel: Use EXTRABUILDARGS, EXTRAINSTALLARGS instead of
5670         addmakeflags.  Build and install doc and web also when building on
5671         Cygwin.
5672
5673         * mf/GNUmakefile: Bugfix.
5674
5675         * GNUmakefile.in (web-install): Bugfix: set out prefix Similar to
5676         target web.
5677
5678         * cygwin/lily-wins.py: Quote filename.
5679
5680 2003-09-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5681
5682         * mf/GNUmakefile ($(outdir)/$(redhat-package)): use passive ftp.
5683
5684 2003-09-25  Jan Nieuwenhuizen  <janneke@gnu.org>
5685
5686         * cygwin/bug-lilypond-cygwin.sh: Add tests for registry
5687         settings.
5688
5689         * configure.in: Require g++ > 3.0.4.
5690
5691         * mf/GNUmakefile: Bugfix: Add list.ly target.
5692         
5693         * Documentation/user/GNUmakefile: Bugfix: list.ly target.
5694
5695         * stepmake/stepmake/omf-targets.make (omf-local-install): Buxfix:
5696         make omf directory, add uninstall targets.
5697
5698 2003-09-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5699
5700         * lily/tie-performer.cc (initialize): init prev_event
5701
5702         * make/lilypond.redhat.spec.in: move site-start back to /usr/share.
5703
5704         * lily/script-engraver.cc (make_script_from_event): don't crash on
5705         non-string articulation-type.
5706
5707         * lily/new-fingering-engraver.cc (add_script): don't crash on
5708         0 scripts 
5709         (acknowledge_grob): warn about text script events.
5710
5711 2003-09-24  Heikki Junes  <hjunes@cc.hut.fi>
5712
5713         * buildscript/lilypond.words: fix path for drums.scm.
5714
5715 2003-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5716
5717         * lily/spacing-spanner.cc (note_spacing): don't make longer
5718         durations than measure-length.
5719
5720         * VERSION: release 2.0.0
5721
5722         * GNUmakefile.in (rsync-web): version independent rsync target.
5723
5724         * input/test/+.ly (texidoc): idem.
5725
5726         * input/regression/+.ly: print version number.
5727
5728         * input/regression/accidentals.ly (mel): shorten.
5729
5730         * input/regression/accidental-octave.ly (texidoc): shorten.
5731
5732         * input/regression/hairpin-dashed.ly (texidoc): docstring.
5733
5734         * input/regression/completion-heads-polyphony.ly: octave
5735
5736         * input/regression/beam-manual.ly: remove
5737
5738         * input/regression/beam-chord.ly: remove
5739
5740         * input/regression/grace-dynamic.ly: remove
5741         
5742         * input/regression/grace-volta-repeat.ly: octave fixes.
5743
5744         * input/regression/hairpin-dashed.ly (texidoc): doc string.
5745
5746         * lily/parser.yy (step_number): semitones for chord entry too.
5747         (make_chord_step): more robust code, semitones. 
5748
5749         * input/regression/breathing-sign-ancient.ly (texidoc): new file.
5750
5751         * input/regression/breathing-sign.ly (texidoc): split ancient and
5752         normal breathing signs.
5753
5754         * scm/define-grobs.scm (all-grob-descriptions): swap
5755         beamed-extreme-minimum-free-lengths and
5756         beamed-minimum-free-lengths; the 'extreme' case should allow
5757         shorter stems. This fixes forced directions on beamed 32nd and
5758         shorter notes.
5759
5760         * ly/engraver-init.ly (ScoreContext): keyAccidentalOrder is in
5761         quartertones, not semitones.
5762         (NoteNamesContext): swallow more event types
5763
5764         * Documentation/topdocs/NEWS.texi (Top): insert close brace.
5765
5766         * VERSION (PACKAGE_NAME): release 1.9.10
5767
5768 2003-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5769
5770         * lily/rhythmic-column-engraver.cc (process_acknowledged_grobs):
5771         set note head as cause of note-column.  This gives a better error
5772         message.
5773
5774 2003-09-23  Jan Nieuwenhuizen  <janneke@gnu.org>
5775
5776         * Documentation/topdocs/INSTALL.texi: Update emacs mode.
5777
5778 2003-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5779
5780         * mf/GNUmakefile (pfa_warning): instruct 
5781
5782         * stepmake/aclocal.m4: typo.
5783
5784         * Documentation/user/cheatsheet.itely: more verbose examples.
5785
5786         * input/regression/clefs.ly: remove bogus docstring.
5787
5788 2003-09-23  Jan Nieuwenhuizen  <janneke@gnu.org>
5789
5790         * GNUmakefile.in (SUBDIRS): Add elisp.
5791
5792         * elisp/lilypond-mode.el: 
5793         * elisp/lilypond-init.el: 
5794         * elisp/lilypond-indent.el: 
5795         * elisp/lilypond-font-lock.el: Move from top dir.
5796
5797         * stepmake/stepmake/elisp-vars.make: New file.
5798
5799         * config.make.in (elispdir): Add.
5800
5801         * Documentation/topdocs/INSTALL.texi: Typo.
5802
5803         * make/ly-rules.make: Test for files instead of touching void and
5804         ignoring errors.
5805
5806         * GNUmakefile.in:
5807         * make/lilypond.redhat.spec.in:
5808         * debian/rules: Fix lilypond.words stuff a bit.  For running from
5809         <builddir>, adding
5810         
5811              (push "<builddir>/share/lilypond/elisp" load-path)
5812
5813         to your ~/.emacs.el should give you LilyPond-mode again.
5814
5815         * scripts/lilypond-book.py (re_dict): Only fix texinfo @mbinclude
5816         regexp for DOS/Windows, we are too paranoid to fix others.
5817
5818 2003-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5819
5820         * scm/chord-name.scm (natural-chord-alteration): no quarter tones.
5821
5822         * input/test/chord-names-jazz.ly (banterProperties): fix
5823
5824         * lily/parser.yy (bass_mod): bass figure alterations are semi
5825         tones, not quarter tones
5826
5827         * lily/beam.cc (set_stem_lengths): only lengthen stems
5828         for gapped beams.
5829
5830         * lily/beam-quanting.cc (score_forbidden_quants): divide demerit
5831         by beamcount.
5832
5833         * buildscripts/lilypond-profile.sh (Error): more zsh stuff: print
5834         a warning that the warning may erroneous.
5835
5836         * Documentation/topdocs/INSTALL.texi (Top): add note about get-pfa
5837         target.
5838
5839         * mf/GNUmakefile: add get-pfa, get-debian-pfa, get-rpm-pfa
5840         targets.
5841
5842         * GNUmakefile.in ($(config_h)): config.h should depend on
5843         config.hh.in .
5844         (lilypond.words): remove fontball stuff.
5845
5846         * stepmake/aclocal.m4: only print config.cache warning if it exists.
5847
5848         * configure.in: remove pktrace reference.
5849
5850         * GNUmakefile.in (rsync-web): permissions and ownership for
5851         website.
5852
5853         * lily/volta-engraver.cc (staff_eligible): new function.
5854         (stop_translation_timestep): kill off spanners if not eligible.
5855
5856         * VERSION (PATCH_LEVEL): release 1.9.9
5857
5858         * input/regression/beam-quanting-32nd.ly (texidoc): new file
5859
5860         * lily/beam-quanting.cc: tune down SECONDARY_BEAM_DEMERIT, so stem
5861         length is more important than forbidden quants.
5862         
5863 2003-09-23  Heikki Junes  <hjunes@cc.hut.fi>
5864
5865         * buildscripts/lilypond.words: order words in search order,
5866         add lilypond.words.vim to be generated.
5867
5868         * lilypond.vim: use lilypond.words.vim for keyword matching.
5869
5870         * lilypond-mode.el: use search order. fix word selection rules.
5871
5872         * lilypond-font-lock.el: fix fontifying long durations.
5873
5874         * Documentation/topdocs/INSTALL.texi: doc lilypond.words.vim.
5875
5876 2003-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
5877
5878         * cygwin/mknetrel: Remove PYTHONPATH and manpage workarounds.
5879
5880         * stepmake/stepmake/generic-targets.make:
5881         * stepmake/stepmake/bin/make-version.py: 
5882         * stepmake/aclocal.m4:
5883         * make/stepmake.make:
5884         * make/toplevel-version.make: Build fixes: remove last traces of
5885           VERSION/PACKAGE_NAME/LILYPONDPREFIX experiment.
5886
5887         * lily/beam.cc: Add gap-count property.
5888
5889 2003-09-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5890
5891         * scm/define-grob-properties.scm (gap-count): add gap-count
5892
5893         * make/lilypond-vars.make: add /lilypond to LILYPONDPREFIX
5894
5895 2003-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
5896
5897         * cygwin/mknetrel.doc: Typo.
5898
5899         * buildscripts/make-font-dir.py (Font_info): Build fix: add 'ss'
5900
5901         * make/lilypond-vars.make (PYTHONPATH): srcdir build fix.
5902
5903 2003-09-22  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5904
5905         * scripts/lilypond.py: add support for 'legal' and 'tabloid' paper
5906         sizes. Remove support for 'ledger'(=tabloid+landscape).
5907
5908 2003-09-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5909
5910         * mf/GNUmakefile ($(outdir)/%.pfa): break apart one-big-rule for
5911         sauter PFAs.
5912
5913         * configure.in: remove VERSION stuff once again.
5914
5915         * scm/font.scm (paper20-style-sheet-alist): add cmss entries.
5916
5917         * scm/define-grobs.scm (all-grob-descriptions): use sans family
5918         for chord names.
5919
5920         * mf/GNUmakefile: always trace pfa fonts.
5921         (SAUTER_FONTS): add cmss[567] too fonts
5922
5923         * configure.in: require mftrace. 
5924
5925         * lily/staff-performer.cc (new_instrument_string): don't look at
5926         instrument property.
5927
5928         * lily/lily-guile.cc: renaming, ly_dir_p is the Scheme function,
5929         is_direction is the C++ one. Similar for ly_axis_p and
5930         ly_number_pair_p
5931
5932 2003-09-21  Jan Nieuwenhuizen  <janneke@gnu.org>
5933
5934         * lily/beam.cc (brew_molecule): read gap-count to determine
5935         number of tremolo (gapped) beams.
5936
5937         * lily/chord-tremolo-engraver.cc (acknowledge_grob): repeats
5938         shorter than 1/8
5939
5940         * flower/include/array.hh (default_compare): new function
5941
5942         * cygwin/mknetrel: Native fixes.
5943
5944         * cygwin/GNUmakefile (EXTRA_DIST_FILES): Add mknetrel.*
5945
5946 2003-09-20  Jan Nieuwenhuizen  <janneke@gnu.org>
5947
5948         * Documentation/topdocs/NEWS.texi: Add note about .ly double click
5949         feature for Windows.
5950
5951         * stepmake/stepmake/generic-vars.make: Cygwin fix from stable.
5952
5953         * cygwin/mknetrel: Updates for native use on Cygwin.
5954
5955         * lily/parser.yy: Compile fix: add stdio.h for snprintf.
5956
5957         * stepmake/stepmake/help2man-rules.make: 
5958         * cygwin/mknetrel: Bugfix for manpages.
5959
5960         * GNUmakefile.in (SUBDIRS): Use plain srcdir stepmake instead of
5961         $(builddir).  Stepmake is a normal subdirectory now, that is not
5962         configured.  Another srcdir build fix.
5963
5964         * Documentation/topdocs/INSTALL.texi,
5965         buildscripts/lilypond.words.py, lilypond-font-lock.el,
5966         lilypond-init.el, lilypond-mode.el, debian/rules,
5967         make/lilypond.{redhat,madrake,suse}.spec.in, vimrc:
5968         rename generated file lilypond.words to lilypond.words.el.
5969
5970 2003-09-20  Heikki Junes  <hjunes@cc.hut.fi>
5971
5972         * ly/chord-modifiers-init.ly, lilypond.vim: updates for vim.
5973
5974         * GNUmakefile.in, buildscripts/lilypond.words: give only path in
5975         GNUmakefile.in.
5976
5977 2003-09-19  Jan Nieuwenhuizen  <janneke@gnu.org>
5978
5979         * stepmake/stepmake/help2man-rules.make: Allow manpages to fail
5980         when cross building.
5981
5982         * configure.in: srcdir build fix.
5983
5984         * cygwin/GNUmakefile:
5985         * cygwin/lily-wins.py:
5986         * cygwin/postremove-lilypond.sh: 
5987         * cygwin/postinstall-lilypond.sh: Merge from stable.
5988
5989         * cygwin/bug-lilypond-cygwin.sh: s/lilypond/lilypond-bin,
5990         s/ly2dvi/lilypond/.
5991
5992 2003-09-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5993
5994         * lily/slur.cc (after_line_breaking): only set control points if
5995         none supplied yet.
5996
5997         * input/test/slur-manual.ly: new file.
5998
5999         * scripts/convert-ly.py (FatalConversionError.sub_chords): convert
6000         <<  >> chords too.
6001
6002         * VERSION (PACKAGE_NAME): release 1.9.8
6003
6004         * scripts/lilypond.py (escape_path): escape spaces in directory names
6005
6006         * input/test/text-spanner.ly: fixes.
6007
6008 2003-09-19  Heikki Junes  <hjunes@cc.hut.fi>
6009
6010         * buildscripts/lilypond.words.py: add drum names as note names to
6011         Emacs-mode.
6012
6013 2003-09-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6014
6015         * input/regression/hairpin-dashed.ly: new file.
6016
6017         * scripts/convert-ly.py (conv): warn about dash-length.
6018
6019         * lily/dynamic-engraver.cc (try_music): end (de)crescendo
6020         automatically if we get a new one.
6021
6022         * lily/lookup.cc (dashed_line): new function
6023
6024         * lily/line-spanner.cc (dashed_line_molecule): cleanups. Use
6025         dash-fraction.
6026
6027 2003-09-18  Heikki Junes  <hjunes@cc.hut.fi>
6028
6029         * buildscripts/lilypond.words.py: extract note names.
6030
6031         * lilypond-mode.el: take note names from lilypond.words -file.
6032         small fix in the use of string-match.
6033
6034         * lilypond-font-lock.el: use lilypond.words for note names, add 
6035         maxima to note a duration.
6036
6037 2003-09-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6038
6039         * lily/breathing-sign.cc: remove railtracks() function. 
6040
6041         * input/regression/arpeggio-bracket.ly (texidoc): add file.
6042
6043         * lily/arpeggio.cc (brew_chord_bracket): clean-up 
6044         (brew_molecule): bugfix don't make arpeggio shorter when
6045         arpeggio-direction is set.
6046
6047         *  debian/rules: small corrections in the (Pedro K)
6048
6049         * Documentation/user/tutorial.itely (Tutorial): use lyinc in
6050         examples.
6051
6052         * lily/auto-beam-engraver.cc (process_music): end/junk beam if
6053         special (repeat) bar comes along.
6054
6055         * input/regression/auto-beam-bar.ly: update.
6056
6057         * scripts/lilypond-book.py (output_dict): remove support for the
6058         EPS option.
6059
6060         * scm/define-grobs.scm (all-grob-descriptions): add X-extent for
6061         VerticalAlignment and VerticalAxisGroup this fixes the size
6062         computations for the entire system.
6063  
6064         * input/les-nereides.ly (bass): remove superfluous fontSize.
6065
6066         * scripts/lilypond-book.py (make_lilypond_file): \lilypondfile{}
6067         causes directory of file to be added to include path.
6068
6069         * input/regression/beam-break.ly: test single stem beams.
6070
6071         * input/regression/system-start-bracket.ly: fix.
6072
6073         * lily/beam.cc (set_stem_lengths): single-stem-beam fix.
6074
6075         * stepmake/stepmake/c-rules.make ($(outdir)/%.c): use -o for flex.
6076
6077         * lily/beam-quanting.cc (quanting): check french-beaming per stem.
6078         (score_stem_lengths): do something sensible for single stem beams.
6079
6080         * lily/beam.cc (least_squares): add kludge for single stem beams.
6081
6082         * scripts/convert-ly.py (FatalConversionError.sub_alteration): add
6083         keySignature to list of broken things.
6084
6085         * input/regression/keys.ly: fix.
6086
6087         * VERSION (PACKAGE_NAME): release 1.9.7
6088
6089         * Documentation/topdocs/NEWS.texi (Top): add quarter tones.
6090
6091         * Documentation/user/refman.itely (Pitches): doc quarter tones.
6092
6093         * lily/pitch.cc (LY_DEFINE): ly:pitch-quartertones: new function
6094         (quartertone_pitch): new function
6095
6096         * mf/feta-toevallig.mf: add 3/4 sharp, 1/4 sharp, 1/4 flat, 3/4
6097         flat. WARNING: FONT CHANGED.
6098
6099         * ly/nederlands.ly: add -eh and -ih for quarter tones.
6100
6101         * lily/accidental-placement.cc (add_accidental): support for
6102         quarter tones.
6103
6104         * ly/LANGUAGEs.ly: use symbols for alterations.
6105
6106         * mf/feta-toevallig.mf: change accidental codes. 
6107
6108         * scm/lily.scm (ly:get-option): switch on debugging only for
6109         --verbose.
6110
6111         * lily/lily-guile.cc: remove ly:verbose?
6112
6113         * lily/scm-option.cc (LY_DEFINE): add verbose to get-option.
6114
6115         * lily/parser.yy (TODO): only do gh_call() for apply with
6116         procedure argument.
6117
6118         * lily/tie-engraver.cc (start_translation_timestep): move melisma
6119         stuff in accordance with new timing of tie-events.
6120
6121         * lily/my-lily-lexer.cc: remove \outputproperty
6122
6123         * lily/melisma-engraver.cc (try_music): use melismaBusyProperties.
6124
6125         * scm/define-translator-properties.scm (melismaBusyProperties):
6126         add melismaBusyProperties property.
6127
6128 2003-09-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6129
6130         * input/test/ambitus-mixed.ly (texidoc): new file.
6131
6132         * buildscripts/mutopia-index.py (find): prune debugging
6133
6134         * lily/side-position-interface.cc: doc updates
6135
6136         * Documentation/user/refman.itely: updates, tweaks.
6137
6138         * lily/parser.yy (Simple_music): remove outputproperty
6139
6140         * make/stepmake.make: use VERSION again; importing VERSION via
6141         autoconf dependencies is too hairy.
6142
6143 2003-09-17  Heikki Junes  <hjunes@cc.hut.fi>
6144
6145         * lilypond-mode.el: allow `-' for keywords and identifiers.
6146
6147 2003-09-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6148
6149         * VERSION: release 1.9.6
6150         
6151         * lilypond-mode.el (LilyPond-command-alist): invoke lilypond
6152         iso. ly2dvi.
6153
6154         * Documentation/user/*.itely: fixes everywhere
6155
6156         * lily/completion-note-heads-engraver.cc: rewrite engraver:
6157         produce ties from the engraver itself, do not broadcast TieEvent.
6158
6159         * lily/my-lily-lexer.cc: remove pitch & duration.
6160
6161         * lily/parser.yy (TODO): remove \pitch and \duration
6162
6163         * input/test/explicit.ly: remove file.
6164
6165         * Documentation/user/refman.itely (Pitches): remove \pitch 
6166         \duration command.
6167
6168 2003-09-16  Heikki Junes  <hjunes@cc.hut.fi>
6169
6170         * buildscripts/lilypond.words.py: add all slur types to Emacs
6171         insertion menu, suppose everything is postfixed by dropping 
6172         unnecessary `-' -marks.
6173
6174 2003-09-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6175
6176         * lily/stem.cc (get_default_stem_end_position): lengthen stems for
6177         tremoloed stems.
6178
6179         * lily/stem-tremolo.cc (brew_molecule): position tremolo next to
6180         head for flagged stems.
6181
6182         * lily/stem.cc (get_default_stem_end_position): futz with extra
6183         stem length if there is a stem tremolo.
6184
6185         * lily/tuplet-bracket.cc (brew_molecule): don't print bracket when
6186         it would be too small.
6187
6188         * lily/font-metric.cc: return #f for non-existent glyph.
6189         
6190         * VERSION (MY_PATCH_LEVEL): read VERSION; version number is now
6191         exported through config.make.
6192
6193         * input/regression/clef-oct.ly: new file.
6194
6195         * scm/clef.scm (make-clef-set): use regexps, support arbitrary
6196         transposition.
6197
6198         * input/template/*.ly: remove old relative.
6199
6200         * ly/english.ly: add X names for double sharp.
6201
6202 2003-09-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6203
6204         * lily/font-select.cc: new file handle font selection routines.
6205
6206         * lily/parser.yy: add ; (Patrick Atamaniuk)
6207
6208         * input/test/time-signature-double.ly: use markups for double time
6209         sigs.
6210
6211         * scm/chord-name.scm: remove new-chord-name-brew-molecule ; use
6212         ChordNames.SeparationItem #'padding for adjusting space after chords.
6213         
6214         * lily/music-output-def.cc (LY_DEFINE): 
6215         new function ly:paper-lookup.
6216         
6217         * mf/parmesan-clefs.mf: use # quantities for char_box
6218         offsets. Fixes overflow errors in the PFA. 
6219
6220         * scm/new-markup.scm (strut-markup): change calling interface for
6221         markup. Pass paper-def, not grob. This would allow \markup to be
6222         used separately from grobs.
6223
6224         * lily/paper-def.cc: new function ly:paper-font; this function
6225         replaces ly:get-font.
6226
6227         * lily/include/font-interface.hh (struct Font_interface): take
6228         Paper_def iso. Grob for get_font().
6229
6230 2003-09-14  Graham Percival  <gperlist@shaw.ca>
6231
6232         * Documentation/user/ tutorial.itely, refman.itely: add warning
6233         about \key and accidentals.
6234
6235 2003-09-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6236
6237         * scm/new-markup.scm (musicglyph-markup): undefine font-name.
6238
6239         * Documentation/user/*.itely: manual tweaks
6240
6241 2003-09-13  Juergen Reuter  <reuter@ipd.uka.de>
6242
6243         * mf/parmesan-clefs.mf: still more set_char_box() fixes and code
6244         cleanup; bugfix: exact_center
6245
6246         * Documentation/user/refman.itely: added more documentation on
6247         ambitus according to recent questions on lilypond-user list
6248
6249 2003-09-12  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6250
6251         * input/regression/ottava.ly (texidoc): demo 15ma too.
6252
6253         * GNUmakefile.in ($(outdir)/VERSION): add VERSION target 
6254
6255         * input/mutopia/J.S.Bach/baerenreiter-sarabande.ly (sarabandeA):
6256         octave fixes.
6257
6258 2003-09-10  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6259
6260         * lily/lexer.ll: add \r to the rules for newlines; this fixes
6261         problems on older Mac editors.
6262
6263 2003-09-12  Juergen Reuter  <reuter@ipd.uka.de>
6264
6265         * mf/parmesan-clefs.mf: more set_char_box() fixes and code cleanup
6266
6267 2003-09-11  Juergen Reuter  <reuter@ipd.uka.de>
6268
6269         * mf/parmesan-custodes.mf, mf/parmesan-heads.mf,
6270         mf/parmesan-clefs.mf: added comments on character alignment and
6271         set_char_box() conventions
6272
6273         * mf/parmesan-custodes.mf, mf/parmesan-clefs.mf: fixed more
6274         set_char_box()'s
6275
6276         * mf/parmesan-clefs.mf: vaticana: adjusted stem width
6277
6278 2003-09-10  Heikki Junes  <hjunes@cc.hut.fi>
6279
6280         * spec/lilypond.{mandrake,suse}.spec.in: update lilypond.words path.
6281
6282 2003-09-10  Juergen Reuter  <reuter@ipd.uka.de>
6283
6284         * mf/parmesan-custodes.mf: vaticana custos: bugfix: slightly
6285         shortened to avoid almost-collision with staff line; code cleanup;
6286         other custodes: fixed char boxes; code cleanup
6287
6288 2003-09-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6289
6290         * configure.in: release 1.9.5
6291         
6292         * scripts/lilypond.py (global_latex_preamble): only set
6293         twosideshift if 'twoside' is in latexoptions 
6294
6295         * stepmake/GNUmakefile.in: remove nested stepmake packaging stuff.
6296
6297         * VERSION: remove
6298
6299         * scripts/*2ly.py: update <> syntax
6300
6301 2003-09-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6302
6303         * lily/chord-name-engraver.cc (process_music): add origin for
6304         chord name.
6305
6306         * input/regression/chord-name-exceptions.ly (theMusic): add base too.
6307
6308         * scm/chord-ignatzek-names.scm (ignatzek-chord-names): bugfix: do
6309         bass notes for exceptions too.
6310
6311         * scm/define-grobs.scm (all-grob-descriptions): rename
6312         HaraKiriVerticalGroup to RemoveEmptyVerticalGroup
6313
6314         * scm/define-grob-properties.scm (remove-first): add remove-first
6315         property for orchestral scores.
6316
6317         * Documentation/user/*.itely: switch <<>> and <> 
6318
6319         * lily/glissando-engraver.cc (process_music): bugfix: move line to
6320         last_line only once. This fixes the two consecutive glissandi problem.
6321
6322 2003-09-09  Juergen Reuter  <reuter@ipd.uka.de>
6323
6324         * lily/vaticana-ligature-engraver.cc: bugfix: fixed programming
6325         error message "flexa-width undefined"
6326
6327         * lily/vaticana-ligature-engraver.cc, lily/gregorian-ligature.cc,
6328         lily/include/gregorian-ligature.hh: print warning when ignoring
6329         head prefixes on flexa shapes
6330
6331         * lily/vaticana-ligature-engraver.cc: bugfix: always add an extra
6332         space before a series of inclinatum heads
6333
6334         * lily/vaticana-ligature-engraver.cc, lily/gregorian-ligature.cc,
6335         lily/include/gregorian-ligature.hh: junked AFTER_VIRGA; small
6336         cleanups
6337
6338         * mf/parmesan-custodes.mf: redesigned custos; fixed stem length
6339         and char_box
6340
6341 2003-09-08  Juergen Reuter  <reuter@ipd.uka.de>
6342
6343         * input/regression/breathing-sign.ly: tiny fixes
6344
6345         * lily/mensural-ligature.cc: renamed stem->cauda/join to avoid
6346         semantical collision with vaticana ligatures
6347
6348         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
6349         scm/define-grob-properties.scm: bugfix: semantics of delta_pitch
6350         now consistent with mensural ligatures
6351
6352         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
6353         mf/parmesan-heads.mf: bugfix: length of cauda of flexa depends on
6354         context pitches and staff position; dto. for virga stem; removed
6355         obsolete virga and clivis characters from parmesan font (WARNING:
6356         font changed)
6357
6358         * mf/parmesan-heads.mf, mf/parmesan-clefs.mf,
6359         mf/parmesan-timesig.mf: fixed several set_char_box ()'s
6360
6361         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
6362         scm/define-grob-properties.scm: consistency fix: renamed
6363         join_left->add_cauda
6364
6365         * mf/parmesan-heads.mf: bugfix: cephalicus head: corrected
6366         appendix length; bugfix: yoffs_bt for reverse direction punctum
6367         characters
6368
6369         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc:
6370         small cleanups; added more docu
6371
6372         * lily/mensural-ligature-engraver.cc,
6373         lily/vaticana-ligature-engraver.cc,
6374         lily/coherent-ligature-engraver.cc: cleanup: moved delta-pitch
6375         computation to CoherentLigatureEngraver
6376
6377         * ly/gregorian-init.ly, lily/gregorian-ligature.cc,
6378         scm/define-grob-properties.scm: bugfix: added missing linea and
6379         cavum properties; bugfix: removed dead semivocalis property
6380
6381         * mf/parmesan-heads.mf: bugfix: linea punctum: vertical lines
6382         length; redesigned quilisma, stropha and auctum
6383
6384         * ly/engraver-init.ly, scm/define-grobs.scm: use 0.6 as default
6385         line thickness
6386
6387         * lily/vaticana-ligature-engraver.cc, mf/parmesan-heads.mf,
6388         Documentation/user/refman.itely: bugfix: introduced shifted
6389         epiphonus head to avoid collision with adjacent plica
6390
6391 2003-09-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6392
6393         * scm/font.scm (paper20-style-sheet-alist): add smaller font sizes.
6394
6395         * mf/GNUmakefile (SAUTER_FONTS): add smaller sizes.
6396
6397 2003-09-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6398
6399         * Documentation/user/tutorial.itely (A lead sheet): remove
6400         duplicate chords.
6401
6402         * Documentation/bibliography/computer-notation.bib (pages): reorganise.
6403
6404 2003-09-03  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6405
6406         * Documentation/bibliography/computer-notation.bib (isbn): add
6407         xivcim publication.
6408
6409 2003-09-05  Heikki Junes  <hjunes@cc.hut.fi>
6410
6411         * GNUmakefile.in: drop lilypond.words for generation.
6412
6413 2003-09-03  Heikki Junes  <hjunes@cc.hut.fi>
6414
6415         * buildscripts/lilypond.words.py: take filename (also) from an arg.
6416
6417         * GNUmakefile.in (README_FILES): put lilypond.words to $(outdir).
6418
6419 2003-09-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6420
6421         * input/test/figured-bass-alternate.ly (fl): new file.
6422
6423         * Documentation/topdocs/README.texi (Top): clarifications.
6424
6425         * Documentation/bibliography/computer-notation.bib (isbn): add phd
6426         theses of Gieseking and Renz.
6427
6428         * GNUmakefile.in (README_FILES): remove README.mandrake.
6429
6430 2003-09-01  Heikki Junes  <hjunes@cc.hut.fi>
6431
6432         * buildscripts/lilypond.words.py: add file. Creates lilypond.words
6433         from source files and search patterns listed in the script.
6434
6435         * GNUmakefile.in: add target `lilypond.words'.
6436
6437         * lilypond.words: remove file, generated by `make lilypond.words'.
6438
6439         * make/lilypond.{mandrake,redhat,suse}.spec.in: make lilypond.words.
6440
6441 2003-08-31  Heikki Junes  <hjunes@cc.hut.fi>
6442
6443         * lily/parser.yy, lily/my-lily-lexer.cc: spell it acciaccatura.
6444
6445 2003-08-31  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6446
6447         * VERSION: 1.9.4 released
6448
6449         * scripts/convert-ly.py (FatalConversionError.figures_replace):
6450         rule for < > <-> << >> substitution
6451
6452         * lily/lexer.ll: exchange meaning of << >> and < > 
6453
6454         * VERSION (PACKAGE_NAME): 1.9.3 released
6455
6456         * stepmake/stepmake/help2man-rules.make ($(outdir)/%.1): build man
6457         pages unconditionally.
6458
6459 2003-08-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6460
6461         * Documentation/user/music-glossary.tely (Top): small syntax
6462         fixes.
6463
6464         * scm/music-functions.scm (remove-tag): filter \tagged music
6465         expressions.
6466
6467         * input/regression/tag-filter.ly (texidoc): new file.
6468
6469         * lily/parser.yy (post_event): add \tag #'symbol / \tag #'(symbol1
6470         symbol2 .. ) etc. 
6471
6472         * scripts/convert-ly.py (FatalConversionError.conv): fingering
6473         convert rule.
6474
6475         * Documentation/user/refman.itely (Fingering instructions): adjust
6476         manual.
6477
6478         * lily/new-fingering-engraver.cc (position_scripts): don't crash
6479         for borderline cases (e.g. 1 fingering.)
6480         (position_scripts): revise interface, use fingerOrientations to
6481         set fingering positions.
6482
6483         * scm/document-translation.scm (context-doc): add aliases to
6484         automated documentation.
6485
6486         * make/lilypond-vars.make: remove stepmake compat glue.
6487
6488         * make/generic-vars.make: remove cruft.
6489
6490         * lily/main.cc (main): don't identify binary.
6491
6492 2003-08-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6493
6494         * lily/include/translator.hh (class Translator): remove
6495         type_string_ , use symbol for context name throughout.
6496         Changes through whole source tree.
6497
6498         * scripts/lilypond.py: rename ly2dvi.py to lilypond.py
6499         set PDF as default, and always make PDF.
6500
6501         * lily/GNUmakefile (SUBDIRS): rename binary to lilypond-bin
6502
6503 2003-08-29  Heikki Junes  <hjunes@cc.hut.fi>
6504
6505         * ChangeLog lilypond.words Documentation/topdocs/NEWS.texi
6506         Documentation/user/refman.itely input/regression/allfontstyle.ly
6507         input/regression/grace-types.ly:
6508         fix spelling for acciaccatura (Webster's 1913).
6509
6510 2003-08-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6511
6512         * lily/main.cc (usage): adjust blurb, include url.
6513
6514         * input/regression/breathing-sign.ly (texidoc): transpose up
6515
6516 2003-08-28  Juergen Reuter  <reuter@ipd.uka.de>
6517
6518         * input/regression/breathing-sign.ly: changed ancient examples to
6519         be relevant (by request of Han-Wen); updated BreathingSign text
6520         property according to new syntax.
6521
6522         * ly/gregorian-init.ly: updated BreathingSign text property
6523         according to new syntax
6524
6525 2003-08-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6526
6527         * Documentation/user/refman.itely (Clef): give example of G_8 clef.
6528         (Clef): index entries for clefs.
6529
6530         * python/lilylib.py (system): remove errorlog files.
6531         
6532 2003-08-28  Heikki Junes  <hjunes@cc.hut.fi>
6533
6534         * lilypond.words: add \new and new graces. Add dynamics to menus
6535         keeping 1.8.x compatibility; after all the engraving relating to 
6536         notes becomes postfixed `-' marks will be removed.
6537
6538 2003-08-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6539
6540         * lily/molecule.cc (align_to): idem.
6541
6542         * lily/molecule-scheme.cc: ly_align_to_x takes continuous dir argument.
6543         
6544         * ly/grace-init.ly (stopAcciaccaturaMusic): correct misspelling of
6545         accacciatura everywhere.
6546
6547         * VERSION (PACKAGE_NAME): released 1.9.2
6548
6549         * GNUmakefile.in (EXTRA_DIST_FILES): dist lilypond.vim too.
6550
6551         * scm/document-markup.scm (markup-doc-node): sort markup function
6552         list.
6553
6554         * lily/paper-outputter.cc (output_version): change "Lily was here"
6555         into  "Engraved by LilyPond"
6556
6557         * lily/my-lily-lexer.cc (My_lily_lexer): don't crash
6558         on unquoted strings before \notenames.
6559
6560         * lily/parser.yy (lyric_element): allow markup as lyric text. This
6561         increases the number of s/r reductions to 4.
6562
6563         * scm/new-markup.scm (fraction-markup): \fraction command.
6564
6565         * lily/lexer.ll: allow any string without \ { }  # and " in \markup
6566         mode
6567
6568         * lily/lookup.cc (round_filled_box): rename function.
6569         (LY_DEFINE): round-filled-box: change signature.
6570
6571         * Documentation/user/refman.itely: revise section explaining grace
6572         notes.
6573
6574         * lily/translator-scheme.cc (LY_DEFINE): add ! to
6575         ly:set-context-property
6576
6577         * input/*/*.ly (vmus): use \new everywhere.
6578
6579         * lily/my-lily-lexer.cc: add \accacciatura and \appoggiatura
6580
6581         * ly/grace-init.ly (stopGraceMusic): add slurs on grace note by
6582         default
6583
6584         * scm/music-functions.scm (set-stop-grace-properties)
6585         (set-start-grace-properties, add-grace-property): new functions
6586         for modular grace tweak control.
6587
6588         * ly/engraver-init.ly (ScoreContext): new property graceSettings.
6589         
6590 2003-08-28  Jan Nieuwenhuizen  <janneke@gnu.org>
6591
6592         * Documentation/topdocs/INSTALL.texi: Explain install-pfa-fonts.
6593
6594         * GNUmakefile.in (install-pfa-fonts):
6595         (get-pfa-fonts): New target.
6596
6597         * stepmake/stepmake/toplevel-targets.make: Add pfa-fonts and
6598         install-pfa-fonts help.
6599
6600 2003-08-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6601
6602         * lily/translator-scheme.cc (LY_DEFINE):
6603         ly:context-pushpop-property new function.
6604         (LY_DEFINE): new function ly:translator-find  
6605         new function ly:translator?
6606         (LY_DEFINE): new function ly:context?
6607
6608         * lily/translator-def.cc: remove
6609         Translator_def::apply_pushpop_property().
6610
6611         * python/lilylib.py (read_pipe): only store and display error log
6612         if verbose not set.
6613         (read_pipe): only display log if it contains something.
6614
6615 2003-08-27  Jan Nieuwenhuizen  <janneke@gnu.org>
6616
6617         * Documentation/misc/GNUmakefile: Re-add.
6618         (TEXTS): Add CHANGES.
6619
6620 2003-08-27  Heikki Junes  <hjunes@cc.hut.fi>
6621
6622         * lilypond.words: add \newcontext.
6623
6624 2003-08-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6625
6626         * lily/tie-performer.cc (stop_translation_timestep): only flush
6627         tied_notes when we have actually made a tie. Fixes bugs with ties
6628         in polyphonic scores.
6629
6630 2003-08-26  Jan Nieuwenhuizen  <janneke@gnu.org>
6631
6632         * stepmake/autogen.sh: Bugfix: copy aclocal.m4, autogen.sh also if
6633         they do not exist.
6634
6635 2003-08-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6636
6637         * VERSION (PACKAGE_NAME): released 1.9.1 
6638
6639         * ly/engraver-init.ly (RemoveEmptyStaffContext): don't add
6640         Instrument_name_engraver
6641
6642         * lily/tie-performer.cc (create_audio_elements): bugfix
6643
6644         * Documentation/user/music-glossary.tely (Top): comment out
6645         font-style statements.
6646
6647         * input/test/force-hshift.ly: revise example.
6648
6649         * Documentation/bibliography/engraving.bib (note): typos.
6650
6651         * configure.in: bump GCC requirements to 3.x
6652
6653         * lily/include/audio-item.hh (class Audio_tie): rename
6654         note_l_drul_ to note_drul_
6655
6656         * lily/tie-performer.cc (class Tie_performer): patch for new ties.
6657
6658         * lily/parser.yy (relative_music): whoops. All \relative were off
6659         by ...  a lot .... Ahem.
6660
6661         * scm/define-music-types.scm (music-descriptions): idem.
6662
6663         * lily/beam-engraver.cc: move new-beam-event to beam-event
6664
6665         * lily/tie-engraver.cc (class Tie_engraver): move New_tie_engraver
6666         to Tie_engraver
6667
6668         * input/regression/bar-number.ly: remove unnecessary old-relative
6669         options.
6670         
6671         * Documentation/user/internals.itely (Creating contexts): document
6672         \newcontext
6673
6674         * lily/parser.yy (Composite_music): add \newcontext
6675
6676         * Documentation/user/refman.itely (MIDI block): add note about
6677         dotted tempos.
6678
6679         * scm/font.scm: remove old markup legacy
6680
6681         * GNUmakefile.in (web-clean): remake share/ after web-clean.
6682
6683         * lily/breathing-sign.cc (brew_molecule): remove function
6684
6685         * lily/text-item.cc: remove old-style markups.
6686         (interpret_markup): C++ version of markup function
6687         (brew_molecule): idem.
6688
6689         * lily/my-lily-lexer.cc (start_main_input): define input-file-name
6690         as Scheme variable.
6691
6692         * scripts/convert-ly.py (conv): dashes rule.
6693         Apply rule.
6694
6695         * Documentation/user/lilypond-book.itely: syntax fixes. 
6696
6697 2003-08-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6698
6699         * VERSION (PACKAGE_NAME): release 1.9.0
6700
6701         * Documentation/user/lilypond-book.itely (Invoking lilypond-book):
6702         note about dvips. (Should backport.)
6703
6704         * scripts/convert-ly.py
6705         (FatalConversionError.articulation_substitute): add
6706         convert-new-chords code. Remove convert-new-chords.py
6707
6708         * Documentation/user/refman.itely (Octave check): document
6709         \octave.
6710
6711         * Documentation/topdocs/NEWS.texi: add \octave, postfix and
6712         \relative changes.
6713
6714         * lily/parser.yy (command_element): octave check:
6715
6716            \octave PITCH
6717
6718         checks that PITCH (without octave) yields PITCH (with octave) in
6719         \relative
6720
6721         * lily/relative-octave-music.cc (to_relative_octave): octave check.
6722
6723         * lily/scm-option.cc: ly:set-option now has the default argument
6724         #t.
6725
6726         * lily/lexer.ll: add \renameinput
6727
6728         * python/lilylib.py (command_name): robustifications.
6729
6730         * scripts/ly2dvi.py (run_latex): use >& for redirection iso. of
6731         /dev/stderr. This is ash compatible.
6732
6733         * ly/init.ly: add warning if compatibility was not necessary.
6734
6735         * lily/scm-option.cc (LY_DEFINE): add ly:get-option
6736
6737         * flower/include/string-handle.icc: formatting cleanups, rename
6738         references by ref_count_.
6739
6740 2003-08-25  Heikki Junes  <hjunes@cc.hut.fi>
6741
6742         * make/lilypond.mandrake.spec.in: syncronize the spec file with
6743         Torbjorn Turpeinen (tobbe@nyvalls.se): fix group, update reqs,
6744         package libs separately, fix conflicting php variable out=/dev/vc/
6745         invoking `unset out', declare menus, use only one icon-file, fix
6746         doc-path in menu.
6747
6748 2003-08-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6749
6750         * scripts/convert-ly.py (FatalConversionError.conv): typo
6751
6752         * Documentation/misc/GNUmakefile: restore misc directory.
6753
6754         * input/mutopia/J.S.Bach/bwv940.ly: add 1 petite prelude
6755
6756         * input/mutopia/J.S.Bach/GNUmakefile (EXTRA_DIST_FILES): remove
6757         Petites-Preludes 
6758
6759         * input/test/partial-blank.ly (quickmeasure): syntax
6760
6761         * lily/slur.cc (get_attachment): bugfix: don't crash on non-cons
6762         attachment property.
6763
6764         * Documentation/user/refman.itely: remove superfluous -'s 
6765         (Grace notes): ) fixes.
6766
6767         * lily/music.cc: generic compress(), transpose() functions. Remove
6768         others.
6769
6770         * lily/parser.yy (gen_text_def): remove support for #'(italic )
6771         style markup entry.
6772
6773         * lily/parser.yy: all articulations postfix; remove obligatory -
6774         for [,  ) and \!
6775         
6776         * lily/music.cc (to_relative_octave): write generic
6777         to_relative_octave function; various relative cleanups.
6778         Hmmm.
6779
6780         * lily/scm-option.cc: add options new-relative and old-relative
6781
6782         * po/sv.po: new po file.
6783
6784         * Documentation/user/refman.itely (Dynamics): website
6785         fixes. (should backport!)
6786
6787 2003-08-22  Heikki Junes  <hjunes@cc.hut.fi>
6788
6789         * make/lilypond.mandrake.spec.in: declare version only once.
6790
6791 2003-08-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6792
6793         * lily/simultaneous-music.cc (to_relative_octave): undo relative
6794         meaning for now.
6795
6796 2003-08-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6797
6798         * input/mutopia/J.S.Bach/wtk1-fugue1.ly: updates
6799
6800         * input/mutopia/J.S.Bach/wtk1-prelude1.ly: remove file
6801
6802         * input/mutopia/F.Schubert/standchen.ly (trebleThrough): fixes
6803
6804         * lily/simultaneous-music.cc (to_relative_octave): add Event_chord.
6805
6806         * lily/music.cc (var): add ly:music-transpose function.
6807
6808         * lily/parser.yy (pre_events): remove prefix articulations.
6809
6810         * lily/music-sequence.cc (do_relative_octave): change relative meaning.
6811
6812         * VERSION (MY_PATCH_LEVEL): open HEAD/1.9 branch.
6813
6814         * Documentation/user/refman.itely (Text markup): add comment about
6815         markup in header.
6816
6817 2003-08-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6818
6819         * lily/paper-outputter.cc (write_header_fields_to_file): 
6820         only dump value if it is a string.
6821
6822         * flower/include/dictionary.hh: remove.
6823         
6824         * Documentation/ChangeLog-1.5: add back old log.
6825
6826         * Documentation/topdocs/INSTALL.texi (Top): explain how to get
6827         .pfas from a .deb.
6828
6829 2003-08-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6830
6831         * Documentation/bibliography/engraving.bib: add entry for
6832         Jaschinski's Notation
6833
6834 2003-08-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6835
6836         * Documentation/user/refman.itely (Beaming): add note about
6837         allowBeamBreak
6838
6839 2003-08-18  Juergen Reuter  <reuter@ipd.uka.de>
6840
6841         * lilypond.words, ly/engraver-init.ly, ly/params-init.ly: added
6842         GregorianTranscription contexts
6843
6844         * ly/engraver-init.ly: vaticana contexts: minor fixes
6845
6846         * Documentation/user/refman.itely (Ancient notation): added note
6847         on appendix length bug
6848
6849         * input/puer-fragment.ly, input/test/gregorian-scripts.ly,
6850         input/test/vaticana.ly: use vaticana contexts; small fixes
6851
6852 2003-08-17  Jan Nieuwenhuizen  <janneke@gnu.org>
6853
6854         * flower/hash.cc: Remove.
6855
6856         * flower/include/dictionary.hh (V>): Compile fix: Remove assignment
6857         to (nonexistent?) hash_func_ identifier.
6858
6859         * python/midi.c (midi_error, midi_warning): Use char const* for
6860         __FUNCTION__ argument.
6861
6862         * python/gettext.py: Remove.  We already require python 2.1, which
6863         includes gettext.py.
6864
6865         * configure.in: Require python 2.1, as INSTALL.texi says.
6866         it.
6867
6868         * Documentation/topdocs/INSTALL.texi: Add note to avoid bison
6869         versions 1.50 and 1.75.  Remove note about lexer patch.
6870
6871 2003-08-16  Jan Nieuwenhuizen  <janneke@gnu.org>
6872
6873         * Documentation/topdocs/INSTALL.texi: Update type1 font
6874         description to actual situation.  Add comment about new font ball
6875         layout.
6876
6877         * GNUmakefile.in (pfa-fonts): Create font-ball so that untar
6878         in $LILYPONDPREFIX suffices for installation.
6879
6880 2003-08-11  Jan Nieuwenhuizen  <janneke@gnu.org>
6881
6882         * debian/control (Build-Depends): Add flex-old as alternative to
6883         flex.  Deprecate bison 1.75.
6884
6885 2003-08-17  Juergen Reuter  <reuter@ipd.uka.de>
6886
6887         * lilypond.words, ly/engraver-init.ly, ly/params-init.ly: added
6888         Vaticana contexts
6889
6890         * Documentation/user/refman.itely (Ancient notation): documented
6891         some bugs; tiny fixes; added docu on Vaticana contexts
6892
6893         * gregorian-init.ly, ly/script-init.ly: moved ancient articulation
6894         scripts
6895
6896 2003-08-16  Juergen Reuter  <reuter@ipd.uka.de>
6897
6898         * Documentation/user/refman.itely (Ancient notation): added some
6899         introductory words; added section on ancient time signatures;
6900         added some @seealso and @refcommands; small fixes and
6901         beautifications
6902
6903 2003-08-15  Juergen Reuter  <reuter@ipd.uka.de>
6904
6905         * input/regression/note-head-style.ly: many fixes and updates
6906
6907         * Documentation/user/refman.itely: added small sections on ancient
6908         accidentals, rests and flags; revised ancient note head section;
6909         small wording/spelling fixes
6910
6911         * input/test/rests.ly: layout fixes
6912
6913 2003-08-14  Juergen Reuter  <reuter@ipd.uka.de>
6914
6915         * input/puer-fragment.ly: bugfix: central C position of do clef
6916
6917         * ly/gregorian-init.ly: workaround: add small padding space before
6918         divisiones (the correct fix would be the spacing engine to handle
6919         this)
6920
6921 2003-08-13  Graham Percival  <gperlist@shaw.ca>
6922
6923         * input/test/bar-lines-lyric-only.ly, boxed-molecule.ly,
6924         cue-notes.ly: minor fixes.
6925
6926 2003-08-13  Juergen Reuter  <reuter@ipd.uka.de>
6927
6928         * Documentation/user/refman.itely: bugfix: remove obsolete link to
6929         input/test/custos-style.ly
6930
6931         * Documentation/index.html.in: bugfix: link to Tutorial.html
6932
6933         * input/puer-fragment.ly: bugfix: assigment of syllables "no-bis"
6934         to neumes; bugfix: "et": epiphonus, not just a simple pes
6935
6936 2003-08-12  Heikki Junes <hjunes@cc.hut.fi>
6937
6938         * lilypond-mode.el: split `Insert Tag' if it is long enough.
6939
6940         * lilypond.words: add new features: markup, column, center, \[ \].
6941         
6942 2003-08-10  Heikki Junes <hjunes@cc.hut.fi>
6943
6944         * Documentation/topdocs/NEWS.texi, DEDICATION,
6945         stepmake/bin/add-html-footer.py
6946         input/mutopia/J.S.Bach/baerenreiter-sarabande.ly
6947         input/mutopia/J.S.Bach/wtk1-fugue1.ly
6948         input/mutopia/J.S.Bach/wtk1-prelude1.ly
6949         Documentation/topdocs/INSTALL.texi: `bug'fix: a colon `:' is 
6950         added (only) after a sentence which is complete; if the sentence is 
6951         not ended a comma `,' or nothing is used. fix also spaces.
6952
6953 2003-08-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6954
6955         * Documentation/topdocs/INSTALL.texi (Top): change GUILE
6956         requirements to plain 1.6.
6957
6958         * buildscripts/mutopia-index.py (read_lilypond_header): update
6959         mutopia-index.py to 1.4 syntax [sic]
6960
6961 2003-08-07  Heikki Junes <hjunes@cc.hut.fi>
6962
6963         * make/lilypond.mandrake.spec.in: remove menu, sync with redhat-spec.
6964
6965 2003-08-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6966
6967         * Documentation/index.html.in: url for regression pdf
6968
6969         * Documentation/user/cheatsheet.itely (Cheat sheet): single staff.
6970
6971         * Documentation/user/tutorial.itely (Piano staves): s/staffs/staves/g
6972
6973         * make/lilypond.redhat.spec.in (Buildrequires): texinfo >= 4.6 reqd.
6974
6975         * VERSION: 1.8.0 released
6976         
6977         * GNUmakefile.in (local-WWW-post): footify build fix.
6978
6979         * configure.in: require GUILE 1.6.4
6980
6981         * Documentation/user/GNUmakefile: don't copy *.png for
6982         lilypond-internals
6983
6984         * GNUmakefile.in (local-WWW-post): move mutopia-index to toplevel
6985         local-WWW-post target.
6986         (rsync-web): add rsync-web target
6987
6988         * Documentation/user/introduction.itely (Music notation and
6989         engraving): add neume example
6990
6991         * input/puer-fragment.ly (cantus): add puer-fragment
6992
6993 2003-08-06  Jan Nieuwenhuizen  <janneke@gnu.org>
6994
6995         * input/no-notation/midi-volume-equaliser.ly: Add volume setting
6996         to notes, so that equalizer is actualy being used.
6997
6998         * scm/midi.scm (instrument-equalizer-alist):
6999         (absolute-volume-alist): Define public, so that user can copy or
7000         override.
7001
7002         * lily/key-performer.cc (create_audio_elements): Check for minor
7003         key.  Only if key is minor, set MIDI key to minor.
7004
7005 2003-08-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7006
7007         * Documentation/user/refman.itely (Hiding staffs): fixes.
7008
7009         * mf/feta-eindelijk.mf (tracingvariables): add TODO.
7010
7011         * lily/system-start-delimiter.cc (after_line_breaking): retrieve
7012         vertical extents to deal with Hara kiri correctly.
7013
7014         * input/regression/hara-kiri-short.ly: remove
7015
7016         * input/regression/hara-kiri-pianostaff.ly: update test.
7017
7018         * Documentation/user/*.tely: remove WEBTITLE
7019
7020         * scm/output-tex.scm (comment): idem.
7021
7022         * scm/output-pdftex.scm: remove GUILE 1.4 glue
7023
7024         * scm/music-functions.scm (make-lyric-event): new function
7025
7026         * scm/lily.scm (lilypond-version): new function
7027
7028         * input/test/version-output.ly: new file.
7029
7030         * Documentation/user/lilypond.tely: add version number to
7031         front-page.
7032
7033 2003-08-05  Jan Nieuwenhuizen  <janneke@gnu.org>
7034
7035         * input/test/midi-scales.ly: Reformat to match midi2ly output again.
7036
7037 2003-08-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7038
7039         * input/template/gregorian-transcription.ly (barTwo): syntax update.
7040
7041         * Documentation/user/refman.itely (Hiding staffs): rename node.
7042
7043 2003-08-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7044
7045         * input/regression/new-markup-syntax.ly (texidoc): remove
7046         molecule-callback override.
7047
7048 2003-08-04  Jan Nieuwenhuizen  <janneke@gnu.org>
7049
7050         * input/les-nereides.ly: Mark tweaks with %tweak.
7051
7052         * Debian patch, see debian/changelog (Anthony Fok).
7053
7054 2003-08-04  Jan Nieuwenhuizen  <janneke@gnu.org>
7055
7056         * buildscripts/lilypond-profile.sh: Add workaround for zsh posix
7057         problem.
7058
7059 2003-08-04  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
7060
7061         * Documentation/user/refman.itely (Text markup): Fix language bug.
7062
7063 2003-08-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7064
7065         * input/* : postfix syntax fixes.
7066
7067         * Documentation/user/refman.itely (Text markup): add note about
7068         raise/lower with ^ or _ .
7069         
7070         * po/fi.po: fix \\apply strings.
7071
7072         * lily/parser.yy (open_event): warn for prefix articulations.
7073
7074 2003-08-04  Juergen Reuter  <reuter@ipd.uka.de>
7075
7076         * lily/all-font-metrics.cc (find_font): bugfix: apply Han-Wen's last
7077         fix also on parmesan font.
7078
7079 2003-08-03  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7080
7081         * VERSION 1.7.30 released
7082         
7083         * GNUmakefile.in (EXTRA_DIST_FILES): remove lexer GCC patch.
7084
7085         * buildscripts/mutopia-index.py (headertext): rewording
7086
7087 2003-08-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7088
7089         * scm/new-markup.scm (strut-markup): new markup function.
7090
7091         * scm/bass-figure.scm (make-bass-figure-markup): insert vertical
7092         space also when no accidental is there.
7093
7094 2003-08-02  Jan Nieuwenhuizen  <janneke@gnu.org>
7095
7096         * input/les-nereides.ly: Updates.
7097
7098 2003-08-02  Heikki Junes <hjunes@cc.hut.fi>
7099
7100         * lilypond-mode.el (LilyPond-insert-tag-current): new function,
7101         which repeats the tag insertion selected from "Insert tag" menu.
7102
7103 2003-08-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7104
7105         * lily/all-font-metrics.cc (find_font): load AFM files first only
7106         for feta fonts. This fixes problems with TeXlive and other TeX
7107         distros that include AFM files for the CM fonts. 
7108
7109         * scm/font.scm (qualifiers-to-font-name): remove.
7110
7111         * lily/paper-def.cc: remove get_var.
7112
7113         * input/trip.ly: remove file.
7114         
7115         * input/regression/spacing-note-flags.ly (raggedright): remove
7116         stafflinethickness
7117
7118         * input/les-nereides.ly: update to new syntax, cleanups.
7119
7120 2003-08-01  Jan Nieuwenhuizen  <janneke@gnu.org>
7121
7122         * Documentation/user/refman.itely: Clarify shortest-note problem
7123         of autobeamer.
7124
7125 2003-08-01  Heikki Junes <hjunes@cc.hut.fi>
7126
7127         * lilypond-mode.el: Add each word to regexps only once.
7128
7129         * lilypond-mode.el (LilyPond-insert-tag): add new function, which 
7130         is based on the syntax definitions in lilypond.words. Remove all 
7131         LilyPond-insert-tag-* functions. Restructure LilyPond menu. 
7132         LilyPond->Insert menu is generated by the entries in lilypond.words 
7133         to which have been given a syntax definition.
7134
7135         * lilypond.words: give syntax definitions (LilyPond-insert-tag) for 
7136         \notes, \relative, \score, \simultaneous, \transpose.
7137
7138         * lilypond-mode.el: allow non-alpha characters only in menu keywords.
7139
7140         * lilypond.words: add useful `\context Staff =' and `\context Voice ='.
7141         
7142         * lilypond-mode.el: add menu keywords separately.
7143
7144         * lilypond.words: post-syntaxed slur pairs and syntax for \times.
7145
7146 2003-08-01  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
7147
7148         * Documentation/topdocs/INSTALL.texi (Top): Documentation of the
7149         current ugly installation method for PFA fonts.
7150
7151 2003-07-31  Heikki Junes <hjunes@cc.hut.fi>
7152
7153         * lilypond-mode.el: Junk LilyPond-quick-notes-insert; instruct 
7154         to use LilyPond Quick Insert Mode by Nicolas Sceaux, instead.
7155
7156         * Documentation/user/music-glossary.tely: update legato.
7157
7158 2003-07-30  Jan Nieuwenhuizen  <janneke@gnu.org>
7159
7160         * lexer-gcc-3.0.patch: Remove.
7161
7162         * lexer-gcc-3.1.sh: Disable FlexLexer.h massaging.
7163
7164 2003-07-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7165
7166         * debian/rules (binary-arch): remove NEWS.
7167
7168 2003-07-30  Heikki Junes <hjunes@cc.hut.fi>
7169
7170         * buildscripts/{ many }, lily/main.cc, po/{ all }, scripts{ many },
7171         stepmake/bin{ many }: polish the `--help's of different scripts;
7172         model taken from the core-utils of Linux.
7173
7174         * flower/getopt-long.cc, python/lilylib.py: add space, see above.
7175
7176 2003-07-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7177
7178         * flower/parse-afm.cc (parseCharMetrics): add warnings.
7179
7180         * flower/libc-extension.cc: idem.
7181
7182         * flower/include/libc-extension.hh: protect against isinf macros.
7183
7184 2003-07-29  Heikki Junes <hjunes@cc.hut.fi>
7185
7186         * { many }: Use two uppercase letters in LilyPond.
7187
7188         * lily/main.cc, po/{ many }, scripts/{ many }: add verbs.
7189
7190         * VERSION: 1.7.29 released.
7191         
7192 2003-07-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7193
7194         * lily/tie.cc: add TODO comment.
7195
7196         * lily/bezier.cc: replace bezier-bow with bezier-sandwich.
7197
7198         * scm/*.scm: remove bezier-bow. Use bezier-sandwich with rounded
7199         linejoins and linecaps. This fixes problems with occasional spikes
7200         on slur/tie endings.
7201         
7202         * input/regression/font-name.ly: don't use PS fonts for
7203         compatibility reasons. 
7204
7205         * mutopia/claop.py (accents): update to 1.8
7206
7207         * Documentation/user/music-glossary.tely (Top): remove 13pt.
7208
7209         * Documentation/user/macros.itexi: don't color glossary links.
7210
7211         * Documentation/user/invoking.itexi (Error messages): new section
7212
7213 2003-07-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7214
7215         * input/regression/font-name.ly: add file.
7216
7217         * scm/document-backend.scm (grob-doc): remove <hr> from
7218         lilypond-internals
7219
7220         * Documentation/topdocs/INSTALL.texi (Top): bump GUILE
7221         reqd version to 1.6.4 
7222
7223         * lily/font-interface.cc (get_font): bugfix: take font-name from
7224         alist chain too. This fixes font-name override for \markup.
7225
7226 2003-07-28  Jan Nieuwenhuizen  <janneke@gnu.org>
7227
7228         * Documentation/pictures/GNUmakefile (OUT_DIST_FILES): Remove icon.
7229
7230         * input/test/polymetric-differing-notes.ly: Compile fix.
7231
7232 2003-07-28  Juergen Reuter  <reuter@ipd.uka.de>
7233
7234         * Documentation/user/refman.itely: fixed typo
7235
7236         * lily/vaticana-ligature-engraver.cc: bugfix: insert extra space
7237         before flexa
7238
7239 2003-07-27  Heikki Junes  <hjunes@cc.hut.fi>
7240
7241         * input/test/{ many }: search & fix some typos.
7242
7243 2003-07-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7244
7245         * scripts/ly2dvi.py (include_path): use preview_resolution for PNG
7246         images.
7247
7248         * scm/music-functions.scm (make-voice-props-set): set Script /
7249         TextScript dir for polyphony too.
7250
7251         * scm/define-grobs.scm (all-grob-descriptions): decrease space
7252         before clef.
7253
7254         * flower/libc-extension.cc (my_round): ANSI-C compatible rounding.
7255
7256 2003-07-27  Rune Zedeler  <rz@daimi.au.dk>
7257
7258         * Documentation/user/refman.itely (Percussion): Small
7259         clarifications and fixes.
7260
7261         * scm/drums.scm: Bugfix: Use string instead of symbol when naming
7262         threads. This fixes different heads playing simultaneously.
7263
7264 2003-07-27  Heikki Junes  <hjunes@cc.hut.fi>
7265
7266         * Documentation/user/{ many }: increase readability (read through 
7267         User manual from `one big page').
7268
7269 2003-07-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7270
7271         * input/test/polymetric-differing-notes.ly: add example with
7272         disparate note values.
7273
7274         * input/test/polymetric.ly: rename from poly-metric
7275
7276         * scripts/ly2dvi.py (include_path): bugfix: use outbase
7277         iso. outname.
7278
7279         * mf/feta-klef.mf: clef fixes, remove left/right spacing.  set
7280         G-clef bbox to real char extents. This fixes the G-clef being
7281         offset too much to the right.
7282         document perc clef offset.
7283
7284         WARNING: FONT CHANGED.
7285
7286         * Documentation/user/tutorial.itely (Tutorial): move menu.
7287
7288 2003-07-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7289
7290         * buildscripts/lilypond-profile.sh (Error): trim error message.
7291
7292         * Documentation/user/invoking.itexi (Invoking the lilypond
7293         binary): add note about path.
7294
7295         * Documentation/user/macros.itexi: add @c at EOL, hopefully
7296         suppresses superfluous spaces.
7297
7298 2003-07-25  Jan Nieuwenhuizen  <janneke@gnu.org>
7299
7300         * buildscripts/lilypond-profile.sh: Add documentation to error
7301         message.
7302
7303         * make/srcdir.make.in (web-install): Use SRCMAKE, set outdir.
7304
7305 2003-07-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7306
7307         * scripts/lilypond-book.py: HTML fixes (by Michael Ossmann
7308         <mike@ossmann.com>)
7309
7310         * Documentation/bibliography/computer-notation.bib (pages): prune
7311         unscientific language.
7312
7313         * Documentation/user/GNUmakefile: copy unsplit file to
7314         lilypond.html (idem for lilypond-internals).
7315
7316         * buildscripts/mutopia-index.py (read_dict): remove "example file:"
7317
7318         * Documentation/topdocs/NEWS.texi (Top): rewrite NEWS in texinfo.
7319
7320         * python/lilylib.py (lilypond_version): 2.1 proof version check.
7321
7322         * lily/staff-symbol-referencer.cc (LY_DEFINE): lrint, the final
7323         fix.
7324         
7325 2003-07-25  Heikki Junes  <hjunes@cc.hut.fi>
7326
7327         * Documentation/user/{ various }: bind text snippets with their
7328         examples, e.g. by punctuation: This is an example.
7329
7330 2003-07-25  Jan Nieuwenhuizen  <janneke@gnu.org>
7331
7332         * ly/performer-init.ly (VoiceContext): Typos.
7333
7334         * stepmake/stepmake/toplevel-targets.make (install): For srcdir
7335         builds, leave final-install to toplevel srcdir makefile.
7336
7337         * make/srcdir.make.in (install): New target.
7338
7339 2003-07-24  Jan Nieuwenhuizen  <janneke@gnu.org>
7340
7341         * ly/performer-init.ly (TabStaffContext, TabVoiceContext): Add.
7342         This fixes core dump on MIDI output (Simon Weatherill).
7343
7344         * stepmake/stepmake/generic-targets.make (WWW-post): Oops, depend
7345         on local-WWW-post.
7346
7347 2003-07-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7348
7349         * make/lilypond.redhat.spec.in: add dvips to reqs.
7350
7351 2003-07-24  Jan Nieuwenhuizen  <janneke@gnu.org>
7352
7353         * make/srcdir.make.in (web): Add special web target.
7354
7355         * stepmake/stepmake/generic-targets.make (WWW): Remove $(MAKE)
7356         from inner $(LOOP).
7357
7358         * cygwin/mknetrel: Override $(webdir) (was: $(docdir)).
7359
7360         * stepmake/stepmake/generic-targets.make (www-targets-help):
7361         * GNUmakefile.in (web-install): Install in $(webdir).
7362
7363         * input/test/smart-transpose.ly (texidoc): texidoc compile fix.
7364
7365         * cygwin/changelog: 
7366         * cygwin/mknetrel: Update.
7367
7368         * GNUmakefile.in (web-install): Rename (was: install-html-doc).
7369         (html-doc): Remove (use: web).
7370
7371         * stepmake/stepmake/script-rules.make: 
7372         * stepmake/stepmake/python-module-rules.make ($(outdir)/%.py):
7373         Fix $(config_make) dependencies for srcdir build.
7374
7375         * stepmake/stepmake/generic-targets.make ($(config_make)): Fix
7376         target for srcdir build.
7377
7378         * stepmake/make/stepmake.make: 
7379         * make/srcdir.make.in: 
7380         * GNUmakefile.in:
7381         * make/stepmake.make (config_make): Rename variable (was:
7382         configuration).
7383
7384 2003-07-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7385
7386         * Documentation/user/internals.itely (Manipulating music
7387         expressions): run lilypond on example too.
7388
7389         * flower/include/libc-extension.hh: move lrint define to
7390         header. bugfix.
7391         
7392 2003-07-24  Jan Nieuwenhuizen  <janneke@gnu.org>
7393
7394         * stepmake/GNUmakefile.in (STEPMAKE_TEMPLATES): 
7395         * stepmake/stepmake/GNUmakefile (STEPMAKE_TEMPLATES): Add www (why
7396         do we recurse whole tree?).
7397
7398         * GNUmakefile.in (html-doc): Resurrect.
7399
7400         * Documentation/pictures/GNUmakefile (default, local-dist): Remove
7401         obsolete $(package-icon) dependency.
7402
7403 2003-07-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7404
7405         * Documentation/user/refman.itely (Automatic staff changes):
7406         add seealso 
7407
7408         * Documentation/index.html.in: link to bigpage.
7409
7410         * Documentation/user/tutorial.itely (Tutorial): streamline.
7411
7412         * Documentation/index.html.in: url typo.
7413
7414         * VERSION (PACKAGE_NAME): release 1.7.28
7415
7416         * python/lilylib.py (error_log): remove '/' from name.
7417
7418         * input/regression/pedal.ly: remove; dups input/test/
7419         
7420         * stepmake/stepmake/texinfo-rules.make: remove footify everywhere.
7421
7422         * Documentation/index.html.in: python style doco index.
7423
7424         * Documentation/{footer,header}.html.in (src): remove, 
7425
7426         * Documentation/pictures: remove all but lelie-logo.xpm.
7427
7428         * stepmake/stepmake/texinfo-vars.make (MAKEINFO): unset LANG
7429         before running makeinfo.
7430
7431         * lily/include/music-iterator.hh (IMPLEMENT_CTOR_CALLBACK): add
7432         @code{}
7433
7434 2003-07-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7435
7436         * input/test/bar-number-regular-interval.ly: rename.
7437
7438         * Documentation/user/*: various fixes. 
7439
7440 2003-07-24  Heikki Junes  <hjunes@cc.hut.fi>
7441
7442         * Documentation/{ many }: polish for update-all-menus. typos.
7443
7444         * po/fi.po: fixes.
7445
7446         * Documentation/topdocs/{README.texi,INSTALL.texi}: update links.
7447
7448         * buildscripts/mutopia-index.py: polish.
7449
7450         * input/regression/{ many }, input/test{ many }: polish texidocs.
7451
7452 2003-07-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7453
7454         * scripts/convert-ly.py (FatalConversionError.conv): rule for
7455         pedal-style
7456
7457         * lily/text-spanner.cc (brew_molecule): use bracket-flare
7458         iso. edge-widen.
7459
7460         * lily/piano-pedal-engraver.cc (process_music): change from
7461         process_acknowledged ()
7462
7463         * lily/piano-pedal-bracket.cc: new file. Change
7464         setup_pedal_bracket in after_line_breaking callback.  Thoroughly
7465         cleaned up.
7466
7467         * lily/text-spanner.cc (setup_pedal_bracket): cleanup.
7468
7469         * input/regression/tuplets.ly (texidoc): rename file.
7470
7471         * po/fr.po: update
7472
7473         * buildscripts/lilypond-profile.sh: error message if script is not
7474         sourced.
7475
7476         * lily/tuplet-bracket.cc (make_bracket): change edge-widen to
7477         bracket-flare
7478         (make_bracket): simplify code.
7479
7480         * lily/parser.yy (verbose_command_req): catch typos in \key scale
7481         argument.
7482
7483         * python/lilylib.py (lilypond_version_check): new function
7484
7485         * scripts/lilypond-book.py (TexiPaper.incl_opt): idem
7486
7487         * scripts/ly2dvi.py (run_lilypond): add version check.
7488
7489         * scripts/lilypond-book.py (option_definitions): typo
7490
7491         * scripts/ly2dvi.py (include_path): typo
7492
7493         * make/lilypond.redhat.spec.in (Group): add INSTALL.txt
7494
7495         * lily/parse-scm.cc (parse_handler): typo
7496
7497         * Documentation/user/macros.itexi: use @heading for headings.
7498
7499         * Documentation/user/refman.itely: updates, fixes.
7500
7501 2003-07-23  Heikki Junes  <hjunes@cc.hut.fi>
7502
7503         * po/fi.po: add Finnish translations. fixes.
7504
7505         * stepmake/stepmake/toplevel-targets.make: rpm-mandrake -> rpm-mdk.
7506
7507         * lily/piano-pedal-engraver.cc: fixed warnings, got working syntax
7508         from lily/glissando-engraver.cc.
7509
7510 2003-07-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7511
7512         * lily/volta-bracket.cc (brew_molecule): opps: only wipe number
7513         for non-first _broken_ bracket.
7514
7515         * Documentation/user/refman.itely: corrections.
7516
7517 2003-07-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7518
7519         * lily/new-fingering-engraver.cc (position_scripts): add heads to
7520         support of the fingerings.
7521
7522         * po/fr.po: French translation update.
7523
7524         * lily/parser.yy (Composite_music): add extra \ for "\apply" in
7525         strings.
7526
7527 2003-07-22  Jan Nieuwenhuizen  <janneke@gnu.org>
7528
7529         * Documentation/user/introduction.itely: Small fixes.
7530
7531 2003-07-22  Heikki Junes  <hjunes@cc.hut.fi>
7532
7533         * Documentation/topdocs/AUTHORS.texi: polish.
7534
7535 2003-07-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7536
7537         * Documentation/user/introduction.itely: revise
7538
7539         * Documentation/user/tutorial.itely: reorganise.
7540
7541         * Documentation/topdocs/index.tely: remove.
7542
7543         * Documentation/header.html.in: prune.
7544
7545         * GNUmakefile.in: clean up web building.
7546
7547         * stepmake/stepmake/generic-targets.make (WWW): add WWW as generic
7548         target.
7549
7550 2003-07-21  Heikki Junes  <hjunes@cc.hut.fi>
7551
7552         * lilypond-font-lock.el: do not try to match two-char slurs \) \].
7553
7554         * lilypond-mode.el: turn on blink-matching-paren.
7555
7556 2003-07-21  Jan Nieuwenhuizen  <janneke@gnu.org>
7557
7558         * scm/output-sodipodi.scm (svg-header): Fix typo.
7559
7560 2003-07-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7561
7562         * python/lilylib.py (error_log): use mktemp iso.  temp_dir. This
7563         fixes a security hole.
7564
7565         * scripts/lilypond-book.py (original_dir): remove temp_dir
7566
7567         * scm/document-translation.scm: use @code tags.
7568
7569 2003-07-20  Heikki Junes  <hjunes@cc.hut.fi>
7570
7571         * lilypond-font-lock.el: do not try to match two-char slurs \( \[.
7572
7573         * lilypond-mode.el: add a buffer-local post-command-hook to set
7574         context dependent syntax-table after each cursor event. Remove old
7575         stuff. XEmacs: turn on parenthesis highlighting in LilyPond-mode.
7576
7577         * lilypond-indent.el: update comments.
7578
7579         * Documentation/footer.html.in: add period.
7580
7581 2003-07-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7582
7583         * make/lilypond.redhat.spec.in (Group): don't strip binary.
7584
7585         * scm/document-translation.scm (document-property-operation): add
7586         @code{} tags.
7587
7588         * VERSION (PACKAGE_NAME): release 1.7.27
7589
7590         * config.make.in: add PAPER variable
7591
7592         * buildscripts/new-chords.py (help): add help text
7593
7594         * Documentation/user/introduction.itely (Typography and program
7595         architecture):  fixes.
7596
7597         * Documentation/user/GNUmakefile (DVIPS_PAPERSIZE): set A4 paper
7598         for texinfo and dvips. This fixes problems with PDF output of the
7599         wrong size.
7600
7601         * stepmake/stepmake/tex-rules.make ($(outdir)/%.ps): add
7602         DVIPS_PAPERSIZE variable
7603
7604         * stepmake/stepmake/texinfo-rules.make ($(outdir)/%.dvi): add
7605         TEXINFO_PAPERSIZE variable 
7606
7607 2003-07-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7608
7609         * mf/feta-macros.mf: whoops: only draw lines for test situations.
7610
7611         * mf/feta-toevallig.mf: lowres fixes.
7612
7613 2003-07-19  Jan Nieuwenhuizen  <janneke@gnu.org>
7614
7615         * NEWS: Typo and fill-paragraph fixes.
7616
7617         * flower/libc-extension.cc (lrint)[!HAVE_LRINT]: Use round () and
7618         cast #define.
7619
7620         * configure.in: 
7621         * config.hh.in: Check for lrint.
7622
7623 2003-07-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7624
7625         * VERSION: 1.7.26 released
7626
7627         * lily/separation-item.cc: add padding property.
7628
7629         * input/test/*.ly: various fixes, remove solo-a2.ly
7630
7631         * scm/new-markup.scm (brew-new-markup-molecule): arg order
7632         bugfix. Fixes old-style markup compatibility.
7633
7634         * Documentation/user/introduction.itely (Introduction): historical
7635         elucidations
7636
7637         * Documentation/user/music-glossary.tely (Top): linewidth fix.
7638
7639         * Documentation/topdocs/AUTHORS.texi (AUTHORS): cleanup.
7640
7641         * Documentation/index.texi (Top): cleanup.
7642
7643         * Documentation/user/introduction.itely (Introduction): rewrite
7644         introduction, 
7645         (Music notation and  engraving): about notation. Add flat-picture
7646
7647 2003-07-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7648
7649         * ly/engraver-init.ly (LyricsVoiceContext): add padding for
7650         separation items. This keeps lyrics from bumping into each other.
7651
7652 2003-07-18  Jan Nieuwenhuizen  <janneke@gnu.org>
7653
7654         * GNUmakefile.in (topdocs-web): New target.
7655         (local-web): Depend on topdocs-web; fixes html-doc.
7656
7657 2003-07-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7658
7659         * po/lilypond.pot: run po-replace
7660
7661         * Documentation/GNUmakefile (SUBDIRS): remove windows/ directory
7662
7663         * scm/drums.scm (reset-drum-kit): new function.
7664
7665         * Documentation/GNUmakefile (SUBDIRS): remove misc/ directory.
7666
7667         * scripts/update-lily.py: remove
7668         
7669         * VERSION: release 1.7.25
7670         
7671         * Documentation/user/introduction.itely (Introduction): rewrite
7672         start of introduction.
7673
7674 2003-07-18  Juergen Reuter  <reuter@ipd.uka.de>
7675
7676         * lily/all-font-metrics.cc: fixed typo
7677
7678 2003-07-18  Heikki Junes  <hjunes@cc.hut.fi>
7679
7680         * lilypond-font-lock.el (LilyPond-mode-set-syntax-table, 
7681         LilyPond-mode-context-set-syntax-table): new functions to define
7682         the syntax table according to context.
7683
7684         * lilypond-mode.el: use LilyPond-mode-set-syntax-table.
7685
7686 2003-07-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7687
7688         * Documentation/user/refman.itely (Figured bass): 
7689         language nit courtesy http://www.vocabula.com
7690
7691         * GNUmakefile.in: remove no kpathsea hack.
7692
7693         * Documentation/topdocs/INSTALL.texi (Top): remove web-doc from
7694         doco.
7695
7696         * GNUmakefile.in: remove web-doc target.
7697
7698         * lily/all-font-metrics.cc (find_afm): add message about
7699         buildscripts/clean-fonts.sh 
7700
7701         * scm/define-music-properties.scm (figure): use string for 'figure
7702
7703         * lily/parser.yy (bass_number): allow strings for bassfigure too. 
7704
7705         * input/regression/ : add raggedright = ##t where applicable. 
7706         
7707         * scm/bass-figure.scm (make-bass-figure-markup): add
7708         alignBassFigureAccidentals property.
7709
7710         * lily/volta-bracket.cc (brew_molecule): only put text on 1st
7711         bracket.
7712
7713         * lily/hyphen-spanner.cc (set_spacing_rods): new function: take
7714         syllables widths into account for minimum-length.
7715
7716         * input/test/staff-container.ly: update file
7717
7718         * input/test/stem.ly: remove
7719
7720         * lily/event.cc (LY_DEFINE): add ly: prefix.
7721
7722         * input/test/clef-manual-control.ly: from manual-clef
7723
7724         * input/test/repeat-shorter-bracket.ly: move from coda-kludge 
7725
7726         * input/test/different-time-signatures.ly: move to poly-metric.ly
7727
7728         * input/test/hara-kiri*,scales.ly: remove
7729         
7730         * input/test/chord-names-dpnj.ly (efullmusic): remove file (merged
7731         with chord-names-jazz.ly)
7732
7733         * make/mutopia-rules.make ($(outdir)/%.pdf): use +lilypond.map to
7734         get scalable cm fonts too.
7735
7736         * stepmake/stepmake/metafont-rules.make (ENCODINGOPTION): add
7737         --encoding for mftrace if present.
7738
7739         * input/regression/slur-area.ly: move from test/
7740
7741         * input/test/: remove simple-slur-endings slur-attachment
7742         slur-broken-cross-staff slur-broken.ly slur-damping.ly
7743         slur-follow-music.ly slur-position.ly slur-proof.ly slur-shape.ly
7744         slur-symmetry slur-symmetry tie-broken.ly
7745
7746         * scm/drums.scm (set-drum-kit): add function.
7747
7748         * Documentation/user/refman.itely (Percussion staves): use
7749         set-drum-kit
7750
7751         * scripts/etf2ly.py (interpret_finale_key_sig): handle minor keys
7752         too
7753         (Global_measure.set_timesig): handle 3/8 time sig too.
7754
7755         * scm/output-lib.scm (note-head-style->attachment-coordinates):
7756         note about triangle note heads.
7757
7758         * scm/drums.scm: use alist for instrument-settings. This fixes the
7759         bug with assigning to drums in the .ly file.
7760
7761         * mf/feta-autometric.mf (code): start font at 32. WARNING: FONT
7762         CHANGED.
7763
7764         * scm/define-grob-interfaces.scm (cluster-beacon-interface): add
7765         cluster-beacon-interface
7766
7767         * scm/define-grobs.scm (all-grob-descriptions): default to ramp.
7768
7769         * scripts/convert-ly.py (FatalConversionError.conv): add cluster rule.
7770
7771         * ly/spanners-init.ly (stopGroup): remove start/stopCluster.
7772
7773         * lily/cluster.cc (brew_molecule): examine ClusterSpannerBeacons
7774         to get positions.
7775
7776         * lily/cluster-engraver.cc: rewrite: catch cluster-note-events,
7777         make ClusterSpannerBeacon to record Y positions. This removes the
7778         need to switch off notes. Use \apply #notes-to-clusters { .. }  to
7779         make cluster-note-events.
7780
7781 2003-07-17  Jan Nieuwenhuizen  <janneke@gnu.org>
7782
7783         * stepmake/aclocal.m4: Do AC_PATH_PROG for python.
7784
7785         * configure.in: Use lily/main.cc as identifying source file.
7786
7787         * lily/accidental-engraver.cc: Compile fix: include protected-scm.hh.
7788
7789         * config.hh.in: 
7790         * python/midi.c: Remove <pyphonX>/Python.h ifdef tree.
7791
7792         * configure.in: Require PYTHON >= 2.0.
7793
7794         * stepmake/aclocal.m4 (STEPMAKE_PYTHON_DEVEL): Rewrite.  Ask
7795           $PYTHON for include dir location.
7796         (STEPMAKE_PYTHON): New function.  Use
7797         
7798             PYTHON=foo ./configure
7799
7800           to override.
7801
7802 2003-07-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7803
7804         * lily/translator-scheme.cc (LY_DEFINE): bugfix: always return
7805         something.
7806
7807         * make/lilypond.redhat.spec.in (Group): change ftp.cs.uu.nl to
7808         ftp.lilypond.org everywhere.
7809
7810 2003-07-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7811
7812         * lily/text-item.cc (interpret_new_markup): do only if new-markup
7813         detected.
7814
7815         * Documentation/user/refman.itely (Grace notes): note on explicit
7816         contexts
7817
7818 2003-07-16  Heikki Junes  <hjunes@cc.hut.fi>
7819
7820         * lilypond-font-lock.el: add a comment about LilyPond specific
7821         escape characters: ^, - and _, in the syntax table.
7822
7823         * Documentation/user/appendices.itely: a majuscule fix.
7824
7825 2003-07-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7826
7827         * input/test/trills.ly (endHorizScript): fixes.
7828
7829         * input/test/chord-names-jazz.ly: merge in alternate Jazz
7830         notation, move from regression.
7831
7832         * input/test/script-stack.ly: change name from stacked-scripts
7833
7834         * input/test/ossia.ly: octave errors.
7835
7836         * input/no-notation/midi-tuplets.ly: move from input/test/, idem
7837         for midi-volume-equaliser
7838
7839 m2003-07-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7840
7841         * scm/output-ps.scm (lily-traced-cm-fonts): substitution for lily
7842         cm fonts.
7843
7844         * mf/feta-beugel.mf: don't multiply font_count by 10.
7845
7846         * lily/lookup.cc (horizontal_line): new function. Use
7847         horizontal-line in output backends.
7848
7849         * Documentation/user/tutorial.itely (An orchestral part): new
7850         section on orchestral stuff and identifiers.
7851
7852 2003-07-14  Heikki Junes  <hjunes@cc.hut.fi>
7853
7854         * lilypond-mode.el: comment-out paren-highlighting, it still causes
7855         some interference to other modes.
7856
7857 2003-07-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7858
7859         * lily/spacing-spanner.cc (musical_column_spacing): use average,
7860         not maximum of spacing wishes in polyphonic situations.
7861
7862         * scm/define-grobs.scm (all-grob-descriptions): bold tuplet
7863         number
7864
7865         * lilypond-indent.el: remove paren matching. 
7866
7867         * lily/text-item.cc (interpret_new_markup): new function
7868         use iso. text2molecule.
7869
7870         * lily/main.cc (notice): change FSF address 
7871
7872         * po/de.po: update PO file to 1.6.
7873
7874 2003-07-13  Heikki Junes  <hjunes@cc.hut.fi>
7875
7876         * Documentation/user/ {many}: Add periods and remove spaces.
7877         
7878 2003-07-11  Heikki Junes  <hjunes@cc.hut.fi>
7879
7880         * lilypond-indent.el (LilyPond-paren-set-mode): From XEmacs' paren.el:
7881         Disable buffer-locally default paren hook and make a new one. 
7882
7883         * lilypond-mode.el: Turn off locally paren-mode, but turn on
7884         locally LilyPond-paren-mode. Add todo for mouse double-click.
7885
7886 2003-07-10  Heikki Junes  <hjunes@cc.hut.fi>
7887
7888         * lilypond-indent.el (LilyPond-show-paren-mode): From Emacs' paren.el:
7889         Disable buffer-locally default paren idle timer and make a new one. 
7890
7891         * lilypond-mode.el: Turn off locally show-paren-mode, but turn on
7892         locally LilyPond-show-paren-mode. Add to menu a toggle for
7893         LilyPond-show-paren-function.
7894
7895 2003-07-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7896
7897         * input/template/jazz-combo.ly (drumNotes): 1.7 fixes 
7898
7899 2003-07-09  Heikki Junes  <hjunes@cc.hut.fi>
7900
7901         * Documentation/user/refman.itely: spelling fix.
7902
7903         * lilypond-mode.el, lilypond-indent.el: restrusture and comment
7904         paren highlight function definitions. add todo for
7905         LilyPond-show-paren-mode.
7906
7907 2003-07-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7908
7909         * input/template/jazz-combo.ly: new file.
7910
7911 2003-07-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7912
7913         * mf/feta-toevallig.mf: tweak for bottom of flat sign. 
7914         lo-res fixes.
7915
7916         * mf/feta-schrift.mf: bugfix in varcoda sign.
7917         WARNING: FONT CHANGED
7918
7919         * lily/my-lily-lexer.cc (lookup_identifier): return SCM_UNDEFINED,
7920         in accordance with lexer.ll.   
7921
7922 2003-07-05  Jan Nieuwenhuizen  <janneke@gnu.org>
7923
7924         * Documentation/user/tutorial.itely: Edit introduction.
7925
7926 2003-07-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7927
7928         * lily/staff-symbol-referencer.cc (LY_DEFINE): add
7929         ly:grob-staff-position
7930
7931 2003-07-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7932
7933         * scm/to-xml.scm: import srfi-1
7934
7935         * VERSION (MAJOR_VERSION):  release 1.7.24
7936
7937         * python/lilylib.py (make_ps_images): make multipage _really_ work.
7938
7939         * scripts/lilypond-book.py (do_file): put texidoc before image.
7940         (TexiPaper.process_ly2dvi_block): make multipage _really_ work.
7941
7942         * input/regression/*.ly: fix snippet octaves 
7943
7944         * input/test/spanner-after-break-tweak.ly: import
7945         broken-spanner-adjustment
7946
7947         * input/no-notation/midi-transposing.ly: move from input/test/
7948
7949         * input/test/: remove chord-markup
7950
7951         * input/regression/instrument-name-partial.ly: move from input/test.
7952
7953         * input/test/vertical-text.ly: remove
7954
7955         * ly/engraver-init.ly (LyricsVoiceContext): add more vertical
7956         space above lyrics lines.
7957
7958         * input/test/uniform-breaking.ly: remove file.
7959
7960         * lily/gourlay-breaking.cc (combine_demerits): add comment about
7961         uniform spacing density. 
7962
7963         * input/test/chords.ly (keys): remove file.
7964
7965         * scm/documentation-lib.scm (oop): use srfi-1 too.
7966
7967         * input/regression/*.ly: add \version
7968
7969         * Documentation/user/*.itely: various fixes.
7970
7971         * buildscripts/mf-to-table.py (base): break table every three
7972         symbols.
7973
7974         * input/:  remove %% new-chords-done %% .
7975
7976         * input/tutorial: remove os-flute-2.ly os-score.ly miniatures.ly
7977         os-music.ly
7978         
7979 2003-07-03  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7980
7981         * make/lilypond.redhat.spec.in: require GUILE >= 1.6.4-7
7982
7983         * scm/new-markup.scm (box-markup): new function.
7984         (box-markup): new function. Contributed by Dick Schoeller
7985         <schoeller@attbi.com>
7986
7987         * scm/lily.scm: remove reduce-no-unit 
7988         (list-insert-separator): use fold-right
7989
7990         * lily/molecule-scheme.cc (ly_molecule_add): take variable number
7991         of arguments. 
7992
7993         * NEWS: more neutral language for ancient notation 
7994
7995         * lily/chord-tremolo-engraver.cc (acknowledge_grob): only set
7996         inside pointing beaming for chord tremolo.
7997
7998         * Documentation/user/lilypond-book.itely: minor editing
7999
8000 2003-07-03  Juergen Reuter  <reuter@ipd.uka.de>
8001
8002         * NEWS: added news for 1.8 regarding ancient notation
8003
8004         * Documentation/user/refman.itely (Gregorian square neumes
8005         ligatures): fixed typo
8006
8007         * lily/vaticana-ligature-engraver.cc,
8008         lily/include/vaticana-ligature.hh: bugfix: use special heads for
8009         lower/upper head of Pes only when heads are stacked
8010
8011         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
8012         scm/define-grob-properties.scm: cleanup: make "join-left" a
8013         boolean grob property and save delta pitch in grob property
8014         "delta-pitch" instead
8015
8016         * lily/include/gregorian-ligature.hh: bugfix: corrected comments
8017
8018 2003-07-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8019
8020         * lily/parser.yy (Repeated_music): bug fix, beam multiplicity was
8021         completely borked
8022
8023         * lily/chord-tremolo-engraver.cc (try_music): warnings for user-errors.
8024         (try_music): bug fix: beam multiplicity was completely borked.
8025
8026         * scm/lily.scm: remove tail, filter-list, filter-out-list,
8027         first-n, butfirst-n in favor of srfi-1 functions.
8028         remove string-join, string-pad in favor of srfi-13 functions.
8029
8030         * mf/parmesan-custodes.mf (dir_down): remove _ from glyph names.
8031
8032         * NEWS: use complete sentences.
8033
8034         * Documentation/user/introduction.itely (Example applications):
8035         add note about databases and lilypond-book.
8036
8037         * input/test/volta.ly: remove file
8038
8039         * input/regression/volta-broken-left-edge.ly: simplify file
8040
8041 2003-07-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8042
8043         * Documentation/user/refman.itely (Constructing a tweak): new
8044         subsection.
8045
8046         * Documentation/user/tutorial.itely (Fine tuning layout): add
8047         common tweaks.
8048
8049         * scm/define-grobs.scm (TextScript): use new brewer.
8050
8051 2003-06-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8052
8053         * VERSION: release 1.7.23
8054
8055         * scm/new-markup.scm (brew-new-markup-molecule): bugfix 
8056
8057         * python/lilylib.py (make_ps_images): bugfixes.
8058
8059         * input/regression/volta-multi-staff.ly: new file.
8060
8061         * Documentation/user/macros.itexi: refcommands, refcommand macros.
8062
8063         * Documentation/user/tutorial.itely (Piano staffs): new section.
8064         (Setting variables): new section
8065         (Fine tuning layout): new section
8066
8067         * input/just-friends.ly: remove file. Superseeded by
8068         input/test/chords-without-melody.ly
8069
8070         * ly/property-init.ly: add all commands to refman.
8071
8072         * scm/define-translator-properties.scm: remove
8073         graceAccidentalSpace, graceAlignPosition, keyOctaviation 
8074
8075         * mf/parmesan-custodes.mf (dir_down): remove underscore from glyph
8076         name. Underscores botch up PS output.
8077
8078         * scm/define-translator-properties.scm: remove
8079         textNonEmpty, oneBeat, regularSpacingDelta
8080
8081         * scripts/convert-ly.py (FatalConversionError.conv): conversion
8082         rule for automaticBars.
8083
8084         * lily/timing-engraver.cc (start_translation_timestep): change
8085         barNonAuto to automaticBars
8086
8087 2003-06-30  Graham Percival  <gperlist@shaw.ca>
8088
8089         * input/test/perform-tie.ly: delete file.
8090
8091 2003-06-29  Juergen Reuter  <reuter@ipd.uka.de>
8092
8093         * Documentation/user/refman.itely (Gregorian square neumes
8094         ligatures): bugfix: do not show ledger lines in neumes table
8095         (fixed by setting staff symbol to transparent rather than removing
8096         it from staff context)
8097
8098 2003-06-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8099
8100         * scm/new-markup.scm (brew-new-markup-molecule): move old markup
8101         glue into brew-new-markup-molecule.
8102
8103         * input/mutopia/J.S.Bach/Petites-Preludes/*.ly: syntax updates.
8104
8105         * Documentation/user/introduction.itely (Computerized typography):
8106         new section
8107
8108         * Documentation/user/tutorial.itely (An orchestral part): remove
8109         pc example from tutorial.
8110
8111         * input/tutorial/lilbook.tex: use screech-boink
8112
8113         * scripts/lilypond-book.py (compile_all_files): split formatting
8114         output body and scheduling lilypond compilation.
8115         (format_lilypond_output_bodies): new function
8116         (format_lilypond_block): new function
8117         (html_pages): allow multi-page images in HTML
8118
8119         * python/lilylib.py (make_ps_images): rename function from
8120         make_preview, merge with make_page_images
8121
8122 2003-06-28  Graham Percival  <gperlist@shaw.ca>
8123
8124         * input/test/key-clefs.ly: moved to regression.
8125
8126         * input/test/perform-grace.ly: moved to to no-notation/midi-grace.ly
8127
8128         * input/no-notation/README: added note about midi-*.ly files.
8129
8130         * input/test/two-key.ly: moved to no-notation/parse5.ly
8131
8132         * input/test/ short-part-combine.ly sketch.ly system-start-brace.ly
8133         system-start-bracket.ly two-slurs.ly voice-switch.ly : deleted
8134
8135         * input/test/ {various}: modified comments, marked some for deletion.
8136
8137         * input/test/lines.ly: deleted file; duplicate of
8138         embedded-postscript.ly
8139
8140         * input/test/mmrest-collision: moved to regression.
8141
8142 2003-06-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8143
8144         * scm/chord-name.scm (note-name->markup): don't superscript root
8145         alterations in chordnames.
8146
8147 2003-06-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8148
8149         * Documentation/user/refman.itely (Multi measure rests): more
8150         index/cross-referencing.
8151
8152         * lily/line-spanner.cc (line_molecule): bugfix for trill style.
8153
8154         * scm/font.scm: remove properties-to-font-name code.
8155
8156         * scm/define-grob-properties.scm: remove 'type
8157
8158         * scripts/convert-ly.py (FatalConversionError.conv): type -> style
8159         conversion
8160
8161         * lily/text-spanner.cc: change 'type grob prop to 'style 
8162
8163         * lily/unfolded-repeat-iterator.cc (process): bugfix: use a
8164         "first" flag to decide whether to make a start-repeat
8165
8166         * input/regression/grace-volta-repeat-2.ly: new file.
8167
8168 2003-06-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8169
8170         * lilypond-indent.el: rename generic functions to LilyPond-*
8171
8172 2003-06-22  Graham Percival  <gperlist@shaw.ca>
8173
8174         * input/test/thumb.ly: delete, merged into refman.
8175
8176         * Documentation/user/refman.itely: added thumb info to Fingering.
8177
8178         * input/test/ follow-break.ly multi-slope.ly note-shift.ly
8179         notemode-chords.ly orchestalpart.ly rhythmic-staff.ly
8180         vertical-align.ly : deleted files.
8181
8182 2003-06-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8183
8184         * lily/align-interface.cc (find_fixed_alignment_parent): new function.
8185
8186         * lily/line-spanner.cc (broken_trend_offset): remove function.
8187         (get_broken_offset): idem.
8188         (brew_molecule): rewrite the line-break case.
8189
8190         * input/regression/follow-voice-break.ly:  new file.
8191
8192         * lily/line-spanner.cc (after_line_breaking): remove lines at the
8193         start of a system.
8194
8195 2003-06-20  Graham Percival  <gperlist@shaw.ca>
8196
8197         * input/test/tuplet-rest.ly: moved to regression.
8198
8199         * input/test/ script-horizontal.ly tuplet-spanner-duration.ly:
8200         deleted file.
8201
8202         * input/test/ {many} : marked file for possible deletion.
8203
8204 2003-06-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8205
8206         * input/regression/beam-funky.ly: add note about (disputed)
8207         correct beaming.
8208
8209         * ly/engraver-init.ly (ScoreContext): put key-signature after
8210         staff-bar
8211         
8212 2003-06-20  Graham Percival  <gperlist@shaw.ca>
8213
8214         * input/test/ broken.ly lyric-phrasing.ly: deleted.
8215
8216         * input/test/slur-mininum.ly: renamed to slur-minimum-length.ly.
8217
8218         * input/test/staff-line-leading.ly: renamed to  staff-space.ly.
8219
8220         * input/test/no-stem-extend.ly: moved to stem-extend.ly; previous
8221         stem-extend was deleted (it was duplicate example, and not as
8222         good).
8223
8224         * input/test/[s-z]*.ly: add texidoc index.
8225
8226 2003-06-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8227
8228         * lily/slur.cc (get_boundary_notecolumn_y): change name from
8229         get_first_notecolumn_y
8230
8231         * lily/spanner.cc (broken_spanner_index): new function.
8232
8233 2003-06-19  Graham Percival  <gperlist@shaw.ca>
8234
8235         * input/test/ beam-damp.ly grace-end.ly lyric-extender.ly
8236         lyric-hyphen.ly : moved to regression.
8237
8238         * input/test/ beam-stem-test.ly beamed-slur-endings.ly
8239         diverse-spacing.ly duration-check.ly knee.ly lyrics.ly : deleted.
8240
8241         * input/test/instrument-name-mmrest.ly: moved to
8242         ../regression/multi-measure-rest-instr-name.ly
8243
8244         * input/test/knee-sym.ly: moved to
8245         ../regression/beam-knee-symmetry.ly.
8246
8247         * input/test/hymn.ly: change comments.
8248
8249         * input/test/[p-r]*.ly: add texidoc index.
8250
8251 2003-06-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8252
8253         * input/mutopia/J.S.Bach/Petites-Preludes/*.ly (opus): update
8254         to postfix syntax
8255         
8256         * input/mutopia/W.A.Mozart/mozart-hrn3-romanze.ly (romanze): new
8257         syntax.
8258
8259         * VERSION: release 1.7.22
8260
8261 2003-06-18  Graham Percival  <gperlist@shaw.ca>
8262
8263         * input/test/[h-k]*.ly: added texidoc index.
8264
8265         * input/test/knee-mult.ly: removed file (duplicate of beam-isknee.ly)
8266
8267         * input/test/equaliser.ly: renamed to midi-volume-equaliser.ly.
8268
8269         * input/test/ various : mark files for deletion or moving to
8270         regression.
8271
8272         * input/test/note-chords.ly: renamed to chord-names-no-inversions.ly.
8273
8274         * input/test/[l-o]*.ly: added texidoc index.
8275
8276 2003-06-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8277
8278         * scm/music-functions.scm (make-ottava-set): 
8279         only do ottavation if centralCPosition is set.
8280
8281         * lily/translator-scheme.cc (ly:context-property-where-defined):
8282         return '() if not found.
8283
8284 2003-06-17  Heikki Junes  <hjunes@cc.hut.fi>
8285
8286         * lilypond-mode.el (LilyPond-un-comment-region): removed.
8287         Use one command for both commenting and uncommenting.
8288
8289         * lilypond-indent.el (LilyPond-comment-region): new function,
8290         (un)comments each line separately.
8291
8292         * lilypond-mode.el, lilypond-indent.el: fix XEmacs paren-match.
8293         
8294         * lilypond-mode.el (LilyPond-add-imenu-menu): new function,
8295         imenu is not added by default; adapted from f90.el,
8296         makes Help-menu, which does not fit, visible in XEmacs.
8297         
8298 2003-06-16  Heikki Junes  <hjunes@cc.hut.fi>
8299
8300         * lilypond-mode.el: Set show-paren-mode local; minor-mode
8301         show-paren-mode sets blink-matching-paren-on-screen local.
8302         Try to make show-paren-function to paren-highlight local.
8303
8304         * lilypond-indent.el (LilyPond-scan-sexps): new function.
8305         Copy definitions of Emacs' show-paren-function and
8306         XEmacs' paren-highlight and make minimal changes;
8307         add comments about locality. 
8308         Fix matching first open-paren-char in '<< .. >>'.
8309
8310 2003-06-16  Graham Percival  <gperlist@shaw.ca>
8311
8312         * input/test/g*: added texidoc index.
8313
8314         * input/test/[a-g]*: added raggedright==#t when it
8315          seemed appropiate.
8316
8317         * input/test/ fake-grace.ly figured-bass.ly : removed file.
8318
8319         * Documentation/topdoc/INSTALL.texi: removed false warnings
8320         about gcc 3.3.
8321
8322 2003-06-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8323
8324         * input/test/spanner-after-break-tweak.ly (texidoc): new file.
8325
8326         * input/test/chords-without-melody.ly (texidoc): add from
8327         input/just-friends.ly
8328
8329         * input/regression/size{13--26}.ly: move from input/
8330
8331         * input/{opus-130,praeludium-fuga,scarlatti-*}.ly
8332         input/{star-spangled-banner,twinkle}.ly: remove 
8333         
8334         * lily/slur.cc: remove slur over rest warnings.
8335
8336         * lily/note-spacing.cc (get_spacing): include left part of right
8337         object in fixed space. This fixes stretched space before
8338         accidentals.
8339
8340         * input/regression/spacing-accidental-stretch.ly: new file.
8341
8342 2003-06-16  Rune Zedeler  <rz@daimi.au.dk>
8343
8344         * input/mutopia/R.Schumann/romanze-op28-2.ly: Minor fixes.
8345         Reduce to 16pt.
8346
8347 2003-06-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8348
8349         * input/regression/spacing-knee.ly: docstring
8350
8351         * input/regression/spacing-multi-tuplet.ly (multipart): docstring
8352
8353         * input/tutorial/{gallupi,minuet,sammartini,singing-saw}.ly
8354         input/tutorial/{test,solar,flowing}.ly: remove
8355
8356         * input/rhythm.ly: remove
8357
8358         * input/mutopia/F.Schubert/standchen.ly: update syntax.
8359
8360         * input/mutopia/E.Satie/petite-ouverture-a-danser.ly (global):
8361         update syntax. 
8362
8363         * scm/define-grobs.scm (all-grob-descriptions): set
8364         knee-spacing-correction to 1.0
8365
8366         * lily/note-spacing.cc (stem_dir_correction): compute knee
8367         correction using stem-thickness and head width.
8368
8369         * input/regression/beam-quanting-horizontal.ly: update texidoc
8370
8371         * scm/define-grobs.scm (all-grob-descriptions): set
8372         beamed-extreme-minimum-free-lengths to 1.25 for 32nd beams.
8373         This fixes 32nd beams for noteheads in spaces quants.
8374
8375         * scripts/lilypond-book.py (process_lilypond_blocks): opps.
8376
8377 2003-06-15  Heikki Junes  <hjunes@cc.hut.fi>
8378
8379         * README.mandrake: Change lilypond-extras to lilypond-documentation.
8380
8381 2003-06-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8382
8383         * input/test/dpncnt.ly,part-combine-score.ly: remove.
8384
8385         * VERSION (PACKAGE_NAME): release 1.7.21
8386
8387         * input/regression/stem-shorten.ly: new file.
8388
8389         * lily/stem.cc (get_default_stem_end_position): revise stem
8390         shortening code.
8391
8392         * input/regression/spacing-multi-tuplet.ly: move from input/test/
8393
8394         * input/test/{scripts,volta-start,sleur}.ly: remove
8395         
8396         * input/regression/span-bar.ly: smaller file.
8397
8398         * input/regression/spacing-{natural,tight,loose}.ly: remove
8399
8400         * input/test/markup.ly: remove
8401
8402         * scripts/lilypond-book.py: put printfilename in separate chunk,
8403         so texidoc is printed after the filename.  
8404
8405 2003-06-12  Heikki Junes  <hjunes@cc.hut.fi>
8406
8407         * make/lilypond.mandrake.spec.in: fix docdirs.
8408
8409 2003-06-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8410
8411         * input/regression/beam-french.ly: bugfix.
8412
8413         * buildscripts/lys-to-tely.py (name2line): sort filenames. 
8414
8415         * input/regression/(various).ly: add raggedright = #t.
8416
8417         * input/regression/auto-beam.ly: move from abe.ly
8418
8419 2003-06-13  Graham Percival  <gperlist@shaw.ca>
8420
8421         * input/test/f*.ly: added texinfo index.
8422         
8423         * input/test/broken-thread-line.ly: renamed to follow-break.ly.
8424
8425 2003-06-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8426
8427         * lily/beam-quanting.cc (score_forbidden_quants): also add inter
8428         quant penalty for beam just outside staff.
8429
8430         * input/regression/beam-quanting-horizontal.ly (texidoc): move
8431         from beam-pos.ly,  remove non-horizontal tests. 
8432
8433         * input/test/(various): cleanup header info. 
8434
8435         * input/test/tchaikovsky.ly: remove file.
8436
8437         * scm/chord-generic-names.scm: move from
8438         double-plus-new-chord-name.scm
8439
8440         * input/test/orchestscore.ly: remove file
8441
8442         * Documentation/user/refman.itely (Vocal music): update documentation.
8443
8444         * scm/define-translator-properties.scm (chordNoteNamer): remove
8445         chordNameStyle, use chordNameFunction
8446
8447         * scm/chord-name.scm (set-chord-name-style): remove
8448         set-chord-name-style. Use \property chordNameFunction.
8449
8450 2003-06-12  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8451
8452         * Documentation/user/lilypond-book.itely (Integrating LaTeX and
8453         music): remove @TeX{} command.
8454
8455 2003-06-12  Jan Nieuwenhuizen  <janneke@gnu.org>
8456
8457         * lilypond-indent.el (scan-sexps): Renamed to
8458         aargh-this-breaks-other-emacs-modes-scan-sexps.
8459
8460 2003-06-12  Heikki Junes  <hjunes@cc.hut.fi>
8461
8462         * lilypond-indent.el: Fix: match concurrent one-char opening and 
8463         closing slurs: '()', etc. Add comments.
8464
8465         * Documentation/user/music-glossary.tely: fix: change Ã¤ to @"a.
8466
8467         * lilypond-font-lock.el: match unending string at eof.
8468
8469         * make/lilypond.mandrake.spec.in: refreshed packed file list.
8470         
8471 2003-06-10  Graham Percival  <gperlist@shaw.ca>
8472
8473         * input/test/beam-abbrev.ly input/test/default-neutral-dir.ly
8474         input/test/beam-dir.ly input/test/beam-position.ly    
8475         input/test/beam-suspect.ly input/test/beam-trend.ly    
8476         input/test/beams.ly input/test/crescendo-text.ly : deleted
8477         * input/test/beam-chord.ly: moved to input/regression/beam-chord.ly
8478         * input/test/ beam-pos.ly beam-second.ly : moved to input/regression/
8479         * input/test/default-bars.ly: moved to bar-always.ly
8480         * input/test/ {many}: deleted old "renamed from foo to bar" comments.
8481
8482 2003-06-10  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8483
8484         * input/test/chord-names-dpnj.ly (texidoc): bugfix.
8485
8486 2003-06-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8487
8488         * scm/chord-ignatzek-names.scm (remove-step): rename file.
8489
8490 2003-06-10  Heikki Junes  <hjunes@cc.hut.fi>
8491
8492         * lilypond-indent.el: Match better slurs in scheme expressions.
8493         Refontify buffer if a block-comment-ender, '}' after '%', is inserted.
8494
8495         * Documentation/user/invoking.itexi: document Emacs' paren matching.
8496
8497 2003-06-10  Jan Nieuwenhuizen  <janneke@gnu.org>
8498
8499         * scm/chord-name.scm (set-chord-name-style): Update for 'ignatzek.
8500
8501         * input/ac-extra-voice.ly: Add texidoc.
8502
8503         * ly/chord-modifiers-init.ly: 
8504         * ly/engraver-init.ly (ScoreContext): Add chordNameExceptionsFull
8505         and chordNameExceptionsPartial for new chord names.
8506
8507         * input/test/chord-names-dpnj.ly: 
8508         * input/test/dpncnt.ly: Update.
8509
8510         * scm/chord-name.scm: 
8511         * scm/double-plus-new-chord-name.scm: Add compatibility for new
8512         chord selection and options.
8513
8514         * ly/chord-modifiers-init.ly: Add exceptions 
8515
8516         * scm/define-translator-properties.scm (chordNameStyle) 
8517         (chordNameExceptionsFull, chordNameExceptionsPartial): Add.
8518
8519 2003-06-10  Rune Zedeler  <rune@zedeler.dk>
8520
8521         * ly/property-init.ly (germanChords): Added.
8522         (semiGermanChords): Added.
8523         
8524         * input/test/chord-names-german.ly: Use new macros
8525         
8526 2003-06-09  Heikki Junes  <hjunes@cc.hut.fi>
8527
8528         * lilypond-indent.el: Use similar parenthesis highlighting for 
8529         Emacs and XEmacs through redefinitions of parenthesis highlighting 
8530         functions; removed LilyPond-show-paren-function. Fix indenting.
8531         Turn paren-matching on also in XEmacs.
8532
8533         * lilypond-font-lock.el: Set brackets' syntax to open/close-chars,
8534         as needed by parenthesis highlighting functions (in scan-sexp).
8535
8536 2003-06-08  Jan Nieuwenhuizen  <janneke@gnu.org>
8537
8538         * stepmake/aclocal.m4 (STEPMAKE_CHECK_VERSION_UNSUPPORTED): New
8539         function.
8540         (STEPMAKE_GETTEXT): If g++ >= 3.3, use gcc for gettext checking.
8541
8542 2003-06-08  Heikki Junes  <hjunes@cc.hut.fi>
8543
8544         * lilypond-indent.el: tune regexp for show-paren-function.
8545
8546 2003-06-07  Jan Nieuwenhuizen  <janneke@gnu.org>
8547
8548         * scripts/ly2dvi.py (run_latex, run_dvips, 'main'): Make preview
8549         for all LilyPond-produced tex snippets.
8550
8551         * tex/lilyponddefs.tex: Allow overriding of interscoreline.  This
8552         fixes one line --preview output of ly2dvi.
8553
8554 2003-06-07  Heikki Junes  <hjunes@cc.hut.fi>
8555
8556         * lilypond-indent.el: match only one type of slurs in
8557         LilyPond-show-paren-function.
8558
8559 2003-06-05  Jan Nieuwenhuizen  <janneke@gnu.org>
8560
8561         * debian/GNUmakefile (EXTRA_DIST_FILES): 
8562         * debian/lilypond1.7.dirs: 
8563         * debian/lilypond1.7-doc.dirs: New file.
8564
8565         * input/regression/chord-name-exceptions.ly: Add parameter for
8566         ignatzekExceptions.  Quote hash in docstring.
8567
8568 2003-06-06  Heikki Junes  <hjunes@cc.hut.fi>
8569
8570         * lilypond-indent.el (show-paren-function): define show-paren-function
8571         as LilyPond-blink-matching-open and use it for closing parens.
8572         Let LilyPond-blink-matching-open know whether a bracket was inserted.
8573
8574         * lilypond-indent.el: renamed LilyPond-beginning-of-containing-sexp to
8575         LilyPond-scan-containing-sexp and LilyPond-blink-matching-open to
8576         LilyPond-blink-matching-paren in order to match both open and close
8577         brackets.
8578         
8579 2003-06-05  Heikki Junes  <hjunes@cc.hut.fi>
8580
8581         * lilypond-indent.el (LilyPond-show-paren-function): introduce for
8582         testing by modifying the code from FSF Emacs paren.el. Add comments.
8583
8584 2003-06-04  Jan Nieuwenhuizen  <janneke@gnu.org>
8585
8586         * input/test/dpncnt.ly: Transpose example to match new
8587         default \chords octave.  Add comment.
8588         
8589         * scm/chord-name.scm (sequential-music-to-chord-exceptions): Add
8590         comment about octave change.
8591
8592 2003-06-04  Graham Percival  <gperlist@shaw.ca>
8593
8594         * input/test/[d,e]: added texinfo index tags.
8595         * input/test/empty-staffs.ly: renamed to blank-paper-tab.ly.
8596
8597 2003-06-04  Graham Percival  <gperlist@shaw.ca>
8598
8599         * Documentation/topdocs/INSTALL.texi: added warning about gxx-3.3.
8600
8601 2003-06-04  Heikki Junes  <hjunes@cc.hut.fi>
8602
8603         * lilypond-indent.el (LilyPond-blink-matching-open): use no argument,
8604         as in blink-matching-open.
8605
8606 2003-06-03  Graham Percival  <gperlist@shaw.ca>
8607
8608         * input/test/[a-c]: more comments in files.
8609         * input/test/ac-extra-voice.ly beam-abbrev.ly beam-chord.ly beam-dir.ly
8610         beam-pos.ly beam-position.ly beam-second.ly beam-suspect.ly 
8611         beam-trend.ly beams.ly crescendo-text.ly  default-neutral-dir.ly :
8612         mark file for proposed deletion.
8613         * input/test: renaming files:
8614         auto-beam-4-8.ly to beam-auto-4-8.ly
8615         auto-beam-override.ly to beam-auto-override.ly
8616         auto-beam.ly to beam-auto.ly
8617         blank.ly to blank-paper.ly
8618         absolute-volume.ly to dynamic-absolute-volume.ly
8619
8620 2003-06-03  Jan Nieuwenhuizen  <janneke@gnu.org>
8621
8622         * input/test/dpncnt.ly: 
8623         * input/test/chord-names-dpnj.ly: Resurrect.
8624
8625         * lily/my-lily-lexer.cc: Remove chordnames keyword.
8626
8627         * ly/chord-modifiers-init.ly (ignatzekExceptions): Update, tidy up.
8628
8629         * scm/chord-name.scm (sequential-music-to-chord-exceptions):
8630         Better docstring, add parameter OMIT-ROOT, tidy up.
8631
8632 2003-06-03  Heikki Junes  <hjunes@cc.hut.fi>
8633
8634         * lilypond-indent.el: match two-char slurs \[ ... \] and \( ... \).
8635
8636 2003-06-02  Jan Nieuwenhuizen  <janneke@gnu.org>
8637
8638         * scm/output-ascii-script.scm (as-font-alist-alist):
8639         (as-properties-to-font-name):
8640         (as-make-style-sheet): Remove.
8641
8642         * scm/font.scm (as-make-font-list): New function.
8643         (as-font-sheet-alist): New variable.
8644
8645         * ly/paper-as9-init.ly: 
8646         * ly/paper-as5-init.ly: Update.
8647
8648         * ly/paper-as5.ly:
8649         * ly/paper-as9.ly: New file.
8650
8651 2003-05-29  Jan Nieuwenhuizen  <janneke@gnu.org>
8652
8653         * mf/GNUmakefile (AFM_FILES): Add AF_FILES.
8654
8655 2003-05-28  Graham Percival  <gperlist@shaw.ca>
8656         * input/sondag-morgen/*: removed due to copyright concerns.
8657         * input/[a,b]*.ly: added a newline at the end of the texinfo
8658         doc string (produces better output in HTML version).
8659         * input/c*.ly: added texinfo index and added comments to
8660         aid in future changes to input/test/ files.
8661
8662 2003-05-28  Graham Percival  <gperlist@shaw.ca>
8663         
8664         * Documentation/user/refman.itely: fixed build problem (missing
8665         file) caused by previous renaming.
8666
8667 2003-05-28  Graham Percival  <gperlist@shaw.ca>
8668         
8669         * input/test/[a,b]*.ly: added texinfo index and added comments to
8670         aid in future changes to input/test/ files.
8671         * input/test/bar-number-every-5-reset.ly: renamed to
8672         bar-number-every-five-reset.ly
8673         * input/test/bar-script-visibility.ly: renamed to
8674         bar-number-show-all.ly
8675
8676 2003-05-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8677
8678         * ly/engraver-init.ly (VoiceContext): move Note_head_line_engraver
8679         to Voice.
8680
8681         * lily/glissando-engraver.cc (acknowledge_grob): new file: split
8682         out note-line and glissando functionality.
8683         
8684         * lily/line-spanner.cc (brew_molecule): cleanup.
8685
8686 2003-05-27  Jan Nieuwenhuizen  <janneke@gnu.org>
8687
8688         * scripts/as2text.scm: Use rdelim module.
8689         (start-system): Rename from start-line.
8690         (stop-system): Rename from stop-line.
8691         (af-gulp-file): Use string iso symbol for getenv.
8692
8693         * scm/output-ascii-script.scm: Add guile and lily modules.
8694         (font-name-alist): New variable.
8695         (draw-line): New function.
8696
8697         * scm/output-lib.scm (func, arg->string): Re-add from archive.
8698         (Were these silently removed, without ChangeLog entry?)
8699
8700 2003-05-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8701
8702         * scm/music-functions.scm (make-ottava-set): bugfixes: also
8703         process 2nd ottava correctly.
8704
8705 2003-05-27  Heikki Junes  <hjunes@cc.hut.fi>
8706
8707         * lilypond-indent.el: allow strings in LilyPond-parens-alist.
8708
8709 2003-05-26  Jan Nieuwenhuizen  <janneke@gnu.org>
8710
8711         * Documentation/user/converters.itely (Invoking midi2ly): Update.
8712
8713 2003-05-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8714
8715         * VERSION: release 1.7.20
8716         
8717         * lily/text-spanner.cc (brew_molecule): clean up function. This
8718         fixes bugs with broken 8va spanners.
8719
8720         * lily/simple-spacer.cc (solve): also compute force for raggedright.
8721         This prevents spurious line-breaks with raggedright
8722         
8723 2003-05-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8724
8725         * lily/key-performer.cc (create_audio_elements): always use major
8726         key
8727
8728         * Documentation/user/internals.itely: updates
8729
8730         * input/regression/beam-break.ly: new file.
8731
8732         * lily/beam.cc (brew_molecule): handle broken beams (i.e. print
8733         beams if starting or terminating stems have 'beaming set.)
8734
8735         * lily/beam-engraver.cc (process_music): add forbidBeamBreak
8736         property.
8737
8738         * lily/parser.yy (verbose_command_req): add comment about scales.
8739
8740 2003-05-25  Heikki Junes  <hjunes@cc.hut.fi>
8741
8742         * lilypond-indent.el: adjust regexps in bracket-matching.
8743
8744 2003-05-24  Juergen Reuter  <reuter@ipd.uka.de>
8745
8746         * Documentation/user/refman.itely: more tiny fixes
8747
8748         * Documentation/user/refman.itely: bugfix: "Chord namess" ->
8749         "Chord names"; added table with input syntax for solesmes neumes
8750         table; added some words about rationale on input syntax design
8751
8752         * lily/gregorian-ligature-engraver.cc,
8753         lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
8754         lily/include/gregorian-ligature.hh: bugfix: horizontal head
8755         alignment of Pes Initio Debilis
8756
8757         * Documentation/user/refman.itely,
8758         lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
8759         mf/parmesan-heads.mf: fixed most of the head selection/alignment
8760         bugs in the solesmes neumes table
8761
8762 2003-05-24  Heikki Junes  <hjunes@cc.hut.fi>
8763
8764         * lilypond-indent.el: Match '(' and ')' by skipping '\(' and '\)'.
8765         Similarly, match '[' and ']' by skipping '\[' and '\]'.
8766
8767         * lilypond-mode.el: fix tag-score. small improvements.
8768
8769 2003-05-23  Jan Nieuwenhuizen  <janneke@gnu.org>
8770
8771         * .cvsignore: Add aclocal.m4.
8772
8773         * lily/music-constructor.cc: Include <assert.h>.
8774
8775 2003-05-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8776
8777         * ly/engraver-init.ly (HaraKiriStaffContext): use
8778         RemoveEmptyStaffContext instead.
8779
8780         * Documentation/user/refman.itely: updates
8781
8782 2003-05-23  Juergen Reuter  <reuter@ipd.uka.de>
8783
8784         * Documentation/user/refman.itely: added solesmes neumes table;
8785         bugfix: make section "More Stanzas" a subsection of "Vocal Music";
8786         bugfix: "Ornaments" -> "Articulations"
8787
8788         * ly/gregorian-init.ly: junked "aucta" and "semivocalis"
8789
8790 2003-05-22  Heikki Junes  <hjunes@cc.hut.fi>
8791
8792         * lilypond-indent.el: Add a message about trying to match \] or \).
8793         
8794 2003-05-22  Juergen Reuter  <reuter@ipd.uka.de>
8795         
8796         * input/test/gregorian-scripts.ly, input/test/vaticana.ly: removed
8797         obsolete "arithmetic_*"
8798
8799         * input/bugs/ligatures.ly: removed (will be put into a different
8800         directory later)
8801
8802 2003-05-22  Jan Nieuwenhuizen  <janneke@gnu.org>
8803
8804         * stepmake/aclocal.m4: Add tetex-devel as package suggestion for
8805         libkpathsea (Maurizio Tomasi).
8806
8807 2003-05-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8808
8809         * input/regression/repeat-slash.ly (texidoc): new file
8810
8811         * lily/slash-repeat-engraver.cc (try_music): new file, handle
8812         slash repeats separately. Slash repeats and %
8813         repeats can now be nested.
8814
8815 2003-05-22  Heikki Junes  <hjunes@cc.hut.fi>
8816
8817         * lilypond-indent.el: Add preliminary test for closing \] and \).
8818         
8819 2003-05-21  Juergen Reuter  <reuter@ipd.uka.de>
8820
8821         * lily/gregorian-ligature-engraver.cc,
8822         lily/vaticana-ligature-engraver.cc,
8823         lily/include/gregorian-ligature.hh, ly/gregorian-init.ly,
8824         mf/parmesan-heads.mf: various semivocalis related bugfixes
8825
8826         * input/bugs/ligatures.ly: new file demonstrating problems with
8827         ligatures
8828         
8829 2003-05-21  Heikki Junes  <hjunes@cc.hut.fi>
8830
8831         * lilypond-mode.el,
8832         lilypond-font-lock.el,
8833         lilypond-indent.el: Move all paren matching to lilypond-indent.el.
8834
8835 2003-05-20  Heikki Junes  <hjunes@cc.hut.fi>
8836
8837         * lilypond-mode.el: Remove outdated code. Stress the difference 
8838         between Emacs and XEmacs definitions.
8839
8840         * lilypond-mode.el,
8841         lilypond-indent.el: Define a function interactive only when necessary.
8842
8843 2003-05-19  Heikki Junes  <hjunes@cc.hut.fi>
8844
8845         * lilypond-mode.el: Use temp-dir for Commands on Buffer/Region.
8846         Use inactive regions also in XEmacs.
8847
8848 2003-05-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8849
8850         * Documentation/user/refman.itely (Repeat syntax): more updates
8851
8852         * lily/simple-spacer.cc (solve): move solution process into
8853         solve(). This fixes a bug with collisions and raggedright = ##t.
8854  
8855         * scm/lily.scm (scm): remove output-pysk.scm, music-types.scm
8856
8857         * ly/engraver-init.ly: remove GraceContext. Update examples.
8858
8859 2003-05-18  Jan Nieuwenhuizen  <janneke@gnu.org>
8860
8861         * GNUmakefile.in (fonts): Also make fontball.
8862
8863         * Website fixes:
8864
8865         * ly/engraver-init.ly (GraceContext): Add.
8866
8867         * run:
8868
8869             convert-ly $(find . -name *.ly)
8870
8871         * ly/chord-modifiers-init.ly (ignatzekExceptionMusic): Hmm: fix
8872         new chords.
8873
8874 2003-05-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8875
8876         * VERSION: 1.7.19 released
8877         
8878         * scm/music-functions.scm (set-octavation): new function.
8879
8880         * input/regression/ottava.ly: new file
8881
8882         * lily/translator-scheme.cc (LY_DEFINE): new function
8883         ly:unset-context-property
8884         (LY_DEFINE) new function ly:context-property-where-defined: 
8885
8886 2003-05-18  Heikki Junes  <hjunes@cc.hut.fi>
8887
8888         * lilypond-font-lock.el: Add postfix syntax for horizontal groups.
8889
8890         * lilypond.words: add few.
8891
8892         * input/test/script-chart.ly: fix typo.
8893
8894 2003-05-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8895
8896         * scm/define-grobs.scm: uniform naming for definitions and output
8897         routine files. 
8898
8899         * ly/engraver-init.ly (ChoirStaffContext): add \description from
8900         scm/context-description.scm
8901
8902         * lily/parser.yy (translator_spec_body): add \description to the
8903         \translator{} body syntax.
8904
8905         * lily/ottava-engraver.cc: new file.
8906
8907         * scm/chord-name.scm (natural-chord-alteration): replace old
8908         chord stuff. 
8909
8910         * input/mutopia/R.Schumann/romanze-op28-2.ly: syntax updates.
8911
8912         * Documentation/user/refman.itely (Metronome marks): update doco.
8913
8914         * input/regression/markup-note.ly: new file
8915
8916         * input/regression/metronome-marking.ly: new file
8917
8918         * lily/metronome-engraver.cc: new file. Print \tempo markings.
8919
8920         * scm/new-markup.scm (note-markup): make a note glyph, useful for
8921         metronome marks.
8922
8923 2003-05-17  Jan Nieuwenhuizen  <janneke@gnu.org>
8924
8925         * Documentation/user/GNUmakefile: Compatibility fix for new
8926         makeinfo.  Please upgrade to texinfo CVS or pretest > 4.5.90 (rsn)
8927         for making binary packages; info splitting bug has been fixed.
8928
8929         * Documentation/user/refman.itely: Compile fixes.
8930
8931 2003-05-16  Heikki Junes  <hjunes@cc.hut.fi>
8932
8933         * lilypond-mode.el: XEmacs-fix: Use (mark) to find active-mark.
8934         Count \midi -keywords also for a region.
8935
8936 2003-05-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8937
8938         * lily/lookup.cc (LY_DEFINE): new function
8939
8940         * Documentation/user/tutorial.itely: updates
8941
8942 2003-05-15  Heikki Junes  <hjunes@cc.hut.fi>
8943
8944         * lilypond-mode.el: Allow Midi on buffer.
8945         Use only '.ly'-extension, remove '.sly' and '.fly'.
8946         Allow use of inactive regions. Invoke next Command on Master file, 
8947         Buffer or Region, if C-cc, C-cb, or C-cr, accordingly, was pressed.
8948
8949 2003-05-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8950
8951         * Documentation/user/tutorial.itely: updates.
8952
8953 2003-05-14  Heikki Junes  <hjunes@cc.hut.fi>
8954
8955         * lilypond-mode.el: Show messages in one line only, as in XEmacs.
8956
8957 2003-05-13  Juergen Reuter  <reuter@ipd.uka.de>
8958
8959         * lily/coherent-ligature-engraver.cc: fixed typo
8960
8961         * lily/coherent-ligature-engraver.cc,
8962         lily/gregorian-ligature-engraver.cc,
8963         lily/ligature-bracket-engraver.cc, lily/ligature-engraver.cc,
8964         lily/mensural-ligature-engraver.cc, lily/note-heads-engraver.cc,
8965         lily/vaticana-ligature-engraver.cc,
8966         lily/include/ligature-engraver.hh, ly/gregorian-init.ly,
8967         scm/grob-description.scm: cleanup: junked LigatureHead grob and
8968         removed all ligature specific stuff from NoteHead code
8969
8970         * lily/ligature-head.cc, lily/include/ligature-head.hh: removed;
8971         ligatures now use regular noteheads
8972
8973         * lily/vaticana-ligature.cc: tiny code cleanups
8974
8975         * lily/vaticana-ligature-engraver.cc: bugfix: insert additional
8976         space between two adjacent noteheads of the same pitch
8977
8978         * scm/grob-description.scm: bugfix: VaticanaLigature: interface
8979         description; cleanup: removed obsolete font-family settings
8980
8981 2003-05-11  Juergen Reuter  <reuter@ipd.uka.de>
8982
8983         * lily/coherent-ligature-engraver.cc,
8984         lily/gregorian-ligature-engraver.cc,
8985         lily/ligature-bracket-engraver.cc, lily/ligature-engraver.cc,
8986         lily/mensural-ligature-engraver.cc,
8987         lily/vaticana-ligature-engraver.cc,
8988         lily/include/gregorian-ligature-engraver.hh: updated for new
8989         Coherent_ligature_engraver; added comments that describe the basic
8990         design ideas of the ligature implementation
8991
8992         * lily/coherent-ligature-engraver.cc,
8993         lily/include/coherent-ligature-engraver.hh: new file: shared code
8994         between mensural ligatures and Gregorian chant notation ligatures
8995
8996 2003-05-11  Heikki Junes  <hjunes@cc.hut.fi>
8997
8998         * lilypond-mode.el: XEmacs fixes: include two definitions for the
8999         key for autocompletion XEmacs [iso-left-tab], Emacs [iso-lefttab],
9000         use only two arguments in sit-for, use no arguments in
9001         read-char-exclusive, backspace is not a character (127) in XEmacs.
9002
9003         * lilypond-font-lock.el: XEmacs: small fix to scheme-fontifying.
9004
9005 2003-05-06  Heikki Junes  <hjunes@cc.hut.fi>
9006
9007         * lilypond-mode.el: un-commenting works after syntax-table fix.
9008
9009         * lilypond-font-lock.el: fontify \[- and \]-slurs as horizontal
9010         group, verbose commenting for syntax table.
9011
9012         * lilypond-indent.el: add TODO for ligature slurs.
9013
9014 2003-05-05  Heikki Junes  <hjunes@cc.hut.fi>
9015
9016         * lilypond-mode.el: Move comments of parenthesis matching away,
9017         (blink-matching-paren-on-screen) fix blinking in Emacs.
9018
9019         * lilypond-font-lock.el: Fix parent-matching for Emacs:
9020         Emacs syntax-table knows only "13"-style, XEmacs knows also "1b3b".
9021
9022         * lilypond-indent.el: Add TODO for parenthesis matching.
9023
9024 2003-05-03  Heikki Junes  <hjunes@cc.hut.fi>
9025
9026         * lilypond-mode.el: Fix XEmacs: 
9027         changed [S-iso-lefttab] to [(shift iso-lefttab)],
9028         invoke explicitly easy-menu-add (in Emacs done automatically).
9029         
9030         * lilypond.words: Add few words from input/*/*.ly.
9031
9032 2003-05-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9033
9034         * VERSION (PATCH_LEVEL): release 1.7.18
9035
9036         * scripts/lilypond-book.py: only print basename for printfilename
9037         option
9038
9039         * input/mutopia/J.S.Bach/baerenreiter-sarabande.ly: corrections
9040         and syntax updates.
9041
9042 2003-05-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9043
9044         * mf/feta-toevallig.mf: revamp flat symbol: use less points,
9045         better parametrisation. Move fatness of bulb downward.
9046
9047         * mf/parmesan-custodes.mf (dir_down): remove underscores from
9048         glyph names. Underscores are not allowed .ps encoding files.
9049
9050 2003-04-30  Juergen Reuter  <reuter@ipd.uka.de>
9051
9052         * lily/spacing-spanner.cc, ly/paper-init.ly: introduced paper
9053         variable "packed" for packed right-ragged mode
9054
9055         * lily/spacing-spanner.cc: fixed typo: colunm -> column; removed
9056         unused variable ragged; fixed indentation
9057
9058         * Documentation/user/refman.itely: tiny cleanups in ancient
9059         clef and custos section
9060
9061 2003-04-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9062
9063         * lily/parser.yy (Simple_music): add \applyoutput, syntax
9064         \applyoutput PROCEDURE
9065
9066         * lily/my-lily-lexer.cc: add \applyoutput.
9067
9068         * scm/music-types.scm (music-descriptions): add ApplyOutputEvent.
9069
9070         * lily/text-item.cc: clean text-interface description
9071
9072 2003-04-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9073
9074         * input/{regression,test}/: use postfix for slur endings and beam
9075         begins.
9076
9077         * lily/beam-engraver.cc (acknowledge_grob): set melismata for new
9078         style beams too. 
9079
9080         * input/regression/lyrics-melisma-beam.ly: new file.
9081
9082         * lily/lyric-engraver.cc (process_music): change from
9083         process_acknowledged_grobs()
9084
9085         * scm/auto-beam.scm (override-auto-beam-setting): write Scheme
9086         functions to set and revert auto-beam settings.
9087
9088 2003-04-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9089
9090         * lily/*.cc (number_accidentals): gh_assoc -> scm_assoc.
9091
9092 2003-04-24  Juergen Reuter  <reuter@ipd.uka.de>
9093
9094         * ChangeLog, Documentation/topdocs/AUTHORS.texi,
9095         Documentation/user/lilypond.tely: fixed some typos; updated author
9096         info
9097
9098         * Documentation/user/music-glossary.tely: bugfix: #'flag-style =
9099         #"" -> #'flag-style = #'()
9100
9101         * lily/cluster-engraver.cc, lily/ligature-bracket-engraver.cc:
9102         cleanup: removed dead #includes
9103
9104         * lily/gregorian-ligature-engraver.cc,
9105         lily/include/gregorian-ligature.hh,
9106         scm/grob-property-description.scm: small cleanups, small spacing
9107         fixes
9108
9109         * lily/gregorian-ligature-engraver.cc, lily/parser.yy,
9110         lily/vaticana-ligature.cc,
9111         lily/include/gregorian-ligature-engraver.hh,
9112         scm/grob-property-description.scm, scm/music-types.scm:
9113         "porrectus" -> "pes or flexa"
9114
9115         * ly/engraver-init.ly, scm/grob-description.scm,
9116         scm/grob-property-description.scm: junked porrectus, now handled
9117         by ligature code
9118
9119         * scm/grob-description.scm: bugfix: added space-alist entry for
9120         breathing sign/custos
9121
9122 2003-04-24  Jan Nieuwenhuizen  <janneke@gnu.org>
9123
9124         * Another grand 2003 update.
9125         
9126         * Remove mentioning of `mudela'; There's no such thing.
9127
9128 2003-04-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9129
9130         * Documentation/user/preface.itely (Preface to version 1.8): update
9131
9132         * Documentation/user/invoking.itexi (Invoking LilyPond): revise
9133
9134         * Documentation/user/converters.itely (Invoking convert-ly): revise
9135
9136         * scripts/convert-ly.py (outfile_name): remove --assume-old.
9137
9138         * scripts/lilypond-book.py (schedule_lilypond_block): remove --read-lys
9139
9140 2003-04-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9141
9142         * Documentation/user/internals.itely: more updates.
9143
9144 2003-04-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9145
9146         * Documentation/user/refman.itely: revise 
9147
9148         * Documentation/user/internals.itely: revise
9149
9150         * lily/music.cc (LY_DEFINE): add function ly:music-deep-copy
9151
9152 2003-04-23  Juergen Reuter  <reuter@ipd.uka.de>
9153
9154         * Documentation/user/refman.itely: bugfix: fixed broken @ref{};
9155         beautification: reformatted ancient clefs section; cleanup: small
9156         wording fixes
9157
9158 2003-04-22  Heikki Junes <hjunes@cc.hut.fi>
9159
9160         * lilypond.words: added words for chant notation, sorted
9161         alphabetically through "sort lilypond.words"
9162
9163 2003-04-22  Juergen Reuter  <reuter@ipd.uka.de>
9164
9165         * ly/gregorian-init.ly, ly/script-init.ly, mf/parmesan-scripts.mf,
9166         scm/script.scm, input/test/gregorian-scripts.ly: added scripts for
9167         chant notation
9168
9169 2003-04-21  Juergen Reuter  <reuter@ipd.uka.de>
9170
9171         * buildscripts/mf-to-table.py: bugfix: "--" in glyph names:
9172         prevent TeX from interpreting them as long dash
9173
9174         * input/test/vaticana.ly: updated
9175
9176         * mf/parmesan-accidentals.mf, mf/parmesan-clefs.mf,
9177         mf/parmesan-custodes.mf, mf/parmesan-flags.mf,
9178         mf/parmesan-heads.mf, mf/parmesan-rests.mf,
9179         mf/parmesan-scripts.mf, mf/parmesan-timesig.mf: more set_char_box
9180         fixes
9181
9182         * mf/parmesan-heads.mf: ledger endings: removed dead code
9183
9184 2003-04-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9185
9186         * VERSION: 1.7.17 released
9187         
9188         * Documentation/user/GNUmakefile
9189         ($(outdir)/lilypond-internals/lilypond-internals.html): copy ly
9190         files too.
9191
9192         * scm/document-markup.scm: new file: document all markup
9193         functions.
9194
9195         * scm/documentation-generate.scm: rename all documentation modules
9196         to document-*.scm
9197
9198         * scripts/lilypond-book.py: generate link to .ly file iso. link to
9199         .png
9200
9201         * input/test/divisiones.ly: added
9202
9203         * input/regression/output-property.ly: new file
9204
9205         * lily/cluster.cc: change cluster-interface to use style property
9206
9207 2003-04-20  Rune Zedeler  <rune@zedeler.dk>
9208
9209         * input/test/chord-names-german.ly: modified.
9210
9211         * scm/chords-ignatzek.scm:
9212           chord-name->german-markup: Added
9213           note-name->german-markup: Changed (now producing lowercase notenames)
9214
9215         * lily/chord-name-engraver.cc: Reads property chordNoteNamer
9216         
9217 2003-04-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9218
9219         * scripts/convert-ly.py (FatalConversionError.conv):
9220         divisiominima -> divisioMinima, etc.
9221
9222         * ly/engraver-init.ly (FiguredBassContext): add
9223         Separating_line_group_engraver to Figured bass context.
9224
9225         * ly/german-chords-init.ly: remove file
9226
9227         * input/test/chord-names-german.ly (scm): new file.
9228
9229         * ly/engraver-init.ly (ScoreContext): add chordRootNamer property.
9230
9231         * lily/chord-name-engraver.cc: move New_chord_name_engraver to
9232         Chord_name_engraver
9233
9234         * Documentation/user/refman.itely: lots of updates.
9235
9236         * input/regression/chord-name-exceptions.ly (chExceptionMusic):
9237         new file
9238
9239         * input/test/bar-number-every-5-reset.ly: new file.
9240
9241 2003-04-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9242
9243         * input/regression/chord-name-major7.ly: new file
9244
9245         * scm/chord-entry.scm (construct-chord): bugfix: don't remove 11
9246         if specced explicitly.
9247
9248         * input/regression/chord-name-entry-11.ly: new file.
9249
9250         * input/test/slur-beautiful.ly: new file.
9251
9252         * Documentation/user/refman.itely: updates.
9253
9254         * input/regression/collisions.ly (threevoice): cleanup.
9255
9256         * scripts/convert-ly.py:  linewidth = -1  -> raggedright = ##t.
9257
9258 2003-04-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9259
9260         * Documentation/user/*.itely: various updates.
9261
9262         * ly/spanners-init.ly: enddecr/ endcr.
9263
9264         * Documentation/user/tutorial.itely (Fine tuning a piece): editing
9265         of tutorial
9266
9267 2003-04-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9268
9269         * scripts/ly2dvi.py (extra_init): add compat2 to latex options.
9270
9271         * lily/new-chord-name-engraver.cc (process_music): use octavation
9272         (a number) instead of original-pitch to store inversions. This
9273         fixes a problem with transposed chords with inversions.  
9274
9275 2003-04-14  Jan Nieuwenhuizen  <janneke@gnu.org>
9276
9277         * stepmake/aclocal.m4: Include compile fix for broken flex, as
9278         used in includable-lexer.hh.
9279
9280         * lily/includable-lexer.cc: Bugfix: include config.h.
9281
9282         * stepmake/aclocal.m4: Check for $GUILE_CONFIG; allows
9283         circumvention of Debian packaging bug.
9284
9285 2003-04-13  Jan Nieuwenhuizen  <janneke@gnu.org>
9286
9287         * flex-2.5.31 hits Debian/unstable.  Fixes below.
9288         
9289         * lily/lexer.ll (avoid_silly_flex_induced_gcc_warnings): Disable.
9290
9291         * lily/includable-lexer.cc [!HAVE_FLEXLEXER_YY_CURRENT_BUFFER]
9292         (yy_current_buffer): New macro, compile hacks for flex 2.5.29.
9293
9294         * lily/include/includable-lexer.hh: 
9295         * lily/lexer.ll: Hack for multiple include of FlexLexer.h.
9296
9297         * config.hh.in (HAVE_FLEXLEXER_YY_CURRENT_BUFFER): Add.
9298
9299         * aclocal.m4: Regenerate.
9300
9301         * stepmake/aclocal.m4 (STEPMAKE_FLEXLEXER): Check for
9302         yyFlexLexer.yy_current_buffer, which was removed in flex-2.5.29.
9303
9304         * scm/pdf.scm (use-modules): Include lily.
9305
9306         * scm/pdftex.scm (start-system): Bugfix: add closing brace (Beernd
9307         Noordkamp).
9308         (use-modules): Include lily.
9309         (lily-def): Bugfix: include tex-val in let.
9310
9311 2003-04-12  Heikki Junes <hjunes@cc.hut.fi>
9312
9313         * lilypond-mode.el: sensible error if lilypond.words not found.
9314
9315         * lilypond.words: add few words.
9316
9317 2003-04-11  Juergen Reuter  <reuter@ipd.uka.de>
9318
9319         * mf/parmesan-clefs.mf: bugfix: char boxes corrected
9320
9321         * mf/parmesan-scripts.mf: fixed typo in char name
9322
9323 2003-04-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9324
9325         * VERSION: 1.7.16 released
9326
9327         * python/lilylib.py (setup_temp): temporary directories are mode 700.
9328         (this is a security vulnerability).
9329
9330         * Documentation/user/lilypond.tely: remove abbreviations (n't, 's)
9331
9332         * lily/multi-measure-rest-engraver.cc (stop_translation_timestep):
9333         add staff support.
9334
9335 2003-04-10  Juergen Reuter  <reuter@ipd.uka.de>
9336
9337         * mf/parmesan-scripts.mf, Documentation/user/refman.itely,
9338         ly/script-init.ly, scm/script.scm: bugfix: renamed
9339         fermata->signumcongruentiae to fix naming clash with feta font
9340
9341 2003-04-10  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9342
9343         * input/regression/multi-measure-rest-grace.ly (texidoc): new file
9344
9345         * lily/multi-measure-rest-engraver.cc
9346         (start_translation_timestep): use grace timing too for determining
9347         when to make mmrest.
9348         (start_translation_timestep): clear numbers too.
9349
9350 2003-04-09  Juergen Reuter  <reuter@ipd.uka.de>
9351
9352         * scm/music-types.scm: compile fix: escape braces
9353
9354         * buildscripts/mf-to-table.py: replaced \char -> \musicglyph to
9355         work around font selection problem
9356
9357         * Documentation/user/refman.itely: BreathingSign: added docu for
9358         property "text"
9359
9360 2003-04-09  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
9361
9362         * Documentation/topdocs/AUTHORS.texi (AUTHORS): Updated contact
9363         information.
9364
9365 2003-04-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9366
9367         * lily/multi-measure-rest-engraver.cc (class
9368         Multi_measure_rest_engraver): make multiple Number objects, one
9369         for each MultiMeasureTextEvent.
9370
9371         * scm/music-functions.scm (glue-mm-rest-texts): use
9372         MultiMeasureTextEvent
9373
9374         * scm/music-types.scm (music-descriptions): add MultiMeasureTextEvent
9375
9376         * Documentation/user/refman.itely (Multi measure rests): update.
9377
9378 2003-04-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9379
9380         * lily/ly-module.cc (ly_copy_module_variables): use
9381         scm_internal_hash_fold() for iterating modules.
9382
9383 2003-04-08  Juergen Reuter  <reuter@ipd.uka.de>
9384
9385         * Documentation/user/refman.itely: Section Custodes: added more
9386         example code
9387
9388         * mf/feta-eindelijk.mf, mf/parmesan-rests.mf: cleanup: moved
9389         neo-mensural rests to parmesan font
9390
9391         * mf/parmesan-heads.mf, mf/parmesan-timesig.mf: updated file
9392         header
9393
9394 2003-04-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9395
9396         * Documentation/user/macros.itexi: @fileref macro.
9397
9398         * buildscripts/lys-to-tely.py (name2line): add <NAME> tags for
9399         each file. 
9400
9401 2003-04-04  Juergen Reuter  <reuter@ipd.uka.de>
9402
9403         * lily/include/custos.hh, make/lilypond.suse.spec.in,
9404         Documentation/topdocs/AUTHORS.texi: updated my email address
9405
9406         * Documentation/user/refman.itely: updated custos documentation;
9407         beautified divisiones example; beautified articulations table
9408
9409         * lily/breathing-sign.cc: bugfix: finalis molecule
9410
9411 2003-04-03  Juergen Reuter  <reuter@ipd.uka.de>
9412
9413         * Documentation/user/refman.itely: added docu for
9414         contemporary fermata symbols, gregorian breathing signs; small fixes
9415
9416         * ly/gregorian-init.ly: removed obsolete #'type props
9417
9418 2003-04-01  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
9419
9420         * lily/multi-measure-rest.cc (set_spacing_rods): Handle the
9421         minimum-length property correctly.
9422
9423 2003-03-31  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9424
9425         * scm/music-functions.scm (make-multi-measure-rest): set input
9426         locations for multimeasure rests.
9427
9428 2003-03-31  Juergen Reuter  <reuter@ipd.uka.de>
9429
9430         * input/regression/breathing-sign.ly: updated to for ancient
9431         notation
9432
9433 2003-03-31  Jan Nieuwenhuizen  <janneke@gnu.org>
9434
9435         * scripts/ly2dvi.py: Add newline.
9436
9437 2003-03-30  Jan Nieuwenhuizen  <janneke@gnu.org>
9438
9439         * scripts/ly2dvi.py (dependency_files): Compile fix.
9440
9441 2003-03-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9442
9443         * scripts/ly2dvi.py (find_pfa_fonts): add --png option
9444         (make_html_menu_file): --html menu. 
9445
9446 2003-03-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9447
9448         * scripts/ly2dvi.py (run_dvips): +add the .map file 
9449
9450 2003-03-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9451
9452         * input/screech-boink.ly: new file.
9453
9454 2003-03-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9455
9456         * scripts/lilypond-book.py (make_lilypond_file): convert
9457         lilypond-file to lilypond block directly, without going through
9458         begin/end lilypond text.
9459         
9460
9461 2003-03-21  Juergen Reuter  <reuter@ipd.uka.de>
9462
9463         * lily/breathing-sign.cc, lily/include/breathing-sign.hh,
9464         scm/grob-description.scm: moved Michael's original breathing sign
9465         code in brew_molecule() to divisio_minima(); provided new
9466         brew_molecule() that effectively replaces the
9467         Text_item::brew_molecule callback (with additional fallback to
9468         Michael's original code); added callbacks for brewing divisio
9469         maior/maxima and finalis
9470
9471         * gregorian-init.ly: added breathing sign shortcuts for virgula,
9472         caesura, divisiominima, divisiomaior, divisiomaxima, and finalis
9473
9474         * script-init.ly: added shortfermata, longfermata,
9475         verylongfermata, varcoda
9476
9477         * scm/script.scm, mf/feta-schrift.mf: added shortfermata,
9478         longfermata, verylongfermata, varcomma, varcoda
9479
9480 2003-03-19  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
9481
9482         * Documentation/user/{tutorial.itely,refman.itely,internals.itely}: 
9483           Remove all noquote and insert a few quote.
9484         
9485         * Documentation/user/lilypond-book.itely (Music fragment options),
9486           scripts/lilypond-book.py: Don't include quotation blocks by
9487           default. Introduce option quote instead of noquote
9488
9489 2003-03-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9490
9491         * VERSION: 1.7.15 released
9492         
9493         * Documentation/user/lilypond.tely: omf updates.
9494
9495         * buildscripts/texi2omf.py (omf_vars): include version.date
9496
9497         * make/lilypond.redhat.spec.in: fixes for spec file. 
9498
9499         * stepmake/stepmake/texinfo-vars.make (GENERATE_OMF):  replace var
9500         by function definition: lily now requires a recent GNU Make.
9501
9502         * scripts/lilypond-book.py (write_deps): remove .tex dependency
9503         writing.
9504
9505         * make/ly-rules.make: remove .ly -> .tex rule
9506
9507         * Documentation/user/refman.itely (Figured bass): revised figured
9508         bass example.
9509
9510 2003-03-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9511
9512         * stepmake/stepmake/omf-targets.make (local-install): add
9513         scrollkeeper-update message.
9514
9515         * scripts/lilypond-book.py (lilypond_binary): explicity add path
9516         to binary.
9517         (TexiPaper.process_ly2dvi_block): idem for ly2dvi
9518
9519         * scripts/ly2dvi.py (lilypond_binary): explicity add path to binary.
9520
9521         * Documentation/user/converters.itely (Invoking midi2ly): add
9522         track/channel notice.
9523
9524 2003-03-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9525
9526         * stepmake/stepmake/omf-targets.make (omf-local-install): bugfixes
9527
9528         * lily/parser.yy (scalar): DIGIT is also a scalar.
9529
9530         * Documentation/user/music-glossary.tely: add @omf tags
9531
9532         * Documentation/user/lilypond.tely: add @omf tags
9533
9534         * scm/generate-documentation.scm (string-append): add @omf tags.
9535
9536         * stepmake/stepmake/omf-*: new files 
9537
9538         * input/regression/multi-measure-rest.ly (texidoc): add doco
9539
9540         * GNUmakefile.in (web-doc-install): add web-doc-install target
9541
9542         * lily/scm-hash.cc (remove): prevent underflow of elt_count_. This
9543         fixes crashes while dumping MIDI.
9544
9545         * ly/performer-init.ly (FiguredBassContext): add Figured bass for
9546         midi
9547
9548 2003-03-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9549
9550         * buildscripts/texi2omf.py: new file.
9551
9552         * mf/feta-beugel.mf: include font count, not staffsize (16) in
9553         font-name
9554
9555 2003-03-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9556
9557         * input/regression/beam-manual-beaming.ly (texidoc): new file.
9558
9559         * lily/sequential-iterator.cc (descend_to_child): call
9560         descend_to_child() for all types of music.
9561
9562 2003-03-08  Jan Nieuwenhuizen  <janneke@gnu.org>
9563
9564         * scm/translator-property-description.scm: Add
9565         bassFigureFormatFunction.  Replace some entries.
9566
9567 2003-03-04  Jan Nieuwenhuizen  <janneke@gnu.org>
9568
9569         * cygwin/post-lilypond.sh: Add FHS-specified path for fonts to
9570         clean out.
9571
9572 2003-03-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9573
9574         * scripts/midi2ly.py (Note.dump): never dump duration for
9575         dump_dur=0.
9576
9577         * scm/chords-ignatzek.scm (alteration->text-accidental-markup):
9578         new function
9579
9580         * scm/bass-figure.scm (make-bass-figure-markup): reimplement bass
9581         figures using new markups. Much simpler, and should improve layout
9582         a little.
9583
9584         * mf/feta-nummer-code.mf (code): insert space in location 32, not 33.
9585
9586 2003-03-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9587
9588         * ly/engraver-init.ly: use Hara kiri by default for 
9589         ChordNames, FiguredBass and Lyrics(Voice) context. 
9590
9591         * lily/axis-group-engraver.cc (acknowledge_grob): use
9592         rhythmic-grob-interface for selecting items not to hara-kiri'd 
9593
9594         * scm/new-markup.scm (markup-function-list): add bracket,
9595         vbracket.
9596
9597         * ly/engraver-init.ly (ChordNamesContext): set
9598         minimumVerticalExtent
9599
9600 2003-03-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9601
9602         * input/test/time-signature-double.ly: new file 
9603
9604         * input/regression/collision-head-chords.ly (texidoc): new file.
9605
9606         * lily/type-swallow-translator.cc: add note swallow translator 
9607
9608         * input/test/time-signature-double.ly: new file.
9609
9610         * lily/type-swallow-translator.cc: add Rest_swallow_translator
9611
9612         * ly/engraver-init.ly (ChordNamesContext): add Rest_swallow_translator
9613         (FiguredBassContext): idem.
9614
9615         * VERSION (MY_PATCH_LEVEL): 1.7.14 released
9616
9617         * input/mutopia/W.A.Mozart/*.ly (romanze): markup syntax updates. 
9618
9619         * buildscripts/mf-to-table.py: add .pfa, .pfb target dependency.
9620
9621         * stepmake/stepmake/metafont-rules.make ($(outdir)/%.pfb): remove
9622         .afm dependency
9623
9624         * buildscripts/mf-to-table.py (write_fontlist): use new markup syntax
9625
9626         * python/lilylib.py (make_page_images): add function.
9627
9628         * scripts/ly2dvi.py (run_latex): include title in preview image.
9629
9630         * scripts/lilypond-book.py (process_ly2dvi_blocks): call ly2dvi
9631         from lilypond-book for <ly2dvifile> tags in HTML.
9632
9633         * scripts/ly2dvi.py (option_definitions): add --debug option to
9634         print out environment.
9635
9636         * input/regression/tie-chord-partial.ly: new file.
9637
9638 2003-03-05  Heikki Junes <hjunes@cc.hut.fi>
9639
9640         * lilypond.words: add 3
9641
9642 2003-03-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9643
9644         * scm/new-markup.scm (markup-function-list): add finger-markup
9645
9646         * input/tutorial/brahms-tweaked.ly: new markup 
9647
9648         * scm/bass-figure.scm (brew-one-figure): bugfix for large bass figures 
9649
9650         * scm/new-markup.scm (brew-new-markup-molecule): robustness: don't
9651         crash when processing '() markup
9652
9653         * input/regression/breathing-sign.ly (texidoc): add caesura example.
9654
9655         * lily/breathing-sign.cc (railtracks): another caesura.
9656
9657         * mf/feta-schrift.mf: caesura symbol. 
9658
9659 2003-03-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9660
9661         * scripts/convert-ly.py (FatalConversionError.conv): add
9662         ly:molecule-XXX conversions.
9663
9664         * lily/molecule-scheme.cc: change names to ly:molecule-XXX
9665
9666         * input/regression/multi-measure-rest-text.ly: new file.
9667
9668         * scm/music-functions.scm (glue-mm-rest-texts): automatically
9669         convert MMREST-TEXT to MultiMeasureRestNumber settings.
9670
9671         * ly/engraver-init.ly (ScoreContext): move tablature settings to
9672         ScoreContext
9673
9674         * scm/new-markup.scm (center-markup): \center markup.
9675
9676         * scm/music-functions.scm: remove pitchify scripts.
9677
9678         * lily/music.cc (print_smob): display music name if available 
9679
9680 2003-03-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9681
9682         * Documentation/user/refman.itely (Instrument names): remove
9683         \turnOff doco.
9684
9685 2003-03-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9686
9687         * lily/score.cc (mark_smob): bugfix.
9688
9689         * input/regression/rehearsal-mark.ly: new file.
9690
9691         * lily/my-lily-parser.cc (here_input): revert reporting of errors:
9692         report error at the current token again.
9693
9694 2003-02-26  Jan Nieuwenhuizen  <janneke@gnu.org>
9695
9696         * cygwin/mknetrel: Exit if doc build fails.
9697
9698         * lily/GNUmakefile: Add hack for .deps and --srcdir build.
9699
9700 2003-02-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9701
9702         * scm/music-types.scm (music-descriptions): add doc strings
9703
9704 2003-02-25  Jan Nieuwenhuizen  <janneke@gnu.org>
9705
9706         * lily/lexer.ll: 
9707         * lily/include/my-lily-lexer.hh: 
9708         * lily/include/includable-lexer.hh: Add flex kludge.
9709
9710         * config.hh.in: 
9711         * config.make.in: 
9712         * stepmake/aclocal.m4 (STEPMAKE_DATADIR, STEPMAKE_LIBDIR): Junk
9713         cruft.
9714         
9715         * stepmake/aclocal.m4 (STEPMAKE_LIBDIR): Fix casual cut and paste
9716         code.
9717
9718 2003-02-24  Jan Nieuwenhuizen  <janneke@gnu.org>
9719
9720         * ly/spanners-init.ly (cresc, dim): Update to new markup text.
9721
9722         * lily/parser.yy (new_chord): Compile fix.
9723
9724 2003-02-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9725
9726         * Documentation/user/refman.itely (Tuning groups of objects):
9727         remove documentation for \turnOff. 
9728
9729         * lily/percent-repeat-engraver.cc (try_music): add correct
9730         processing moments for double-measure percents as well.
9731
9732         * input/regression/percent-repeat-skipbars.ly (texidoc): new file
9733
9734         * lily/lily-guile.cc (ly:dimension?): add dimension as separate
9735         grob prop type. 
9736
9737         * Documentation/user/refman.itely (Printing named chords): add
9738         chord name tweak doco.
9739
9740         * input/template/gregorian-transcription.ly: new file.
9741
9742 2003-02-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9743
9744         * VERSION: 1.7.13 released
9745         
9746         * input/test/*: lots of cleanups/comment-outs/removals in chord
9747         examples
9748         
9749         * input/regression/*: lots of cleanups/comment-outs/removals in
9750         chord examples
9751         
9752         * scripts/lilypond-book.py (check_texidoc): add no-texidoc to
9753         options
9754
9755         * lily/new-chord-name-engraver.cc (process_music): give original
9756         inversion pitch to chord name routine.
9757
9758         * input/tutorial/os-score.ly: update to new markup
9759
9760         * Documentation/user/appendices.itely: simply include
9761         chords-ignatzek. 
9762
9763         * Documentation/user/refman.itely (Chords mode): add documentation
9764         for chord mode.
9765
9766         * scm/chord-entry.scm (construct-chord): mark inversion as bass if
9767         not present in chord.
9768         (construct-chord): add inversion and bass support.
9769
9770         * lily/chord.cc: junk contents.
9771
9772 2003-02-17  Heikki Junes <hjunes@cc.hut.fi>
9773
9774         * Documentation/user/refman.itely:
9775         * Documentation/user/music-glossary.tely: fix. 
9776
9777 2003-02-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9778
9779         * scm/chord-entry.scm (construct-chord): move chord construction
9780         to Scheme.
9781
9782         * lily/parser.yy (new_chord): new setup for chord entry.
9783
9784 2003-02-16  Heikki Junes <hjunes@cc.hut.fi>
9785
9786         * lilypond.words:
9787         * Documentation/user/music-glossary.tely: add ambitus.
9788
9789 2003-02-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9790
9791         * scm/chords-ignatzek.scm (ignatzek-chord-names): robustness fix.
9792
9793         * lily/include/*.hh: string() -> to_string()
9794
9795         * scm/chords-ignatzek.scm: new file.
9796
9797         * ly/chord-modifiers-init.ly (ignatzekExceptionMusic): define
9798         standard chord name exceptions.
9799
9800         * scm/translator-property-description.scm (chordNameSeparator):
9801         add property.
9802         (majorSevenSymbol): add property
9803
9804         * lily/translator-scheme.cc (ly:context-properties): new function
9805         (ly:context-parent): new function.
9806         (print_smob): print context name.
9807
9808         * lily/music.cc (ly:get-music-length): new function
9809         (print_smob): don't print properties.
9810
9811         * lily/duration.cc (duration<?): new function
9812
9813         * input/regression/chords-funky-ignatzek.ly: new file.
9814
9815         * scm/double-plus-new-chord-name.scm (ignatzek-chord-names):
9816         jazz chords.
9817
9818         * lily/pitch.cc (ly:pitch-diff): new function.
9819
9820         * input/regression/chords-ignatzek.ly: new file.
9821
9822 2003-02-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9823
9824         * scm/double-plus-new-chord-name.scm (ignatzek-chord-names): classify
9825         pitches for jazz chords.
9826
9827 2003-02-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9828
9829         * lily/pitch.cc (LY_DEFINE): add ly:pitch-steps
9830
9831 2003-02-05  Heikki Junes  <hjunes@cc.hut.fi>
9832
9833         * lilypond.words: add 1
9834
9835 2003-02-04  Heikki Junes  <hjunes@cc.hut.fi>
9836
9837         * Documentation/topdocs/AUTHORS.texi: refine.
9838
9839 2003-01-25  Heikki Junes  <hjunes@cc.hut.fi>
9840
9841         * lilypond-font-lock.el: lyrics-mode update for multiple stanza.
9842         
9843         * lilypond.words: add one.
9844
9845 2003-01-23  Heikki Junes  <hjunes@cc.hut.fi>
9846
9847         * lilypond-font-lock.el: Fontify post-notated slurs [-^_][()].
9848         Fontify bass note in chords, e.g., e in c1/e.
9849         
9850 2003-01-19  Jan Nieuwenhuizen  <janneke@gnu.org>
9851
9852         * Documentation/user/music-glossary.tely: Dutch updates and
9853         additions (Arent Storm).
9854
9855 2003-01-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9856
9857         * input/regression/ambitus.ly:  move file.      
9858
9859         * lily/include/pitch.hh (class Pitch): make Pitch objects immutable.
9860
9861         * lily/event.cc (transpose): add tonic property to Key_change_req
9862         and to Key_engraver.
9863
9864 2003-01-17  Heikki Junes  <hjunes@cc.hut.fi>
9865
9866         * Documentation/user/refman.itely: fix typo.
9867
9868         * lilypond.words: removed wrong identifiers.
9869
9870 2003-01-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9871
9872         * mf/feta-toevallig.mf: make flat stem shorter 
9873
9874 2003-01-16  Heikki Junes  <hjunes@cc.hut.fi>
9875
9876         * lilypond-font-lock.el: Fontify post-notated slurs -( and -).
9877
9878         * lilypond.words: add from Phrasing slur.
9879         
9880 2003-01-15  Heikki Junes  <hjunes@cc.hut.fi>
9881
9882         * lilypond-mode.el: allow launching multiple ViewPS processes.
9883         
9884         * lilypond.words: add from Text markup.
9885
9886 2003-01-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9887
9888         * input/test/ossia.ly (texidoc): add comment.
9889
9890         * input/regression/voice-follower.ly: new file.
9891
9892         * mf/feta-toevallig.mf: make flat heavier.
9893
9894         * lily/cluster-engraver.cc: clean up Cluster engraver
9895
9896         * lily/cluster.cc (brew_molecule): cleaned up Cluster code and
9897         Engraver. Use Note_column to compute Y positions and deal with
9898         line break stuff.
9899
9900 2003-01-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9901
9902         * lily/stem.cc: move french-beaming to stem.
9903
9904 2003-01-13  Heikki Junes  <hjunes@cc.hut.fi>
9905
9906         * lilypond-font-lock.el: fontify all durations in chords.
9907
9908         * lilypond.words: add from lily/my-lily-lexer.cc
9909
9910 2003-01-12  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9911
9912         * VERSION: release 1.7.12
9913
9914         * lily/vaticana-ligature-engraver.cc (finish_primitive): compile fixes.
9915
9916         * lily/gregorian-ligature.cc: new file
9917
9918         * lily/*: the Great 2003 search & replace.
9919
9920         * Documentation/user/refman.itely (Manual repeat commands): add
9921         note about font selection.
9922
9923 2003-01-12  Heikki Junes  <hjunes@cc.hut.fi>
9924
9925         * lilypond-mode.el: propose recompiling midi while invoking playing,
9926         not while stopping playing.
9927
9928 2003-01-11  Heikki Junes  <hjunes@cc.hut.fi>
9929
9930         * lilypond.words: add one.
9931
9932         * lilypond-font-lock.el: add colour groups for horizontal, vertical 
9933         and expressional note grouping. Fontify chord modes.
9934
9935 2003-01-09  Heikki Junes  <hjunes@cc.hut.fi>
9936
9937         * Documentation/user/music-glossary.tely (Top): translate melisma.
9938
9939 2003-01-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9940
9941         * Documentation/user/music-glossary.tely (Top): add melisma.
9942
9943 2002-01-08  Juergen Reuter  <reuter@ipd.uka.de>
9944
9945         * lily/gregorian-ligature-engraver.cc: bugfix: added missing
9946         interfaces for (abstract) grob GregorianLigature
9947
9948         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc:
9949         renamed head* -> glyph_name*, x-shift* -> x-offset*
9950
9951         * scm/grob-property-description.scm: bugfix: added missing descriptions
9952
9953 2003-01-07  Jan Nieuwenhuizen  <janneke@gnu.org>
9954
9955         * input/test/chord-names-dpnj.ly: New file.
9956
9957         * scm/double-plus-new-chord-name.scm: Implement full and partial
9958         exceptions.
9959
9960         * lily/lexer.ll: <markup>: Allow dash and hyphen in markup command.
9961
9962         * scm/double-plus-new-chord-name.scm
9963         (double-plus-new-chord->markup): Fix sub->markup.
9964
9965
9966 2003-01-07  Juergen Reuter  <reuter@ipd.uka.de>
9967
9968         * lily/custos-engraver.cc: added TODO; editorial changes
9969
9970         * lily/ligature-bracket-engraver.cc: added typeset_ligature () for
9971         consistency with other ligature engravers; removed access on (now)
9972         private variable _ligature of Ligature_engraver
9973
9974         * lily/include/ligature-engraver.hh, lily/ligature-engraver.cc:
9975         renamed last_bound -> last_bound_; issue programming_error on
9976         abstract method calls; moved primitives code from
9977         Mensural_bracket_engraver to here (because almost ligature
9978         engravers will need it); renamed try_stop_ligature () ->
9979         typeset_ligature (); bugfix: store primitives of finished ligature
9980         in separate variable finished_primitives_ to avoid clash on input
9981         like "\] \["; added current_ligature () to enable access on
9982         private variable _ligature
9983
9984         * lily/mensural-ligature-engraver.cc: removed primitives_ code
9985         (now in super class); renamed try_stop_ligature () ->
9986         typeset_ligature ()
9987
9988         * lily/mensural-ligature.cc: issue programming_error on abstract
9989         method calls
9990
9991         * lily/note-heads-engraver.cc: added TODO comment upon bool
9992         in_ligature
9993
9994         * mf/parmesan-heads.mf: fixed some of set_char_box()
9995
9996         * scm/grob-description.scm: added VaticanaLigature
9997
9998         * scm/grob-property-description.scm: added neume prefix properties
9999
10000         * ly/gregorian-init.ly, lily/gregorian-ligature-engraver.cc,
10001         lily/include/gregorian-ligature-engraver.hh,
10002         lily/include/gregorian-ligature.hh: new files; framework for
10003         gregorian ligature engravers such as vaticana
10004
10005         * lily/vaticana-ligature.cc, lily/vaticana-ligature-engraver.cc,
10006         lily/include/vaticana-ligature.hh, input/test/vaticana.ly:
10007         vaticana style ligature implementation (still somewhat uncomplete)
10008
10009 2003-01-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10010
10011         * VERSION: release 1.7.11
10012
10013         * scripts/convert-ly.py: add ly:pitch-transpose rule
10014
10015 2003-01-06  Jan Nieuwenhuizen  <janneke@gnu.org>
10016
10017         * input/test/dpncnt.ly: New file.
10018
10019         * lily/my-lily-lexer.cc: Add chordnames keyword.
10020
10021         * lily/parser.yy (chordnames_block): Parse chord name exception
10022         lists, see input/test/dpncnt.ly.
10023
10024         * scm/chord-name.scm (set-double-plus-new-chord-name-style): New
10025         function.
10026
10027         * scm/lily.scm (filter-out-list): Bugfix: filter rest using
10028         filter-out too.
10029
10030         * lily/pitch.cc (ly_pitch_transpose): Scheme name now
10031         ly:pitch-transpose (was ly:transpose-pitch), in conformance with
10032         pitch functions (except for ly:make-pitch, but that's apparently
10033         some sort of scheme naming standard?).
10034
10035         * scm/lily.scm (!=): define-public.
10036
10037         * scm/new-markup.scm (make-markup-maker): define-public make-markups.
10038
10039 2003-01-05  Jan Nieuwenhuizen  <janneke@gnu.org>
10040
10041         * scm/double-plus-new-chord-name.scm
10042         (double-plus-new-chord-name->markup): New file.
10043
10044 2003-01-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10045
10046         * python/lilylib.py (make_preview): don't suppress progress for
10047         bbox extraction.
10048
10049 2003-01-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10050
10051         * Documentation/user/appendices.itely (scheme): update for new syntax.
10052
10053         * input/regression/chord-name-styles.ly: new file
10054
10055         * lily/instrument-name-engraver.cc: create instrument names
10056         without barline too.  Allows instrument name on ChordNames  
10057
10058         * scm/new-markup.scm (interpret-markup): allow simple strings as
10059         markup too.
10060
10061 2003-01-04  Jan Nieuwenhuizen  <janneke@gnu.org>
10062
10063         * scm/chord-name.scm: Super/raise changes and fixes for Banter.
10064         (step->markup-accidental): Fix: add accidental.
10065         (chord::inner-name-american): 
10066         (chord::inner-name-jazz): Ugly fix from inner-name-banter: do not
10067         append stray '/' if last superscript addition was 'o'.
10068
10069         * scm/new-markup.scm (normal-size-sub-markup) 
10070         (normal-size-super-markup): New function.
10071
10072         * lily/source-file.cc (Source_file): Add warning for possibly
10073         intentional but suspicious initialization.
10074
10075         * scm/chord-name.scm: Small rewrites, layout fixes.  Identify and
10076         add comments about cut-and-paste programming.
10077
10078         * flower/rational.cc (lcm): Not used; comment out.
10079
10080 2003-01-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10081
10082         * lily/new-fingering-engraver.cc (position_scripts): use
10083         fingerHorizontalDirection to determine fingering horizontal
10084         directions.
10085  
10086         * lily/accidental-engraver.cc (acknowledge_grob): add accidental to
10087         fingering support.
10088
10089         * scripts/convert-ly.py (FatalConversionError.conv): add style
10090         conversion rule. 
10091
10092         * scm/chord-name.scm (set-chord-name-style): new function.
10093         (new-chord-name-brew-molecule): revise to interpret markup only
10094         (new-chord->markup): cleanuppish rewrite. To be called from the
10095         new engraver.
10096
10097         * lily/new-chord-name-engraver.cc: new engraver: call Chord ->
10098         Markup earlier, during interpreting.
10099
10100         * input/test/{banter,jazz,american}-chords.ly (scheme): update
10101         style settings. Rename to chord-names-*.ly
10102
10103 2003-01-03  Jan Nieuwenhuizen  <janneke@gnu.org>
10104
10105         * scm/chord-name.scm: Painful merge of Amy's patch to old-style
10106         markup code and update to new markup.  Most probably broke some of
10107         it.
10108         
10109 2002-12-30  Juergen Reuter  <reuter@ipd.uka.de>
10110
10111         * Documentation/user/refman.itely: added docu for ambitus and
10112         clusters
10113
10114         * lily/lookup.cc, scm/tex.scm: cleanup: avoid nasty double
10115         ly_quote_scm() in lookup.cc
10116
10117         * mf/parmesan-clefs.mf: set_char_box fix
10118
10119         * lily/cluster-engraver.cc: junk implicit protection; use
10120         Protected_scm instead
10121
10122 2002-12-29  Jan Nieuwenhuizen  <janneke@gnu.org>
10123
10124         * scm/chord-name.scm: Junk "`(," constructs, use make-FOO-markup
10125         throughout.
10126
10127         * scm/new-markup.scm: Turn-off error-triggering test code.
10128
10129 2002-12-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10130
10131         * scm/new-markup.scm (markup-thrower-typecheck) 
10132         (markup-typecheck?):  add full typechecking functions.
10133         (make-markup-maker): add make-FOO-markup functions.
10134         (markup-argument-list-error): nice error checking messages.
10135         (make-markup): better function: less quoting escapades.
10136
10137 2002-12-29  Jan Nieuwenhuizen  <janneke@gnu.org>
10138
10139         * scm/chord-name.scm: Remove fixme's.  Jazz chords still broken.
10140
10141 2002-12-28  Jan Nieuwenhuizen  <janneke@gnu.org>
10142
10143         * cygwin/lilypond.hint (requires): Add cygwin.
10144
10145         * .cvsignore: Remove stepmake (huh!?!), add lib.
10146
10147         * GNUmakefile.in: Add libdir links for builddir runs.
10148
10149         * scripts/midi2ly.py: Add [lilypond_]libdir/python to path,
10150         instead of datadir.
10151
10152         * make/substitute.make (ATVARIABLES): Add lilypond_libdir,
10153         local_lilypond_libdir.
10154
10155         * config.make.in (lilypond_libdir): Add.
10156
10157         * stepmake/stepmake/substitute-rules.make: 
10158         * stepmake/stepmake/script-rules.make: 
10159         * stepmake/stepmake/python-module-rules.make:
10160         * stepmake/aclocal.m4 (STEPMAKE_LIBDIR): Fixes from
10161         lilypond-python-module patch.
10162
10163 2002-12-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10164
10165         * Documentation/user/refman.itely (Graphical interfaces): add note
10166         about xml2ly.
10167
10168 2002-12-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10169
10170         * scripts/ly2dvi.py (run_dvips): remove trailing newline
10171
10172 2002-12-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10173
10174         * VERSION: released 1.7.10
10175
10176         * scripts/musedata2ly.py (): idem
10177
10178         * scripts/midi2ly.py (dump_chord): idem
10179
10180         * scripts/etf2ly.py (version): idem 
10181
10182         * scripts/pmx2ly.py (Slur.calculate): new chord syntax
10183
10184         * scripts/mup2ly.py (pre_processor_commands): new chord syntax
10185
10186         * scm/tex.scm (tex-output-expression): remove eval compat
10187         glut. Other output files too.
10188
10189         * scm/chord-name.scm: don't export anything from chord module.
10190
10191         * input/test/american-chords.ly: idem
10192
10193         * input/test/banter-chords.ly (texidoc): idem
10194
10195         * input/test/Cc-chords.ly: add breakage notes.
10196
10197         * Documentation/user/refman.itely (Text markup): rewrite manual
10198         section.
10199
10200         * lily/parser.yy (scalar): allow \markup { } as property value. 
10201
10202         * scm/chord-name.scm: complete new markup usage
10203
10204         * scm/grob-description.scm (all-grob-descriptions): use new markup
10205         texts by default
10206
10207 2002-12-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10208
10209         * scm/chord-name.scm: partial move to new markup texts.
10210
10211 2002-12-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10212
10213         * scm/grob-description.scm (all-grob-descriptions): small bass figures.
10214
10215         * scm/bass-figure.scm (brew-bass-figure): make stack direction
10216         settable.
10217
10218 2002-12-18  Heikki Junes <hjunes@cc.hut.fi>
10219
10220         * lilypond-mode.el (LilyPond-command): propose 2midi if midi is
10221         invoked for old midi, wait for killing.
10222
10223 2002-12-16  Heikki Junes <hjunes@cc.hut.fi>
10224
10225         * Documentation/user/music-glossary.tely: Finnishing.
10226
10227 2002-12-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10228
10229         * mf/feta-nummer-code.mf: some kerning pairs.
10230
10231 2002-12-14  Rune Zedeler  <rz@localhost.localdomain>
10232
10233         * scm/output-lib.scm (set-bar-number-visibility): Context-function
10234         Added.
10235
10236         * Documentation/user/refman.itely (Bar numbers):
10237         set-bar-number-visibility added, modulo-bar-number removed again
10238         (sorry).
10239
10240 2002-12-14  Heikki Junes <hjunes@cc.hut.fi>
10241
10242         * scm/output-lib.scm (modulo-bar-number-visible): add function.
10243
10244         * Documentation/user/refman.itely: add modulo-bar-number-visible.
10245
10246         * Documentation/user/music-glossary.tely: translate into Finnish.
10247
10248 2002-12-10  Heikki Junes <hjunes@cc.hut.fi>
10249
10250         * lilypond-mode.el: add shortcut for 2midi
10251
10252         * lilypond-font-lock.el: fontify lyrics
10253
10254 2002-12-10  Rune Zedeler  <rz@daimi.au.dk>
10255
10256         * scm/drums.scm : use 1.7.x names.
10257
10258         * input/regression/drums.ly : Don't use << chords >>
10259
10260 2002-12-10  Heikki Junes <hjunes@cc.hut.fi>
10261
10262         * lilypond-mode.el: tidy, add TODO
10263
10264         * make/lilypond.mandrake.spec.in: install-info quietly.
10265
10266 2002-12-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10267
10268         * input/test/markup.ly: use new syntax.
10269
10270 2002-12-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10271
10272         * ly/params-init.ly (interscoreline): add word-space
10273
10274         * input/test/metronome.ly (eighthNote): idem.
10275
10276         * input/test/script-priority.ly: use new markup
10277
10278         * lily/parser.yy (markup): allow HEAD markup0 markup1 
10279
10280         * lily/molecule-scheme.cc (ly:molecule-translate): new function.
10281
10282         * lily/parser.yy (gen_text_def): bugfix.
10283         (full_markup): allow markup identifier.
10284
10285 2002-12-09  Heikki Junes <hjunes@cc.hut.fi>
10286
10287         * lilypond-mode.el (LilyPond-kill-job): Kill all LilyPond compiling
10288         jobs at the same time. Add horizontal lines to Command menu.
10289         Allow one compiling job -- propose killing others before a new one.
10290
10291         * lilypond.words: add markup, teeny, etc.
10292
10293 2002-12-08  Heikki Junes <hjunes@cc.hut.fi>
10294
10295         * lilypond-mode.el: Use LilyPond-command-alist for Midi and MidiAll.
10296         Allow only one type of midi process; launching Midi either stops
10297         midis or plays the current midi and launching MidiAll stops midis
10298         and starts timidity with "-ia", i.e., XAW-interface. Bind C-c C-return 
10299         to MidiAll. Choose "timidity-[1-9].ly" etc. files to MidiAll.
10300
10301 2002-12-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10302
10303         * lily/text-engraver.cc (process_acknowledged_grobs): use new
10304         markup  for new markup texts.
10305
10306         * lily/mark-engraver.cc (process_music): idem
10307         
10308         * lily/instrument-name-engraver.cc (create_text): idem
10309
10310         * scm/new-markup.scm (magnify-markup): new function.
10311
10312         * scm/molecule.scm (stack-lines): bugfix.
10313
10314         * lily/font-interface.cc (get_font): take font-magnification from
10315         alist chain.
10316
10317 2002-12-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10318
10319         * lily/molecule-scheme.cc: move scheme functions to separate file.
10320
10321         * lily/font-metric.cc  (ly_get_glyph): new function. 
10322         
10323         * scm/new-markup.scm (column-markup): use baseline-skip for columns.
10324         (italic-markup, dynamic-markup): new functions
10325         (font-markup): new function
10326
10327         * lily/molecule.cc (ly_molecule_combined_at_edge): optional
10328         padding and minimum
10329
10330 2002-12-07  Rune Zedeler  <rz@daimi.au.dk>
10331
10332         * lily/accidental-engraver.cc:
10333         Bugfix: Also print forced accidentals when autoAccidentals = \turnOff
10334
10335 2002-12-06  Heikki Junes <hjunes@cc.hut.fi>
10336
10337         * lilypond.vim:
10338         * lilypond-font-lock.el: Put \longa as duration. Accept only 
10339         [a-zA-Z] for user defined identifiers. Separate note cases 
10340         with and without a duration (allow cis\longaX).
10341
10342         * lilypond.words: Add words from Info.
10343
10344 2002-12-06  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
10345
10346         * stepmake/stepmake/c++-rules.make: Compile fix (bison 1.28)
10347
10348 2002-12-05  Heikki Junes <hjunes@cc.hut.fi>
10349
10350         * lilypond-mode.el: Propose reverting buffer before a command if
10351         it was edited with an another editor.
10352
10353 2002-12-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10354
10355         * lily/molecule.cc (ly_translate_molecule): new function
10356
10357         * python/GNUmakefile (INSTALLATION_DIR1): install Python module
10358         into libdir
10359
10360         * autogen.sh (srcdir): copy aclocal.m4 if newer. 
10361
10362         * stepmake/aclocal.m4: STEPMAKE_LIBDIR.
10363
10364 2002-12-04  Heikki Junes <hjunes@cc.hut.fi>
10365
10366         * lilypond.words: take \words from Info-index.
10367
10368 2002-12-04  Jan Nieuwenhuizen  <janneke@gnu.org>
10369
10370         * scm/sodipodi.scm: Add instruction for generating pfa fonts.
10371
10372 2002-12-02  Heikki Junes <hjunes@cc.hut.fi>
10373
10374         * make/lilypond.mandrake.spec.in: use %make and %makeinstall.
10375
10376 2002-12-01  Heikki Junes <hjunes@cc.hut.fi>
10377
10378         * make/lilypond.mandrake.spec.in: set menu-items to lilypond-info 
10379         and lilypond-documentation.
10380
10381 2002-12-02  Jan Nieuwenhuizen  <janneke@gnu.org>
10382
10383         * lily/parser.yy: Compile fix (bison 1.75).
10384
10385 2002-12-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10386
10387         * VERSION: 1.7.9 released
10388
10389         * scm/music-functions.scm (shift-one-duration-log): refactor.
10390         Use music-map.
10391
10392         * input/regression/chord-tremolo.ly (texidoc): add dot test.
10393
10394         * NEWS: update.
10395
10396         * lily/font-interface.cc (get-font): take alist chain i.s.o. alist
10397         argument
10398         
10399         * scm/music-functions.scm (display-music): new function
10400         (music-map): change arg order.
10401
10402         * input/regression/new-markup-syntax.scm: new file
10403
10404         * lily/parser.yy (markup): add \markup { .. } syntax.
10405
10406         * scm/new-markup.scm (override-markup): new function
10407         (lookup-markup): new function
10408         (music-markup): new function
10409         (lookup-markup-command): use markup-signature to store argument
10410         format for parser.
10411
10412         * lily/lexer.ll: preliminary \markup syntax. 
10413
10414 2002-11-30  Heikki Junes <hjunes@cc.hut.fi>
10415
10416         * make/lilypond.mandrake.spec.in: remove extra %changelog entries,
10417         add pre/post-dependencies and menus with icons from source.
10418
10419         * Documentation/pictures/lilypond-48x48.xpm:
10420         * Documentation/pictures/lilypond-32x32.xpm:
10421         * Documentation/pictures/lilypond-16x16.xpm: new files, background
10422         transparent.
10423
10424         * stepmake/stepmake/generic-targets.make:
10425         * stepmake/stepmake/toplevel-targets.make: Add make rpm-mandrake.
10426
10427 2002-11-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10428
10429         * input/regression/music-map.ly (texidoc): new file.
10430
10431         * scm/music-functions.scm (music-map): new function
10432
10433 2002-11-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10434
10435         * lily/ligature-engraver.cc (create_ligature_spanner): fix fixes.
10436
10437 2002-11-28  Heikki Junes <hjunes@cc.hut.fi>
10438
10439         * input/test/to-xml.ly:
10440         * lily/ligature-engraver.cc: Fixes documentation.
10441
10442         * lilypond.mandrake.spec.in:
10443         * lilypond.redhat.spec.in: Add lilypond.words.
10444
10445         * Documentation/user/refman.itely: Mention Info inside emacs.
10446         
10447         * lilypond.suse.spec.in:
10448         * lilypond.redhat.spec.in:
10449         * lilypond.mandrake.spec.in: Set root-owner for doc
10450         (tobbe@nyvalls.se).
10451
10452 2002-11-27  Jan Nieuwenhuizen  <janneke@gnu.org>
10453
10454         * scripts/ly2dvi.py (run_dvips): Use ly.read_pipe () instead of
10455         os.popen.read ().
10456
10457 2002-11-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10458
10459         * scripts/ly2dvi.py (include_path): print warning if failing anything.
10460
10461         * python/lilylib.py (error): add space
10462
10463 2002-11-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10464
10465         * GNUmakefile.in (EXTRA_DIST_FILES): add lilypond.words for
10466         distribution.
10467
10468 2002-11-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10469
10470         * lily/paper-outputter.cc (Paper_outputter): close port when
10471         finishing score.
10472
10473 2002-11-26  Jan Nieuwenhuizen  <janneke@gnu.org>
10474
10475         * scm/sodipodi.scm: Fixes.
10476
10477 2002-11-26  Heikki Junes <hjunes@cc.hut.fi>
10478
10479         * lilypond-mode.el: Look shortcuts in menu from keymap, if possible.
10480
10481         * buildscripts/make-font-dir.py: Fix. 
10482
10483 2002-11-25  Heikki Junes <hjunes@cc.hut.fi>
10484
10485         * lilypond-mode.el: Add support for Info inside Emacs.
10486
10487 2002-11-24  Jan Nieuwenhuizen  <janneke@gnu.org>
10488
10489         * buildscripts/make-font-dir.py: 
10490         * mf/GNUmakefile: Make sodipodi font map.
10491
10492         * scm/sodipodi.scm: Add more output functions.
10493
10494         * mf/feta-nummer.mf: 
10495         * mf/feta-beugel.mf: Add font_coding_scheme.
10496
10497         * lily/paper-outputter.cc (output_header): Fix creator string.
10498
10499 2002-11-23  Heikki Junes <hjunes@cc.hut.fi>
10500
10501         * lilypond-mode.el (LilyPond-autocompletion): invoked with
10502         [S-iso-lefttab], fixes at bol and eol, descriptive variable names.
10503
10504         * lilypond.words: add two (Everybody can add/remove words now!).
10505
10506         * debian/rules:
10507         * make/lilypond.suse.spec.in:
10508         * make/lilypond.mandrake.spec.in:
10509         * make/lilypond.redhat.spec.in: Add lilypond.words for emacs-files.
10510
10511         * Documentation/user/refman.itely: Mention autocompletion.
10512
10513 2002-11-23  Jan Nieuwenhuizen  <janneke@gnu.org>
10514
10515         * scripts/ly2dvi.py: Add paper sizes.
10516
10517         * lily/timing-engraver.cc: 
10518         * lily/time-signature.cc: 
10519         * lily/span-bar.cc: 
10520         * lily/grob-scheme.cc: Code formatting fixes.
10521
10522         * scm/sodipodi.scm: 
10523         * scm/sketch.scm:
10524         * buildscripts/mf-to-table.py: 
10525         * buildscripts/make-font-dir.py: Font testing.
10526
10527 2002-11-23  Heikki Junes <hjunes@cc.hut.fi>
10528
10529         * lilypond-mode.el (LilyPond-autocompletion): deletes end-of-word,
10530         inserts try-completion and shows all-completions.
10531
10532         * lilypond.words: '\' -> '\\'
10533
10534         * lilypond-mode.el: load libraries in the end, lilypond.words defines
10535         LilyPond-keywords, LilyPond-identifiers and LilyPond-reserved-words.
10536         
10537         * lilypond-font-lock.el: Use LilyPond-keywords, LilyPond-identifiers
10538         and LilyPond-reserved-words.
10539         
10540 2002-11-22  Heikki Junes <hjunes@cc.hut.fi>
10541
10542         * lilypond-mode.el (LilyPond-words-filename): find lilypond.words
10543         from load-path.
10544         
10545         * lilypond-mode.el (LilyPond-autocompletion): shows completions in
10546         the mini-buffer with Control-Shift-c.
10547         
10548 2002-11-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10549
10550         * lily/parser.yy (tempo_event): use tempo-unit for \tempo
10551         duration. This fixes \tempo taking time.
10552
10553 2002-11-21  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
10554
10555         * lily/volta-engraver.cc (process_acknowledged_grobs): 
10556         Allow for text markup in repeatCommands. 
10557
10558 2002-11-21  Heikki Junes <hjunes@cc.hut.fi>
10559
10560         * lilypond-mode.el (LilyPond-insert-string): new function, use it
10561         in LilyPond-insert-tag-notes. LilyPond-insert-between, new function.
10562         Get rid of skeleton.el-dependency.
10563
10564         * Documentation/topdocs/INSTALL.texi: tell how to get syntax-highlight.
10565
10566 2002-11-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10567
10568         * lily/beam-engraver.cc (stop_translation_timestep): reset
10569         now_stop_ev_
10570
10571         * lily/scm-option.cc: add parse-protect to ly:set-option
10572
10573         * lily/lexer.ll: set errorlevel if GUILE fails during parse.
10574
10575 2002-11-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10576
10577         * lily/include/ligature-bracket.hh: removed
10578         * lily/ligature-bracket.cc: removed
10579
10580         * lilypond-mode.el (LilyPond-expand-alist): set LaTeX extension to
10581         .tex
10582
10583         * lily/beam.cc (set_beaming): don't change beam count on rests.
10584         (brew_molecule): always set flag-width > 0.
10585
10586 2002-11-19  Heikki Junes <hjunes@cc.hut.fi>
10587
10588         * lilypond-mode.el: LilyPond-imenu-generic-re: only alphabetic
10589         chars, remove instructions; instead, refer to lilypond-init.el and
10590         Documentation/topdocs/INSTALL.texi.
10591
10592         * lilypond.words: add identifiers and reserved words.
10593
10594         * Documentation/topdocs/INSTALL.texi: separate sections for installing
10595         files and adding a load-path.
10596
10597         * lilypond-init.el: Instructions, extracted from 
10598         Documentation/topdocs/INSTALL.texi. 
10599         
10600 2002-11-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10601
10602         * VERSION: 1.7.8 released 
10603
10604         * lily/grob.cc (warning): better robustness fix.
10605
10606 2002-11-19 Juergen Reuter  <reuter@ipd.uka.de>
10607
10608         * lily/cluster-engraver.cc: bugfix: use protected scm upon columns
10609
10610         * lily/cluster-engraver.cc: stick better to variable naming
10611         conventions
10612
10613         * lily/cluster-engraver.cc: bugfix: delay typesetting of cluster
10614         until stop_translation_timestep()
10615
10616         * lily/cluster-engraver.cc, lily/cluster.cc: design fix: pass
10617         min/max coordinates to backend, but no musical info such as
10618         pitches
10619
10620         * lily/cluster.cc: robustness fix: do not crash upon empty cluster
10621
10622         * lily/grob.cc: robustness fix: warning(): do not crash if
10623         cause is not set
10624
10625         * lily/ligature-bracket-engraver.cc, scm/grob-description.scm: use
10626         the much more elaborated tuplet brackets than the very naive and
10627         simple ligature bracket grob
10628
10629 2002-11-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10630
10631         * Documentation/user/refman.itely (Analysis brackets): add
10632         horizontal bracket doco.
10633
10634         * ly/property-init.ly (setMmRestFermata): added.
10635
10636         * Documentation/user/refman.itely (Multi measure rests): fermatas
10637         on mm rests.
10638
10639         * input/regression/apply-context.ly (texidoc): new file
10640
10641         * lily/parser.yy (Simple_music): \applycontext #FUNCTION allows
10642         code to be executed during interpretation. Possible applications:
10643         smart octavation, more advanced bar checks. 
10644
10645         * lily/apply-context-iterator.cc: new file.
10646
10647 2002-11-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10648
10649         * input/test/new-markup.ly: new file.
10650
10651         * lily/text-item.cc (text_to_molecule): new function
10652
10653         * scm/new-markup.scm (lambda): new file
10654
10655         * lily/function-documentation.cc (ly_add_function_documentation):
10656         add proc property as well
10657
10658 2002-11-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10659
10660         * Documentation/user/music-glossary.tely (Top): add custos.
10661
10662 2002-11-18  Heikki Junes <hjunes@cc.hut.fi>
10663
10664         * Documentation/topdocs/INSTALL.texi: advise how to include source
10665         path to Emacs load-path and improve language.
10666
10667 2002-11-16  Jan Nieuwenhuizen  <janneke@gnu.org>
10668
10669         * GNUmakefile.in: config.h message fix.
10670
10671         * autogen.sh:
10672         * aclocal.m4: Regenerate.
10673
10674         * configure.in: 
10675         * config.make.in: 
10676         * stepmake/config.make.in: 
10677         * stepmake/configure.in: 
10678         * stepmake/autogen.sh: 
10679         * stepmake/aclocal.m4: Update for autoconf 2.56.
10680
10681 2002-11-16  Heikki Junes <hjunes@cc.hut.fi>
10682
10683         * Documentation/topdocs/INSTALL.texi: instructions for an user how
10684         to install Emacs-mode. Instructions how to use vim-mode.
10685
10686 2002-11-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10687
10688         * scm/music-types.scm (music-descriptions): no length for tempo event.
10689
10690         * input/*.ly: add \version everywhere.
10691         
10692         * input/*.ly: update syntax to 1.7 + new-chords.
10693
10694         * VERSION: 1.7.7 released.
10695         
10696         * Documentation/user/*.tely: new chord syntax.
10697
10698         * input/regression/[bc]*.ly (texidoc): syntax updates.
10699         
10700 2002-11-13  Heikki Junes <hjunes@cc.hut.fi>
10701
10702         * lilypond.words: add vocabulary to be used in auto-completion
10703
10704         * vimrc: autocompletion in Insert/Replace-mode with <Ctrn-N>
10705
10706         * lilypond.vim: allow note name at EOF
10707
10708 2002-11-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10709
10710         * buildscripts/new-chords.py (edit): -e option: inline editing.
10711
10712         * input/regression/a*.ly (texidoc): syntax updates.
10713
10714         * Documentation/user/lilypond-book.itely (Integrating La@TeX{} and
10715         music): elucidations. 
10716
10717 2002-11-11 Juergen Reuter  <reuter@ipd.uka.de>
10718
10719         * lily/include/lily-proto.hh, ly/engraver-init.ly,
10720         ly/spanners-init.ly, scm/grob-description.scm,
10721         scm/grob-property-description.scm, scm/music-types.scm,
10722         lily/cluster-engraver.cc, lily/cluster.cc,
10723         lily/include/cluster.hh, input/test/cluster.ly: cluster
10724         implementation
10725
10726         * lily/include/lookup.hh, lily/lookup.cc, scm/pdf.scm
10727         ps/music-drawing-routines.ps, scm/ascii-script.scm, scm/ps.scm,
10728         scm/sketch.scm, scm/tex.scm: support for dots and polygons added
10729
10730         * lily/lookup.cc: bugfix: fixed infinite loop in frame ()
10731
10732         * mf/parmesan-heads.mf: bugfix: vaticana punctum set_char_box
10733
10734         * scm/grob-description.scm: bugfix: by default, use default note
10735         head style when engraving ligatures
10736
10737         * lily/note-heads-engraver.cc: bugfix: do not steal ligature events
10738
10739         * lily/mensural-ligature-engraver.cc: bugfix: accept ligature
10740         events
10741
10742         * lily/ligature-bracket-engraver.cc: bugfix: accept ligature events
10743
10744         * input/test/ancient-font.ly: bugfix: style -> flag-style
10745
10746         * lily/ligature-engraver.cc: indentation fix
10747
10748         * lily/parser.yy: indentation fixes
10749         
10750 2002-11-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10751
10752         * input/regression/measure-grouping.ly: more elaborate example.
10753
10754         * lily/moment.cc: ly:add-moment, ly:mul-moment,
10755         ly:div-moment. New functions 
10756
10757         * scm/music-functions.scm (set-time-signature): new function,
10758         allow inline time sig settings with measure grouping.
10759
10760         * lily/parser.yy (command_element): move time sig construction
10761         into Scheme.
10762
10763         * lily/side-position-interface.cc (out_of_staff): new function,
10764         like padding, but keep minimum distance from staff. Easier than
10765         linespanners (dynamics, pedals), but roughly the same effect.
10766
10767 2002-11-10 Heikki Junes  <hjunes@cc.hut.fi>
10768
10769         * emacs-mode.el: Added spanish-note-replacements 
10770         (Carlos Betancourt, <carlos.betancourt@chello.be>).
10771
10772         * vimrc: (Un)commenting with <(S-)F12>, tidy.
10773
10774 2002-11-08  Heikki Junes  <hjunes@cc.hut.fi>
10775
10776         * lilypond.vim: Do not fontify cises, desis, etc.
10777
10778         * vimrc: view dvi with <S-F6>
10779
10780 2002-11-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10781
10782         * lily/lookup.cc (triangle): new function.
10783
10784         * input/regression/measure-grouping.ly (texidoc): new file: show
10785         triangles and brackets for beat groups of 3 and 2.
10786
10787         * lily/include/measure-grouping-spanner.hh (class
10788         Measure_grouping): new file.
10789
10790         * lily/measure-grouping-spanner.cc (brew_molecule): new file
10791
10792         * lily/measure-grouping-engraver.cc (class
10793         Measure_grouping_engraver): new file.
10794
10795 2002-11-06  Jan Nieuwenhuizen  <janneke@gnu.org>
10796
10797         * Merge from stable:
10798
10799             cvs update -jlilypond_1_6_6 -jlilypond_1_6_6_1
10800         
10801         * ly/paper16-init.ly (paperSixteen): Bugfix: set fonts instead of
10802         stylesheet.
10803
10804         * ly/paper19.ly: Include paper19-init.ly.
10805
10806         * ly/paper19-init.ly: New file.
10807
10808         * Documentation/user/tutorial.itely (First steps): Fix first
10809         example for font test.
10810
10811         * input/tutorial/brahms-tweaked.ly: Fix by hand for font test.
10812
10813         * ChangeLog: Add 1.7.6 release marker (see below).
10814
10815         * stepmake/stepmake/python-module-vars.make (EXTRA_DIST_FILES):
10816         Add .py files.
10817
10818 2002-11-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10819
10820         * input/tutorial/sammartini.ly (bassvoices): to new syntax.
10821
10822         * input/tutorial/*.ly: update to new syntax.
10823
10824         * lily/parser.yy (Composite_music): new transpose syntax,
10825         \transpose FROM TO MUSIC. 
10826
10827 2002-11-04  Jan Nieuwenhuizen  <janneke@gnu.org>
10828
10829         * scripts/lilypond-book.py: * scripts/ly2dvi.py: Fix: redirect
10830         latex progress/error output to stderr (by default this goes to
10831         stdout).  Show lilypond progress, even when not verbose.
10832
10833         * python/lilylib.py (system): New optional parameter to control
10834         showing of progress.
10835
10836         * scm/backend-documentation-lib.scm (check-dangling-properties):
10837         Fix error message.
10838
10839         * lily/text-item.cc (ADD_INTERFACE): Remove align, magnify.  Add
10840         axis, extent.
10841
10842         * scm/grob-property-description.scm (magnify): Remove.
10843         (extent, axis): Add.
10844
10845 2002-11-03  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10846
10847         * VERSION: Release 1.7.6.
10848
10849         * scripts/convert-ly.py: more uniformization substitutions.
10850
10851         * buildscripts/new-chords.py (sub_chords): new file.
10852
10853 2002-11-03  Jan Nieuwenhuizen  <janneke@gnu.org>
10854
10855         * mf/GNUmakefile: Bugfix: Use actual fontname (.AFM FontName) for
10856         lilypond.map.  Include sauter fonts too.  Cleanups.
10857
10858 2002-11-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10859
10860         * Documentation/user/tutorial.itely (First steps): change to new
10861         chord/tie/slur/beam notation.
10862
10863         * lily/parser.yy (event_that_take_dir): allow postfix notation for
10864         ties.
10865
10866         * lily/new-tie-engraver.cc (process_acknowledged_grobs): new
10867         engraver. Process ties in postfix notation, i.e. c8-~ c
10868
10869         * lilypond-mode.el (LilyPond-command-alist): run LaTeX by default.
10870
10871         * input/regression/beam-postfix-notation.ly (texidoc): new file.
10872
10873         * lily/parser.yy (event_that_take_dir): allows c8-[ for beams.
10874
10875         * lily/beam-engraver.cc (try_music): accept new-beam-events
10876
10877         * input/regression/chord-scripts.ly (texidoc): new file
10878
10879         * lily/new-fingering-engraver.cc (acknowledge_grob):  also handle
10880         script-events.
10881
10882         * scm/script.scm (default-script-alist): cleanup.
10883
10884         * lily/script-engraver.cc (make_script_from_event): cleanup.
10885
10886         * lily/lyric-combine-music-iterator.cc
10887         (Lyric_combine_music_iterator): remove superfluous events.
10888         (melisma_busy): new function. Fix broken melismas.
10889
10890 2002-10-31  Heikki Junes  <hjunes@cc.hut.fi>
10891
10892         * vimrc: Add shortcuts for compiling, midi-playing and PS-viewing.
10893         Remove nonvalid settings. Use descriptive key names.
10894         Use <Return> to indicate the pressing of that key.
10895
10896 2002-10-30  Jan Nieuwenhuizen  <janneke@gnu.org>
10897
10898         * scripts/lilypond-book.py (option_definitions): Typo.
10899
10900         * scripts/ly2dvi.py: Updates.
10901
10902         * python/lilylib.py (setup_environment, print_environment)
10903         (get_bbox, make_preview): Merge and remove from ly2dvi and
10904         lilypond-book.
10905
10906         * scripts/lilypond-book.py: Use lilylib.  Cleanups.
10907
10908         * .cvsignore: Remove some cruft.
10909
10910         * make/lilypond-vars.make (PYTHONPATH): Add python's outdir to
10911         path.
10912
10913         * scripts/ly2dvi.py: Use lilylib as module.  Fail gracefully if
10914         kpsexpand, kpsewhich, ps2pdf exit with error.  Cleanups and fixes
10915         throughout.
10916
10917         * python/lilylib.py (quiet_system): Junk
10918         (system): Display error log upon failure.
10919         (read_pipe): New function.  Cleanups and fixes.
10920
10921         * python/*.py: Rename from *.py.in.
10922         
10923         * make/substitute.make (ATVARIABLES): Add lilypond_datadir.
10924
10925         * GNUmakefile.in (SUBDIRS): Move python before scripts.
10926
10927 2002-10-30  Jan Nieuwenhuizen  <janneke@gnu.org>
10928
10929         * python/GNUmakefile: Bugfix: handle modules.
10930
10931         * stepmake/stepmake/python-module-targets.make (default): Add
10932         compiled modules. 
10933
10934         * stepmake/stepmake/python-module-rules.make: Add rule for byte
10935         compiling modules.
10936
10937         * stepmake/stepmake/python-module-vars.make (OUT_PY_MODULES):
10938         Bugfix.  (OUT_PYC_MODULES): Add.
10939
10940 2002-10-30  Heikki Junes  <hjunes@cc.hut.fi>
10941
10942         * make/lilypond.mandrake.spec.in: Repair info. Comment out menu.
10943         Use default paths. Refresh description.
10944
10945 2002-10-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10946
10947         * VERSION: 1.7.5 released
10948
10949         * input/regression/finger-chords.ly (texidoc): new file.
10950
10951         * lily/script-engraver.cc (process_music): remove scriptHorizontal
10952         support
10953
10954         * lily/fingering-engraver.cc (process_music): remove kludgy
10955         scriptHorizontal stuff.
10956
10957         * lily/script.cc: remove staff-support property.
10958
10959         * lily/new-fingering-engraver.cc (add_fingering): new
10960         file. Fingering engraver for new style chords.
10961
10962 2002-10-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10963
10964         * lily/parser.yy (bare_number): allow 4 \cm (without
10965         decimal dot). (should backport to 1.6?)
10966
10967         * ly/declarations-init.ly: use Scheme for dimension defs.
10968
10969         * lily/parser.yy (TODO): remove hard coded dimensions, add
10970         REAL NUMBER_IDENTIFIER production.
10971
10972         * lily/rest-collision.cc (force_shift_callback): rewrite using
10973         -done property.
10974
10975         * scm/grob-property-description.scm (rest-collision-done): add
10976         property.
10977         
10978         * lilypond.vim: add file (<hjunes@cc.hut.fi>)
10979
10980 2002-10-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10981
10982         * input/regression/multi-measure-rest-center.ly: new file.
10983
10984         * lily/multi-measure-rest.cc (big_rest): multi measure rest was
10985         off horizontally by 0.05 ss. Fixed.
10986
10987 2002-10-22  Jan Nieuwenhuizen  <janneke@gnu.org>
10988
10989         * scm/pdftex.scm: Rename ly-number to ly:number->string.
10990
10991         * Documentation/topdocs/index.tely: Remove duplicate from merge.
10992
10993 2002-10-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10994
10995         * lily/tie.cc (get_control_points): also avoid staff lines on the
10996         just outside the outer staff lines
10997
10998 2002-10-21  Jan Nieuwenhuizen  <janneke@gnu.org>
10999
11000         * ly/params-init.ly: Just define style-alist, no need to
11001         define-public.
11002
11003         * input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly: Fix style override
11004         (thanks Han-Wen).
11005
11006         * mf/GNUmakefile (FONT_FILES): Add feta-nummer.
11007         (FET_FILES): = FONT_FILES.
11008
11009         * Merge from stable:
11010
11011             cvs update -jlilypond_1_6_5 -jlilypond_1_6_6
11012
11013 2002-10-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11014
11015         * VERSION: 1.7.4 released.  
11016         
11017         * scm/generate-documentation.scm (string-append): add macro
11018         definitions.
11019
11020         * lily/text-item.cc (lookup_text): don't use virtual fonts for
11021         normal texts.
11022
11023         * lily/multi-measure-rest-engraver.cc: make separate
11024         MultiMeasureRestNumber grob. Introduce restNumberThreshold.
11025
11026         * lily/multi-measure-rest.cc: remove text handling. Remove
11027         number-threshold.
11028
11029 2002-10-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11030
11031         * scm/music-types.scm: doc patch by Graham Percival
11032
11033 2002-10-19  Jan Nieuwenhuizen  <janneke@gnu.org>
11034
11035         * buildscripts/make-font-dir.py (sketch_p): Bugfix: only write
11036         encoding part.
11037         (Font_info.set_defaults): pixelsize now also defauts to '0'.
11038         (sketch_p): Sketch wants only first four elements of X11 font spec.
11039
11040         * buildscripts/mf-to-table.py (parse_logfile): Bugfix. 
11041
11042         * mf/feta-autometric.mf: Write foundry and family to log.
11043
11044         * mf/GNUmakefile: Fixes for pfx builds.  Also write sketch
11045         font translation table.
11046
11047         * buildscripts/mf-to-table.py: Better font info into afm.
11048
11049         * buildscripts/make-font-dir.py: Use font info from afm.  Mftrace
11050         1.0.9 required.
11051
11052         * configure.in: Whine for mftrace 1.0.9.
11053
11054 2002-10-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11055
11056         * lily/parser.yy (chord_body): allow <<c e>>4 notation.
11057
11058         * lily/main.cc (main_prog): don't try to load init.EXT when
11059         processing foo.EXT.
11060
11061 2002-10-15  Rune Zedeler  <rune@zedeler.dk>
11062
11063         * scm/tex.scm (zigzig-line): added.
11064
11065         * scm/ps.scm (zigzag-line): added.
11066
11067         * ps/music-drawing-routines.ps (subvec): added.
11068         (draw_zigzag_line): added.
11069         
11070         * lily/line-spanner.cc: Add support for #'type = #'zigzag. reading
11071         grob properties zigzag-width and zigzag-length.
11072
11073         * input/regression/glissando.ly: Add some zig-zagged glissandi.
11074
11075 2002-10-15  Jan Nieuwenhuizen  <janneke@gnu.org>
11076
11077         * scm/sodipodi.scm: Some fixes.  Sketch also groks this bare-bones
11078         svg output, including font.
11079
11080 2002-10-14  Jan Nieuwenhuizen  <janneke@gnu.org>
11081
11082         * scm/lily.scm: Register sodipodi output module.
11083
11084         * scm/sodipodi.scm: New file.
11085
11086         * lily/afm.cc (read_afm_file): Read TfmCheckSum from comment.
11087
11088         * buildscripts/mf-to-table.py (base): Write TfmChecksum in
11089         comment, after header.
11090         (parse_logfile): Remove invalid key FontFamily.  Add mandatory key
11091         FullName.  Fix FontName key.
11092
11093 2002-10-14  Rune Zedeler  <rune@zedeler.dk>
11094
11095         * lily/rest.cc (after_line_breaking): bugfix: dots after half
11096         and breve rests.
11097         
11098         * input/test/blank-notes.ly: bugfix
11099
11100         * lily/rest.cc (after_line_breaking): bugfix: dots after whole
11101         rests. (Kim Shrier)
11102
11103         * input/test/rest-dot-positions.ly: Added. (Kim Shrier)
11104         
11105 2002-10-14  Jan Nieuwenhuizen  <janneke@gnu.org>
11106
11107         * scm/tex.scm: 
11108         * scm/ps.scm: Cleanup and remove obsolete junk.
11109
11110         * Documentation/user/internals.itely:
11111         * Documentation/user/refman.itely: Run texinfo-all-menus-update.
11112
11113         * lily/parser.yy: Identify shift/reduce problems.
11114
11115         * input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly: Rename
11116         make-style-sheet.  Too specific for convert-ly?
11117
11118 2002-10-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11119
11120         * po/cs.po: added czech translation, courtesy Tomas Kopecek.
11121
11122         * input/test/*.ly: various fixes.
11123
11124         * lily/music.cc (name): bugfix
11125
11126         * lily/piano-pedal-engraver.cc (try_music): fix pedals.
11127
11128         * lily/input-file-results.cc (code): set-point-and-click! ->
11129         set-point-and-click
11130         
11131 2002-10-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11132
11133         * Use uniform ly: prefix for exported scheme primitive functions.
11134
11135         * scm/music-types.scm: junk compat glue
11136
11137         * scripts/convert-ly.py: add rules for stuff below, junk
11138         compatibility glue for spanrequest.
11139
11140         * lily/parser.yy (verbose_event): remove \spanrequest,
11141         \commandspanrequest, \script. 
11142         
11143         * lily/identifier-smob.cc (LY_DEFINE): change name to ly-export
11144
11145         * lily/parser.yy: remove arpeggio keyword; use identifier. Idem
11146         for \penalty, \glissando.
11147
11148         * VERSION: release 1.7.3
11149         
11150 2002-10-13  Rune Zedeler  <rune@zedeler.dk>
11151
11152         * lily/accidental-engraver.cc: Fix
11153         grace-in-the-beginning-of-measure bug caused by the resent
11154         partial-measure fix.
11155
11156         * lily/stem.cc: reversed noteheads overlap half of the stem. (Full
11157         overlap looks too crowded)
11158         
11159 2002-10-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11160
11161         * lily/parser.yy (assignment): allow SCM expression as assignment.
11162
11163         * lily/include/music-output-def.hh (class Music_output_def):
11164         * lily/music-output-def.cc: 
11165         * lily/paper-def.cc: 
11166         * scm/font.scm (markup-to-properties):
11167         * lily/parser.yy (music_output_def_body): 
11168         remove style_sheet_
11169
11170 2002-10-12  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11171
11172         * ly/grace-init.ly (startGraceMusic): shorten default grace stem
11173         length.
11174
11175         * input/regression/spacing-to-grace.ly: new file.
11176
11177         * input/regression/spacing-end-of-line.ly: new file.
11178
11179         * lily/note-spacing.cc (get_spacing): take into account breakable
11180         stuff sticking out at the left (time sig change at line break).
11181
11182         * lily/spacing-spanner.cc (breakable_column_spacing): junk weird
11183         raggedright code.
11184
11185         * scm/music-functions.scm (make-voice-props-set): add
11186         staff-position for mm rests.
11187  
11188         * lily/spacing-spanner.cc (musical_column_spacing): shrink space
11189         before grace notes a little.
11190
11191         * lily/parser.yy (sup_quotes): use '\'' for sup_quotes.
11192
11193         * lily/break-align-interface.cc (do_alignment): right-edge spacing
11194         key adds space at the end of line. 
11195
11196 2002-10-11  Jan Nieuwenhuizen  <janneke@gnu.org>
11197
11198         * scm/sketch.scm: Fix beams.
11199
11200         * buildscripts/mf-to-table.py: Add EncodingScheme.
11201
11202         * scm/sketch.scm: Resurrect.
11203
11204 2002-10-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11205
11206         * lily/multi-measure-rest.cc: use breve rests for measure lengths
11207         longer than 4/4. Patch courtesy Kim Shrier <kim@tinker.com>.
11208
11209 2002-10-10  Jan Nieuwenhuizen  <janneke@gnu.org>
11210
11211         * stepmake/stepmake/c++-rules.make: Fixes for bison 1.50.
11212
11213         * lily/lexer.ll (My_lily_lexer): Avoid silly flex induced gcc warnings.
11214
11215 2002-10-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11216
11217         * lily/my-lily-lexer.cc (prepare_for_next_token): use previous
11218         token for origin information.
11219
11220         * lily/parser.yy (My_lily_lexer): do identifier location and
11221         cloning from lexer.
11222
11223         * scm/music-functions.scm (make-multi-measure-rest): move mmrest
11224         logic out of the parser. Add bar checks on both ends.
11225
11226         * Documentation/user/refman.itely (Multi measure rests): add more
11227         notes about mm rests.
11228
11229 2002-10-10  Jan Nieuwenhuizen  <janneke@gnu.org>
11230
11231         * input/regression/bar-scripts.ly: Re-enable.
11232
11233         * lily/parser.yy:
11234         * stepmake/stepmake/c++-rules.make: Fixes for bison 1.51 to be
11235         released rsn.  Bison 1.50 has a crucial bug and won't work.
11236
11237         * lily/lexer.ll (My_lily_lexer): Avoid silly flex induced gcc warnings.
11238
11239
11240 2002-10-07  Jan Nieuwenhuizen  <janneke@gnu.org>
11241
11242         * input/regression/bar-scripts.ly: Blunt documentation build fix.
11243
11244 2002-10-05  Jan Nieuwenhuizen  <janneke@gnu.org>
11245
11246         * Actually merge changes since 1.6.4 besides ChangeLog, and
11247         resolve conflicts.  Lots of updates, hope all is well.
11248         
11249         * cygwin/lilypond.hint (requires): Add ghostscript.
11250
11251         * scm: Update some (c).
11252         
11253 2002-10-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11254
11255         * input/test/{various}.ly: add \header fields and texidoc strings.
11256
11257 2002-10-05  Werner Lemberg  <wl@gnu.org>
11258
11259         * scripts/lilypond-book.py (output_dict) <latex>: `output_tex'
11260         renamed to `output_latex_quoted'.
11261         Added `output_latex_noquote'.
11262         (schedule_lilypond_block): Implement `noquote' option for LaTeX
11263         mode.
11264
11265 2002-11-03  Jan Nieuwenhuizen  <janneke@gnu.org>
11266
11267         * ChangeLog: Add 1.6.6 release marker.  See below.
11268
11269         * stepmake/stepmake/po-targets.make: Remove --c++ option.
11270
11271         * scripts/midi2ly.py: Fix global syntax warnings.
11272
11273         * GNUmakefile.in: Generate builddir locale tree too.
11274
11275         * scripts/ly2dvi.py:
11276         * scripts/midi2ly.py: 
11277         * scripts/mup2ly.py: 
11278         * scripts/update-lily.py:
11279         * lily/main.cc (setup_paths): Fix for locales setup.
11280
11281 2002-10-29  Jan Nieuwenhuizen  <janneke@gnu.org>
11282
11283         * Documentation/windows/installing.texi: Soften wording about
11284         necessity of becoming Administrator.  tommie@iae.nl reports this
11285         does not seem to be necessary for his flavour of Windows 2000.
11286         Explicitely discourage text mode mounts.
11287
11288 2002-10-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11289
11290         * lily/rest.cc (after_line_breaking): backport dot position fix.
11291
11292         * lily/rest-collision.cc (do_shift): also remove dots for suicided
11293         rests. Thanks to Klaus Zimmermann for finding this bug.
11294
11295 2002-10-24  Jan Nieuwenhuizen  <janneke@gnu.org>
11296
11297         * Documentation/topdocs/INSTALL.texi: Correction for broken /bin/sh.
11298
11299 2002-10-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11300
11301         * Documentation/user/music-glossary.tely: fix links.
11302
11303 2002-10-21  Werner Lemberg  <wl@gnu.org>
11304
11305         * tex/lily-ps-defs.tex (\lilypondsetdimen): Define ID macro.
11306         (\lilypondpostscript): Define PS macros `lyscaleXXX' (`XXX' is the
11307         scaling factor) only once and use them in the definition of
11308         \embeddedps.
11309         * ps/music-drawing-routines.ps (skeel): Removed.
11310
11311 2002-10-21  Jan Nieuwenhuizen  <janneke@gnu.org>
11312
11313         * stepmake/aclocal.m4: Changed 6 instances of $( ) to ` `, for
11314         Solaris7, as we don't use nested $( ) constructs.
11315
11316 2002-10-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11317
11318         * VERSION: Release 1.6.6.
11319         
11320 2002-10-21  Jan Nieuwenhuizen  <janneke@gnu.org>
11321
11322         * Documentation/topdocs/INSTALL.texi: Add note about using ksh for
11323         as workaround for /bin/sh problems on Solaris7.
11324
11325 2002-10-19  Werner Lemberg  <wl@gnu.org>
11326
11327         * GNUmakefile.in (web-doc): Fix typos.
11328         * tex/lilyponddefs.tex (\lilypondspecial): Don't scan
11329         `music-drawing-routines.ps' but emit \special{header=...} once.
11330         * scm/tex.scm (header-end): Updated.
11331
11332 2002-10-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11333
11334         * lily/stem-engraver.cc (acknowledge_grob): don't crash on
11335         undefined tremolo. 
11336
11337 2002-10-15  Werner Lemberg  <wl@gnu.org>
11338
11339         * scripts/lilypond-book.py (g_make_html): New global variable.
11340         (schedule_lilypond_block): Don't compute EPS and PNG for `texi'
11341         if `g_make_html' isn't set.
11342         [main]: Add format `texi-html'.
11343         (option_definitions): Updated.
11344         * Documentation/user/lilypond-book.itely: Updated.
11345
11346         * make/lilypond-vars.make (LILYPOND_BOOK_FORMAT): New variable.
11347         * make/ly-rules.make (%.texi, %.nexi): Use it.
11348         * stepmake/stepmake/www-targets.make (web): Pass `tex-html' as
11349         format to lilypond-book.
11350         * GNUmakefile.in (web-doc): Ditto.
11351
11352 2002-10-14  Werner Lemberg  <wl@gnu.org>
11353
11354         Further improve TeX output.  The produced files are about 40%
11355         smaller.  `lilyponddefs.tex' is now read only once.
11356
11357         * tex/lilyponddefs.tex: Remove footer stuff.
11358         (\ifundefined): Renamed to...
11359         (\lilypondundefined): This.  Use LaTeX's definition to
11360         make it nestable and make it global.
11361         (\lilypondstart, \lilypondend): New macro to initialize LilyPond
11362         output.
11363         (\lilypondspecial): New macro to read `music-drawing-routines.ps'.
11364         (\fetasixteen, \fetafont, \fetachar, \botalign, \leftalign): Make
11365         them global.
11366         (\placebox): Renamed to...
11367         (\lyitem): This.
11368         Make it global and call \outputscale by itself.
11369         (\lybox, \lyvrule): New macros to reduce input data.
11370         (\lilypondfirst, \lilypondsecond, \lilypondloop, \lilyponditerate):
11371         New auxiliary macros.
11372         (\SkipLilydefs, \EndLilyPondOutput): Removed.
11373         * tex/lily-pdf-defs.tex, tex/lily-ps-defs.tex (\lilySpace): Renamed
11374         to...
11375         (\lilypondspace): This and made it global.
11376         (\turnOnPostScript): Renamed to...
11377         (\lilypondpostscript): This and made it global.
11378         (\turnOnExperimentalFeatures): Renamed to...
11379         (\lilypondexperimentalfeatures): This and made it global.
11380         * tex/lily-ps-defs.tex (\PSsetTeXdimen): Renamed to...
11381         (\lilypondsetdimen): This and made it global.
11382         * tex/lilypond-latex.tex, tex/lilypond-plaintex.tex: Removed.
11383         * tex/GNUmakefile (TEX_FILES): Add `music-drawing-routines.ps'
11384         (all, $(outdir)/music-drawing-routines.ps): New rules.
11385         * buildscripts/mf-to-table.py (write_tex_defs): Use \gdef.
11386         * scm/pdftex.scm, scm/tex.scm (end-output, header-end, placebox,
11387         start-system, stop-system, stop-last-system, filledbox): Updated to
11388         use the changed macros from lilyponddefs.tex.
11389         * scripts/lilypond-book.ly (output_dict) <latex, texi>: Ditto.
11390
11391 2002-10-07  Jan Nieuwenhuizen  <janneke@gnu.org>
11392
11393         * Documentation/windows/installing.texi: Update.
11394
11395 2002-09-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11396
11397         * VERSION: 1.6.5 released
11398
11399         * scripts/lilypond-book.py (make_pixmap): don't produce empty pages.
11400
11401 2002-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11402
11403         * scm/translator-property-description.scm (voltaOnThisStaff): add
11404         property.
11405
11406 2002-09-28  Werner Lemberg  <wl@gnu.org>
11407
11408         * scm/tex.scm (header-end): Suppress page numbering.
11409
11410         * scripts/lilypond-book.py (output_dict) <output-texi-quoted>:
11411         Fix quotation for HTML output.
11412
11413 2002-09-28   Graham Percival   <gperciva@sfu.ca>
11414         
11415         * Documentation/user/refman.itely: grammar and phrasing
11416           fixes to "Note Entry" section.  Also adds a few new examples.
11417
11418 2002-09-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11419
11420         * flower/include/string-data.icc: include string.h
11421
11422 2002-09-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11423
11424         * scm/chord-name.scm (chord::inner-name-banter): remove space.
11425
11426 2002-09-27  Jan Nieuwenhuizen  <janneke@gnu.org>
11427
11428         * Documentation/user/GNUmakefile (extra-local-help): Add.
11429
11430         * stepmake/stepmake/www-targets.make (local-help): Add.
11431
11432 2002-09-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11433
11434         * Documentation/topdocs/INSTALL.texi (Top): recommend binary
11435         packages.
11436
11437         * Documentation/topdocs/README.texi (Top): building documentation
11438         (not website.)
11439
11440 2002-09-26  Jan Nieuwenhuizen  <janneke@gnu.org>
11441
11442         * Documentation/user/refman.itely: 
11443         * Documentation/user/tutorial.itely: 
11444         * Documentation/user/music-glossary.tely: Merge changes.
11445
11446         * Documentation/user/glossary.html.in: 
11447         * Documentation/index.texi: 
11448         * Documentation/header.html.in: Accomodate renaming of glossary.
11449         
11450         * Documentation/user/tutorial.itely: Add some glossary references.
11451         
11452         * Documentation/user/refman.itely: Minor fixes.
11453         
11454         * Documentation/user/lilypond.tely: Add glossary do direntry.
11455
11456         * Documentation/user/music-glossary.tely: Rename (previously:
11457         glossary.tely).  Fix anchor placement.
11458
11459         * Documentation/user/GNUmakefile: Make music-glossary.info too.
11460
11461 2002-09-23  Werner Lemberg  <wl@gnu.org>
11462
11463         * scripts/lilypond-book.py (output_dict): Fix handling of
11464         various environments by avoid extraneous newlines.
11465         Rename `output-all' regexp for html to `output-html'.
11466         Replace `output-all' regexp for texi with `output-texi-quote'
11467         and `output-texi-noquote'.
11468         (compose_full_body): Don't override `linewidth' user option
11469         for `singleline'.
11470         (schedule_lilypond_block): Don't indent text specified with
11471         `intertext' option.
11472         Add new option `noquote'.
11473         (compile_all_files): Use latex instead of tex to compile ly
11474         files directly.
11475
11476         * Documentation/user/lilypond-book.itely: Updated and revised.
11477         Improve layout.
11478
11479         * Documentation/user/glossary.tely,
11480         Documentation/user/introduction.itely,
11481         Documentation/user/tutorial.itely,
11482         Documentation/user/refman.itely,
11483         Documentation/user/appendices.itely: Fix overfull LilyPond
11484         boxes caused by the new lilypond-book code.  Other minor
11485         fixes.
11486
11487         * Documentation/user/macros.itexi (@texiflat): Don't emit
11488         trailing space.
11489
11490         * scm/tex.scm (end-output, header-end): Add preamble and
11491         postamble to make lilypond output directly compilable with
11492         latex.
11493
11494         
11495 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11496
11497         * Documentation/topdocs/INSTALL.texi (Top): bugfix for RH RPM
11498         instructions.
11499
11500 2002-09-25  Jan Nieuwenhuizen  <janneke@gnu.org>
11501
11502         * Documentation/user/glossary.tely: Add titling and hyperlinks.
11503
11504 2002-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11505
11506         * lily/beam.cc (connect_beams): don't crash if there are quarter
11507         notes in beams.
11508
11509 2002-09-24  Juergen Reuter  <reuter@ipd.uka.de>
11510
11511         * Documentation/user/refman.itely: corrected ancient clef
11512         docu; added docu on ligatures
11513
11514 2002-09-21  Juergen Reuter  <reuter@ipd.uka.de>
11515
11516         * Documentation/user/glossary.tely,
11517         Documentation/user/refman.itely, input/les-nereides.ly,
11518         input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly,
11519         input/test/bagpipe.ly, lily/stem.cc, ly/grace-init.ly,
11520         scm/grob-property-description.scm, scripts/convert-ly.py: renamed
11521         Stem properties: flag-style -> stroke-style, style -> flag-style.
11522
11523
11524 2002-09-22  Werner Lemberg  <wl@gnu.org>
11525
11526         * scripts/lilypond-book.py: Add option `notime' to suppress
11527         printing of a time signature.  Specify default indentation of 0pt
11528         if single line fragment.  Don't emit redundant `\paper{ }'.
11529
11530         * Documentation/user/lilypond-book.itely: Updated.
11531
11532         * Documentation/user/glossary.tely: Completely reformatting.
11533
11534 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11535
11536         * GNUmakefile.in (top-web): generate (possibly empty) examples.html
11537
11538 2002-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
11539
11540         * Documentation/user/tutorial.itely: Fix links.
11541         
11542         * Documentation/topdocs/index.tely:
11543         * Documentation/index.texi:
11544         * Documentation/header.html.in: Small website fixes and updates.
11545
11546         * debian/: Debian patch by Anthony Fok.
11547
11548 2002-09-21  Jan Nieuwenhuizen  <janneke@gnu.org>
11549
11550         * Documentation/footer.html.in: How time flies: It's already 2002!
11551
11552         * Documentation/topdocs/index.tely: Stable/development fix.  Use
11553         more descriptive link names than 'here'.
11554
11555 2002-09-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11556
11557         * VERSION: 1.7.2 released
11558         * VERSION: 1.6.4 released
11559         
11560         * scm/tex.scm (header-end): enclose lily output in begingroup/endgroup.
11561
11562         * scripts/convert-ly.py (FatalConversionError.conv): add rule for
11563         (ly-make-music "Foo_bar") -> (make-music-by-name 'FooBarEvent).
11564
11565         * mf/feta-din.mf (test): add x-height and space.
11566
11567         * lily/dynamic-engraver.cc (process_music): take dynamic direction
11568         from ^_ for crescendi. Idem for slurs and phrasing slurs.
11569
11570         * ly/grace-init.ly: add-to-grace-init: function to portably add
11571         settings to \grace. 
11572
11573         * lily/dynamic-engraver.cc (process_music): finish (de)crescendo
11574         if we get an absolute dynamic event.
11575  
11576         * lily/time-signature-engraver.cc (process_music): warn for \time 5/5
11577
11578         * lily/source-file.cc (get_line): oops. All line numbers were off
11579         by 2. Fix that. 
11580
11581         * lily/parser.yy (event_that_take_dir): allow () \< \> \! \( \) to
11582         be after the note, combined with -_^, i.e. c4-(-\)-\>  
11583
11584         * ly/params-init.ly (ledgerlinethickness): use Scheme expressions.
11585
11586         * lily/parser.yy (number_factor): remove (number) as number
11587         expression. ("Let them eat Lisp").
11588
11589 2002-10-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11590
11591         * lily/horizontal-bracket.cc: new file.
11592
11593         * lily/horizontal-bracket-engraver.cc: new file.
11594
11595         * input/regression/note-group-bracket.ly: new file. Support
11596         horizontal note brackets for music analysis.
11597
11598         * lily/stem.cc (flag): new flag-style: no-flag.
11599
11600         * input/test/stem-cross-staff.ly: new file
11601         
11602         * Documentation/user/internals.itely: Improved formatting, fixing
11603         typos.  Added a section `Output details' to describe how the TeX
11604         code looks like.
11605
11606         * lily/include/midi-stream.hh: use stdio.h iso. iostream.h
11607
11608         * lily/parser.yy: remove \dynamicscript.
11609
11610         * ly/dynamic-scripts-init.ly: redo the dynamic scripts
11611         definitions. 
11612
11613         * python/midi.c (midi_error): take two arguments.
11614
11615         * Merge 1.6.5 changes:
11616         
11617 2002-10-04  Jan Nieuwenhuizen  <janneke@gnu.org>
11618
11619         * scm/grob-description.scm (minimum-beam-collision-distance): 0.75
11620         staff-space.  Previous 1.5 was probably meant as half-spaces.
11621         (cautionary-style): parentheses (was: smaller).  This is what doco
11622         says, and it seems more logical.
11623
11624         * Documentation/user/refman.itely (Chromatic alterations): Bugfix
11625         for 2nd sentence.
11626
11627 2002-10-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11628
11629         * make/lilypond.redhat.spec.in: various fixes for RedHat 8.0
11630
11631 2002-10-03  Jan Nieuwenhuizen  <janneke@gnu.org>
11632
11633         * lily/beam.cc (rest_collision_callback): Fixed: partial rewrite.
11634
11635 2002-09-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11636
11637         * scripts/lilypond-book.py (make_pixmap): don't produce empty pages.
11638
11639 2002-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11640
11641         * scm/translator-property-description.scm (voltaOnThisStaff): add
11642         property.
11643
11644 2002-09-28  Werner Lemberg  <wl@gnu.org>
11645
11646         * scm/tex.scm (header-end): Suppress page numbering.
11647
11648         * scripts/lilypond-book.py (output_dict) <output-texi-quoted>:
11649         Fix quotation for HTML output.
11650
11651 2002-09-28   Graham Percival   <gperciva@sfu.ca>
11652         
11653         * Documentation/user/refman.itely: grammar and phrasing
11654           fixes to "Note Entry" section.  Also adds a few new examples.
11655
11656 2002-09-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11657
11658         * flower/include/string-data.icc: include string.h
11659
11660 2002-09-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11661
11662         * scm/chord-name.scm (chord::inner-name-banter): remove space.
11663
11664 2002-09-27  Jan Nieuwenhuizen  <janneke@gnu.org>
11665
11666         * Documentation/user/GNUmakefile (extra-local-help): Add.
11667
11668         * stepmake/stepmake/www-targets.make (local-help): Add.
11669
11670 2002-09-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11671
11672         * Documentation/topdocs/INSTALL.texi (Top): recommend binary
11673         packages.
11674
11675         * Documentation/topdocs/README.texi (Top): building documentation
11676         (not website.)
11677
11678 2002-09-26  Jan Nieuwenhuizen  <janneke@gnu.org>
11679
11680         * Documentation/user/refman.itely: 
11681         * Documentation/user/tutorial.itely: 
11682         * Documentation/user/music-glossary.tely: Merge changes.
11683
11684         * Documentation/user/glossary.html.in: 
11685         * Documentation/index.texi: 
11686         * Documentation/header.html.in: Accomodate renaming of glossary.
11687         
11688         * Documentation/user/tutorial.itely: Add some glossary references.
11689         
11690         * Documentation/user/refman.itely: Minor fixes.
11691         
11692         * Documentation/user/lilypond.tely: Add glossary do direntry.
11693
11694         * Documentation/user/music-glossary.tely: Rename (previously:
11695         glossary.tely).  Fix anchor placement.
11696
11697         * Documentation/user/GNUmakefile: Make music-glossary.info too.
11698
11699 2002-09-23  Werner Lemberg  <wl@gnu.org>
11700
11701         * scripts/lilypond-book.py (output_dict): Fix handling of
11702         various environments by avoid extraneous newlines.
11703         Rename `output-all' regexp for html to `output-html'.
11704         Replace `output-all' regexp for texi with `output-texi-quote'
11705         and `output-texi-noquote'.
11706         (compose_full_body): Don't override `linewidth' user option
11707         for `singleline'.
11708         (schedule_lilypond_block): Don't indent text specified with
11709         `intertext' option.
11710         Add new option `noquote'.
11711         (compile_all_files): Use latex instead of tex to compile ly
11712         files directly.
11713
11714         * Documentation/user/lilypond-book.itely: Updated and revised.
11715         Improve layout.
11716
11717         * Documentation/user/glossary.tely,
11718         Documentation/user/introduction.itely,
11719         Documentation/user/tutorial.itely,
11720         Documentation/user/refman.itely,
11721         Documentation/user/appendices.itely: Fix overfull LilyPond
11722         boxes caused by the new lilypond-book code.  Other minor
11723         fixes.
11724
11725         * Documentation/user/macros.itexi (@texiflat): Don't emit
11726         trailing space.
11727
11728         * scm/tex.scm (end-output, header-end): Add preamble and
11729         postamble to make lilypond output directly compilable with
11730         latex.
11731
11732         
11733 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11734
11735         * Documentation/topdocs/INSTALL.texi (Top): bugfix for RH RPM
11736         instructions.
11737
11738 2002-09-25  Jan Nieuwenhuizen  <janneke@gnu.org>
11739
11740         * Documentation/user/glossary.tely: Add titling and hyperlinks.
11741
11742 2002-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11743
11744         * lily/beam.cc (connect_beams): don't crash if there are quarter
11745         notes in beams.
11746
11747 2002-09-24  Juergen Reuter  <reuter@ipd.uka.de>
11748
11749         * Documentation/user/refman.itely: corrected ancient clef
11750         docu; added docu on ligatures
11751
11752 2002-09-21  Juergen Reuter  <reuter@ipd.uka.de>
11753
11754         * Documentation/user/glossary.tely,
11755         Documentation/user/refman.itely, input/les-nereides.ly,
11756         input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly,
11757         input/test/bagpipe.ly, lily/stem.cc, ly/grace-init.ly,
11758         scm/grob-property-description.scm, scripts/convert-ly.py: renamed
11759         Stem properties: flag-style -> stroke-style, style -> flag-style.
11760
11761 2002-09-22  Werner Lemberg  <wl@gnu.org>
11762
11763         * scripts/lilypond-book.py: Add option `notime' to suppress
11764         printing of a time signature.  Specify default indentation of 0pt
11765         if single line fragment.  Don't emit redundant `\paper{ }'.
11766
11767         * Documentation/user/lilypond-book.itely: Updated.
11768
11769         * Documentation/user/glossary.tely: Completely reformatting.
11770
11771 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11772
11773         * GNUmakefile.in (top-web): generate (possibly empty) examples.html
11774
11775 2002-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
11776
11777         * Documentation/user/tutorial.itely: Fix links.
11778         
11779         * Documentation/topdocs/index.tely:
11780         * Documentation/index.texi:
11781         * Documentation/header.html.in: Small website fixes and updates.
11782
11783         * debian/: Debian patch by Anthony Fok.
11784
11785 2002-09-21  Jan Nieuwenhuizen  <janneke@gnu.org>
11786
11787         * Documentation/footer.html.in: How time flies: It's already 2002!
11788
11789         * Documentation/topdocs/index.tely: Stable/development fix.  Use
11790         more descriptive link names than 'here'.
11791
11792 2002-10-03  Jan Nieuwenhuizen  <janneke@gnu.org>
11793
11794         * lily/beam.cc (rest_collision_callback): Fixed: partial rewrite.
11795
11796 2002-10-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11797
11798         * lily/part-combine-music-iterator.cc (get_state): cleanup
11799         (get_music_info): cleanup.
11800
11801 2002-10-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11802
11803         * scm/backend-documentation-lib.scm (interface-doc-string):
11804         crosslinks between interfaces and grobs. Headings for interfaces
11805         in grob explanation.
11806
11807 2002-09-30  Jan Nieuwenhuizen  <janneke@gnu.org>
11808
11809         * scm/to-xml.scm: Fixes.  input/trip.ly now parses as xml (without
11810         dtd).  Add preliminary dtd.
11811         (re-sub-alist): Robustify.
11812
11813 2002-09-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11814
11815         * lily/include/event-chord-iterator.hh,
11816         lily/context-specced-music-iterator.cc,
11817         lily/event.cc, lily/event-chord-iterator.cc: add
11818
11819 2002-09-29  Jan Nieuwenhuizen  <janneke@gnu.org>
11820
11821         * lily/: some (c) header fixes.
11822         
11823         * lily/request-chord.cc: Remove.
11824         
11825         * lily/include/event-chord-iterator.hh:
11826         * lily/include/event.hh:
11827         * lily/event-chord.cc: New file.
11828         
11829         * lily/stem-engraver.cc (acknowledge_grob): rename evented back to
11830         requested.
11831
11832 2002-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11833
11834         * lily/ : rename Request to Event
11835
11836         * lily/parser.yy (command_element): move clef stuff into Scheme.
11837
11838         * lily/:  rename length_mom () to get_length()
11839
11840         * lily/part-combine-music.cc: removed file and class.
11841
11842         * lily/context-specced-music-iterator.cc (class
11843         Context_specced_music_iterator): new file. Obsoletes the
11844         Context_specced_music type.
11845
11846         * scm/music-types.scm (make-repeated-music): put different kinds
11847         of repeated music into music-type table.
11848
11849         * VERSION: 1.7.1 released.
11850
11851         * scm/to-xml.scm: new file.
11852
11853         * input/test/to-xml.ly (fooBar): demo of what is possible with the
11854         new Input representation: dump music as XML.
11855
11856         * scm/engraver-documentation-lib.scm
11857         (engraver-accepts-music-types?): add links from music to engraver,
11858         from music-type to engraver.
11859
11860         * lily/include/command-request.hh: removed
11861         lily/include/musical-request.hh: removed. Removed all _req classes
11862         except Key_change_req. Changes throughout.
11863
11864 2002-09-28  Jan Nieuwenhuizen  <janneke@gnu.org>
11865
11866         * lily/tuplet-engraver.cc (try_music): Compile kludge.
11867
11868 2002-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11869
11870         * lily/*.cc: specify accepts for many engravers.
11871
11872         * scm/music-documentation-lib.scm: dump music expressions and
11873         music subtypes.
11874
11875         * scm/documentation-lib.scm: complete revision.
11876         Use GOOPS objects to store document tree explicitly. Cleaned up and
11877         sped up doco generation a lot.
11878
11879 2002-09-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11880
11881         * input/trip.ly (fugaIILeft): add arpeggio
11882
11883         * lily/translator-group.cc (try_music_on_nongroup_children):
11884         oops. The name symbol is in the cdr of the assoc handle.
11885
11886         * lily/:  remove Arpeggio_req, Breathing_sign_req, Extender_req,
11887         Hyphen_req, Glissando_req, Break_req, Mark_req 
11888
11889 2002-09-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11890
11891         * lily/musical-request.cc (music-duration-length,
11892         music-duration-compress): new functions.
11893
11894         * lily/ : Remove Note_req, Rest_req, Busy_playing_req. Changes
11895         throughout. Warning doesn't work yet.
11896
11897         * lily/translator-group.cc (try_music_on_nongroup_children):
11898         new implementation: store candidate acceptors in a hashTable.
11899
11900 2002-09-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11901
11902         * scm/music-types.scm (music-descriptions): change name to
11903         internal-class-name
11904
11905         * scm/chord-name.scm (chord::inner-name-banter): remove space.
11906
11907 2002-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11908
11909         * lily/beam.cc (connect_beams): don't crash if there are quarter
11910         notes in beams.
11911
11912 2002-09-24  Juergen Reuter  <reuter@ipd.uka.de>
11913
11914         * Documentation/user/refman.itely: corrected ancient clef
11915         docu; added docu on ligatures
11916
11917 2002-09-21  Juergen Reuter  <reuter@ipd.uka.de>
11918
11919         * Documentation/user/glossary.tely,
11920         Documentation/user/refman.itely, input/les-nereides.ly,
11921         input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly,
11922         input/test/bagpipe.ly, lily/stem.cc, ly/grace-init.ly,
11923         scm/grob-property-description.scm, scripts/convert-ly.py: renamed
11924         Stem properties: flag-style -> stroke-style, style -> flag-style.
11925
11926 2002-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11927
11928         * scm/music-functions.scm (music-separator?): don't use name music
11929         property.
11930
11931 2002-09-24  Jan Nieuwenhuizen  <janneke@gnu.org>
11932
11933         * stepmake/stepmake/generic-targets.make (help): Document check
11934         target.
11935
11936         * lily/new-accidental-engraver.cc: Compile fix.
11937
11938 2002-09-23  Jan Nieuwenhuizen  <janneke@gnu.org>
11939
11940         * scripts/convert-ly.py: Add rule.
11941
11942         * input/test/music-creation.ly:
11943         * input/test/add-staccato.ly:
11944         * input/test/add-text-script.ly: ly-make-music.
11945
11946         * scm/drums.scm (make-head-type-elem, make-articulation-script):
11947         More ly-make-music renamings.
11948
11949         * lily/command-request.cc: ADD_MUSIC: arpeggio_req.
11950
11951         * lily/music-constructor.cc (make_music): Add debugging info.
11952
11953         * scm/music-functions.scm (make-simultaneous-music,
11954         (make-sequential-music, context-spec-music):
11955         * scm/music-types.scm (music-descriptions): Get lily to run.
11956
11957 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11958
11959         * lily/command-request.cc (transpose_key_alist): new function.
11960
11961         * lily/key-performer.cc (create_audio_elements): cleanup. 
11962
11963 2002-09-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11964
11965         * lily/parser.yy: remove TYPED_MAKE_MUSIC().
11966
11967         * lily/include/translator.hh (ENTER_DESCRIPTION): add
11968         events-accepted field.
11969
11970         * scm/music-types.scm: new file.
11971
11972         * lily/parser.yy: put music type initialization into scheme,
11973         similar to grob initialization.  Changes throughout.
11974
11975 2002-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
11976
11977         * Documentation/user/tutorial.itely: Fix links.
11978         
11979         * Documentation/index.texi: 
11980         * Documentation/header.html.in: 
11981         * Documentation/topdocs/index.tely: Small website fixes and updates.
11982
11983         * debian/: Debian patch by Anthony Fok.
11984
11985 2002-09-21  Jan Nieuwenhuizen  <janneke@gnu.org>
11986
11987         * Documentation/footer.html.in: How time flies: It's already 2002!
11988
11989         * Documentation/topdocs/index.tely: Stable/development fix.  Use
11990         more descriptive link names than 'here'.
11991
11992         * ROADMAP: Remove test stuff.
11993
11994         * scripts/update-lily.py: Allow auto-building of stable and
11995         development versions.  Bugfixes.
11996
11997 2002-09-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11998
11999         * VERSION: released 1.7.0
12000
12001         * scm/tex.scm (header-end): enclose lily output in begingroup/endgroup.
12002
12003         * tex/lilyponddefs.tex: set hsize for plain tex, but only for
12004         positive line widths.
12005
12006 2002-09-20  Jan Nieuwenhuizen  <janneke@gnu.org>
12007
12008         * tex/lilyponddefs.tex: Handle \scoreshift and \outputscale in one
12009         go.  Fix comments.
12010
12011         * cygwin: Cygwin updates.
12012
12013 2002-09-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12014
12015         * Documentation/windows/installing.texi (Top): version for python,
12016         urls for ghostscript (thanks to John Potelle)
12017         
12018         * lily/simultaneous-music-iterator.cc
12019         (Simultaneous_music_iterator): init children_list_ before
12020         triggering GC.
12021
12022         * lily/*-iterator.cc: be even more careful with smobbed copy
12023         constructors. 
12024
12025         * lily/break-align-engraver.cc (acknowledge_grob): also typeset
12026         LeftEdge item.
12027
12028 2002-09-15  Werner Lemberg  <wl@gnu.org>
12029
12030         Improving LilyPond's output to make them ordinary TeX boxes with
12031         predictable dimensions.  System boxes are now vertically centered on
12032         the baseline; this offset can be further controlled with
12033         \lilypondscoreshift.
12034
12035         * lily/system.cc (System::post_processing): Pass length of current
12036         system to `start-system' (including any horizontal indentation).
12037
12038         * scm/tex.scm, scm/pdftex.scm: Make output of various functions
12039         prettier.
12040         (lily-def): Append `%'.
12041         (start-system): Add parameter `wd'.  Output more TeX code to specify
12042         box dimensions.
12043         (stop-system, stop-last-system): Complement changes in
12044         `start-system'.
12045         * scm/sketch.scm, scm/ps.scm, scm/pdf.scm, scm/ascii-script.scm:
12046         Updated.
12047
12048         * scripts/ly2dvi.py (global_latex_definition): Set \parindent to 0.
12049         * buildscripts/mf-to-table.py (write_tex_defs): Append `%'.
12050         Write final `\endinput'.
12051
12052         * tex/lily-ps-defs.tex, tex/lily-pdf-defs.tex,
12053         tex/lilypond-plaintex.tex, tex/lilypond-latex.tex,
12054         tex/lilyponddefs.tex, tex/titledefs.tex: Reformat code.  Assure that
12055         files and macro definitions don't produce spurious spaces and
12056         paragraphs (using \endlinechar).
12057         * tex/lilyponddefs.tex: New dimension `\scoreshift'.
12058
12059         * Documentation/user/internals.itely: Improved formatting, fixing
12060         typos.  Added a section `Output details' to describe how the TeX
12061         code looks like.
12062
12063 2002-09-17  Rune Zedeler  <rune@zedeler.dk>
12064
12065         * lily/accidental-engraver.cc: Also work with partial measures.
12066
12067 2002-09-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12068
12069         * lily/text-spanner-engraver.cc: whoops. Set bound in the correct
12070         spanner.
12071
12072 2002-09-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12073
12074         * lily/identifier-smob.cc (unpack_identifier): new file.
12075
12076         * lily/lexer.ll (identifier_type): new function.  use ly-id to
12077         pass off scheme expressions as music identifiers.
12078
12079         * scm/lily.scm: reorganisation, cleanups.
12080
12081         * lily/main.cc: small cleanups.
12082
12083 2002-09-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12084
12085         * lily/ly-module.{cc,hh}: new file.
12086
12087 2002-09-17  Rune Zedeler  <rune@zedeler.dk>
12088
12089         * lily/accidental-engraver.cc: Also work with partial measures.
12090
12091 2002-09-16  Jan Nieuwenhuizen  <janneke@gnu.org>
12092
12093         * VERSION (PACKAGE_NAME): Remove HEAD trap leftover.
12094
12095 2002-09-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12096
12097         * lily/my-lily-lexer.cc: use SCM module in stead of
12098         Scheme_hash_table. Changes throughout.  
12099
12100 2002-09-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12101
12102         * VERSION (MY_PATCH_LEVEL): make 1.7.0
12103