]> git.donarmstrong.com Git - lilypond.git/blob - ChangeLog
*** empty log message ***
[lilypond.git] / ChangeLog
1 2004-06-13  Jan Nieuwenhuizen  <janneke@gnu.org>
2
3         * buildscripts/guile-gnome.sh: New file.
4
5         * scm/output-gnome.scm: White background, better window size, sane
6         canvas size.  Cleanups.
7
8 2004-06-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
9
10         * Documentation/user/invoking.itexi (Invoking the lilypond
11         binary): document --safe.
12
13         * scm/output-gnome.scm: set PATH in script.
14
15         * scm/page-layout.scm (default-page-make-stencil): don't stretch
16         if there is too few systems on a page.
17
18         * lily/parser.yy (relative_music): start at middle C without pitch
19         argument.
20
21         * Documentation/user/changing-defaults.itely (Page layout): new node.
22         (Paper size): rename node
23         (Page breaking): new node.
24         (Titling): move from invoking.
25         (File structure): new node.
26
27         * lily/parser.yy (score_body): allow \header and music anywhere in
28         \score body.
29
30 2004-06-13  Jan Nieuwenhuizen  <janneke@gnu.org>
31
32         * scm/lily.scm (ly:load): Remove page-breaking.scm.
33
34 2004-06-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
35
36         * lily/include/paper-system.hh: move cc/hh file from paper-line.*
37
38         * lily/include/paper-line.hh: rename to Paper_system.
39
40         * lily/include/paper-book.hh: doc class.
41
42         * lily/paper-book.cc (c_ragged_page_breaks): remove functions. 
43
44         * scm/page-layout.scm (plain-footer): add tagline/copyright. 
45         (plain-header): add instrument-name.
46         (default-page-make-stencil): bugfixes.
47
48         * lily/parser.yy (book_body): allow \header anywhere in \book{}
49
50         * lily/paper-book.cc: remove copyright & tagline. Remove
51         interactions with Page
52
53         * scm/page-layout.scm (ly:optimal-page-breaks): move back breaking
54         here, 
55         (default-page-make-stencil): new function
56         (default-page-music-height): new function
57         (page-headfoot): new function
58         (ly:optimal-page-breaks): generate stencils directly from here
59
60         * scm/titling.scm: new file, group titling functions
61
62 2004-06-13  Jan Nieuwenhuizen  <janneke@gnu.org>
63
64         * scm/output-gnome.scm: Handle multiple pages.
65
66         * scm/framework-gnome.scm: Do not load output-gnome.
67         (framework-gnome): Invoke output-gnome::header and
68         output-gnome::end-output as faked stencils.  Fixes experimental
69         gnome output.
70
71 2004-06-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
72
73         * input/mutopia/W.A.Mozart/mozart-hrn3-rondo.ly (rondo):
74         octavation compatibility fixes. Backportme. 
75
76         * scm/page-breaking.scm (ly:optimal-page-breaks): allow overfull
77         pages.
78         (ly:optimal-page-breaks): combine-penalties: no shortcut for
79         negative. Now we handle negative penalties (ie. \pageBreak)
80         correctly.
81
82         * lily/system.cc (get_line): extract page-penalty from the left
83         bound.
84
85         * scm/fret-diagrams.scm (fret-diagram): use @table for documentation
86
87 2004-06-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
88
89         * scm/framework-ps.scm: don't load output-XXX from framework-XXX
90
91 2004-06-12  Jan Nieuwenhuizen  <janneke@gnu.org>
92
93         * scm/output-gnome.scm: Update script.  Move development to
94         lilypond_2_3_2 branch for now.
95
96 2004-06-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
97
98         * scm/page-breaking.scm (ly:optimal-page-breaks): don't do
99         negative penalties.
100         cleanups.
101
102         * Documentation/user/changing-defaults.itely (Creating contexts):
103         index entries
104
105         * scm/page-breaking.scm (ly:optimal-page-breaks): new
106         file. Rewrite function. 
107
108         * lily/paper-book.cc (pages): new interface: page-breaking returns
109         list of line-list.
110
111         * lily/page.cc (Page): take lines argument.
112
113         * scm/document-translation.scm (all-engravers-doc): link to user man
114
115         * scm/page-layout.scm (ly:optimal-page-breaks): use penalty iso. score.
116
117         * Documentation/user/notation.itely (Relative octaves): typo.
118
119         * lily/paper-book.cc (LY_DEFINE): ly:output-formats. New function.
120
121 2004-06-11  Jan Nieuwenhuizen  <janneke@gnu.org>
122
123         * scm/output-gnome.scm: Update build script.
124
125 2004-06-10  Jan Nieuwenhuizen  <janneke@gnu.org>
126
127         * scm/output-gnome.scm: Add font scaling.  Attempt to resurrect
128         gnome backend.
129
130         * scm/framework-gnome.scm: New file.
131
132         * scm/lily.scm: Use it.
133
134         * lily/paper-outputter.cc: Janitorial cleanups.
135         (ly:outputter-dump-string): Remove unreachable statement.
136
137         * scm/framework-ps.scm: Add header.  Janitorial cleanups.
138         (ice-9): Bugfix: Add srfi-1.
139
140         * scm/framework-tex.scm: Add header.  Janitorial cleanups.
141
142 2004-06-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
143
144         * lily/new-lyric-combine-music-iterator.cc (do_quit): put warning
145         in do_quit()
146         
147 2004-06-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
148
149         * ly/book-paper-defaults.ly: set optimal-page-breaks as default
150
151 2004-06-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
152
153         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): remove
154         override of Beam::position-callbacks. Why would grace beams not be
155         quantized? Fixes: weird-stem-size-grace. 
156
157         * lily/new-lyric-combine-music-iterator.cc (find_voice): issue
158         warning only once. Backportme.
159
160         * lily/accidental-engraver.cc (number_accidentals_from_sig):
161         bugfix, 2nd try. Backportme.
162
163         * ly/vlaams.ly: new file. (Thanks Hendrik Maryns)
164
165 2004-06-04  Mats Bengtsson  <mabe@drongo.s3.kth.se>
166
167         * Documentation/user/notation.itely (Instrument transpositions):
168         Correct the name of the instrumentTransposition property.
169
170 2004-06-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
171
172         * scm/output-ps.scm (ps-font-command): fix parmesan coding too.
173
174 2004-06-04  Mats Bengtsson  <mabe@drongo.s3.kth.se>
175
176         * scripts/lilypond-book.py (output): Bug fix so preLilyPondExample
177         and postLilyPondExample are called when defined.
178
179 2004-06-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
180
181         * ly/nederlands.ly (pitchnames): use ly:parser-set-note-names.
182         This fixes setting notenames with `\include "nederlands.ly" '
183
184         * lily/my-lily-parser.cc (LY_DEFINE): ly:parser-set-note-names:
185         new function.
186
187 2004-06-01  Han-Wen Nienhuys   <hanwen@xs4all.nl>
188
189         * scm/page-layout.scm: don't do piece, it should be in score-title
190         only.
191
192         * lily/lexer.ll: lex \score separately.
193
194         * lily/paper-book.cc: junk stencil2line.
195
196         * lily/paper-line.cc (Paper_line): construct from Stencil
197         directly. No futzing with the dimensions.
198
199         * lily/include/paper-line.hh (class Paper_line): 
200
201         * lily/stencil.cc (interpret_stencil_expression): combine-stencil
202         takes arbitrary number of arguments.
203
204         * input/test/markup-score.ly (tuning): simplify example. 
205
206 2004-05-31  Han-Wen Nienhuys   <hanwen@xs4all.nl>
207
208         * lily/score.cc (LY_DEFINE): ly:score-embedded-format, new function. 
209
210         * scm/define-markup-commands.scm (score): define score-markup
211
212         * lily/parser.yy (markup): use score-markup.
213
214         * lily/score.cc: add ly:score? 
215
216 2004-05-30  Carl Sorensen <carl_sorensen@byu.edu>
217
218         * scm/fret-diagrams.scm: add fret-diagram-verbose markup; modified
219         fret-parse-string so it prepares for calls to fret-diagram-verbose
220         Changed display constants to props so they are available for
221         \override.
222         
223 2004-05-31  Han-Wen Nienhuys   <hanwen@xs4all.nl>
224
225         * VERSION: release 2.3.3
226
227         * stepmake/stepmake/generic-vars.make: unset LANG.
228
229         * input/regression/tuplet-nest.ly: bugfix.
230
231         * lily/tie-performer.cc (stop_translation_timestep): reset
232         ties_created_. Fixes: midi-tie.ly, midi-lyrics-barcheck.ly
233
234         * lily/chord-tremolo-engraver.cc (stop_translation_timestep):
235         clear repeat_ directly after setting stem_tremolo_. Fixes:
236         tremolo-repeat.ly
237
238         * input/regression/span-bar-break.ly: new file.
239
240         * scm/define-grobs.scm (all-grob-descriptions): remove
241         break-visibility from SpanBar. Fixes: piano-repeat.ly
242
243 2004-05-30  Han-Wen Nienhuys   <hanwen@xs4all.nl>
244
245         * python/lilylib.py (make_ps_images): only compute bbox when needed.
246
247         * scripts/lilypond-book.py (process_snippets): use lily -f ps
248         files for generating pngs. (failed experiment)
249
250         * scm/framework-ps.scm (output-classic-framework-ps): dump EPS
251         file with PFA fonts included.
252
253         * lily/score.cc (default_rendering): put header in too.
254
255         * lily/paper-line.cc (LY_DEFINE): change function to
256         ly:paper-line-extent
257
258         * scm/page-layout.scm (default-book-title): only add lines for
259         non-nil fields.
260         (default-score-title): idem.
261
262         * lily/my-lily-parser.cc (parse_string): delete lexer after use.
263
264         * lily/my-lily-lexer.cc (My_lily_lexer): copy keytable.
265
266         * lily/include/paper-book.hh (class Paper_book): remove height_
267         member.
268
269         * input/test/coriolan-margin.ly (texidoc): remove latex macros.
270
271         * lily/ly-module.cc (LY_DEFINE): bugfix.
272
273         * lily/paper-book.cc (book_title): separate function for the book
274         title.
275
276         * scm/page-layout.scm (default-book-title): only account for
277         markup fields.
278
279         * scm/framework-ps.scm: new file. Move high level interface from
280         output-ps.scm
281
282         * scm/music-functions.scm (def-grace-function): move macros from
283         ly/music-functions-init.ly
284
285         * lily/paper-outputter.cc (Paper_outputter): move scheme_calls to
286         framework-tex.scm
287
288         * scm/framework-tex.scm (dump-line): new file. High level
289         interface for output (pages, systems, header). 
290
291         * lily/include/page.hh (class Page): add is_last_ field.
292
293         * lily/paper-outputter.cc (print_smob): smobify Paper_outputter.
294
295         * lily/paper-book.cc (split_string): new function
296         (output): output multiple formats, i.e. --format=ps,tex
297
298         * scm/output-ps.scm (output-scopes): dump variables directly.
299         (define-fonts): rewrite for new interface
300
301         * ps/lilyponddefs.ps: remove lilypondpaper redefinitions.
302
303         * lily/paper-outputter.cc (Paper_outputter): take format argument.
304
305         * lily/main.cc (parse_argv): don't set extension for output.
306
307         * lily/clef-engraver.cc (create_clef): remove
308         Staff_symbol_referencer::set_position() call. 
309
310 2004-05-30  Nicolas Sceaux  <nicolas.sceaux@free.fr>
311
312         * ly/music-functions-init.ly (addlyrics): set the 'origin property
313         with the location argument in music function definitions.
314
315 2004-05-29  Han-Wen Nienhuys   <hanwen@xs4all.nl>
316
317         * lily/staff-symbol-engraver.cc (acknowledge_grob): remove item ->
318         staffsymbol dependency.
319
320         * lily/include/grob.hh (class Grob): live () -> is_live (). Small
321         cleanups.
322
323         * lily/book.cc (process): return Paper_book
324         (to_stencil): use Book::process().
325
326         * lily/include/my-lily-parser.hh (class My_lily_parser): remove
327         header_ field. Store in $globalheader
328
329         * lily/parser.yy (book_body): book header is initted to
330         $globalheader.
331         
332
333 2004-05-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
334
335         * input/test/fill-a4.ly: removed.
336
337         * lily/parser.yy (output_def): push scope of parent_ Output_def
338         too.
339
340 2004-05-28  Jan Nieuwenhuizen  <janneke@gnu.org>
341
342         * scm/output-gnome.scm: Update info.
343
344 2004-05-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
345
346         * lily/book-paper-def.cc: collapse Book_output_def to Output_def.
347
348         * scm/lily.scm (ly:modules-lookup): handle empty list, and more
349         than 1 module.
350
351         * lily/include/ly-module.hh (ly_use_module): rename is_module to
352         ly_c_module_p.
353
354         * scm/page-layout.scm (default-book-title): move Scheme titling
355         functions to here.
356
357         * lily/parser.yy (book_paper_block): remove scope too.
358
359         * ly/engraver-init.ly (EasyNotation): remove OrchestralScoreContext
360
361         * lily/rest.cc: add direction to rest properties.
362
363         * lily/include/output-def.hh: new file, move from
364         music-output-def.hh
365
366 2004-05-27  Jan Nieuwenhuizen  <janneke@gnu.org>
367
368         * scm/output-gnome.scm: Describe feta-cork hack.
369
370 2004-05-27  Han-Wen Nienhuys   <hanwen@xs4all.nl>
371
372         * lily/include/book-paper-def.hh: derive from Output_def 
373
374         * lily/include/paper-def.hh: move all functionality out of class.
375         Junk header.
376
377         * lily/include/music-output-def.hh: rename Music_output_def to
378         Output_def.
379
380         * input/wilhelmus.ly: only set space for Paper formatting. 
381
382         * lily/include/midi-def.hh: remove file, remove class.
383         Move functions to Music-output-def.
384
385         * lily/music-output-def.cc (Music_output_def): remove separate
386         translator table. Lookup translators in scope directly. This
387         obviates Context suffix for context identifiers, i.e.
388
389         \context {
390           \Staff
391           .. 
392           }
393
394
395         will work.
396         
397
398         * Documentation/user/notation.itely (Chords mode): typo: 13 -> 3.
399
400         * Documentation/user/changing-defaults.itely (Horizontal spacing):
401         document spacing override hack.
402
403 2004-05-27  Jan Nieuwenhuizen  <janneke@gnu.org>
404
405         * scm/output-gnome.scm: Add C-q, C-w keybindings.  Update
406         installation info.  Support point-and-click.  Add +/- zoom
407         keybindings.
408
409 2004-05-26  Han-Wen Nienhuys   <hanwen@xs4all.nl>
410
411         * VERSION: 2.3.2 released
412         
413         * lily/parser.yy (book_body): set default bookpaper.
414
415         * scm/output-tex.scm (header): kludge: hard code linewidth. 
416
417         * lily/my-lily-parser.cc (My_lily_parser): don't delete lexer.
418
419 2004-05-25  Han-Wen Nienhuys   <hanwen@xs4all.nl>
420
421         * lily/score.cc (default_rendering): scale outputdef before
422         starting.
423
424 2004-05-25  Jan Nieuwenhuizen  <janneke@gnu.org>
425
426         * scm/fret-diagrams.scm: Add header.
427
428         * scm/output-gnome.scm: Hello world :-)
429
430 2004-05-25  Han-Wen Nienhuys   <hanwen@xs4all.nl>
431
432         * scripts/lilypond.py (run_dvips): only add papersize if present.
433
434         * lily/accidental-engraver.cc (update_local_key_signature): new
435         function, fold code from initialize() and process_music().
436         (update_local_key_signature): use deep copy. This fixes one
437         problem from custom-key-signatures.ly.
438         (number_accidentals_from_sig): tighter check for
439         accidental-too-old.
440
441         * ly/engraver-init.ly: remove localKeySignature
442         definition from ChoirStaff, StaffGroup, Score.
443         
444         * lily/percent-repeat-engraver.cc (try_music): add moments for
445         barlines too. Fixes: skipbars-percent-repeat.ly.
446
447 2004-05-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
448
449         * lily/context-def.cc (filter_performers): don't go to cdrloc if
450         skipping last pair. Fixes: crash-bar-number.
451
452         * scm/fret-diagrams.scm (nil): fret-diagrams (courtesy Carl
453         D. Sorensen)
454
455         * input/test/fret-diagram.ly: new file.
456
457         * scm/paper.scm (paper-set-staff-size): scale linewidth too.
458         (scale-paper): divide by scale.
459
460 2004-05-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
461
462         * lily/rest-collision.cc (do_shift): also do nothing for the (0,2)
463         case.
464
465 2004-05-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
466
467         * scm/stencil.scm (fontify-text): reinstate function
468
469         * tex/lily-ps-defs.tex: remove lilypondblotdiam def.
470
471         * lily/book-paper-def.cc (Book_paper_def): add copy ctor.
472
473         * lily/parser.yy (book_paper_head): \bookpaper {} 
474
475         * python/midi.c: remove config.h
476
477 2004-05-18  Jan Nieuwenhuizen  <janneke@gnu.org>
478
479         * scm/output-gnome.scm: Update.
480
481 2004-05-17  Jan Nieuwenhuizen  <janneke@gnu.org>
482
483         * scm/output-gnome.scm: New file.
484
485         * lily/include/book-paper-def.hh: Add.  Janitorial fixes.
486
487 2004-05-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
488
489         * lily/book-paper-def.cc (ly_bookpaper_fonts): move from Paperdef
490         (find_scaled_font): move from Paper_def
491
492 2004-05-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
493
494         * lily/my-lily-parser.cc (LY_DEFINE): new function ly_parser_lookup
495         (LY_DEFINE): add SCM_ASSERT_TYPE everywhere.
496
497         * po/fr.po: update po.
498
499         * lily/include/book-paper-def.hh (class Book_paper_def): new file.
500
501         * lily/book-paper-def.cc (print_smob): new file.
502
503 2004-05-16  Heikki Junes <hjunes@cc.hut.fi>
504
505         * buildscripts/lilypond-words.py: search words also from
506         music-functions-init.ly.
507
508 2004-05-15  Nicolas Sceaux  <nicolas.sceaux@free.fr>
509
510         * ly/music-functions-init.ly (def-music-function): new helper
511         macro for defining music functions. \addlyrics \appoggiatura
512         \acciaccatura \grace \partcombine \autochange \applycontext
513         \applyoutput and \breathe are now defined here thanks to it.
514
515         * lily/parser.yy: 
516         * lily/my-lily-lexer.cc: \addlyrics \appoggiatura \acciaccatura
517         \grace \partcombine \autochange \applycontext \applyoutput and
518         \breathe keywords removed from the parser.
519
520         * lily/parser.yy: 
521         * lily/music-function.cc (ly_make_music_function): 
522         * lily/lexer.ll (music_function_type): added a case for 0-arg
523         music functions.
524
525 2004-05-14  Nicolas Sceaux  <nicolas.sceaux@free.fr>
526
527         * scm/ly-from-scheme.scm (read-lily-expression):  A variable
528         refering to a music expression can be used in lily-inside-scheme:
529         #{ $music #}
530
531         * lily/my-lily-parser.cc (LY_DEFINE): introduce ly:clone-parser
532         and ly:parser-define, and change ly:parser-parse-string in order
533         to make #{ $music #} work.
534
535         * scm/new-markup.scm (compile-markup-expression): when an argument
536         is a string, use `make-simple-markup'.
537
538 2004-05-14  Han-Wen Nienhuys   <hanwen@xs4all.nl>
539
540         * lily/parser.yy (My_lily_lexer): bugfix; op should be tag.  
541
542 2004-05-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
543
544         * scripts/convert-ly.py (FatalConversionError.func): handle + in
545         font-size. (backportme)
546
547 2004-05-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
548
549         * lily/paper-outputter.cc (output_stencil): dump font definitions
550         before each stencil.
551
552         * lily/include/paper-book.hh (struct Score_lines): new
553         struct. Collect info per Paper-score.
554
555         * lily/include/page.hh (class Page): to_stencil() returns Stencil
556         everywhere.
557
558         * lily/stencil.cc (find_expression_fonts): new function
559
560         * lily/paper-outputter.cc (output_stencil): use
561         interpret_stencil_expr
562
563         * lily/stencil.cc (LY_DEFINE): ly_stencil_fonts: new function.
564         (interpret_stencil_expr): new function. Generic stencil
565         interpretation.
566
567         * lily/paper-def.cc (find_scaled_font): divide lookup
568         magnification by outpuscale for non-virtual fontmetrics. This
569         fixes ludicrously long font definitions for text
570         fonts. (backportme)
571
572         * lily/score-engraver.cc: remove
573         {Engraver,Score_engraver}::typeset_grob(), remove all calls.
574
575 2004-05-09  Jan Nieuwenhuizen  <janneke@gnu.org>
576
577         * input/test/markup-score.ly: Remove \notes.
578
579         * lily/parser.yy (book_body): Grok Composite_music and \header.
580         (markup): Push NOTES mode before score_block.
581
582         * VERSION: release 2.3.1
583         
584         * mf/feta-klef.mf: 
585         * mf/feta-bolletjes.mf: Oops.  Comment-out canvast test code.
586
587         * Documentation/user/programming-interface.itely: Use @emph (was: @em).
588
589         * Documentation/user/out/tutorial.texi: Untrigger lilypond-book error.
590
591 2004-05-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
592
593         * scm/output-tex.scm (output-tex-string): tighten safe security.
594
595         * lily/scm-option.cc (LY_DEFINE): add 'safe to ly:get-option
596
597         * scm/safe-lily.scm (make-safe-lilypond-module): new file. Define
598         allowed ly functions.
599
600         * lily/ly-module.cc (ly_module_define): only define variable if
601         bound.
602         (ly_make_anonymous_module): take safe option.
603
604 2004-05-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
605
606         * scripts/lilypond-book.py (compose_ly): remove FRAGMENT_LY.
607
608 2004-05-08  Jan Nieuwenhuizen  <janneke@gnu.org>
609
610         * input/regression/newaddlyrics.ly: Fix.
611
612         * Documentation/user/tutorial.itely: Use \newlyrics, remove most
613         \score \notes.
614
615 2004-05-08  Heikki Junes <hjunes@cc.hut.fi>
616
617         * Documentation/user/music-glossary.tely ([k-z]): last fixes.
618
619 2004-05-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
620
621         * input/mutopia/R.Schumann/romanze-op28-2.ly (d): use #(define .. )
622
623         * lily/paper-line.cc (Paper_line): don't store list of stencils,
624         but convert to single Stencil immediately.
625
626         * lily/paper-book.cc (title): don't return Stencil* but Stencil.
627
628 2004-05-07  Jan Nieuwenhuizen  <janneke@gnu.org>
629
630         * scm/output-sodipodi.scm: Resurrect sodipodi output.
631
632 2004-05-07  Kristof Bastiaensen  <kristof.bastiaensen@vleeuwen.org>
633
634         * elisp/lilypond-mode.el: Changed the way defaults are created for
635         LilyPond-command-master.  LilyPond-mode will now check the
636         timestamps of the files to see which command has to run next.
637
638 2004-05-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
639
640         * scm/bass-figure.scm (format-bass-figure): don't set
641         number-markup for strings. This fixes string in bass
642         figure. (backportme)
643
644         * lily/parser.yy (bass_number): insert number-markup into figure
645         definition.
646
647         * scm/define-music-properties.scm (all-music-properties): make
648         'figure a markup.
649
650         * scripts/convert-ly.py (conv): \apply -> \applymusic
651
652 2004-05-06  Kristof Bastiaensen  <kristof.bastiaensen@vleeuwen.org>
653
654         * elisp/lilypond-mode.el: changed the order of some commands
655         ("Midi" after "2Midi"), use the user-defined
656         LilyPond-command-default as default instead of "LilyPond"
657
658         * elisp/lilypond-mode.el: added a LilyPond-master-file variable,
659         to set the master file for the next command.
660
661         * elisp/lilypond-font-lock.el: replaced font-lock-warning-face
662         with font-lock-reference-face.
663
664 2004-05-07  Heikki Junes <hjunes@cc.hut.fi>
665
666         * Documentation/user/music-glossary.tely ([ab]*): small fixes.
667
668         * Documentation/user/music-glossary.tely ([c-l]*): more fixes.
669
670 2004-05-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
671
672         * ly/music-functions-init.ly (TODO): new file.
673
674         * lily/parser.yy (Generic_prefix_music_scm): add more
675         music_function symbols.
676         (Prefix_composite_music): change \apply to music-function   
677
678         * lily/include/music-function.hh: rename to music-function
679
680 2004-05-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
681
682         * lily/music-head.cc (LY_DEFINE): change order of args.
683
684         * input/regression/music-head.ly (texidoc): new file.
685
686         * lily/parser.yy (Generic_prefix_music): allow generic
687         music-transformation functions. 
688
689         * lily/include/music-head.hh (is_music_head): new file.
690
691         * lily/music-head.cc (get_music_head_transform): new file.
692
693 2004-05-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
694
695         * lily/ottava-bracket.cc (print): use coordinate, not (0,0) for
696         empty extent. This fixes ottava brackets on rests. (backportme)
697
698         * make/lilypond.redhat.spec.in (Group): ln png files for info.
699
700         * lily/piano-pedal-engraver.cc (create_text_grobs): core dump fix.
701
702         * cygwin/lily-wins.py: update for the lily-wins.py script.
703
704 2004-05-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
705
706         * lily/score-engraver.cc (typeset_all): switch off unbound spanner
707         code. This will obviate typeset_grob () in the future.  The effect
708         of this is that improperly written spanner handling will result in
709         invalid spanner bounds.
710         (announce_grob): add to elems_ from here
711         (typeset_grob): comment out.  
712
713         * lily/include/engraver.hh (make_spanner): new calling interface
714         for make_{item,spanner}. This obviates most calls to
715         announce_grob().
716                 
717         * scm/music-functions.scm (set-accidental-style): use GrandStaff
718         iso. PianoStaff for piano styles.
719
720 2004-05-03  Heikki Junes <hjunes@cc.hut.fi>
721
722         * Documentation/user/music-glossary.tely: add segno after d.s.
723
724 2004-05-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
725
726         * lily/include/audio-column.hh: remove unused variables.
727         (patch by Michael Welsh Duggan)
728
729         * flower/include/axes.hh (other_axis): inline Axes function
730         (thanks to David Brandon).
731
732 2004-05-02  Jan Nieuwenhuizen  <janneke@gnu.org>
733
734         * cygwin/mknetrel: Install image links (backportme).
735
736         * Documentation/user/GNUmakefile (local-install-info): Activate
737         actual installing of image links (backportme).
738
739 2004-04-30  Mats Bengtsson  <mabe@drongo.s3.kth.se>
740
741         * Documentation/user/notation.itely (Measure repeats): Removed
742         unnecessary (and confusing) \context Voice{.
743
744 2004-04-29  Jan Nieuwenhuizen  <janneke@gnu.org>
745
746         * Documentation/topdocs/NEWS.texi: Mention use of \score as markup.
747
748         * lily/page.cc (Page): Do not use ly_scheme_function for
749         volatile/configurable variables (FIXME: better name).
750
751         * lily/music-output-def.cc (c_lookup_variable): Rename (WAS:
752         get_scmvar).
753
754 2004-04-29  Han-Wen Nienhuys   <hanwen@xs4all.nl>
755
756         * scripts/convert-ly.py (FatalConversionError.subst): use
757         \transposition.
758
759 2004-04-29  Jan Nieuwenhuizen  <janneke@gnu.org>
760
761         * lily/include/page.hh (class Page): Declare left_margin ().
762
763         * lily/page.cc: Remove paper var caching.
764
765 2004-04-28  Jan Nieuwenhuizen  <janneke@gnu.org>
766
767         * Documentation/user/music-glossary.tely: Add name to @top node.
768         Remove comment from @table definitions (workaround for makinfo
769         bug).
770
771         * lily/stencil-scheme.cc (ly:stencil-expr): Rename (was:
772         ly:stencil-get-expr).  Update callers.
773         (ly:stencil-align-to!):  Return stencil too.
774
775         * lily/paper-outputter.cc (output_page): Bugfix.  Use page
776         stencil.  Remove looped line-based page output.
777         (output_line): Use line stencil.  Remove looped stencil-based line
778         output.
779
780         * lily/page.cc (ly:page-paper-lines): New function.
781
782         * input/test/markup-score.ly: New file.
783
784         * scm/define-markup-commands.scm (stencil): New markup.
785
786         * lily/book.cc (to_stencil): New method.
787
788         * lily/parser.yy (markup): Use it to grok \score.
789
790 2004-04-27  Jan Nieuwenhuizen  <janneke@gnu.org>
791
792         * lily/stencil.cc (expr): Rename (was: get_expr).  Update callers.
793
794         * lily/paper-book.cc (pages): Change signature.  Update callers.
795
796         * lily/include/page.hh:
797         * lily/page.cc: New file.
798
799         * lily/paper-line.cc (to_stencil): New method.
800         
801         * lily/paper-outputter.cc (output_stencil): New method.
802
803         * lily/paper-outputter.cc (output_line): Use them.
804
805         * lily/warn.cc: Remove.
806
807         * lily/my-lily-parser.cc (distill_inname): Remove.
808
809         * flower/include/file-name.hh: 
810         * flower/file-name.cc: New file.  Update users.
811
812         * flower/file-path.cc [CYGWIN]: Junk testing code.  Remove Path.
813         (find): New method of same name.
814
815         * lily/my-lily-parser.cc (ly:parse-file): Use it.
816
817         * lily/scm-option.cc (ly:set-option, ly:get-option): Bugfix:
818         constant error message.
819
820 2004-04-27  Heikki Junes <hjunes@cc.hut.fi>
821
822         * input/test/{blank-notes.ly,staff-container.ly}: typos.
823
824 2004-04-26  Jan Nieuwenhuizen  <janneke@gnu.org>
825
826         * Documentation/user/music-glossary.tely: @table @strong' replaced
827         by `@table @samp @c @strong'.  This fixes invalid makeinfo output
828         (backportme).
829
830 2004-04-25  Nicolas Sceaux  <nicolas.sceaux@free.fr>
831
832         * scm/lily.scm (ly:load): Add ly-from-scheme.scm loading.
833
834         * scm/ly-from-scheme.scm: New file. Introduce a new syntax:
835         #{ lily music expression #} that returns an equivalent scheme
836         music expression by parsing the string.
837
838 2004-04-25  Jan Nieuwenhuizen  <janneke@gnu.org>
839
840         * lily/my-lily-parser.cc:
841         * lily/my-lily-lexer.cc: Another step towards parsing ly code from
842         SCM string (foo.ly/toto.scm support).
843
844 2004-04-24  Jan Nieuwenhuizen  <janneke@gnu.org>
845
846         * lily/my-lily-parser.cc (ly:parser-parse-string): New function.
847
848 2004-04-21  Jan Nieuwenhuizen  <janneke@gnu.org>
849
850         * input/regression/newaddlyrics.ly: Remove lilypond-book kludge.
851
852         * scripts/lilypond-book.py: LY code that includes \header is
853         not assumed to be a fragment.
854
855 2004-04-20  Jan Nieuwenhuizen  <janneke@gnu.org>
856
857         * lily/stem-tremolo.cc (print): If stem direction == CENTER, move
858         tremolo beams up.
859
860         * lily/stem.cc (chord_start_y): Return 0 if no heads.
861         (get_default_stem_end_position): No tremolo head juggling if no
862         heads.  Fixes tremolo crash on rests (backportme).
863
864         * scripts/abc2ly.py: Oops use [\]proper[ty] 2.2 syntax.
865
866 2004-04-19  Jan Nieuwenhuizen  <janneke@gnu.org>
867
868         * scripts/abc2ly.py: ABC beams preserve support (courtesy Guy
869         Gascoigne-Piggford).  Also: TAB and whitespace fixes.
870
871         * lily/lexer.ll: Allow \encoding in NOTES mode.
872
873         * buildscripts/mf-to-table.py (write_fontlist): Use \lyrics
874         for lyrics, not for commands.
875
876         * lily/parser.yy (scalar): Bugfix: accept LYRICS_STRING.
877         FIXME: Replace some `Music's with Grouped_music_list; fixes make web.
878
879         * input/regression/newaddlyrics.ly: New file.
880
881         * Documentation/topdocs/NEWS.texi: Update.
882
883         * lily/parser.yy (new_lyrics): Return SCM list of lyric musics.
884         (Music_list): Allow embedded scm.
885
886         * lily/score.cc (ly:score-bookify): New function.
887
888         * lily/music.cc (ly:music-scorify): Idem.
889
890         * lily/my-lily-parser.cc (ly:parser-print-book): Idem.
891         (ly:parser-print-score): Idem.
892
893         * scm/lily.scm (default-toplevel-book-handler): Idem.
894         (default-toplevel-music-handler): Idem.
895         (default-toplevel-score-handler): Idem.
896
897         * ly/declarations-init.ly: Set default toplevel handlers.
898
899         * lily/parser.yy (book_block, score_block, toplevel_music): Use them.
900
901         * scripts/lilypond-book.py (PREAMBLE_LY): Select classic score
902         printer for score at toplevel.
903
904 2004-04-18  Jan Nieuwenhuizen  <janneke@gnu.org>
905
906         * lily/parser.yy (NEWLYRICS): Switch to LYRICS mode for lyrics.
907         Fix for simple case: input/simple-song.ly, more complex stuff
908         does not work yet.
909
910 2004-04-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
911
912         * lily/parser.yy (Prefix_composite_music): split Composite_music
913         in Prefix_composite_music and Grouped_music_list.
914         (re_rhythmed_music): use Grouped_music_list for NEWLYRICS.
915
916 2004-04-18  Jan Nieuwenhuizen  <janneke@gnu.org>
917
918         * scm/lily.scm (toplevel-expression): New define.
919
920         * lily/my-lily-parser.cc (ly:parser-add-book-and-score): New function.
921
922         * lily/parser.yy (toplevel_expression): Use it.
923
924         * lily/include/my-lily-parser.hh: Smobbify.
925
926         * lily/my-lily-parser.cc (parse_string): New method.
927         
928         * lily/my-lily-parser.cc (ly:parse-string): New function.
929
930         * Documentation/user/lilypond.tely: Add comment and workaround for
931         gs-8.01 crash.  Fixes make web.
932
933         Simplification of toplevel music.
934         
935         * lily/lexer.ll, lily/parser.yy:
936
937         * In LYRICS mode, return LYRICS_STRING.  This fixes one
938         shift/reduce problem.
939
940         * Use NOTES mode at start of maininput.
941
942         * Grok toplevel composite music expression, put in score and book.
943
944         * Grok \relative COMPOSITE_MUSIC, make relative on middleC.
945
946         * \newlyrics is a shortcut for \context Lyrics \lyricsto "" \lyrics
947
948         * input/simple.ly: New file.
949         
950         * input/simple-song.ly: Idem.
951
952 2004-04-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
953
954         * lily/parser.yy: rename NEWADDLYRICS to LYRICSTO. Thanks to Erik
955         Sandberg.
956
957 2004-04-17  Jan Nieuwenhuizen  <janneke@gnu.org>
958
959         * scm/font.scm (add-cmr-fonts): Narrow bold is ecrb.
960
961 2004-04-17  Heikki Junes <hjunes@cc.hut.fi>
962
963         * input/regression/accidental-octave.ly: doc automatic showing
964         of note names.
965
966 2004-04-16  Heikki Junes <janneke@gnu.org>
967
968         * po/fi.po: do "make po && make -C po po-update" at top-level,
969         then "cp po/out/fi.po po/fi.po" and update fields.
970
971         * po/fi.po: remove all designations of `fuzzy'; shows those elements.
972
973 2004-04-15  Jan Nieuwenhuizen  <janneke@gnu.org>
974
975         * Documentation/user/introduction.itely (About this manual): Fix
976         templates and regression urls (backportme).
977
978 2004-04-14  Mats Bengtsson  <mabe@drongo.s3.kth.se>
979
980         * ly/engraver-init.ly (Score:graceSettings): Increase
981         beamed-lengths, especially for 32nd notes.
982
983         * Documentation/user/notation.itely (Grace notes): Correct the
984         syntax for add-grace-property example.
985
986 2004-04-13  Jan Nieuwenhuizen  <janneke@gnu.org>
987
988         * flower/parse-afm.cc [METATYPE1_BUG]: Grok Metatype1's global
989         `Generated' tag.
990
991         * scm/font.scm (add-cmr-fonts): Use super-cm/lmodern fonts.  NOT.
992         Severely broken (the Debian package, at least).
993
994 2004-04-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
995
996         * lily/context.cc (find_create_context): assign to lvalue.
997
998 2004-04-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
999
1000         * lily/include/translator.hh (class Translator): rename
1001         get_parent_context() to context () to avoid confusion.
1002
1003         * lily/include/lily-guile.hh: is_x -> ly_c_X_p naming.
1004
1005         * lily/lexer.ll: change is_string -> ly_c_string_p 
1006
1007         * input/mutopia/J.S.Bach/wtk1-fugue2.ly (bassdux): use \book.
1008
1009         * input/mutopia/W.A.Mozart/mozart-hrn-3.ly: use \book.
1010
1011         * VERSION: release 2.3.0
1012
1013         * mf/feta-nummer-code.mf: use ascii names for number glyphs.
1014
1015         * buildscripts/mf-to-table.py (parse_logfile): only prepend group-
1016         if nonempty.
1017
1018         * lily/include/context.hh (class Context): make members protected.
1019         (children_contexts): new accessor function.
1020
1021         * lily/include/translator.hh (class Translator): make
1022         daddy_context_ protected.
1023         (class Translator): clean up. 
1024
1025         * lily/include/context.hh (class Context): make daddy_context_
1026         private.
1027
1028         * lily/lyric-engraver.cc (get_voice_to_lyrics): recursively go
1029         higher for finding Voice. (backportme)  
1030
1031         * lily/include/context.hh (class Context): remove
1032         find_context_below() as a method.
1033
1034         * Documentation/user/notation.itely (The Lyrics context): add note
1035         about manual durations
1036
1037         * ly/chord-modifiers-init.ly (blackTriangleMarkup): use TeX-math
1038         encoding.
1039
1040         * scm/output-tex.scm (text): dump \inputencoding{} for text.
1041
1042 2004-04-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1043
1044         * scripts/lilypond.py (global_latex_preamble): remove latin1 from
1045         \usepackage{inputenc}
1046
1047         * lily/paper-book.cc (classic_output): don't advance Offset for
1048         TeX output.
1049
1050         * make/mutopia-rules.make ($(outdir)-$(PAPERSIZE)/%.dvi): include
1051         ec-sauter.map in rules
1052
1053         * mf/ecb.mf (font_identifier): new file, based on ecbx
1054
1055         * mf/ecb10.mf (gensize): new file.
1056
1057         * Documentation/topdocs/NEWS.texi (Top): document some more new
1058         features.
1059
1060         * ly/declarations-init.ly: run convert-ly
1061
1062         * lily/my-lily-parser.cc (LY_DEFINE): move parse-file function
1063         from input-file-results. Remove input-file-results.* 
1064
1065 2004-04-11  Jan Nieuwenhuizen  <janneke@gnu.org>
1066
1067         * scm/output-ps.scm (font-command): Fix, again.
1068
1069         * input/test/title-markup.ly: Add \noPagebreak test.
1070
1071         * lily/score-engraver.cc (try_music): Bugfix.
1072
1073 2004-04-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1074
1075         * lily/main.cc (main_with_guile): excise dependency options -M and
1076         --dep-prefix
1077
1078         * lily/input-file-results.cc: excise Makefile dependency code
1079
1080         * Documentation/user/invoking.itexi (Invoking the lilypond
1081         binary): remove dep doco
1082         
1083         * lily/main.cc (main_with_guile): call lilypond-main
1084         
1085         * scm/lily.scm (lilypond-main): new function: handle multiple files.
1086
1087         * lily/input-file-results.cc (LY_DEFINE): throw ly-file-failed
1088         exception.
1089
1090         * lily/my-lily-parser.cc: remove paper_description function
1091
1092         * lily/music-output-def.cc (LY_DEFINE): ly:output-description
1093         new function.
1094
1095         * lily/main.cc: remove global_score_count.
1096
1097         * lily/book.cc (process): don't take header from global_input_file.
1098
1099         * buildscripts/lilypond-profile.sh (Error): set GS_FONTPATH
1100
1101         * lily/parser.yy (My_lily_lexer): remove current_parser global var.
1102
1103         * lily/music-output-def.cc (LY_DEFINE): new function
1104         ly_output_description. This function does the bulk for  setting,
1105         parsing and breaking down of an input file.
1106
1107         * lily/ly-module.cc (ly_make_anonymous_module): don't protect
1108         anonymous modules globally. Let's hope they get GCd
1109
1110         * scripts/lilypond.py (run_dvips): add sauter-mftrace.map 
1111
1112 2004-04-11  Jan Nieuwenhuizen  <janneke@gnu.org>
1113
1114         * scm/output-ps.scm (header): Papersize from paper.
1115
1116         * scripts/lilypond.py (global_latex_preamble): Oldish behaviour
1117         for classic output.
1118
1119         * tex/lilyponddefs.tex (interscoreline): Oldish behaviour if
1120         lilypondclassic is defined.
1121         (lilypondstart): Oldish behaviour if lilypondclassic is defined.
1122
1123         * input/regression/between-systems.ly: Remove.
1124
1125         * python/lilylib.py (get_bbox): Fix regular expression
1126         for bounding box.
1127
1128         * tex/lilyponddefs.tex (lilypondpagebreak): New overridable macro.
1129
1130         * scm/output-tex.scm (stop-page): Use it.
1131
1132         * scm/output-ps.scm (define-fonts): Bugfix.
1133
1134         * lily/grob.cc: Add penalty to interface.
1135
1136         * lily/include/paper-line.hh (class Paper_line): New member
1137         var penalty_.
1138
1139         * lily/system.cc (get_line): Initialise Paper_line with
1140         page-penalty's from original grobs.
1141
1142         * scm/define-music-properties.scm (all-music-properties): Add
1143         page-penalty.
1144
1145         * scm/define-grob-properties.scm (all-grob-descriptions): Idem.
1146
1147         * lily/score-engraver.cc (try_music): Handle page-penalty.
1148
1149         * ly/declarations-init.ly (pagebreak, noPagebreak): New command.
1150
1151 2004-04-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1152
1153         * ly/declarations-init.ly (melismaEnd): typo
1154
1155         * scm/font.scm (add-cmr-fonts): caps is eccc, ecsc is slanted caps.
1156
1157         * scm/output-ps.scm (text): split string into spaces, use moveto
1158         for setting space. 
1159         
1160 2004-04-10  Jan Nieuwenhuizen  <janneke@gnu.org>
1161
1162         * po/nl.po: Update.
1163
1164         * scm/font.scm (add-cmr-fonts): Typo.
1165
1166 2004-04-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1167
1168         * scm/font.scm (add-cmr-fonts): add sauter fonts under latin1
1169         font-encoding.
1170
1171         * scm/define-grobs.scm (all-grob-descriptions): idem.
1172
1173         * lily/time-signature.cc (numbered_time_signature): idem.
1174
1175         * scm/font.scm (add-cmr-fonts): use real encoding names for
1176         font-encoding.
1177
1178 2004-04-10  Jan Nieuwenhuizen  <janneke@gnu.org>
1179
1180         * lily/paper-book.cc (classic_output): 
1181         * tex/lilyponddefs.tex (lybox): Add height, and proper raising.
1182         Fixes classic output.
1183         (lilypondstart):
1184         * scripts/lilypond.py (global_latex_preamble): Remove topmargin
1185         kludge.
1186
1187         * scripts/old-lilypond-book.py: Remove.
1188
1189         Page layout for SCOREs enclosed in a BOOK:
1190
1191         * scripts/lilypond.py: Remove LaTeX titling kludge.  Remove page
1192         layout tweaking.
1193
1194         * input/les-nereides.ly (theScore): Add \book.
1195         
1196         * input/test/title-markup.ly: Add \book.
1197
1198         * scm/page-layout.scm (ly:optimal-page-breaks): Debugging output
1199         only if 'verbose.
1200
1201         * lily/include/paper-book.hh (PAGE_LAYOUT): Remove.
1202
1203         * lily/paper-outputter.cc (output_line): Remove PAGE_LAYOUT check.
1204
1205         * tex/lilyponddefs.tex (lilypondstart, lybox, lyitem):
1206         * scm/output-tex.scm (start-system): Update for page layout by
1207         LilyPond.
1208
1209         * scm/output-ps.scm (start-system): Previously (new-start-system).
1210
1211         * lily/paper-outputter.cc (output_header): Uniquify list of fonts
1212         passed to define-fonts.
1213
1214         * lily/paper-column.cc: 
1215         * lily/system.cc (get_line):
1216         * ly/property-init.ly (newpage): 
1217         * scm/define-grob-properties.scm:
1218         * scm/output-ps.scm: 
1219         * scm/output-tex.scm: Remove between-system-string kludge.
1220
1221         * scm/output-ps.scm (define-fonts, font-command,
1222         font-load-encoding): Handle ENCODING = #f.
1223
1224         * scm/output-tex.scm (output-scopes): Check if variable is bound.
1225
1226         * scm/define-markup-commands.scm (fill-line): Use
1227         make-simple-markup (WAS: unexisting make-word-markup).
1228
1229         * lily/text-item.cc (interpret_markup): Bugfix, transpose
1230         ENCODING, MARKUP parameters for interpret_string.
1231
1232         * lily/input-file-results.cc (do_one_file): Remove Paper_book hack.
1233
1234         * lily/score.cc (book_rendering): New method.
1235         (default_rendering): Create Paper_book helper locally, dump
1236         output.
1237
1238         * lily/my-lily-lexer.cc (the_key_tab): Add book.
1239
1240         * lily/parser.yy: Handle \book.
1241
1242         * lily/include/book.hh: 
1243         * lily/book.cc: New file.
1244
1245 2004-04-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1246
1247         * lily/text-item.cc (interpret_string): new file, select font with
1248         encoding.
1249
1250         * lily/include/lily-guile.hh: ly_XXX_p -> is_XXX. Changes throughout.
1251
1252         * scm/define-markup-commands.scm (encoded-simple): new markup command.
1253
1254         * lily/parser.yy (markup): take encoding from lexer.
1255
1256 2004-04-09  Jan Nieuwenhuizen  <janneke@gnu.org>
1257
1258         * lily/kpath.cc (kpathsea_find_tfm): Do not trigger TFM generation.
1259
1260         * scm/output-ps.scm: Remove some cruft.
1261
1262 2004-04-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1263
1264         * lily/kpath.cc (kpathsea_find_tfm): don't make unfound TFMs/AFMs.
1265
1266         * Documentation/user/lilypond.tely (Top): manual for v2.3 (backportme)
1267
1268 2004-04-09  Jan Nieuwenhuizen  <janneke@gnu.org>
1269
1270         * scm/font.scm (add-century-schoolbook-fonts):
1271         (make-century-schoolbook-tree): New function.
1272
1273         * input/test/title-markup.ly: Use Century Schoolbook font.
1274
1275 2004-04-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1276
1277         * scripts/convert-ly.py: limited old-style markup convert. (Thanks
1278         to Erik Sandberg) 
1279
1280         * lily/font-metric.cc (LY_DEFINE): new function, return fontName.
1281
1282         * scm/output-ps.scm (define-fonts): remove hack for feta/parmesan.
1283
1284         * lily/font-metric.cc (LY_DEFINE): change to ly:font-filename
1285
1286         * scm/encoding.scm (coding-alist): add AdobeStandardEncoding
1287
1288 2004-04-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1289
1290         * scm/part-combiner.scm (determine-split-list): bugfix: if no
1291         solo-state (at end of solo), we can set the solo status
1292         too. (backportme.)
1293
1294         * input/regression/part-combine-solo-end.ly: new file.
1295
1296 2004-04-08  Jan Nieuwenhuizen  <janneke@gnu.org>
1297
1298         * scripts/abc2ly.py (parse_file): Strip \r from lines.  Fixes DOS
1299         flavour abc files.  Really ignore unknown keys (backportme).
1300
1301 2004-04-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1302
1303         * lily/scaled-font-metric.cc (text_dimension): only multiply with
1304         magnification_ when looking up in orig_.
1305
1306         * scm/output-tex.scm (text): switch off char-mapping.
1307
1308         * lily/tfm.cc (coding_scheme): replace ' ' in encoding with '-',
1309         because AFM's encoding field cannot have spaces.
1310
1311 2004-04-08  Jan Nieuwenhuizen  <janneke@gnu.org>
1312
1313         * scm/output-ps.scm (define-fonts): More re/encoding tweaking.
1314
1315 2004-04-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1316
1317         * lily/paper-def.cc (find_scaled_font): change to inputencoding.
1318
1319         * mf/cmr.enc: new file, without hi-bit ascii info. 
1320
1321         * lily/bezier-bow.cc (slur_shape): make indent dependent on
1322         width. This removes the 'hook' at the end of a long slur.
1323
1324         * buildscripts/mf-to-table.py (parse_logfile): don't append
1325         encoding to fontname.
1326
1327 2004-04-07  Jan Nieuwenhuizen  <janneke@gnu.org>
1328
1329         * scm/output-ps.scm (define-fonts): Load .enc only once.
1330
1331         * mf/GNUmakefile (INSTALLATION_OUT_SUFFIXES): Install .enc files
1332         too.
1333
1334 2004-04-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1335
1336         * buildscripts/mf-to-table.py (parse_logfile): remove spaces from
1337         encoding field.
1338
1339         * lily/stencil-scheme.cc: remove ly:fontify-atom 
1340
1341         * ly/portuges.ly (pitchnames): new file.
1342
1343         * lily/include/lily-guile.hh: many new ly_ functions.  Thanks to
1344         Michael Welsh Duggan
1345
1346         * lily/*.cc: deprecate gh_ interface. Thanks to Michael Welsh Duggan
1347
1348         * ly/nederlands.ly: add comment about digits.
1349
1350         * lily/scaled-font-metric.cc (derived_mark): idem.
1351
1352         * scm/encoding.scm (make-encoding-mapping): change permutation to
1353         mapping.
1354
1355         * lily/scaled-font-metric.cc (derived_mark): is a const method.
1356         (Modified_font_metric): make alist for coding_description_
1357         (LY_DEFINE): remove coding-name.
1358
1359         * scm/output-tex.scm (text): remove debugging code.
1360
1361         * lily/scaled-font-metric.cc (ly_font_encoding): return vector
1362
1363         * buildscripts/mf-to-table.py (parse_logfile): read EncodingScheme
1364         from infile.
1365
1366         * mf/feta-generic.mf: move fet_beginfont into generic code.
1367         use fetaMusic (without space) as encoding
1368
1369         * mf/feta-autometric.mf: take encoding argument
1370
1371         * lily/afm.cc (read_afm_file): bugfix, read global info too. 
1372
1373         * lily/my-lily-lexer.cc (set_identifier): remove gh_scm2newstr
1374         use.
1375
1376         * scm/encoding.scm (read-encoding-file): use symbol for glyph
1377         name.
1378
1379 2004-04-07  Jan Nieuwenhuizen  <janneke@gnu.org>
1380
1381         * input/test/title-markup.ly: Set inputencoding.
1382
1383         * scm/output-ps.scm (define-fonts): Handle font re-encoding.
1384
1385         * lily/scaled-font-metric.cc (ly:font-coding-name): New function.
1386
1387         * scm/encoding.scm (get-coding-filename, get-coding-command): New
1388         function.
1389         (coding-alist): Also hold filename, command.
1390         (read-encoding-file): Return symbols.
1391
1392 2004-04-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1393
1394         * scm/output-tex.scm: remove fontify; text and char take a font
1395         argument.
1396
1397         * lily/tfm.cc (name_to_index): new function, use encoding_table_.
1398
1399         * lily/scaled-font-metric.cc (text_dimension): init
1400         coding_{permutation,table}_ too 
1401         (LY_DEFINE): ly:font-encoding, new function return
1402
1403         * lily/paper-def.cc (find_scaled_font): take input coding from
1404         inputcoding paper var.
1405
1406         * lily/performance.cc (output): remap modulo 16.
1407
1408         * lily/text-item.cc (interpret_markup): whoops, variable
1409         shadowing fixed.
1410
1411 2004-04-06  Michael Welsh Duggan  <mwd@sei.cmu.edu>
1412
1413         * lily/piano-pedal-performer.cc (try_music): Compare symbols to
1414         symbols, not symbols to strings.
1415         
1416         * lily/piano-pedal-engraver.cc (try_music): Compare symbols to
1417         symbols, not symbols to strings.
1418
1419 2004-04-06  Jan Nieuwenhuizen  <janneke@gnu.org>
1420
1421         * lily/kpath.cc (kpathsea_gulp_file_to_string): 
1422         (ly:kpathsea-gulp-file): New function.
1423
1424         * scm/encoding.scm (read-encoding-file): Use it.
1425
1426 2004-04-06  Werner Lemberg  <wl@gnu.org>
1427
1428         * scm/encoding.scm (coding-alist): Fix typo.
1429
1430 2004-04-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1431
1432         * lily/scaled-font-metric.cc (text_dimension): move function from
1433         Font_metric
1434         (make_scaled_font_metric): init coding_scheme_ to TeX
1435         (text_dimension): use get-coding-vector for non TeX coding_scheme_
1436
1437         * lily/include/scaled-font-metric.hh (struct
1438         Modified_font_metric): rename from Scaled_font_metric
1439
1440         * scm/encoding.scm (read-encoding-file): split up large function,
1441         leave caching to (delay)
1442
1443         * lily/lily-guile.cc (LY_DEFINE): typecheck argument.
1444
1445 2004-04-05  Jan Nieuwenhuizen  <janneke@gnu.org>
1446
1447         * lily/my-lily-lexer.cc (set_encoding): New method.
1448
1449         * lily/lexer.ll: Grok \encoding.
1450
1451         * lily/font-metric.cc (get_encoded_index): New function.
1452
1453         * lily/include/font-metric.hh (coding_scheme): New method.
1454
1455         * scm/encoding.scm: New file.
1456
1457         * mf/feta-beugel.mf: Better error message (WAS: `foobar').
1458
1459 2004-04-05  Werner Lemberg  <wl@gnu.org>
1460
1461         * Documentation/user/tutorial.itely: Revised (finished).
1462
1463         * Documentation/user/macros.itexi (@separate): Removed.
1464
1465 2004-04-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1466
1467         * scm/output-ps.scm (define-fonts): fix scaling.
1468
1469         * lily/scaled-font-metric.cc (design_size): add function.
1470
1471         * lily/font-metric.cc (LY_DEFINE): opps ly:font-design-size is only
1472         partial cut&paste of ly:font-magnification.
1473
1474 2004-04-05  Jan Nieuwenhuizen  <janneke@gnu.org>
1475
1476         * scm/output-ps.scm (define-fonts):
1477         (fontify): Update.
1478
1479 2004-04-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1480
1481         * po/fr.po: update. (backportme).
1482
1483         * po/nl.po: update. (backportme). 
1484
1485         * mf/feta-beugel.mf: document why design size is not fixed.
1486
1487         * mf/feta-braces-a.mf: rename to stress that it's not design size.
1488
1489 2004-04-04  Werner Lemberg  <wl@gnu.org>
1490
1491         * Documentation/user/tutorial.itely: Revised (continued).
1492
1493 2004-04-03  Jan Nieuwenhuizen  <janneke@gnu.org>
1494
1495         * po/nl.po: Update (backportme).
1496
1497 2004-04-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1498
1499         * po/de.po: update. (backportme).
1500
1501         * scm/output-tex.scm (font-command): use ly: functions to
1502         construct name.
1503         (define-fonts): don't use alist, just dump \font definitions.
1504         (font-load-command): calculate proper scaling by taking
1505         outputscale from paper argument.
1506
1507         * lily/stencil-scheme.cc (fontify_atom): insert Font_metric into
1508         expression.
1509
1510         * lily/paper-outputter.cc (output_header): pass paper arg to
1511         define-fonts
1512
1513         * lily/paper-def.cc (font_descriptions): dump list of
1514         Scaled_font_metrics
1515         (find_scaled_font): take Font_metric argument, store
1516         Scaled_font_metrics in hash-table containing (size ->
1517         Scaled_font_metrics) alist.
1518         (get_dimension): rename from get_realvar
1519
1520         * lily/font-metric.cc (LY_DEFINE): ly:font-design-size,
1521         ly:font-magnification, ly:font-name: new functions
1522
1523 2004-04-03  Werner Lemberg  <wl@gnu.org>
1524
1525         * Documentation/user/dedication.itely,
1526         Documentation/user/preface.itely,
1527         Documentation/user/introduction.itely,
1528         Documentation/user/tutorial.itely: Revised.
1529         Removing leading spaces which distorts output if info files are read
1530         with stand-alone info.
1531         Removing superfluous inter-word spaces which also distorts output
1532         for stand-alone info.
1533         Using ` and ' instead of `` and '' everywhere to improve
1534         legilibility with stand-alone info
1535         Using @samp for single-letter input items and data which contains
1536         spaces, @code for other things.
1537
1538         * lily/grob-interface.cc: Adding copyright.
1539         (check_interfaces_for_property): Improve format of warning message.
1540
1541 2004-04-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1542
1543         * lily/include/font-metric.hh (struct Font_metric): add
1544         design_size () method.
1545
1546         * buildscripts/mf-to-table.py (base): add DesignSize comment.
1547
1548         * lily/afm.cc (read_afm_file): read design size.
1549
1550         * input/regression/repeat-unfold-tremolo.ly: add dotted case.
1551
1552         * scm/music-functions.scm (unfold-repeats): handle dots too.
1553
1554 2004-04-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1555
1556         * mf/GNUmakefile ($(outdir)/$(redhat-package)): fix URL.
1557         (backportme)
1558
1559 2004-04-02  Jan Nieuwenhuizen  <janneke@gnu.org>
1560
1561         * input/wilhelmus.ly: Use raggedright.  Hack `Een prin -- ce'
1562         lyric indent.  Revert melismaBusyProperties using \unset.
1563
1564 2004-04-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1565
1566         * input/regression/bar-check-redefine.ly (pipeSymbol): new file.
1567
1568         * lily/parser.yy (command_element): allow redefinition of |
1569         meaning.
1570
1571         * lily/break-align-engraver.cc (acknowledge_grob): construct
1572         LeftEdge where the first cause for alignment is coming from.
1573         This makes \override Staff.LeftEdge work as expected.
1574
1575         
1576         * lily/slur-performer.cc (Slur_performer): add inits
1577
1578         * lily/beam-performer.cc (Beam_performer): add inits
1579
1580 2004-04-01  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1581
1582         * VERSION (PACKAGE_NAME): release 2.2.0
1583
1584         * scripts/convert-ly.py (conv): add 2.2.0 rule.
1585
1586 2004-04-01  Jan Nieuwenhuizen  <janneke@gnu.org>
1587
1588         * lily/cluster.cc (height): Fix warning.
1589
1590         * lily/parser.yy: Janitorial cleanups.
1591
1592         * Documentation/user/tutorial.itely (Tutorial): Typo.
1593
1594 2004-04-01  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1595
1596         * lily/change-iterator.cc (process): search at multiple context
1597         levels. This fixes 
1598
1599         
1600         * scm/part-combiner.scm (analyse-spanner-states): use split-index,
1601         not voice-state index for tie state. This fixes a partcombine
1602         problem with ties.
1603
1604         * Documentation/user/tutorial.itely (Commenting input files): add
1605         note about convert-ly.
1606
1607         * input/test/cadenza-skip.ly:  new file.
1608
1609 2004-03-31  Jan Nieuwenhuizen  <janneke@gnu.org>
1610
1611         * po/nl.po: Spelling fixes.
1612
1613         * autogen.sh (srcdir): Regenerate.
1614
1615         * stepmake/autogen.sh (srcdir): Copy SUSE fix to the master
1616         autogen.sh.
1617
1618         * configure.in: Use C++ to check for C++ header.
1619
1620         * po/nl.po: Update.
1621
1622         * lily/scm-option.cc (LY_DEFINE): Name of the program is lilypond-bin.
1623
1624         * lily/event.cc (to_relative_octave): Translatable sentence should
1625         be one string.
1626
1627         * python/lilylib.py (warranty): Year range is not translatable.
1628         It's 2004 already!
1629
1630         * flower/warn.cc (non_fatal_error, warning, programming_error):
1631         Remove whitespace from translated string.
1632
1633 2004-03-31  Jan Nieuwenhuizen  <janneke@gnu.org>
1634
1635         * VERSION: release 2.1.37.
1636
1637 2004-03-31  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1638
1639         * configure.in: check for C language.
1640
1641         * lily/source-file.cc: include strstream without h.
1642
1643         * scm/documentation-generate.scm (string-append): use name without
1644         .texi.
1645
1646         * autogen.sh (srcdir): SUSE fix.
1647
1648         * Documentation/user/notation.itely (Ancient clefs): idem.
1649
1650         * Documentation/user/lilypond-book.itely (Integrating HTML and
1651         music): idem.
1652
1653         * Documentation/user/cheatsheet.itely (Cheat sheet): octave fixes.
1654
1655         * lily/change-iterator.cc (process): use find_existing_context().
1656
1657         * input/test/polymetric-differing-notes.ly: use ly:music-compress.
1658
1659         * input/regression/repeat-unfold-tremolo.ly: new file.
1660
1661         * scm/music-functions.scm (unfold-repeats): undo music compression
1662         too.
1663
1664         * lily/music.cc (LY_DEFINE): rename to music-mutable-properties
1665         (LY_DEFINE): ly:music-compress new function.
1666
1667         * scm/part-combiner.scm (determine-split-list): split for voice
1668         crossings
1669
1670         * input/regression/part-combine-cross.ly: new file.
1671
1672         * scm/part-combiner.scm (make-part-combine-music): don't do
1673         relative inside partcombine arguments.
1674
1675         * scm/music-functions.scm (make-non-relative-music): new function.
1676
1677         * Documentation/user/notation.itely (Automatic part combining):
1678         add note about \relative.
1679
1680         * lily/part-combine-iterator.cc (construct_children): add
1681         start_moment_ member.
1682
1683         * lily/chord-tremolo-engraver.cc (acknowledge_grob): trigger
1684         stem-tremolo by stem object. This fixes no stem for tremolo bug.
1685
1686         * lily/stem-tremolo.cc (print): don't crash for no-stem.
1687
1688         * Documentation/user/changing-defaults.itely (Which properties to
1689         change): fixes.
1690
1691 2004-03-31  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1692
1693         * po/fr.po: update.
1694
1695 2004-03-31  Jan Nieuwenhuizen  <janneke@gnu.org>
1696
1697         * input/wilhelmus.ly: More original lyrics.  Add to examples.
1698
1699         * stepmake/stepmake/generic-targets.make ($(outdir)/dummy.dep):
1700         Reinstate old code that issues warning.  Fixes --srcdir build.
1701
1702 2004-03-30  Jan Nieuwenhuizen  <janneke@gnu.org>
1703
1704         * input/wilhelmus.ly: New file.
1705
1706         * Documentation/user/notation.itely: 
1707         * Documentation/user/introduction.itely:
1708         * Documentation/user/tutorial.itely: Use quote ly-option instead
1709         of explicit @quotation.  This fixes too long lilypond linewidths
1710         resulting in overful hboxes.
1711
1712         * scripts/lilypond-book.py: Add ly-option: `quote'.
1713
1714 2004-03-30  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1715
1716         * tex/titledefs.tex: Avoid that the first score line is extra
1717         indented if instrument is defined but not piece.
1718
1719 2004-03-30  Werner Lemberg  <wl@gnu.org>
1720
1721         * Documentation/user/macros.itexi (@internalsref) [info]: Prepend
1722         `lilypond/' to info file name.
1723         (@usermanref) [info]: New variant.
1724
1725         * scm/documentation-generate.scm: Fix definition of @usermanref
1726         and @glossaryref (in the `ifinfo' branch) by prepending `lilypond/'
1727         to info file name.
1728
1729 2004-03-30  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1730
1731         * VERSION: release 2.1.36
1732         
1733         * Documentation/user/changing-defaults.itely (Interpretation
1734         contexts): rewrite introduction.
1735
1736 2004-03-30  Ferenc Wagner  <wferi@tba.elte.hu>
1737
1738         * scm/define-markup-commands.scm: Use TeX accents instead of
1739         straight iso-8859-1 encoding in the doc string.
1740
1741 2004-03-30  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1742
1743         * Documentation/user/tutorial.itely (A lead sheet): remove extra
1744         space after dotted duration.
1745
1746 2004-03-29  Jan Nieuwenhuizen  <janneke@gnu.org>
1747
1748         * Documentation/user/introduction.itely: 
1749         * Documentation/user/notation.itely:
1750         * Documentation/user/tutorial.itely: Up all relative examples.
1751         Enclose @lilypond displays in @quotation.  Typos and corrections.
1752
1753         * Documentation/user/macros.itexi: Use fetaflat, fetasharp.
1754
1755 2004-03-29  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1756
1757         * scm/music-functions.scm (make-voice-props-revert): Revert also
1758         MultiMeasureRest staff-position in oneVoice.
1759
1760 2004-03-29  Heikki Junes <hjunes@cc.hut.fi>
1761
1762         * Documentation/user/changing-defaults.itely, 
1763         Documentation/user/lilypond.tely: few fixes. Place no comma between
1764         two options: a and b, but commas between three options: a, b, and c.
1765         By this manner, grouping is possible: a and b, and c and d.
1766
1767 2004-03-29  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1768
1769         * Documentation/user/GNUmakefile: add rule for .nexi
1770
1771 2004-03-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1772
1773         * Documentation/user/music-glossary.tely: move glossary direntry
1774
1775         * stepmake/stepmake/texinfo-vars.make (INFOINSTALL): 
1776         only do mkdir/install-info if INFO_INSTALL_FILES != "".
1777
1778 2004-03-28  Jan Nieuwenhuizen  <janneke@gnu.org>
1779
1780         * stepmake/aclocal.m4: Verify that gettext configure check with
1781         gcc-3.3 and autoconf 2.59 is still broken.  Update warning.
1782
1783 2004-03-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1784
1785         * scripts/lilypond-book.py (Lilypond_snippet.is_outdated): use
1786         glob.glob for .png filenames. This catches multipage pngs.  
1787
1788         * Documentation/user/changing-defaults.itely (Determining the grob
1789         property): fix references.
1790
1791         * lily/staff-symbol.cc (print): only add extent if non empty.
1792         This fixes staff-container.ly.
1793
1794         * lily/timing-engraver.cc (initialize): init whichBar, so a score
1795         starting with a mmrest also works.
1796
1797         * scripts/lilypond-book.py (Lilypond_snippet.is_outdated): require
1798         PNG for texinfo too.
1799
1800         * po/lilypond.pot: update translation strings.
1801
1802         * VERSION: 2.1.35 released
1803         
1804         * scripts/convert-ly.py (FatalConversionError.sub_abs): convert
1805         context argument too.
1806
1807         * make/ly-rules.make ($(outdir)/%.texi): use variable for outdir.
1808
1809         * input/mutopia/W.A.Mozart/mozart-hrn-3.ly: Mozart died in 1791
1810
1811         * python/lilylib.py (command_name): don't return 1st path
1812         component.
1813
1814         * scripts/lilypond-book.py (Lilypond_snippet.is_outdated): treat
1815         .png case separately.
1816
1817         * python/lilylib.py (system): typo.
1818         
1819 2004-03-28  Jan Nieuwenhuizen  <janneke@gnu.org>
1820
1821         * input/regression/span-bar.ly: Fix typos.  Set indent-level:2,
1822         run indent-region.
1823
1824         * Documentation/user/preface.itely: Run texinfo-all-menus-update.
1825         Fixes compile.
1826
1827         * lily/function-documentation.cc: Compile fix: Include <string.h>.
1828         Add header.
1829
1830 2004-03-27  Heikki Junes  <hjunes@cc.hut.fi>
1831
1832         * vim/lilypond-indent.vim: small fixes.
1833
1834 2004-03-26  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1835
1836         * Documentation/user/notation.itely (Entering lyrics): Add example
1837         with correct english double quotes (at least for LaTeX output,
1838         maybe not a good idea if we switch to PS as the default output
1839         format).
1840
1841 2004-03-26  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1842
1843         * lily/staff-performer.cc (create_audio_elements): play instrument
1844         changes before notes arrive. This fixes instrument of the first
1845         note in a score.
1846
1847         * scripts/convert-ly.py (FatalConversionError.conv): add #'() case
1848         to 1.9.0 conversion.
1849
1850         * lily/mark-engraver.cc: doc string.
1851
1852         * make/lilypond.redhat.spec.in (Group): add vim scriptlets.
1853
1854         * Documentation/user/introduction.itely (Introduction): new node.
1855
1856 2004-03-25  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1857
1858         * lily/duration.cc (LY_DEFINE): dotcount argument is now optional.
1859
1860         * input/regression/spacing-ragged-last.ly: new file.
1861
1862         * lily/gourlay-breaking.cc (do_solve): add raggedlast support for
1863         spacing.
1864
1865         * scm/font.scm: rewrite using GOOPS.
1866         
1867         * lily/context-def.cc (filter_engravers): derefence pointer.
1868
1869         * lily/lily-guile.cc (type_check_assignment): use
1870         ly_scheme_function iso. scm_primitive_eval where possible.
1871
1872         * lily/performance.cc (output): limit channels at 15. This fixes
1873         percussion inadvertently showing up in large scores.
1874
1875 2004-03-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1876
1877         * input/regression/tuplet-gap.ly: new file.
1878
1879         * lily/tuplet-bracket.cc (make_bracket): take gap interval.
1880         (print): compute gap length from number size, include italic
1881         correction.
1882
1883         * scm/define-grobs.scm (all-grob-descriptions): remove gap from
1884         tuplet-bracket
1885
1886         * scm/paper.scm (set-default-paper-size): new function, to be
1887         called at toplevel.
1888         (set-paper-size): new function, to be called inside \paper {}
1889         (set-default-paper-size): new function, to be called at toplevel.
1890
1891         * lily/paper-def.cc (LY_DEFINE): ly:paper-def?: new function. 
1892
1893         * lily/beam-performer.cc (process_music): idem.
1894
1895         * lily/slur-performer.cc (process_music): stop melisma for stop event.
1896         
1897         * tex/titledefs.tex: remove scshape for piece.
1898
1899         * lily/line-spanner.cc (line_stencil): font-encoding = music, not
1900         font-family
1901
1902         * lily/time-signature.cc (special_time_signature): font-encoding
1903         not family.
1904
1905         * lily/dynamic-engraver.cc (acknowledge_grob): fix typo, attach
1906         dynamic to head. This fixes p placement in morgenlied.
1907
1908 2004-03-23  Werner Lemberg  <wl@gnu.org>
1909
1910         * stepmake/stepmake/generic-targets.make (help): Improve text.
1911
1912 2004-03-23  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1913
1914         * VERSION: 2.1.34 released
1915         
1916         * lily/main.cc (main_with_guile): switch debugging.
1917
1918         * lily/system.cc (get_line): plug leak.
1919
1920         * lily/paper-book.cc (pages): plug memory leaks: delete page array
1921         and contents.
1922         (stencil2line): plug leak.
1923
1924         * Documentation/user/changing-defaults.itely (Determining a grob
1925         property):  new node.
1926         (Layout interfaces): new node.
1927         (Navigating the program reference): new node.
1928
1929         * lily/accidental-engraver.cc (acknowledge_grob): add property
1930         harmonicAccidentals
1931
1932         * lily/piano-pedal-engraver.cc (del_linespanner): new function.
1933         general cleanups.
1934         
1935         * input/les-nereides.ly (middleDynamics): resurrect Les
1936         nereides. Remove pedal hack.
1937
1938 2004-03-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1939
1940         * input/regression/property-grace-polyphony.ly: new file.
1941
1942         * lily/translator-property.cc (execute_pushpop_property): only pop
1943         one instance of the property. This fixes << \\ >> together with
1944         \grace.
1945
1946         * lily/break-align-interface.cc (ordered_elements): we cannot
1947         modify the #'elements property, so return reordered array.
1948
1949 2004-03-23  Heikki Junes  <hjunes@cc.hut.fi>
1950
1951         * buildscripts/lilypond.words.py: remove.
1952         * buildscripts/lilypond-words.py: add new, renamed file. 
1953         Give generated targets and dirs explicitly in arguments.
1954
1955         * GNUmakefile.in, elisp/GNUmakefile, elisp/lilypond-init.el,
1956         elisp/lilypond-mode.el, vim/lilypond-ftplugin.vim,
1957         vim/lilypond-syntax.vim: update to use new lilypond-words.py.
1958         
1959         * config.make.in: give '/usr/share/vim' explicitly as $(vimdir).
1960
1961         * vim/GNUmakefile: use --words and --vim targets in lilypond-words.py
1962
1963         * Documentation/topdocs/INSTALL.texi: update vim-mode installing
1964         orders.
1965
1966         * vim/GNUmakefile: add local-uninstall target.
1967
1968         * Documentation/topdocs/INSTALL.texi: give even more detailed orders.
1969         
1970         * vim/vimrc: add a one-liner file.
1971
1972         * vim/GNUmakefile: try to remove empty dirs during uninstalling, put
1973         vimrc in EXTRA_DIST_FILES.
1974
1975         * vim/GNUmakefile: ignore errors due to rmdir of non-empty directories.
1976
1977 2004-03-22  Heikki Junes  <hjunes@cc.hut.fi>
1978
1979         * config.make.in: add vimdir.
1980
1981         * vim/GNUmakefile: add local-install.
1982
1983 2004-03-22  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1984
1985         * tex/titledefs.tex: Replaced \ifx\blabla\undefined
1986         with \lilypondifundefined{blabla}. Solves problem with multiple
1987         titles in the same lilypond-book document.
1988
1989 2004-03-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1990
1991         * scm/document-backend.scm (interface-doc): sort grob list for
1992         interface.
1993
1994         * scm/define-grobs.scm (all-grob-descriptions): fix ordering of
1995         pre/post break align-order.
1996
1997         * spelling patch courtesy Edward Sutton.
1998
1999         * Documentation/user/changing-defaults.itely (Changing context
2000         default settings): new node.
2001         (Defining new  contexts): new node.
2002
2003         * scripts/lilypond-book.py (is_derived_class): use numbers
2004         iso. booleans.
2005
2006         * python/lilylib.py (make_ps_images): add margin to PS images.
2007
2008         * scripts/lilypond-book.py (is_derived_class): new function. Take
2009         class arg iso. object.
2010         (to_eps): make a non EPS file if EPS contains %%Pages. Workaround
2011         for bug in GS/dvips.
2012
2013         * lily/text-item.cc (interpret_markup): idem.
2014
2015         * scm/define-markup-commands.scm: remove split around-space hack.
2016
2017         * lily/staff-symbol-referencer.cc (get_rounded_position): new
2018         function, fold WL's fixes into one function.
2019
2020 2004-03-22  Werner Lemberg  <wl@gnu.org>
2021
2022         * lily/stem.cc (Stem::extremal_heads, Stem::note_head_positions),
2023         lily/dot-column.cc (Dot_column::do_shifts), lily/note-column.cc
2024         (Note_column::head_position_interval): Do proper rounding for
2025         calls to Staff_symbol_referencer::get_position.
2026
2027 2004-03-21  Werner Lemberg  <wl@gnu.org>
2028
2029         * lily/score.cc (ly_run_translator), lily/paper-def.cc
2030         (Paper_def::get_paper_outputter), lily/input-file-results.cc
2031         (Input_file_results::Input_file_results), lily/my-lily-parser.cc
2032         (My_lily_parser::parse_file): Improve formatting progress indication
2033         sent to stdout.
2034
2035 2004-03-21  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2036
2037         * VERSION: 2.1.33 released.
2038
2039         * scripts/lilypond-book.py (do_file): reinstate --filter support.
2040
2041         * buildscripts/mf-to-table.py (base): use %d for TfmCheckSum
2042
2043         * stepmake/stepmake/generic-targets.make: rewrite hack so no
2044         warning is issued about dummy.dep.
2045
2046         * scm/new-font.scm: fix design sizes of nummer
2047
2048 2004-03-21  Werner Lemberg  <wl@gnu.org>
2049
2050         * stepmake/bin/install-sh: Updated (from gnulib).  This removes
2051         some annoying warnings from mkdir during `make install'.
2052
2053 2004-03-21  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2054
2055         * lily/performer-group-performer.cc (do_announces): call
2056         Performer_group_performer::create_audio_elements () too.
2057
2058         * scripts/convert-ly.py (conv): add rule for breakAlignOrder.
2059
2060         * scm/define-grobs.scm (all-grob-descriptions): add property
2061         break-align-orders
2062
2063         * lily/global-context.cc (get_default_interpreter): new
2064         function. Override from base class, so no new Score contexts are
2065         created.
2066
2067         * lily/include/stencil.hh (class Stencil): document origin field.
2068
2069         * lily/staff-symbol.cc (print): span staff-symbol on column
2070         extents for non-broken columns. 
2071
2072         * ly/engraver-init.ly (breakAlignOrder): put staff-bar behind
2073         key-signature.
2074
2075         * tex/titledefs.tex: don't use smallcaps for piece.
2076
2077         * lily/system.cc (uniquify_list): bugfix. This fixes spuriously
2078         translated stencils in the output.
2079
2080         * lily/paper-outputter.cc (output_line): don't add Stencil::origin.
2081
2082 2004-03-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2083
2084         * lily/tie-performer.cc (acknowledge_audio_element): bugfix: use
2085         and init ties_created_
2086
2087         * VERSION: release 2.1.32
2088
2089         * lily/include/music-iterator.hh (IMPLEMENT_CTOR_CALLBACK): remove
2090         doc string from IMPLEMENT_CTOR_CALLBACK().
2091
2092         * lily/engraver.cc (typeset_grob): paranoia: take care of the case
2093         that engraver is in a performer hierarchy.
2094
2095 2004-03-17  Heikki Junes <hjunes@cc.hut.fi>
2096
2097         * vim/lilypond-ftdetect.vim: new file.
2098
2099 2004-03-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2100
2101         * scripts/lilypond-book.py (compose_ly): bugfix for relative < 0. 
2102         (compose_ly): default octave should be middle C.
2103
2104         * Documentation/user/changing-defaults.itely (Layout tunings
2105         within contexts): new node.
2106
2107         * lily/include/smobs.hh: document C++ smob interface.
2108
2109         * lily/function-documentation.cc: don't doc functions without
2110         docstring.
2111
2112 2004-03-19  Jan Nieuwenhuizen  <janneke@gnu.org>
2113
2114         * Documentation/user/lilypond.tely: Remove `* lilypond' node from
2115         direntry, so that `info lilypond' goes to Top.
2116
2117         * scm/output-ps.scm (polygon): Fix: add spaces.
2118
2119         * scm/page-layout.scm (ly:optimal-page-breaks): Bugfix: underful
2120         solutions are now optimal too.
2121
2122         * input/test/page-breaks.ly: New file.
2123
2124         * lily/paper-outputter.cc (Paper_outputter): Import page breaking
2125         functions into safe module.
2126
2127         * lily/lily-guile.cc (ly:number->string): Do not leave space at
2128         end, prepend zeros.
2129
2130         * scm/output-*.scm: Use ly:number->string rather than
2131         number->string.  Makes for saner output.
2132
2133         * scm/output-ps.scm (define-fonts): Always scale by designsize.
2134         Fixes feta-nummer, feta-din scaling.
2135
2136 2004-03-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2137
2138         * input/mutopia/W.A.Mozart/mozart-hrn-3.ly: use latin1.
2139
2140         * scm/music-functions.scm (descend-to-context): new
2141         function. Similar to context-spec-music.
2142         (make-time-signature-set): specify Score as descend-only. This
2143         fixes the polymetric.ly example.
2144
2145         * lily/context-specced-music-iterator.cc (construct_children): add
2146         support for descend-only context spec.
2147
2148         * lily/note-head.cc (brew_ez_stencil): read vector #'note-names to
2149         determine ez-notation letter. 
2150
2151         * lily/system.cc (get_line): start with dumping layer 3. This
2152         fixes ez notation.
2153
2154 2004-03-19  Jan Nieuwenhuizen  <janneke@gnu.org>
2155
2156         * input/test/title-markup.ly: Stress breaking harder.
2157
2158         * scm/page-layout.scm (height-score): Overfull page scores twice
2159         as bad as underfull (was: by a power).
2160         (walk-lines): Omit first walk-path round (breaking after new node,
2161         without lines).
2162
2163         * lily/paper-book.cc (pages): Bugfix: copy_height and tag_height
2164         diff values are negative.
2165         (output): Bugfix: treat negative vfill differently.
2166
2167         * Documentation/user/lilypond.tely (direntry): Add note about why
2168         `info lilypond' brings up `Invoking LilyPond' node.
2169
2170 2004-03-18  Jan Nieuwenhuizen  <janneke@gnu.org>
2171
2172         * input/mutopia/W.A.Mozart/mozart-hrn-3.ly: Mutopia tagline.
2173
2174         * lily/paper-book.cc: Remove cruft.
2175         (output): Bugfix: put vfill between lines.
2176         (pages): Bugfix: set page vars needed for filling.
2177
2178         * Documentation/user/music-glossary.tely: Compile fix: Use @arrow
2179         (was: @ar).
2180
2181         * scm/page-layout.scm: Further development.
2182
2183         * ly/declarations-init.ly (paper): Define page-breaking.
2184
2185 2004-03-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2186
2187         * lily/note-head.cc (brew_ez_stencil): add note-names
2188         property. Provides internationalization for note names.
2189
2190         * Documentation/user/changing-defaults.itely (Creating contexts):
2191         new node.
2192
2193         * lily/grace-iterator.cc (process): descend to child for \grace.
2194
2195         * lily/timing-translator.cc (initialize): Timing_translator adds
2196         Timing alias by itself.
2197
2198         * lily/context.cc (add_alias): new function.
2199
2200         * scm/lily.scm (tex-output-expression): new function, eval within
2201         drawing API. Guards against eval vulnerabilities.
2202
2203         * scm/output-tex.scm (tex-encoded-fontswitch): idem. 
2204
2205         * scm/output-ps.scm (scm): export lily drawing API.
2206
2207         * lily/include/lily-guile.hh (ly_scheme_function): new macro. Use
2208         throughout.
2209
2210 2004-03-17  Jan Nieuwenhuizen  <janneke@gnu.org>
2211
2212         * scm/page-layout.scm (optimal-page-breaking): New function.
2213         
2214         * lily/paper-book.cc (pages): Use it.
2215
2216 2004-03-16  Jan Nieuwenhuizen  <janneke@gnu.org>
2217
2218         * lily/include/paper-line.hh (class Paper_line): Full smob.
2219
2220 2004-03-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2221
2222         * lily/global-context.cc (run_iterator_on_me): fix grace note
2223         nesting by initting measurePosition.
2224
2225         * lily/timing-translator.cc (initialize): do no init
2226         measurePosition
2227         
2228         * lily/include/music-output-def.hh (class Music_output_def): add
2229         input_origin_ field.
2230
2231         * Documentation/user/changing-defaults.itely (Changing context
2232         properties on the fly): new node.
2233
2234         * lily/include/ly-smobs.icc (free_smob): remove smobbed_self()
2235         function. Only have smobbed_copy (), and do not provide
2236         smobbed_copy() for non-simple smobs. Changes throughout.
2237
2238 2004-03-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2239
2240         * lily/auto-change-iterator.cc (class Auto_change_iterator): add
2241         start_moment_. Fix by Doug A. Linhardt.
2242
2243 2004-03-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2244
2245         * lily/accidental-engraver.cc (acknowledge_grob): don't suppress
2246         accidentals for harmonic notes.
2247
2248         * lily/note-collision.cc (check_meshing_chords): don't merge heads
2249         of different style. (Thanks to Doug Linhardt).
2250
2251         * Documentation/user/changing-defaults.itely (Scheme tutorial):
2252         new node.
2253
2254 2004-03-16  Heikki Junes <hjunes@cc.hut.fi>
2255
2256         * Documentation/topdocs/INSTALL.texi: finish install orders for vim.
2257
2258         * vim/filetype.vim, vim/lilypond-ftplugin.vim,
2259         vim/lilypond-syntax.vim, vim/lilypond-compiler.vim,
2260         vim/lilypond-indent.vim: doc targets and deps in comments.
2261
2262 2004-03-15  Jan Nieuwenhuizen  <janneke@gnu.org>
2263
2264         * lily/paper-book.cc (stencil2line): Bugfix: put stencil in line.
2265
2266         * lily/system.cc (get_line): Return Paper_line.  Change all users.
2267
2268         * lily/include/paper-line.hh:
2269         * lily/include/paper-line.cc: New file.
2270
2271 2004-03-15  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2272
2273         * VERSION (MY_PATCH_LEVEL): release 2.1.31.
2274
2275         * GNUmakefile.in: remove stray make out=www
2276
2277         * input/test/bagpipe.ly (gcdg): octave fixes.
2278
2279         * scm/define-markup-commands.scm (number): use font-encoding
2280         iso. font-family
2281
2282         * ly/chord-modifiers-init.ly (blackTriangleMarkup): set
2283         font-encoding.
2284         
2285 2004-03-15  Heikki Junes <hjunes@cc.hut.fi>
2286
2287         * lily/parse-scm.cc: compile-bugfix: add missing header files for
2288         `output_format_global' and `PAGE_LAYOUT'.
2289
2290 2004-03-14  Jan Nieuwenhuizen  <janneke@gnu.org>
2291
2292         * lily/parse-scm.cc (internal_ly_parse_scm)[PAGE_LAYOUT]: Import
2293         lily functions in safe mode.
2294
2295         * scripts/lilypond-book.py (Lilypond_snippet.output_texinfo):
2296         Print filename for HTML, LATEX, before texidoc.
2297
2298         * scm/output-tex.scm (ps-output-expression): Eval embedded-ps
2299         instructions in output-ps module.
2300
2301         * scm/lily.scm: Do not load output-ps module.
2302
2303         * lily/paper-outputter.cc (Paper_outputter): Eval output-ps in
2304         safe mode.
2305
2306 2004-03-14  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2307
2308         * lily/span-dynamic-performer.cc (process_music): remove spurious
2309         warning.
2310
2311         * lily/context-def.cc (Context_def): init name to ""
2312
2313         * lily/font-interface.cc: add font-encoding property.
2314
2315         * scm/lily.scm (chain-assoc-get): bugfix.
2316
2317         * lily/paper-book.cc (stencil2line): protect static SCM.
2318
2319         * lily/font-interface.cc (text_font_alist_chain): rename function,
2320         and use text-font-defaults. 
2321
2322         * lily/font-select.cc (properties_to_font_size_family): call SCM code.
2323
2324         * scm/paper.scm (paper-set-staff-size): use new function.
2325
2326         * scm/new-font.scm (make-font-tree): new function.
2327
2328 2004-03-13  Jan Nieuwenhuizen  <janneke@gnu.org>
2329
2330         * lily/paper-book.cc (output): Bugfix: no output if no \paper.
2331
2332         * scm/lily.scm (get-output-module): New function.
2333         (output-alist): Remove ,ps-output-expression.
2334
2335         * scm/output-tex.scm (ps-output-expression): New function.
2336
2337         * scm/output-ps.scm (ps-output-expression): Remove.
2338         (header, start-page): Output page metadata.
2339
2340         * lily/paper-outputter.cc (Paper_outputter)[PAGE_LAYOUT]:
2341         initialise output_module_.  Do not write part of header.
2342         (output_scheme)[PAGE_LAYOUT]: Output through output_module_.
2343         (output_header): Output full header.
2344
2345         * scm/define-markup-commands.scm (bigger, smaller): Avoid crash.
2346         FIXME.
2347
2348 2004-03-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2349
2350         * scm/new-font.scm: new file. Tree based font lookup.
2351
2352         * scm/lily.scm (assoc-get): take default argument. Remove
2353         assoc-get-default.
2354         (chain-assoc-get): use chain-assoc-get everywhere.
2355
2356         * scripts/convert-ly.py (FatalConversionError.subst_in_trans):
2357         autobeamsettings conversion bug.
2358
2359         * lily/include/global-context.hh (Context): clean-up data hiding.
2360
2361         * lily/include/music-iterator.hh (class Music_iterator): clean-up
2362         data hiding.
2363
2364         * lily/include/grace-fixup.hh (struct Grace_fixup): new file.
2365
2366         * input/regression/stem-shorten.ly: add chord case.
2367
2368         * lily/stem.cc (get_default_stem_end_position): shorten stems
2369         triggered by note-head positions, not by forced-direction. This
2370         fixes a bug with too short stems.  
2371  
2372 2004-03-12  Jan Nieuwenhuizen  <janneke@gnu.org>
2373
2374         * scripts/lilypond-book.py (Lilypond_snippet.output_html,
2375         Lilypond_snippet.output_latex): Always call output_print_filename.
2376
2377         * lily/paper-book.cc (fill_pages): New method.  Try to cramp or
2378         expand pages.
2379
2380 2004-03-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2381
2382         * scm/part-combiner.scm (make-autochange-music): switch rests
2383         before switched notes too.
2384
2385         * lily/figured-bass-engraver.cc (process_music): change calling
2386         convention.
2387
2388         * scm/bass-figure.scm (format-bass-figure): rewrite function. 
2389
2390         * scm/define-markup-commands.scm (bracketed-y-column): new markup
2391         command.
2392
2393         * lily/include/stencil.hh (class Stencil): add origin field.
2394
2395         * lily/stencil-scheme.cc (LY_DEFINE): ly:stencil-move-to-edge: new
2396         function.
2397
2398         * lily/grob-scheme.cc (LY_DEFINE): ly:grob-alist-chain: new function. 
2399
2400         * lily/lexer.ll: remove support for \$ and $ in identifiers
2401
2402         * lily/sequential-iterator.cc: remove copy_grace_fixups
2403         (get_grace_fixup): slight abstraction of fixup code.
2404
2405         * input/test/title-markup.ly (spaceTest): vary staff sizes.
2406
2407 2004-03-12  Heikki Junes <hjunes@cc.hut.fi>
2408
2409         * vim/lilypond-indent.vim: use <C-F> (default) as indent key
2410         in insert-mode. add indenting rules.
2411
2412 2004-03-11  Jan Nieuwenhuizen  <janneke@gnu.org>
2413
2414         * lily/parser.yy (toplevel_expression)[PAGE_LAYOUT]: Remove
2415         protect hack.
2416
2417         * scm/page-layout.scm:
2418         * lily/paper-book.cc: Handle tagline/copyright.  Internal page
2419         layout and titling should now match external latex based version.
2420
2421         * scm/output-tex.scm (output-scopes): Bugfix: only write string
2422         header fields.
2423
2424         * ps/lilyponddefs.ps: Remove automatic page layout.
2425
2426         * scm/output-ps.scm (new-start-system): New interface function.
2427
2428         * lily/include/paper-outputter.hh (output_line): Add ORIGIN parameter.
2429
2430         * lily/paper-book.cc (output): Bugfix.
2431
2432 2004-03-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2433
2434         * VERSION (MY_PATCH_LEVEL): release 2.1.30
2435         
2436 2004-03-11  Jan Nieuwenhuizen  <janneke@gnu.org>
2437
2438         * Documentation/user/lilypond.tely: Bugfix: Remove './' from
2439         direntries.
2440
2441         * ps/lilyponddefs.ps: Bugfix.
2442
2443         * input/regression/multi-measure-rest-instr-name.ly: Typo.
2444
2445 2004-03-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2446
2447         * lily/auto-beam-engraver.cc (create_beam): add Stem as
2448         cause. This should fix warnings.
2449
2450         * mf/feta-slag.mf (trill_ne): fix upmordent size.
2451
2452         * lily/accidental.cc (accurate_boxes): enlarge Y-extent of flat to
2453         prevent aligned 6ths.
2454
2455         * lily/custos.cc (print): remove adjust-if-on-staffline.
2456
2457 2004-03-11  Jan Nieuwenhuizen  <janneke@gnu.org>
2458
2459         * lily/paper-book.cc: Do header and footer.
2460
2461 2004-03-10  Jan Nieuwenhuizen  <janneke@gnu.org>
2462
2463         * scm/lily.scm (safe-mode?): New name (was: security-paranoia).
2464
2465         * scm/paper.scm (lineheight): Remove
2466         (head-sep, foot-sep): Add.
2467
2468 2004-03-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2469
2470         * mf/feta-schrift.mf: reduce portato thickness.
2471
2472         * lily/context-scheme.cc (LY_DEFINE): remove ly:context-properties
2473
2474         * lily/grob-pq-engraver.cc (start_translation_timestep): remove
2475         programming_error ().
2476
2477         * lily/piano-pedal-engraver.cc (finalize): attach unfinished
2478         bracket to last command column.
2479
2480         * lily/piano-pedal-bracket.cc (print): only flatten bracket if it
2481         continues on next/prev system.
2482
2483         * input/regression/pedal-end.ly: new file.
2484
2485 2004-03-10  Werner Lemberg  <wl@gnu.org>
2486
2487         * make/lilypond.redhat.spec.in, make/lilypond.suse.spec.in:
2488         Remove pmx2ly stuff.
2489         * scripts/GNUmakefile (SEXECUTABLES): Remove pmx2ly.
2490
2491 2004-03-10  Jan Nieuwenhuizen  <janneke@gnu.org>
2492
2493         * scm/page-layout.scm: New file.
2494
2495         * scripts/lilypond-book.py (do_file): Bugfix: texinfo paper
2496         settings.
2497         (Lilypond_snippet.is_outdated): Also check for PNG file.
2498         Workaround for interrupted (web) builds.
2499
2500         * lily/paper-book.cc (get_pages): Bugfix: set dimensions for titles.
2501
2502         * ps/lilyponddefs.ps: Use only very small top-marging.
2503         (init-paper): Also pop page size string.
2504         (start-page, stop-page): New function.
2505
2506         * scm/output-ps.scm (header-end): Remove stray exec commands.
2507
2508 2004-03-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2509
2510         * lily/input-file-results.cc (do_one_file): use new Paper_book()
2511
2512         * lily/score.cc (default_rendering): clean protection.
2513
2514         * lily/paper-book.cc (mark_smob): implement smob marking.
2515
2516         * scripts/lilypond.py (make_html_menu_file): remove --psgz option
2517
2518         * Documentation/user/*.itely: user manual edits. 
2519
2520 2004-03-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2521
2522         * Documentation/user/converters.itely (Invoking musedata2ly):
2523         remove pmx2ly.
2524
2525         * scripts/pmx2ly: remove script.
2526         
2527 2004-03-09  Jan Nieuwenhuizen  <janneke@gnu.org>
2528
2529         * lily/score.cc (default_rendering): Protect paper-book members.
2530
2531         * lily/paper-def.cc (smobbed_copy): New method.
2532
2533         * lily/include/paper-book.hh (PAGE_LAYOUT): Define as "ps"; make
2534         switch runtime.
2535
2536         * lily/include/music-output.hh (process): Change signature to
2537         return SCM.
2538
2539         * lily/paper-book.cc (classic_output, get_title, get_scopes): New
2540         method.
2541
2542         * lily/paper-score.cc (process): Return stencils rather than
2543         outputting directly.  Remove paper-book kludge.  Delete grobs.
2544         (output): Remove.
2545
2546         * lily/include/paper-score.hh (class Paper_score): Remove outputter_.
2547
2548         * lily/score-engraver.cc (get_output): Do not reset pscore_.
2549
2550         * lily/score.cc (default_rendering)
2551         (ly_render_output): Move adding paper-score two levels up.
2552
2553         * lily/system.cc (get_line):
2554         * lily/paper-outputter.cc (output_line): Fix `between-system-string'.
2555
2556 2004-03-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2557
2558         * scm/font.scm (paper20-font-vector): add more design sizes for
2559         number.
2560
2561         * mf/GNUmakefile (depth): remove feta-din{11,13,19}, remove
2562         feta-nummber{5,7,11,13}.
2563
2564         * scm/font.scm (paper20-font-vector): bugfix: use din12, not 10
2565         for 12pt design size. 
2566
2567 2004-03-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2568
2569         * ly/engraver-init.ly: don't remove slur engraver from DrumVoice.
2570
2571 2004-03-09  Jan Nieuwenhuizen  <janneke@gnu.org>
2572
2573         * lily/font-select.cc (properties_to_font_size_family): Fix
2574         warning message.
2575
2576         * Experimental PostScript latin1 encoding:
2577         
2578         * mf/GNUmakefile (SAUTER_FONTS): Add ecmb14 ecrm12.
2579
2580         * scm/output-ps.scm: Experimental encoding using reencode-font.
2581         * scm/font.scm: Add latin1 `font-shape'.
2582         
2583         * scm/define-markup-commands.scm (latin-i): New font-shape command. 
2584
2585         * ps/lilyponddefs.ps (reencode-font): New function.
2586
2587         * lily/paper-book.cc (get_pages): Simplistic page breaking.
2588
2589         * scm/output-tex.scm (start-page):
2590         (stop-page): New interface function.
2591
2592 2004-03-08  Jan Nieuwenhuizen  <janneke@gnu.org>
2593
2594         * lily/paper-outputter.cc (output_expr):
2595         (output_header):
2596         (output_line): New method.
2597
2598         * lily/system.cc (get_line):
2599         (get_lines): New method.
2600         (output_scheme):
2601         (output_line): Remove.
2602
2603         * scm/lily.scm (make-title): New function.
2604
2605         * lily/paper-book.cc: 
2606         * lily/include/paper-book.hh: New file.
2607
2608         * lily/include/ly-module.hh: New file, matching ly-module.cc (WAS:
2609         ly-modules.hh).
2610
2611         * lily/ly-module.cc (ly_modules_lookup): New function.
2612
2613         * lily/main.cc (main_with_guile): Move memory leak debug code back.
2614
2615         * scm/output-ps.scm (make-title): Remove.
2616         (output-scopes): Junk header-title test.
2617
2618 2004-03-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2619
2620         * mf/feta-schrift.mf: thicker dot for portato.
2621
2622         * lily/accidental-placement.cc (position_accidentals): bugfix in
2623         offset, this fixes right-padding of AccidentalPlacement.
2624
2625         * lily/[h-z]*.cc: () formatting.
2626
2627         * Documentation/user/tutorial.itely (An orchestral part): more
2628         fixes for the tutorial.
2629
2630         * scm/translation-functions.scm (fraction-tuplet-formatter):
2631         reverse fraction.
2632
2633         * lily/parser.yy (context_def_spec_block): use \context instead of
2634         \translator.
2635
2636         * lily/[a-g].cc: () style cleanup.
2637
2638         * Documentation/user/tutorial.itely (Automatic and manual beams):
2639         editing of tutorial.
2640
2641 2004-03-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2642
2643         * buildscripts/mf-to-table.py (base): write encoding name.
2644
2645 2004-03-07  Jan Nieuwenhuizen  <janneke@gnu.org>
2646
2647         * Documentation/user/GNUmakefile (local-install-info): Issue
2648         warning (for packager, ie, if not installing in /usr or /usr/local).
2649
2650         * lily/stencil-scheme.cc: 
2651         * lily/staff-symbol-referencer.cc: 
2652         * lily/script-column.cc: 
2653         * lily/pitch.cc: 
2654         * lily/music.cc: 
2655         * lily/grob-pq-engraver.cc: 
2656         * lily/font-interface.cc: 
2657         * lily/music-output-def.cc: 
2658         * lily/duration.cc: 
2659         * lily/grob-scheme.cc:
2660         * lily/context-scheme.cc: Put scheme name on first line in
2661         LY_DEFINE to help etags (/ms multiline regexp flag broken?).  Stray
2662         style cleanups.
2663
2664         * stepmake/stepmake/scm-vars.make: 
2665         * stepmake/stepmake/c++-vars.make (TAGS_HEADERS, TAGS_SOURCES):
2666         Rename and split TAGS_FILES.
2667
2668         * GNUmakefile.in (ALL-TAGS): Remove.
2669         
2670         * stepmake/stepmake/generic-targets.make (TAGS): Also include
2671         deeper TAGS files.  Fixes regexp tags in TOP dir.
2672
2673 2004-03-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2674
2675         * VERSION: 2.1.29 released.
2676         
2677         * Documentation/user/changing-defaults.itely (Changing defaults):
2678         new file.
2679
2680         * Documentation/user/notation.itely (Notation manual): rename from 
2681         refman.itely
2682
2683         * Documentation/user/notation-appendices.itely (The Feta font):
2684         new file.
2685
2686         * Documentation/user/advanced.itely: add aborted attempt for
2687         advanced topics manual.
2688
2689 2004-03-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2690
2691         * scm/new-markup.scm: display Markups in sane format. Patch by
2692         Nicolas Sceaux.
2693
2694 2004-03-05  Jan Nieuwenhuizen  <janneke@gnu.org>
2695
2696         * lily/main.cc: Cleanups.
2697         (setup_localisation): New function.
2698         (sane_putenv): Remove.
2699         (main_with_guile): New name (Was: main_prog).  Remove musings
2700         about possible preparation for GUILE heavy memory usage and
2701         practical uselessness.  Do not set environment variables
2702         GUILE_INIT_SEGMENT_SIZE_1, GUILE_MAX_SEGMENT_SIZE.  Remove file
2703         name juggling.
2704         (parse_argv): New function.
2705         (copyright): New function.  It's 2004 already.
2706
2707         * lily/input-file-results.cc (do_one_file): Add file name juggling.
2708         (distill_inname): Move from main.
2709
2710 2004-03-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2711
2712         * GNUmakefile.in (EXTRA_DIST_FILES): remove VIM stuff.
2713
2714         * vim/GNUmakefile: flatten dirs, add GNUmakefile.
2715
2716         * Documentation/user/running.itely: new file.
2717
2718         * lily/include/audio-element.hh (class Audio_element): remove grace_b_
2719
2720         * lily/score-performer.cc (finish): call Translator::finalize ().
2721
2722 2004-03-05  Heikki Junes <hjunes@cc.hut.fi>
2723
2724         * lilypond-ftpplugin.vim: renamed to the following file.
2725         * lilypond-ftplugin.vim: new file.
2726
2727         * GNUmakefile.in: update VIM_FILES.
2728
2729 2004-03-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2730
2731         * scm/output-ps.scm (output-scopes): use ly:paper-lookup for font
2732         props.
2733
2734         * input/test/tie-sparse.ly: remove.
2735
2736         * lily/tie-performer.cc (try_music): copy & paste from
2737         Tie_engraver.
2738
2739         * lily/music-output-def.cc (LY_DEFINE): bugfix. Don't do
2740         variable_ref twice.
2741
2742         * lily/key-performer.cc (create_audio_elements): use
2743         alterations-in-key.
2744
2745         * scm/midi.scm (accidentals-in-key): divide alterations by 2.
2746
2747 2004-03-04  Heikki Junes <hjunes@cc.hut.fi>
2748
2749         * input/test/smart-transpose.ly: fix cases fes->e and similar.
2750         handle also quarter tones (not shown as tests). test also flats.
2751
2752         * Documentation/index.html.in: small fixes.
2753
2754 2004-03-03  Jan Nieuwenhuizen  <janneke@gnu.org>
2755
2756         * input/regression/new-markup-scheme.ly: Typo.
2757
2758         * scm/define-markup-commands.scm (fill-line): New markup.
2759
2760         * scm/output-ps.scm (ps-encoding): Add simplistic encoding.
2761         (output-paper-def): Fix alignment.
2762         (make-title): Fix height/width scaling.
2763
2764         * ps/lilyponddefs.ps (base-line-skip): Bugfix.
2765
2766         * input/test/title-markup.ly: Add remaining titles.  Layout and
2767         font size fixes.  Add simplistic latin1 test.
2768
2769 2004-03-03  Heikki Junes <hjunes@cc.hut.fi>
2770
2771         * input/test/nested-groups.ly: remove. move content (to next). 
2772         * input/test/staff-bracket.ly: replace content (from prev), this 
2773         has been already in templates.
2774
2775 2004-03-03  Jan Nieuwenhuizen  <janneke@gnu.org>
2776
2777         * stepmake/autogen.sh: Only issue warning about running configure
2778         without arguments when autogen.sh will actually be running
2779         configure.
2780
2781 2004-03-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2782
2783         * scm/new-markup.scm (stack-stencil-line): robustness.
2784
2785         * scm/define-markup-commands.scm (simple): robustification of
2786         simple-markup.
2787
2788         * Documentation/user/music-glossary.tely (Top): change central C
2789         to middle C.
2790
2791         * lily/text-item.cc (interpret_markup): cache make-simple-markup
2792
2793 2004-03-03  Jan Nieuwenhuizen  <janneke@gnu.org>
2794
2795         * input/test/title-markup.ly (spaceTest): Add.
2796
2797         * lily/text-item.cc (interpret_markup): Make line markup from
2798         multi word markup.
2799
2800         * scm/define-markup-commands.scm (word): New markup command.
2801         (simple): Use it.
2802
2803         * scm/output-ps.scm (define-fonts): Fix TeX font scaling.
2804
2805 2004-03-02  Heikki Junes <hjunes@cc.hut.fi>
2806
2807         * vim/ftplugin/lilypond.vim:
2808         * vim/syntax/lilypond.vim: use only local settings with setlocal.
2809         show matching paren in insert mode.
2810
2811 2004-03-02  Jan Nieuwenhuizen  <janneke@gnu.org>
2812
2813         * scm/output-ps.scm (make-title, output-scopes): Further
2814         development.
2815
2816         * input/test/title-markup.ly: New file.
2817
2818         * ps/lilyponddefs.ps: Disable PostScript titling.
2819
2820         * lily/paper-score.cc (process): Quote PORT argument to make-title.
2821
2822 2004-03-01  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2823
2824         * lily/arpeggio.cc (width_callback): remove padding.
2825  
2826         * scm/define-grobs.scm (all-grob-descriptions): add padding.
2827
2828         * scm/define-music-types.scm: remove make-music-by-name.
2829
2830         * Documentation/user/lilypond.tely: doc patch by Edward Sutton.
2831
2832 2004-03-01  Jan Nieuwenhuizen  <janneke@gnu.org>
2833
2834         * lily/paper-score.cc (process): Output titles using make-title.
2835
2836         * scm/output-ps.scm (output-stencil): Display directly instead of
2837         constructing string.
2838         (make-title): New function.
2839
2840 2004-03-01  Mats Bengtsson  <mabe@drongo.s3.kth.se>
2841
2842         * Documentation/user/lilypond-book.itely (Integrating LaTeX and
2843         music), Documentation/user/invoking.itexi (Invoking lilypond): 
2844         Move documentation of LaTeX packages for latin1 characters to the
2845         lilypond-book manual.
2846
2847 2004-03-01  Heikki Junes <hjunes@cc.hut.fi>
2848
2849         * Documentation/topdocs/INSTALL.texi: small fix (by Matthias Kilian).
2850
2851         * vimrc: add menu in console and shortcut <F10> for it.
2852
2853         * vim/:
2854         * vim/compiler/:
2855         * vim/syntax/:
2856         * vim/indent/:
2857         * vim/ftplugin/: new directories.
2858         
2859         * vim/filetype.vim: new file.
2860
2861         * lilypond.vim: remove files (see next).
2862         * vim/syntax/lilypond.vim: new, renamed file (see prev).
2863
2864         * vimrc: remove file (see next).
2865         * vim/ftplugin/lilypond.vim: new, renamed file (see prev).
2866
2867         * vim/ftplugin/lilypond.vim: change dir for dictionary.
2868         add header. apply bindings only locally.
2869
2870         * vim/indent/lilypond.vim: new file.
2871
2872         * vim/ftplugin/lilypond.vim: remove errorformat.
2873         * vim/compiler/lilypond.vim: new file for errorformats.
2874
2875         * Documentation/topdocs/INSTALL.texi: give easier orders.
2876
2877         * ROADMAP: add vim/
2878
2879 2004-02-29  Jan Nieuwenhuizen  <janneke@gnu.org>
2880
2881         * Documentation/user/introduction.itely (Introduction): Use @image
2882         iso @html <img...>.  Add workaround for images in columns in info.
2883
2884         * stepmake/aclocal.m4: Store computed version in variable.
2885
2886         * configure.in: Export MAKEINFO_VERSION.
2887
2888         * config.make.in (MAKEINFO_VERSION): Add.
2889
2890         * make/ly-rules.make: Add makeinfo <= 4.6 workaround.
2891
2892         * Documentation/user/GNUmakefile: Only build info with images when
2893         building web.
2894
2895         * GNUmakefile.in (install-WWW): Visit Documentation/user.
2896
2897         * stepmake/stepmake/texinfo-targets.make: Move info and texinfo
2898         stuff from documentation-targets.make
2899
2900 2004-02-29  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2901
2902         * VERSION: 2.1.28 released
2903         
2904         * scripts/convert-ly.py (conv): 
2905
2906 2004-02-29  Heikki Junes <hjunes@cc.hut.fi>
2907
2908         * ly/property-init: new functions: \arpeggioUp, \arpeggioDown,
2909         \arpeggioBoth. redefine \arpeggioBracket.
2910
2911         * Documentation/user/refman.itely: document new arpeggio
2912         functions.
2913
2914         * scripts/convert-ly.py: add a rule for \arpeggioBracket.
2915
2916         * input/regression/arpeggio-bracket.ly: apply convert-ly.
2917
2918         * input/mutopia/R.Schumann/romanze-op28-2.ly: apply convert-ly.
2919
2920 2004-02-29  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2921
2922         * Documentation/user/introduction.itely (Automated engraving):
2923         rewrite introduction using website text.
2924
2925 2004-02-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2926
2927         * scm/*.scm: make-music-by-name is replaced by make-music, which
2928         also accept music property settings, eg:
2929           (make-music 'TextScriptEvent 'direction DOWN 'text
2930               (make-simple-markup x))
2931
2932         Patch courtesy Nicolas Sceaux
2933
2934         * lily/beam-quanting.cc: cleanup, separate counts for left and
2935         right beam ends.
2936
2937         * lily/side-position-interface.cc (quantised_position): also
2938         quantize staccato position for forced stem directions. 
2939
2940 2004-02-27  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2941
2942         * scm/*.scm: Patch by Nicolas Sceaux: 
2943
2944         * scm/music-functions.scm: ly:grob-property and ly:music-property
2945         are made procedure with setters.
2946
2947         * scm/*.scm: replace ..-set-property! with set! (..-property  )
2948         
2949 2004-02-28  Heikki Junes <hjunes@cc.hut.fi>
2950
2951         * input/test/[t-v]*.ly: finish rewriting texidocs.
2952
2953         * input/test/vaticana.ly: remove.
2954         * input/test/ligature-vaticana.ly: new, renamed file name.
2955
2956         * input/test/stem-centered.ly: remove.
2957         * input/test/mensural-note-heads.ly: new file. take content from
2958         removed file stem-centered.ly.
2959
2960         * input/test/scales-greek.ly: simplify.
2961
2962         * input/test/s*.ly: reformulate texidocs.
2963         
2964         * input/test/[p-r]*.ly: use more verbose texidocs. add comments
2965         of missing features.
2966
2967 2004-02-27  Heikki Junes <hjunes@cc.hut.fi>
2968
2969         * input/test/[j-o]*.ly: update texidocs.
2970
2971 2004-02-27  Jan Nieuwenhuizen  <janneke@gnu.org>
2972
2973         * scm/documentation-generate.scm (usermanref): Add macro for TeX.
2974
2975         * Documentation/topdocs/NEWS.texi: Add note about info docs with
2976         images.
2977
2978         * Documentation/user/lilypond.tely (@direntry): Update.
2979
2980         * stepmake/stepmake/documentation-targets.make
2981         (install-info,uninstall-info): Install into $(package_infodir).
2982         Install images.  Run install-info to update dir.
2983
2984         * config.make.in (package_infodir): Add.
2985
2986         * Documentation/user/GNUmakefile (info-with-images,
2987         local-install-info, local-uninstall-info): New target.
2988
2989 2004-02-27  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2990
2991         * scm/define-grobs.scm (all-grob-descriptions): tune concaveness
2992         gap/threshold.
2993
2994         * lily/beam-quanting.cc (score_slopes_dy): remove
2995         ROUND_TO_ZERO_SLOPE kludge.
2996
2997         * lily/beam.cc (check_concave): remove old concaveness2 kludge.
2998
2999         * input/regression/beam-concave.ly (texidoc): add morgenlied example.
3000
3001         * lily/global-context.cc (Global_context): alway accept Score
3002         (run_iterator_on_me): cast Context to Score_context, not
3003         Context_def.
3004
3005         * Documentation/user/refman.itely: documentation patch by Edward
3006         Sanford Sutton.
3007
3008         * mf/GNUmakefile: unset sauter-fonts.
3009
3010 2004-02-27  Jan Nieuwenhuizen  <janneke@gnu.org>
3011
3012         * scripts/lilypond-book.py (output_texinfo): Output @image
3013         descriptions for info too.
3014
3015         * input/test/chord-names-jazz.ly: 
3016         * input/test/embedded-scm.ly: Clarify.
3017
3018         * input/test/cautionaries.ly: Typo.
3019
3020         * lily/input-smob.cc (ly_input_location): Compile fix.
3021
3022 2004-02-27  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3023
3024         * make/lilypond.redhat.spec.in (Group): add/delete music-glossary too. 
3025
3026         * ly/engraver-init.ly: move \grobdescriptions to Global. This
3027         fixes problems with system defaults being reverted with \override
3028         on Score level.
3029
3030         * lily/global-context.cc (Global_context): apply property-ops to
3031         Global_context too. 
3032
3033 2004-02-27  Jan Nieuwenhuizen  <janneke@gnu.org>
3034
3035         * scm/output-ps.scm (stencil->string): Rewrite.
3036
3037 2004-02-27  Heikki Junes <hjunes@cc.hut.fi>
3038
3039         * input/test/[+c-i]*.ly: refresh descriptions -- maintain
3040         impersonal style.
3041
3042 2004-02-26  Jan Nieuwenhuizen  <janneke@gnu.org>
3043
3044         * lily/input-smob.cc (ly_input_location: New function.
3045
3046         * scm/define-markup-commands.scm (upright): New markup command.
3047
3048         * lily/parser.yy (markup): Add STRING_IDENTIFIER.
3049
3050         * scm/font.scm (paper20-font-vector): cmcsc klugdge.
3051
3052         * scm/output-ps.scm (output-stencil): New function.
3053
3054         * scripts/lilypond-book.py (do_file): Bugfix: change search order
3055         of snippet types; fixes @ignore and @verbatim blocks.
3056
3057 2004-02-26  Heikki Junes <hjunes@cc.hut.fi>
3058
3059         * input/test/[a-b]*.ly: refresh descriptions -- avoid referring
3060         to a file in printed documentation, instead, refer either to a 
3061         syntax or to an output.
3062
3063 2004-02-26  Jan Nieuwenhuizen  <janneke@gnu.org>
3064
3065         * input/regression/beam-center-slope.ly: Add test.
3066
3067 2004-02-25  Jan Nieuwenhuizen  <janneke@gnu.org>
3068
3069         * mf/GNUmakefile (Fontmap, Fontmap.lily): Add Fontmap for GS.
3070         (SAUTER_FONTS): Reinstate.
3071
3072         * scm/define-markup-commands.scm (caps): New markup command.
3073
3074         * scm/output-ps.scm (output-scopes): Experimental markup output.
3075
3076         * scm/: Add missing headers.
3077
3078         * lily/stencil-scheme.cc (ly_stencil_get_expr): New accessor.
3079
3080         * lily/paper-outputter.cc (output_metadata): Add parameter PAPER.
3081
3082 2004-02-25  Jan Nieuwenhuizen  <janneke@gnu.org>
3083
3084         * lily/stencil-scheme.cc (ly_stencil_get_expr): New function.
3085         Stray style cleanups.
3086
3087 2004-02-25  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3088
3089         * lily/note-collision.cc (check_meshing_chords): bugfix for dot /
3090         no dot combination.
3091
3092         * scripts/convert-ly.py (FatalConversionError.subst_in_trans):
3093         substitute \override Staff.autoBeamSettings too
3094
3095         * Documentation/user/tutorial.itely: proofreading fixes by David
3096         Bobroff
3097
3098 2004-02-24  Jan Nieuwenhuizen  <janneke@gnu.org>
3099
3100         * scm/output-ps.scm (top-of-file): Add tagline definition.  FIXME.
3101
3102         * ps/music-drawing-routines.ps: 
3103         * ps/lilyponddefs.ps: Add end markers.
3104
3105 2004-02-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3106
3107         * VERSION: 2.1.27 released.
3108         
3109         * lily/hyphen-engraver.cc (finalize): suicide unterminated hyphens.
3110
3111         * scripts/lilypond-book.py (compose_ly): cleanup relative= option,
3112         obey documentation.
3113
3114 2004-02-24  Jan Nieuwenhuizen  <janneke@gnu.org>
3115
3116         * scripts/lilypond.py (find_pfa_fonts): Bugfix and update.
3117
3118         * scm/output-ps.scm: Resurrect.
3119         
3120         * scm/output-tex.scm: Minimal cleanups.
3121
3122         * scm/paper.scm (paper-set-staff-size): Add lineheight.
3123
3124         * make/ly-rules.make: Remove any broken lily-*.tex files before
3125         lilypond-book run.
3126
3127         * stepmake/stepmake/c++-vars.make (EXTRA_CXXFLAGS): Remove -pipe
3128         comment.
3129
3130         * stepmake/aclocal.m4: Add --enable-pipe option, with check.
3131         Enabled by default, may save 10% compile time.
3132
3133 2004-02-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3134
3135         * lily/lyric-phrasing-engraver.cc: remove
3136         
3137         * lily/lyric-engraver.cc: rewrite so lyric-phrasing-engraver no
3138         longer necessary. 
3139
3140         * lily/extender-engraver.cc (stop_translation_timestep): rewrite
3141         so lyric-phrasing-engraver is no longer necessary.
3142
3143         * ly/engraver-init.ly: move Break_forbid_engraver to Voice, remove
3144         Grob_pq_engraver from Staff.
3145
3146         * lily/grob-pq-engraver.cc: remove current_grobs array, read/write
3147         busyGrobs directly.
3148
3149         * input/regression/quote-transposition.ly: new file.
3150
3151         * lily/recording-group-engraver.cc (stop_translation_timestep):
3152         store instrumentTuning too. 
3153
3154         * lily/quote-iterator.cc (process): transpose events using
3155         instrumentTuning.
3156
3157         * scripts/convert-ly.py (FatalConversionError.subst): \set transposing
3158         -> \tuning <pitch>
3159
3160         * lily/parser.yy (command_req): add \tuning command for setting
3161         instrument tuning of staff.
3162
3163         * Documentation/user/GNUmakefile
3164         ($(outdir)/lilypond/lilypond.html): ugh: use perl iso. sed.
3165
3166         * Documentation/user/refman.itely (Customized accidental rules):
3167         typo.
3168
3169 2004-02-23  Heikki Junes <hjunes@cc.hut.fi>
3170
3171         * Documentation/user/music-glossary.tely: remove the missing norwegian
3172         translation; they can be put in later properly.
3173
3174 2004-02-23  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3175
3176         * lily/recording-group-engraver.cc (start_translation_timestep):
3177         init Recording_group_engraver twice.
3178
3179 2004-02-23  Jan Nieuwenhuizen  <janneke@gnu.org>
3180
3181         * gcc-3.4 snapshot: 3.4.0 20040215 (prerelease) compile fixes, and
3182         stray style cleanups:
3183
3184         * stepmake/stepmake/c++-vars.make (EXTRA_CXXFLAGS): Remove
3185         -Wmissing-prototypes.
3186
3187         * flower/include/killing-cons.tcc (Killing_cons): Add template
3188         specifier for car_.
3189
3190         * flower/include/parray.hh (binsearchs): Add template specifier
3191         for maxkey.
3192
3193         * flower/include/interval.hh: Declare elem () with template specfier.
3194
3195 2004-02-23  Heikki Junes <hjunes@cc.hut.fi>
3196
3197         * elisp/lilypond-indent.el (get-buffer-size): add customization
3198         groups for several variables (Reuben Thomas).
3199
3200 2004-02-23  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3201
3202         * Documentation/user/invoking.itexi (Point and click): add index
3203         entry.
3204
3205         * scm/slur.scm (calc-slur-extremity): use 'stem only if slur would
3206         go under beam.
3207
3208         * lily/beam-quanting.cc: tune down ROUND_TO_ZERO_SLOPE, this fixes
3209         sarabande beam. 
3210
3211         * flower/warn.cc (programming_error): cross fingers not thumbs.
3212
3213         * lily/rest.cc (polyphonic_offset_callback): return 0 when
3214         staff-position is set.
3215
3216         * VERSION: release 2.1.26 
3217         
3218         * scm/chord-entry.scm (construct-chord): process transposition
3219         after processing explicit-11.  
3220
3221 2004-02-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3222
3223         * lily/parser.yy (add_quote): add syntax for adding quotes:
3224         \addquote "id-string" Music
3225
3226         * scripts/lilypond-book.py (do_file): do not overwrite input file.
3227
3228         * scripts/convert-ly.py (conv): add rules for name changes.
3229
3230         * lily/context-scheme.cc (LY_DEFINE): use Scheme style naming for
3231         music/context/grob property functions. Internally, use
3232         get_property() and set_property() for both.
3233
3234 2004-02-22  Heikki Junes <hjunes@cc.hut.fi>
3235
3236         * elisp/lilypond-mode.el (get-buffer-size): define new function,
3237         for Emacs <= 20 (Laurent Martelli).
3238
3239 2004-02-21  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3240
3241         * lily/parser.yy (command_element): extract quoted vector in
3242         parser.
3243
3244         * input/regression/quote.ly: new file.
3245
3246         * lily/sequential-iterator.cc (process): only process if moment >= 0.
3247
3248         * lily/parser.yy (command_element): \quote DURATION NAME: support
3249         cue notes. 
3250
3251         * lily/quote-iterator.cc (class Quote_iterator): new file.
3252
3253 2004-02-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3254
3255         * lily/auto-beam-engraver.cc (try_music): accept and process
3256         beam-forbid-event.
3257
3258         * input/regression/auto-beam-no-beam.ly: new file.
3259
3260 2004-02-20  Mats Bengtsson  <mabe@drongo.s3.kth.se>
3261
3262         * lily/accidental.cc (print): Change font-relative-size ->
3263         font-size. Fixes cautionary-style = smaller.
3264
3265 2004-02-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3266
3267         * lily/system-start-delimiter.cc (staff_brace): remove
3268         font-relative-size
3269
3270         * lily/parser.yy (music_property_def): oops. SCM_UNDEFINED
3271         forgotten with scm_list_n. Fixes spurious coredumps.
3272
3273         * lily/accidental-engraver.cc (stop_translation_timestep): move
3274         update of localKeySignature to stop_translation_timestep (). This
3275         makes sure that all ties are noticed at the right moment.
3276         (stop_translation_timestep): clear tie only when right-side
3277         notehead was seen.
3278         (number_accidentals_from_sig): cleanup. 
3279
3280         * input/regression/accidental-tie.ly (mus): new file
3281
3282         * input/regression/tie-accidental, tie-break-accidental.ly: remove
3283         these longish tests.
3284
3285 2004-02-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3286
3287         * lily/include/*.hh (class Item): rename XXX_b () to is_XXX ().
3288
3289         * THANKS: update bugreporter list.
3290
3291         * lily/beam.cc (print): broken beams last until end of staff.
3292         (print): broken beams start from prefatory matter.
3293
3294         * scm/output-tex.scm (output-scopes): don't dump fraction exactly.
3295
3296         * lily/paper-score.cc (process): dump header only once.
3297
3298         * lily/paper-outputter.cc (Paper_outputter): move logic into
3299         Scheme.
3300
3301         * scm/output-tex.scm (output-scopes): new function.
3302         (output-paper-def): new function
3303         (tex-string-def): new function
3304         (symbol->tex-key): new function
3305
3306         * scripts/convert-ly.py (conv): add rule for | ~
3307
3308 2004-02-19  Heikki Junes  <hjunes@cc.hut.fi>
3309
3310         * input/regression/{many}.ly: refresh, trying to guess how
3311         it was designed.
3312
3313 2004-02-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3314
3315         * VERSION: release 2.1.25
3316
3317         * scm/define-translator-properties.scm
3318         (all-user-translation-properties): add printOctaveNames
3319
3320         * ly/engraver-init.ly: remove Note_event_swallower from
3321         NoteNamesContext.
3322
3323         * lily/note-name-engraver.cc (process_music): new property
3324         printOctaveNames
3325
3326         * lily/context.cc (find_existing_context): remove support for
3327         Current.
3328
3329         * scm/music-functions.scm (set-accidental-style): new function;
3330         duplicate accidental macros.
3331
3332         * ly/property-init.ly (hideStaffSwitch): remove accidental macros.
3333
3334         * lily/note-name-engraver.cc (process_music):
3335         process_acknowledged_grobs () -> process_music ()
3336
3337         * scm/part-combiner.scm (determine-split-list): robustification.
3338
3339 2004-02-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3340
3341         * lily/beam-quanting.cc (score_forbidden_quants): check all staff
3342         lines for falling into beam-gap.
3343         (score_forbidden_quants): check all staff lines for falling in
3344         beam gaps.
3345
3346         * lily/note-spacing.cc (get_spacing): less space at EOL in case of
3347         key/clef/time signatures. 
3348
3349         * input/test/ossia.ly: revise example.
3350
3351         * lily/span-bar.cc (evaluate_glyph): read 'glyph of self first.
3352         cleanup.
3353         
3354         * lily/grob-scheme.cc (LY_DEFINE): change a few function names to
3355         comply to Scheme standard.  Remove ly:get-paper-variable
3356
3357 2004-02-17  Mats Bengtsson  <mabe@drongo.s3.kth.se>
3358
3359         * scripts/convert-ly.py (2.1.22): Corrected documentation printout.
3360
3361 2004-02-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3362
3363         * lily/accidental-engraver.cc (process_acknowledged_grobs): use
3364         properties from Voice context. This fixes accidental size for
3365         staff-switches during grace contexts.
3366
3367         * lily/note-collision.cc (check_meshing_chords): only wipe heads
3368         if necessary. Else, simply wipe dots.
3369
3370         * input/test/beam-alternate.ly: new file
3371
3372         * input/test/piano-staff-distance.ly: new file.
3373
3374         * lily/translator-group.cc (recurse_down_translators): use
3375         Direction for bottom-up/top-down.
3376
3377         * lily/include/translator.hh (class Translator): add
3378         process_music() and do_announces(). This obviates
3379         recurse_down_{engravers,performers}.
3380
3381         * ly/declarations-init.ly (melismaEnd): use ManualMelismaEvent for
3382         \melisma and \melismaEnd
3383
3384         * lily/melisma-engraver.cc (process_music): change to
3385         Melisma_translator, unify with performer. Accept
3386         ManualMelismaEvent.
3387
3388         * ly/engraver-init.ly: add Font_size_engraver.
3389
3390 2004-02-16  Heikki Junes  <hjunes@cc.hut.fi>
3391
3392         * lily/align-interface.cc, lily/axis-group-engraver.cc: spell
3393         it hara-kiri.
3394
3395         * input/regression/{many}.ly: improve descriptions trying to figure
3396         out what is tested.
3397
3398 2004-02-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3399
3400         * lily/slur.cc (broken_trend_offset): robustness fix.
3401
3402         * VERSION: release 2.1.24
3403
3404         * lily/context.cc (find_create_context): go to Score if it exists.
3405
3406         * lily/context-scheme.cc: new file.
3407
3408         * lily/score-translator.cc (get_output): new file.
3409
3410         * lily/include/grob-info.hh: origin_contexts() now does not
3411         include the originating engraver
3412
3413         * lily/translator-group.cc (translator_each): clean up contents,
3414         remove superfluous stubs. Engraver_group_engraver and
3415         Performer_group_performer are the only classes using multiple
3416         inheritance.
3417
3418         * lily/include/score-context.hh (class Score_context): interface
3419         between Score_{engraver,performer} and Global_context.
3420
3421         * lily/include/global-context.hh (Context): change from
3422         global-translator. This is the entry point for contexts; it is not
3423         tweakable using \translator{}. Score is no longer the top context,
3424         but sits underneath Global.
3425
3426         * lily/include/context.hh (class Context): brain surgery: split
3427         out Context functionality from Translator_group. Context is now a
3428         separate type from Translator.
3429
3430 2004-02-15  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3431
3432         * lily/include/translator.hh (class Translator): make
3433         get_score_context() and get_global_translator (), and use the one
3434         which is appropriate.
3435
3436         * lily/context.cc: partially put functionality of Translator_group
3437         into Context.
3438
3439         * lily/include/context.hh (Translator): new class: put between
3440         Translator and Translator_group. 
3441
3442         * lily/new-accidental-engraver.cc: remove file.
3443
3444 2004-02-16  Heikki Junes  <hjunes@cc.hut.fi>
3445
3446         * input/regression/{many}.ly: improve descriptions: use complete 
3447         sentences, try to describe what is tested, avoid `we´, do not use 
3448         don't, ... 
3449
3450 2004-02-15  Heikki Junes  <hjunes@cc.hut.fi>
3451
3452         * Documentation/user/refman.itely: use `@c´ if $internalsref{...} @c
3453         is at EOL.
3454
3455         * Documentation/user/lilypond.tely: declare the topmost node only
3456         once; removes empty line in @contents.
3457
3458         * Documentation/user/music-glossary.tely: really add Finnish author.
3459         Draw more beatiful `->´ arrow in html: &rarr;
3460
3461 2004-02-15  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3462
3463         * lily/music.cc (LY_DEFINE): rename to ly:music-list?
3464
3465         * scripts/convert-ly.py (conv): add ly:music-list  change.
3466
3467         * lily/grob.cc: edit doc string.
3468
3469         * scm/define-grob-properties.scm (all-user-grob-properties):
3470         proofreading, editing of doc strings.
3471
3472         * input/regression/tablature-string-tunings.ly: new file.
3473
3474         * lily/staff-symbol-engraver.cc (process_music): new engraver,
3475         listen to stringTunings
3476
3477         * lily/align-interface.cc (align_elements_to_extents): remove Grob
3478         for self-alignment-[XY] code.
3479  
3480 2004-02-14  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3481
3482         * scm/slur.scm (calc-slur-extremity): change "rules" (home-brewn
3483         cond) into function. Cleanup.
3484
3485         * lily/text-spanner.cc: remove text-repeat-if-broken property.
3486         
3487         * VERSION (PACKAGE_NAME): 2.1.23 released
3488
3489 2004-02-14  Heikki Junes   <hjunes@cc.hut.fi>
3490
3491         * Documentation/user/{refman,internals}.itely: small fixes.
3492
3493 2004-02-14  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3494
3495         * lily/accidental-engraver.cc (acknowledge_grob): don't make
3496         accidentals for harmonic notes
3497
3498         * lily/new-fingering-engraver.cc (acknowledge_grob): kill dots,
3499         for harmonic notes.
3500
3501         * scm/document-backend.scm (interface-doc): prune Grob
3502         documentation: don't duplicate interface information.
3503
3504         * lily/*.cc: lots of updates of doc strings.
3505
3506 2004-02-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3507
3508         * input/test/ac-extra-voice.ly (accompany): remove file.
3509
3510         * input/test/maximum-rest-count.ly: remove file.
3511
3512         * scripts/convert-ly.py (FatalConversionError.subst_in_trans):
3513         conversion rule for \translator { }. Apply everywhere.  
3514
3515         * lily/parser.yy (music_property_def): set property for \once in
3516         the PropertyMusic itself, not the ContextSpec.
3517         (property_operation): change syntax within \translator { }
3518
3519         * scm/define-music-properties.scm (all-music-properties): clean up.
3520
3521         * lily/auto-beam-engraver.cc (test_moment): use
3522         updated_grob_properties() to retrieve autoBeam settings.
3523
3524         * lily/spacing-spanner.cc: bound shortest_playing_len by
3525         measure_length
3526
3527         * lily/spacing-engraver.cc (acknowledge_grob): ignore
3528         multi-measure events for spacing computation.
3529
3530         * mf/feta-bolletjes.mf (overdone_heads): make note heads more
3531         elliptical, to 1.49.
3532
3533         * lily/rest.cc (polyphonic_offset_callback): new function. Do
3534         vertical positioning for polyphony, without RestCollision object.
3535
3536         * lily/note-column.cc (add_head): prevent rests & note heads on
3537         one stem.
3538
3539         * lily/rest-collision.cc (do_shift): ignore rests with beams.
3540         (do_shift): rewrite only-rests case: use common refpoints: the
3541         routine will have sensible results when other rest-translations
3542         have taken place.
3543
3544         * lily/simple-spacer.cc (solve): cleanup: remove code for linelen
3545         < 0 case. 
3546
3547         * VERSION: 2.1.22 released
3548         
3549         * input/GNUmakefile (SUBDIRS): remove ascii-art
3550
3551 2004-02-13  Jan Nieuwenhuizen  <janneke@gnu.org>
3552
3553         * input/: Convert ly files that still had \property.  Fixes make
3554         web.  Remove exta spaces around '='. 
3555
3556         * scripts/convert-ly.py (conv): Redundant space fixes.
3557
3558         * scripts/lilypond-book.py (compile-ly): python2.1 fix.
3559
3560 2004-02-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3561
3562         * make/ly-rules.make ($(outdir)/%.pdf): add DVIPS_FLAGS. This will
3563         create scalable PS and PDFs  for input/{test,template,regression}.
3564
3565         * lily/context.cc (is_alias): move function.
3566         (is_alias): add Bottom as context alias. 
3567         (find_create_translator): add Bottom as a context alias for creation.
3568
3569         * lily/stencil.cc: rename Molecule to Stencil. Changes throughout.
3570
3571         * lily/parser.yy (music_property_def): new syntax for property
3572         assignments:
3573
3574         \set A.B = #C , \unset A.B
3575         \override A.B #C = #D, \revert A.B #C 
3576
3577         * lily/my-lily-lexer.cc: remove \property
3578
3579 2004-02-13  Heikki Junes  <hjunes@cc.hut.fi>
3580
3581         * Documentation/user/refman.itely: add dots after seealso refs.
3582
3583         * input/template/{many}.ly: harmonise descriptions.
3584
3585         * Documentation/user/music-glossary.itely: add Finnish author.
3586
3587 2004-02-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3588
3589         * VERSION (PACKAGE_NAME): release 2.1.21
3590
3591 2004-02-12  Jan Nieuwenhuizen  <janneke@gnu.org>
3592
3593         * Documentation/topdocs/NEWS.texi: Substitute Lyrics/LyricsVoice.
3594
3595         * scripts/lilypond-book.py (snippet_res): @include filename must
3596         not be empty.
3597
3598 2004-02-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3599
3600         * scm/documentation-generate.scm (markup-doc-string): dump
3601         markup-commands.tely
3602
3603         * scm/define-markup-commands.scm (override): new file.
3604         Move documentation from refman into doc-strings. 
3605
3606         * input/test/staff-container.ly: fix example.
3607
3608         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): remove
3609         StaffContainer
3610
3611         * lily/grob.cc: remove point_dimension_callback
3612         (Grob): read forced dimensions from X-extent and Y-extent.
3613         (get_paper): remove preset_extent.
3614
3615         * scm/define-grobs.scm (all-grob-descriptions): remove
3616         point_dimension_callback. 
3617
3618         * lily/dynamic-engraver.cc (acknowledge_grob): attach dynamic
3619         textscript to head. This makes no-spacing-rods work on
3620         DynamicText.
3621
3622         * lily/chord-name.cc: remove props chord, bass, inversion.
3623
3624         * Documentation/user/appendices.itely: add Scheme functions,
3625         context-properties and layout properties to manual.
3626
3627         * scm/part-combiner.scm (determine-split-list): include rests in a
3628         solo1/2 sequence.
3629
3630         * lily/new-part-combine-iterator.cc (substitute_both): new
3631         function.
3632         (class New_pc_iterator): add separate Voice=solo context, fixes
3633         autobeams going from chords to solo.
3634
3635 2004-02-11  Jan Nieuwenhuizen  <janneke@gnu.org>
3636
3637         * Documentation/user/invoking.itexi (Editor support): Fix typo.
3638
3639         * Documentation/user/tutorial.itely:
3640         * Documentation/user/refman.itely: Add short note about being part
3641         of lilypond.tely.
3642
3643         * COPYING: Make note more clear with respect to files that are
3644         explicitely licenced otherwise (Documention/user/ comes to mind).
3645         
3646         * Documentation/topdocs/AUTHORS.texi (AUTHORS): Use @,{c}.  Remove
3647         comment about barfing of @c,{}.
3648
3649         * Documentation/user/music-glossary.tely: Add list of authors.
3650
3651         * stepmake/stepmake/library-rules.make: Thank Nelson only in
3652         source (was: also in build log).
3653
3654 2004-02-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3655
3656         * lily/side-position-interface.cc (general_side_position): if
3657         staff-padding is set, then include staff in support too.
3658
3659         * GNUmakefile.in (README_FILES): remove TODO. Put in new CVS
3660         module workbook
3661
3662         * TODO: Remove.  Put in new CVS module /cvsroot/lilypond/workbook/
3663
3664         * lily/tuplet-engraver.cc: remove tupletInvisible
3665
3666         * scm/define-translator-properties.scm: cleanup, separate in
3667         internal and user props. 
3668
3669         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): change
3670         LyricsVoice -> Lyrics
3671
3672         * lily/new-part-combine-iterator.cc (process): only print warning
3673         for symbols.
3674
3675 2004-02-11  Jan Nieuwenhuizen  <janneke@gnu.org>
3676
3677         * scm/part-combiner.scm: Add proper header.
3678
3679         * All but lily/*: The great --2003 --2004 replace; the missing
3680         `bits'.
3681
3682         * TODO: Fix outline mode.  Add book notes.
3683
3684         * ROADMAP: Update.
3685
3686 2004-02-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3687
3688         * scm/part-combiner.scm (make-autochange-music): use
3689         accumulator. Fixes stack overflow.
3690
3691         * lily/*: rename brew_molecule -> print , molecule-callback ->
3692         print-function
3693
3694         * scm/define-grob-properties.scm: cleanup. Separate into internal
3695         and user properties.
3696
3697         * lily/translator-property.cc (updated_grob_properties): new
3698         function
3699         (execute_pushpop_property): change to new convention:
3700         object property inits are stored as (cons ALIST BASED-ON). This
3701         storage format allows concurrent tweaks in different contexts.
3702
3703 2004-02-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3704
3705         * TODO: new file.
3706
3707 2004-02-10  Jan Nieuwenhuizen  <janneke@gnu.org>
3708
3709         * debian/: Late Debian update (sorry Anthony).
3710
3711         * scripts/lilypond-book.py (do_file): Look for input_file in
3712         include path, or ask kpathsea if LATEX.
3713
3714         * input/template/GNUmakefile (LILYPOND_BOOK_FLAGS): 
3715         * input/test/GNUmakefile (LILYPOND_BOOK_FLAGS):
3716         * input/regression/GNUmakefile (LILYPOND_BOOK_FLAGS): Use
3717         --header=texidoc.
3718
3719         * Documentation/user/tutorial.itely (Fine tuning layout): Add lost
3720         relative.
3721
3722         * scripts/lilypond-book.py: Fixes for make web.  Default to stdout
3723         only when filtering, default to input_base otherwise.  Coding
3724         style fixes.
3725
3726 2004-02-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3727
3728         * lily/include/translator.hh (class Translator): add virtual
3729         qualifier.
3730
3731 2004-02-10  Jan Nieuwenhuizen  <janneke@gnu.org>
3732
3733         * scripts/lilypond-book.py (compose_ly): Python2.1 workarounds.
3734
3735 2004-02-09  Jan Nieuwenhuizen  <janneke@gnu.org>
3736
3737         * scripts/lilypond-book.py (compose_ly): Add kludge for relative.
3738
3739         * Documentation/user/refman.itely: Run texinfo-all-menus-update
3740         (fixes make web).
3741
3742         * GNUmakefile.in (web-clean): Do not remove fonts (they do not
3743         live in $(out)-www).
3744
3745         * scripts/lilypond-book.py: Small cleanups.  Junk hairy include
3746         dependencies.  Add link to .ly source in HTML output.
3747         (Lilypond_snippet.output_html): Handle multiple page picture
3748         output.
3749         (Lilypond_snippet.output_html, Lilypond_snippet.output_latex):
3750         Make usable for output_texinfo again.
3751
3752         * Documentation/user/GNUmakefile: Add static dependency for
3753         lilypond.tely includes.
3754
3755         * Documentation/user/tutorial.itely: Add some lost `relative'
3756         ly-options.
3757
3758 2004-02-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3759
3760         * lily/include/translator-group.hh: move Music_output_def member
3761         to Global_translator.
3762
3763         * scripts/lilypond-book.py (do_file):  fix latex output.
3764
3765         * VERSION: release 2.1.20
3766         
3767         * scm/part-combiner.scm (determine-split-list): robustness fix 
3768
3769         * lily/paper-score.cc (process): move gc stat stuff to init.ly 
3770
3771         * lily/parser.yy (music_output_def_body): plug memory leak.
3772
3773         * lily/translator-group.cc (add_fresh_group_translator): plug
3774         memory leak: unprotect Translator_group once added.   
3775
3776         * lily/span-dynamic-performer.cc (process_music): deprecate span-type.
3777
3778         * scripts/lilypond-book.py (Lilypond_snippet.notice_include):
3779         write .dep file.
3780         (Lilypond_snippet.ly): add \renameinput.
3781
3782 2004-02-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3783
3784         * Documentation/user/refman.itely (Markup command definition): Doc
3785         by Nicolas Sceaux. Rewrite by Han-Wen
3786
3787         * lily/lyric-hyphen.cc (brew_molecule): remove if hyphen is first
3788         thing of the line.
3789         (brew_molecule): only remove if hyphen is not at the end of line.
3790         (set_spacing_rods): new function: minimum-length specifies
3791         distance between syllables.
3792
3793         * scm/define-grobs.scm (all-grob-descriptions): add
3794         Hyphen_spanner::set_spacing_rods to LyricHyphen
3795
3796         * input/regression/lyric-hyphen-break.ly: new file.
3797
3798         * input/test/lyric-hyphen-retain.ly: new file.
3799
3800         * lily/new-part-combine-iterator.cc (construct_children):
3801         add Rest direction.
3802
3803 2004-02-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3804
3805         * scripts/lilypond-book.py (Snippet.replacement_text): add method.
3806
3807         * Documentation/bibliography/engraving.bib (donemus1982):
3808         update entry.
3809
3810 2004-02-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3811
3812         * scripts/lilypond-book.py (Substring.__init__): new class.
3813         (Snippet.output_texinfo): add texidoc option.
3814         (Include_snippet.replacement_text): new class.
3815         (Lilypond_snippet.__init__): new class
3816         (Lilypond_snippet.get_hash): bugfix: use full body for hashing.
3817
3818         * Documentation/user/refman.itely (Sound): 
3819         note about number of channels.
3820
3821         * scm/music-functions.scm (voicify-music): add \context Staff for
3822         << \\ >> polyphony.
3823
3824         * lily/parser.yy (verbose_command_req): \skip now creates
3825         SkipMusic, and does not lead to spurious staves.
3826
3827         * scm/define-music-types.scm (music-descriptions): rename
3828         NonEventSkip to SkipMusic
3829
3830         * input/no-notation/midi-lyric-barcheck.ly: new file.
3831
3832         * input/regression/collision-dots-invert.ly: new file.
3833
3834         * lily/note-collision.cc (check_meshing_chords): add stem_to_stem
3835         case.
3836
3837         * lily/new-lyric-combine-music-iterator.cc (process): let iterator
3838         die if melody died too.
3839
3840 2004-02-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3841
3842         * lily/source-file.cc (load_stdin): add trailing 0. Fixes problem
3843         with reading from stdin.
3844
3845         * lily/slur-performer.cc (try_music): new file.
3846
3847         * lily/melisma-performer.cc (try_music): new file. Handle
3848         melismata to help lyrics.
3849
3850         * lily/beam-performer.cc (try_music): new file. Handle beam events
3851         to help lyrics.
3852
3853         * lily/score-performer.cc (one_time_step): reinstate
3854         process_music().
3855
3856         * lily/performer.cc (process_music): add to interface.
3857
3858         * lily/performer-group-performer.cc (process_music): new function.
3859
3860         * lily/dot-column.cc (do_shifts): do collision resolution before
3861         dot positioning.
3862         
3863         * scripts/lilypond-book.py (Snippet.output_print_filename): new
3864         file, process printfilename option.
3865         (Snippet.__init__): rewrite: do not use global variables h or
3866         index.
3867         (main): really support -I option.
3868         (find_toplevel_snippets): new code.
3869         (find_toplevel_snippets): reinstate old version, without global
3870         variables.
3871
3872         * tex/texinfo.tex: really add file.
3873         
3874 2004-02-06  Jan Nieuwenhuizen  <janneke@gnu.org>
3875
3876         * scripts/lilypond-book.py (find_toplevel_snippets): Python < 2.3
3877         compatibility.
3878
3879 2004-02-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3880
3881         * scripts/hw-lilypond-book.py (Snippet.output_print_filename): 
3882
3883         * scm/define-translator-properties.scm (drumPitchTable): add
3884         property.
3885
3886         * scripts/lilypond-book.py (simple_toplevel_snippets): new
3887         function.
3888         (help_summary): docstrings.
3889         (do_file): strip the dir of input_base too.
3890
3891 2004-02-05  Jan Nieuwenhuizen  <janneke@gnu.org>
3892
3893         * Documentation/topdocs/NEWS.texi: Add item about lilypond-book.
3894
3895         * Documentation/user/lilypond-book.itely: Update.
3896
3897         * make/ly-rules.make: Update lilypond-book commands.
3898
3899         * Documentation/user/GNUmakefile: Update makeinfo commands,
3900         lilypond-book flags.
3901
3902         * scripts/lilypond-book.py: Rewrite (was: filter-lilypond-book.ly).
3903         
3904         * scripts/old-lilypond-book.py: New file (was: lilypond-book.ly).
3905
3906         * scripts/filter-lilypond-book.py: Remove.
3907
3908         * Documentation/user/*tely: Update options for new lilypond-book.
3909
3910         * tex/texinfo.tex: New file; from texinfo CVS.  This fixes build
3911         with @macros in @includes.
3912
3913 2004-02-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3914
3915         * lily/rest-collision-engraver.cc (process_acknowledged_grobs):
3916         make rest-collision only.
3917
3918         * lily/break-substitution.cc (substitute_one_mutable_property):
3919         clear all-elements using scm_assq_remove_x(). 
3920
3921         * lily/rest-collision.cc (do_shift): shift single rests
3922
3923         * flower/include/array.hh (class Array): rename to is_empty ()
3924
3925         * lily/drum-note-performer.cc: new file: perform drum notes.
3926
3927         * VERSION (PACKAGE_NAME): release 2.1.19.
3928         
3929 2004-02-05  Jan Nieuwenhuizen  <janneke@gnu.org>
3930
3931         * scripts/filter-lilypond-book.py
3932         (classic_lilypond_book_compatibility): New function.
3933
3934 2004-02-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3935
3936         * buildscripts/lilypond.words.py (F): remove drums.scm reference.
3937
3938         * Grand 2003 -> 2004 search replace. 
3939
3940         * lily/parser.yy (chord_body_element): add DRUM_PITCH to chords
3941         (i.e. < > )
3942
3943         * ly/performer-init.ly: add DrumStaff
3944
3945         * lily/axis-group-engraver.cc (acknowledge_grob): also take
3946         lyric-interface; this prevents lines with only extender lines from
3947         being junked.
3948  
3949         * scm/define-grob-interfaces.scm (lyric-interface): new interface
3950
3951         * lily/lyric-extender.cc (brew_molecule): get line breaking and
3952         extenders right, for once and for all (hopefully).
3953         
3954         * lily/break-substitution.cc (substitute_one_mutable_property):
3955         clear old 'all-elements for System grobs.
3956
3957         * lily/new-lyric-combine-music-iterator.cc (find_voice): make sure
3958         that associatedVoiceContext is always assigned when music & lyrics
3959         are found. 
3960
3961         * ly/engraver-init.ly: remove Lyrics context.
3962         (TabVoice): add noteheads engraver
3963
3964         * input/test/improv.ly: update: do not use Thread switching. 
3965
3966         * lily/pitch-squash-engraver.cc (acknowledge_grob): only squash if
3967         squashedPosition is a number  
3968
3969         * Documentation/user/refman.itely (Automatic note splitting):
3970         remove Thread references.
3971
3972         * input/no-notation/pc-direction.ly: remove file.
3973
3974         * ly/engraver-init.ly: remove Thread
3975
3976         * input/regression/tie-chord-partial.ly: remove file.
3977
3978         * scripts/convert-ly.py (conv): \harmonic rule
3979
3980         * lily/new-fingering-engraver.cc (acknowledge_grob): add new
3981         notation for harmonic notes: <c' g''\harmonic>
3982
3983         * lily/lily-guile.cc (alist_to_hashq): new function
3984
3985         * scm/lily.scm (alist->hash-table): new function.
3986
3987         * Documentation/user/refman.itely (Percussion staves): update doco.
3988
3989         * input/regression/drums.ly (timb): updates
3990
3991         * lily/note-performer.cc (create_audio_elements): robustness fix.
3992
3993         * ly/engraver-init.ly: add DrumStaff and DrumVoice contexts
3994
3995 2004-02-05  Jan Nieuwenhuizen  <janneke@gnu.org>
3996
3997         * scripts/filter-lilypond-book.py (find_toplevel_snippets): Do not
3998         discard valid matches.
3999
4000 2004-02-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4001
4002         * lily/drum-note-engraver.cc: new file.
4003
4004         * ly/drumpitch-init.ly: move drum definitions
4005
4006         * scm/drums.scm: remove file.
4007
4008         * lily/*.cc: remove abort-event everywhere.
4009
4010         * lily/note-heads-engraver.cc (process_music): robustification.
4011
4012         * lily/accidental-engraver.cc (process_acknowledged_grobs):
4013         robustification.
4014
4015         * lily/parser.yy (simple_element): add \drums mode.
4016         (simple_element): remove \pitchnames , \chordmodifiers. Use
4017         variables to store this. 
4018
4019         * lily/lexer.ll (My_lily_lexer): remove support for \PITCHNAME
4020         outside \notes.
4021
4022         * VERSION: release 2.1.18.
4023         
4024         * input/test: remove octave-duplicate.ly
4025
4026 2004-02-04  Jan Nieuwenhuizen  <janneke@gnu.org>
4027
4028         * scripts/filter-lilypond-book.py: Speed-up and clean-ups.
4029
4030 2004-02-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4031
4032         * lily/simultaneous-music-iterator.cc: remove clone() and copy
4033         constructor from Music_iterator. Changes throughout.
4034
4035         * lily/include/music-iterator.hh (class Music_iterator): remove
4036         Music_iterator::skip and Music_iterator::get_pending_events from
4037         interface. Rename report_to -> get_outlet 
4038
4039         * lily/auto-change-iterator.cc: move contents from
4040         new-auto-change-iterator.cc from
4041
4042         * scm/part-combiner.scm: determine split-list from Scheme. 
4043
4044         * lily/new-auto-change-iterator.cc (process): new file.
4045
4046         * lily/parser.yy (part_combined_music): remove old PC cruft.
4047
4048         * ly/engraver-init.ly: remove old
4049         PC cruft.
4050
4051         * Documentation/user/refman.itely (The Lyrics context): note about
4052         extender lines.
4053
4054         * lily/multi-measure-rest-engraver.cc (process_music): extra check
4055         to allow 0-length mmrest events.
4056
4057         * scm/part-combiner.scm (determine-split-list): many bugfixes.
4058
4059         * lily/new-part-combine-iterator.cc (kill_mmrest): new function.
4060
4061         * lily/spacing-engraver.cc (finalize): robustifications.
4062
4063         * input/regression/new-part-combine-solo-global.ly: new file.
4064
4065         * scm/part-combiner.scm: rewrite.
4066
4067 2004-02-03  Juergen Reuter  <reuter@ipd.uka.de>
4068
4069         * Documentation/user/refman.itely, input/puer-fragment.ly,
4070         input/test/vaticana.ly, ly/engraver-init.ly: ancient examples
4071         updated for proper use of lyricsto; replaced "(" and ")" ->
4072         "\melisma" and "\melismaEnd"
4073
4074         * input/test/ancient-font.ly: small updates to reduce compile
4075         warnings (TODO: junk this file)
4076
4077         * input/test/gregorian-scripts.ly: added comment about bug
4078
4079         * lily/gregorian-ligature-engraver.cc, lily/ligature-engraver.cc:
4080         tiny robustness fix
4081
4082         * mf/parmesan-clefs.mf: exact_center fixes (this broke due to
4083         recent changes in the feta code); temporarily mapped mensural g
4084         clef to a copy of petrucci g clef until mensural g clef will have
4085         been rewritten
4086
4087         * mf/parmesan-heads.mf: bugfix: solved character name clashing
4088         between mensural and neo-mensural heads (this broke quite a while
4089         ago)
4090
4091         * mf/parmesan-rests.mf: still more tiny set_char_box() fixes
4092
4093 2004-02-03  Jan Nieuwenhuizen  <janneke@gnu.org>
4094
4095         * scripts/filter-lilypond-book.py: Handle @include.  Add progress
4096         indication.  Fixes for verbatim, multi line comments.
4097
4098 2004-02-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4099
4100         * input/regression/new-part-combine-solo.ly: more cases.
4101
4102         * lily/slur.cc (height): robustness fix.
4103
4104         * lily/new-part-combine-iterator.cc (process): add apart-spanner. 
4105
4106         * input/mutopia/F.Schubert/morgenlied.ly (melody): revert
4107         stemUp/stemDown.
4108
4109         * scm/music-functions.scm (determine-split-list): further analysis.
4110
4111         * lily/script-engraver.cc (try_music): discard duplicate
4112         articulations.
4113
4114         * input/regression/new-part-combine-solo.ly: new file
4115
4116         * input/regression/new-part-combine-a2.ly: new file.
4117
4118         * ly/performer-init.ly: add Devnull
4119
4120         * scripts/convert-ly.py (FatalConversionError.sub_acc): add rule
4121         for \musicglyph #"accidental-*"
4122         (conv): \newpartcombine rule.
4123
4124 2004-02-03  Jan Nieuwenhuizen  <janneke@gnu.org>
4125
4126         * scripts/filter-lilypond-book.py: Handle @lilypondfile, bugfixes.
4127
4128 2004-02-02  Jan Nieuwenhuizen  <janneke@gnu.org>
4129
4130         * scripts/filter-lilypond-book.py: Handle verbatim, latex
4131         textwidth, --output.
4132
4133 2004-02-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4134
4135         * scm/new-markup.scm (doubleflat): add accidental markups.
4136
4137         * VERSION: release 2.1.17
4138         
4139         * Documentation/user/refman.itely (Automatic part combining):
4140         revise documentation of the part-combiner.
4141
4142         * input/regression/pc-switch-slur.ly (texidoc): remove file.
4143         
4144         * input/test/part-combine-{moment,staff}.ly: remove file.
4145
4146         * input/regression/pc-mmrest.ly (two): remove file.
4147
4148         * scm/define-music-types.scm (music-descriptions): add
4149         Solo{One,Two}Event and UnisonoEvent
4150
4151         * lily/new-part-combine-iterator.cc (unisono): add state_
4152         variable, signal changes with part-combine-event.
4153
4154         * input/regression/new-part-combine-text.ly: new file.
4155
4156         * lily/part-combine-engraver.cc: new file.
4157
4158 2004-02-02  Jan Nieuwenhuizen  <janneke@gnu.org>
4159
4160         * scripts/filter-lilypond-book.py: Handle snippet options.
4161
4162 2004-02-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4163
4164         * scm/music-functions.scm (determine-split-list): detect solo1/2
4165         and unisono.
4166
4167         * lily/new-lyric-combine-music-iterator.cc (construct_children):
4168         revert fix, document why.
4169
4170         * lily/tie-performer.cc (process_music): new function. Set melisma
4171         property.
4172
4173         * lily/tuplet-bracket.cc (make_bracket): make sure that gap is
4174         always smaller than bracket size.
4175         (make_bracket): oops. Size of the gap was off by factor 2
4176
4177         * input/test/text-rotate.ly: new file.
4178
4179         * scm/new-markup.scm (markup): a macro that provides a
4180         LilyPond-like syntax in scheme for building markups, in order to
4181         help markup command definition. (Nicolas Sceaux)
4182
4183         * input/test/lyrics-skip-notes.ly: new example.
4184
4185         * lily/parser.yy (post_event): make HYPHEN into postfix event.
4186
4187         * lily/new-lyric-combine-music-iterator.cc (find_context_below):
4188         use is_alias() iso. == . This fixes lyrics on
4189         GregorianTranscriptions. 
4190
4191 2004-02-02  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4192
4193         * scripts/lilypond.py (ly_paper_to_latexpaper): Add newline before 
4194         \thispagestyle{lastpage} to avoid that it's printed on the second
4195         last page when there's only a single score line on the last page.
4196         (The page breaking mechanism in TeX played some ugly tricks to us.)
4197
4198 2004-02-01  Jan Nieuwenhuizen  <janneke@gnu.org>
4199
4200         * scripts/filter-lilypond-book.py: Further development.
4201
4202         * input/regression/collision-dots-move.ly: New test.
4203
4204         * lily/note-collision.cc (check_meshing_chords): Move dots on left
4205         hand side note head of non-merged collision to the right.
4206
4207         * lily/new-lyric-combine-music-iterator.cc (start_new_syllable):
4208         Construct children before accessing property from emtpy
4209         lyrics_context_.
4210         (construct_children): Find thread before finding LyricsVoice.
4211         Create LyricsVoice one if none found, fixes crash (thanks Erik
4212         Sandberg).
4213
4214 2004-01-31  Jan Nieuwenhuizen  <janneke@gnu.org>
4215
4216         * cygwin/: Forward port.
4217
4218 2003-10-01  Jan Nieuwenhuizen  <janneke@gnu.org>
4219
4220         * buildscripts/install-info-html.sh: Use Bash.
4221
4222         * cygwin/mknetrel: Patch from Bert.
4223
4224 2003-09-30  Jan Nieuwenhuizen  <janneke@gnu.org>
4225
4226         * cygwin/lily-wins.py: Check whether to run ly2dvi or lilypond.
4227
4228         * stepmake/stepmake/topdocs-targets.make (copy-to-top): Do not
4229         try to copy *png, index.html (Bertalan Fodor).
4230
4231         * cygwin/mknetrel (preinstall): Set webdir (Bertalan Fodor).
4232
4233 2003-09-30  Jan Nieuwenhuizen  <janneke@gnu.org>
4234
4235         * lily/note-collision.cc (check_meshing_chords): Do not remove
4236         dots (from down head) when merging similar heads (thanks Matthias
4237         Kilian).  Simplify merge_possible tests and other cleanups
4238
4239         * input/regression/collision-merge-differently-dotted.ly: Add test
4240         for disappearing dots on similar heads for both voices.
4241
4242 2004-01-30  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4243
4244         * Documentation/user/invoking.itexi (Invoking lilypond): Document
4245         that tagline overrides copyright for single page scores. Correct
4246         the default tagline value.
4247
4248 2004-01-29  Jan Nieuwenhuizen  <janneke@gnu.org>
4249
4250         * Documentation/topdocs/NEWS.texi: Compile fix (thanks Mats).
4251
4252 2004-01-29  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4253
4254         * buildscripts/lilypond-login.sh: Avoid warning about undefined
4255         TEXMF if it's previously unset.
4256
4257 2004-01-29  Heikki Junes <hjunes@cc.hut.fi>
4258
4259         * scm/chord-name.scm (german-markup): bugfix: use SEMI-TONE.
4260
4261         * input/test/trills.ly: fix the unfolding of lineprall.
4262
4263         * input/test/figured-bass-alternative.ly: fix accidental.
4264
4265 2004-01-28  Jan Nieuwenhuizen  <janneke@gnu.org>
4266
4267         * Documentation/topdocs/NEWS.texi: Add note about safe mode.
4268         
4269         * input/no-notation/dos-guile.ly: 
4270         * input/no-notation/dos-ps.ly: 
4271         * input/no-notation/dos-tex.ly: New file.  These tests still FAIL.
4272         
4273         * input/no-notation/safe-include.ly:
4274         * input/no-notation/safe-guile.ly:
4275         * input/no-notation/safe-ps.ly: 
4276         * input/no-notation/safe-tex.ly: New file.
4277
4278         * scripts/lilypond.py (global_latex_preamble): Add \nofiles for
4279         safe mode Add -s,--safe-mode option.  Use -S,--set for setting
4280         options now.
4281         (run_lilypond): When in --safe-mode, pass option to lilypond-bin.
4282         When in --safe-mode, set environment openout_any=p[aranoid].
4283
4284         * tex/ltest.tex: 
4285         * tex/lilyponddefs.tex: Add \nofiles.
4286
4287         * python/lilylib.py (get_bbox, make_ps_images): Add -dSAFER to gs
4288         options.
4289
4290         * mf/GNUmakefile (FETA_LIST_FILES): Install feta*list.lys too.
4291         This allows building the user manual using a binary installation
4292         and a matching unpacked source tree.
4293
4294         * scm/lily.scm (safe-module): New variable. 
4295
4296         * lily/includable-lexer.cc (new_input): Fix error messages.
4297
4298         * lily/parse-scm.cc (internal_ly_parse_scm): Add parameter SAFE.
4299         If SAFE, evaluate in safe-module.  Change callers.
4300
4301         * lily/main.cc (Long_option_init): Reinstate safe-mode.
4302
4303         * lily/lexer.ll (embedded_scm): While processing main-input,
4304         invoke ly_parse_scm with safe mode if running in safe-mode.
4305         (<<EOF>>): Reset main_input_b_, fixes old-relative chech
4306         in init.ly for safe-mode.
4307
4308 2004-01-28  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4309
4310         * scripts/lilypond.py (ly_paper_to_latexpaper): Regain
4311         compatibility with old versions of geometry.sty (compat2
4312         already implied includehead).
4313         Change the page layout slightly so bottom + footskip = top +
4314         headheight + headsep = 16mm, the remaining paperheight-32mm
4315         are used for the music. Increase footskip to 5mm, so the top of
4316         the footer text doesn't touch the music.
4317
4318 2004-01-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4319
4320         * VERSION: release 2.1.16
4321         
4322         * scm/music-functions.scm (determine-split-list): bugfix: only use
4323         new-active for both voices if both indexes advance. This fixes the
4324         biggest outstanding problem with new-pc. 
4325
4326         * lily/new-part-combine-iterator.cc (construct_children): set more
4327         directions.
4328
4329 2004-01-27  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4330
4331         * scripts/convert-ly.py (conv): add instrument rule.
4332
4333         * lily/instrument-name-engraver.cc: add Vocal_name_engraver.
4334
4335         * lily/side-position-interface.cc: remove add_staff_support ()
4336         Change all callers to use staff-padding.
4337
4338         * lily/auto-beam-engraver.cc (create_beam): opps. Don't use
4339         make_spanner().
4340
4341         * lily/a2-engraver.cc (process_acknowledged_grobs): 
4342
4343         * lily/text-engraver.cc: remove scriptHorizontal property.
4344
4345         * lily/beam.cc (least_squares): also set least-squares-dy for
4346         special case of slanted 2-stem beam to center.
4347
4348         * lily/side-position-interface.cc (out_of_staff): move contents of
4349         out_of_staff into aligned_side.
4350         remove out_of_staff().
4351
4352         * input/regression/measure-grouping.ly: fix warning.
4353
4354         * lily/side-position-interface.cc: add staff-padding support to
4355         Side_position_interface::aligned_side.
4356
4357         * lily/system-start-delimiter-engraver.cc (process_music): whoops,
4358         one get_property too many.
4359
4360         * flower/include/drul-array.hh (linear_combination): new function
4361         (scale_drul): new function
4362
4363         * lily/beam.cc: use Drul_array<Real> iso. interval, because *=
4364         operations on empty intervals are silly.
4365
4366 2004-01-26  Jan Nieuwenhuizen  <janneke@gnu.org>
4367
4368         * lily/note-heads-engraver.cc (process_music): use robust_scm2int
4369         (iso gh_scm2int), fixes crash in new part-combiner.
4370
4371         * configure.in: Up mftrace to 1.0.27.
4372
4373 2004-01-26  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4374
4375         * VERSION: release 2.1.15
4376         
4377         * lily/lyric-phrasing-engraver.cc (stop_translation_timestep):
4378         align all stanza numbers.
4379
4380 2004-01-26  Heikki Junes <hjunes@cc.hut.fi>
4381
4382         * Documentation/user/{introduction.itely,refman.itely,
4383         converters.itely}: fix some text inside parentheses; text should
4384         be readable (even) if parentheses are either replaced with commas 
4385         or dropped out.
4386
4387 2004-01-25  Werner Lemberg  <wl@gnu.org>
4388
4389         * buildscripts/lilypond.words.py, input/puer-fragment.ly,
4390         input/test/vaticana.ly, input/test/ancient-font.ly,
4391         input/test/mensural-ligatures.ly, input/test/gregorian-scripts.ly,
4392         lily/include/staff-symbol.hh, lily/breathing-sign.cc,
4393         ly/params-as-init.ly, scm/define-grobs.scm,
4394         scm/define-grob-properties.scm: s/stafflinethickness/linethickness/.
4395
4396         * ly/params-as-init.ly: Removed.  Obsolete.
4397         * buildscripts/lilypond.words.py: Updated.
4398
4399 2004-01-25  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4400
4401         * mf/parmesan-clefs.mf: switch off mensural G clefs.
4402
4403         * mf/feta-din{4,5,7,9}.mf: remove.
4404         
4405         * lily/engraver.cc (internal_make_item): centralize item/spanner
4406         factory.
4407
4408         * scripts/convert-ly.py (FatalConversionError.sub_durs): bugfix:
4409         do correct chord conversion for ^"sim."  (backportme)
4410         (FatalConversionError.sub_articulations): substitute ^"foo" in
4411         chords too. (backportme)
4412
4413         * scm/define-grobs.scm (all-grob-descriptions): use staff-padding
4414         for Fingering.
4415
4416         * lily/side-position-interface.cc (out_of_staff): don't do
4417         anything if staff-padding not defined. 
4418
4419         * mf/feta-params.mf (stafflines): introduce linethickness as
4420         general blackness of the font.
4421
4422         * lily/stem.cc (position_noteheads): rounding error robustness.
4423
4424         * input/regression/rest-collision-beam.ly: move beam/rest stuff
4425         from beam-collision.ly 
4426
4427         * lily/beam.cc (rest_collision_callback): remove direction.
4428
4429         * scm/define-grobs.scm (all-grob-descriptions): remove
4430         enclose-bounds in OttavaBracket and PianoPedalBracket
4431
4432         * scm/new-markup.scm (def-markup-command) new macro, which takes
4433         care of defining the COMMAND-markup and make-COMMAND-markup
4434         procedures, setting markup-signature and keyword-signature object
4435         properties, and pushing the markup command in
4436         markup-function-list.
4437
4438         All markup commands are defined thanks to it.  Users may also use
4439         it to define their own markup commands. (Nicolas Sceaux)
4440
4441         * scm/new-markup.scm: Scheme style clean-up: there should be no
4442         parenthesis alone on a line; LET* should not be used where LET is
4443         enough. (Nicolas Sceaux)
4444
4445 2004-01-25  Jan Nieuwenhuizen  <janneke@gnu.org>
4446
4447         * scripts/filter-lilypond-book.py: Add script.
4448
4449 2004-01-23  Jan Nieuwenhuizen  <janneke@gnu.org>
4450
4451         * ly/engraver-init.ly: Set enclose_bounds to #1 (was: ##t).
4452
4453 2004-01-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4454
4455         * Documentation/user/refman.itely (Fingering instructions): add
4456         single note chords. 
4457
4458         * lily/multi-measure-rest-engraver.cc: use a single
4459         MultiMeasureEvent for mm rests. This prevents problems with the
4460         new part combiner.
4461
4462         * scm/music-functions.scm (determine-split-list): analysis has
4463         global effect: a difference halfway a phrase makes the entire
4464         phrase be typeset as apart.
4465         (make-multi-measure-rest): make mmrest as a single rhythmic event. 
4466
4467 2004-01-23  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4468
4469         * ly/performer-init.ly: add Devnull.
4470
4471         * Documentation/user/refman.itely (Font selection): remove paper20
4472         ref.
4473         
4474 2004-01-22  Jan Nieuwenhuizen  <janneke@gnu.org>
4475
4476         * scripts/convert-ly.py (1.9.0): Handle phrasing slur.
4477
4478 2004-01-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4479
4480         * scm/music-functions.scm (determine-split-list): bugfixes.
4481
4482         * scm/lily.scm (uniq-list): new implementation, O(1) stack.
4483
4484         * input/test/scales-greek.ly: use C as base, results in different
4485         alterations at the clef.
4486
4487         * input/regression/pedal-ped.ly: new file.
4488
4489         * input/regression/pedal-bracket.ly: new file.
4490
4491         * lily/piano-pedal-bracket.cc (brew_molecule): new function;
4492         replace after_line_breaking()
4493
4494         * lily/line-interface.cc (line): read thickness.
4495         (line): dash-fraction = 0 always for dotted-line style.
4496
4497         * input/test/staff-lines.ly (lower): bugfix.
4498
4499         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): move
4500         \accepts Devnull into Score.
4501
4502         * scm/lily.scm: remove bla.scm load.
4503
4504 2004-01-21  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4505
4506         * VERSION: release 2.1.14
4507         
4508         * Documentation/topdocs/INSTALL.texi (Top): fix FTP url. 
4509
4510         * lily/side-position-interface.cc (general_side_position): add
4511         Staff_symbol_referencer::staff_space ().
4512
4513         * lily/include/context-def.hh: rename from translator-def.hh
4514
4515 2004-01-21  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4516
4517         * input/template/piano-dynamics.ly (pedal): Updated definition of
4518         Dynamics such that \cresc works, for example.
4519
4520 2004-01-21  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4521
4522         * lily/stem.cc (calc_stem_info): use
4523         Staff_symbol_referencer::staff_space
4524
4525         * lily/beam-quanting.cc (quanting): scale Stem_info 
4526
4527         * lily/beam.cc (rest_collision_callback): use minimum-distance
4528         property for rest/beam collisions.
4529         (rest_collision_callback): bugfixes.
4530
4531         * lily/system.cc (post_processing): extra-offset is now relative
4532         to the size of the current staff.
4533
4534         * scm/music-functions.scm (notice-the-events-for-pc): record all
4535         voices, only analyze "one" and "two".
4536
4537         * lily/recording-group-engraver.cc (finalize): bugfix: want self,
4538         not parent. 
4539
4540         * lily/new-part-combine-iterator.cc (construct_children): create
4541         Devnull from Voice context
4542
4543         * scm/music-functions.scm (determine-split-list): bugfixes.
4544
4545         * lily/lily-guile.cc (robust_scm2int): new function
4546
4547         * lily/staff-symbol-referencer.cc (line_thickness): new
4548         function. Use throughout.
4549
4550         * lily/font-size-engraver.cc (acknowledge_grob): only process grob
4551         in its own context.  Add to preset font-size.
4552
4553         * lily/stem.cc (thickness): new function.
4554
4555         * lily/staff-symbol.cc (get_ledger_line_thickness): new function:
4556         compute thickness from ledger-line-thickness.
4557
4558         * lily/note-head.cc (brew_ledger_lines): use
4559         Staff_symbol::get_ledger_line_thickness ().
4560
4561         * lily/beam.cc (rest_collision_callback): use
4562         Staff_symbol_referencer::staff_space().
4563
4564         * lily/parser.yy (My_lily_lexer): change syntax: \newpartcombine
4565         Mus1 Mus2
4566
4567         * lily/include/translator.hh (class Translator): add accepts_list_
4568         so  \with { \denies / \accepts } also works.
4569
4570         * scm/music-functions.scm (determine-split-list): determine split
4571         list from music events.
4572
4573         * lily/new-part-combine-iterator.cc: more states.
4574
4575         * lily/moment.cc (LY_DEFINE): new function ly:moment<? 
4576
4577 2004-01-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4578
4579         * lily/system.cc (set_loose_columns): use the right prebroken cols
4580         for interpolating loose column position.
4581
4582         * lily/text-spanner.cc (brew_molecule): default to no vertical
4583         lines.
4584
4585         * lily/ottava-bracket.cc (brew_molecule): vertical line doesn't
4586         take space.
4587
4588         * scm/define-grobs.scm (all-grob-descriptions): less padding.
4589
4590 2004-01-20  Jan Nieuwenhuizen  <janneke@gnu.org>
4591
4592         * scripts/convert-ly.py: Do not test filename when processing
4593         stdin.
4594
4595         * lily/axis-group-engraver.cc: Include warn.hh (compile fix).
4596
4597 2004-01-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4598
4599         * lily/axis-group-engraver.cc (finalize): extra check; if
4600         process_music () is never called, then staffline_ == 0.
4601
4602         * lily/simultaneous-music-iterator.cc (pending_moment): don't
4603         check run_always ().
4604         
4605         * VERSION: release 2.1.13
4606
4607         * input/regression/note-head-style.ly (pattern): cleanup.
4608
4609         * mf/GNUmakefile ($(outdir)/$(redhat-package)): use http for
4610         downloading.
4611
4612         * scm/output-lib.scm (shift-right-at-line-begin): new function:
4613         kludge rehearsalmark placement.
4614
4615         * lily/grob-scheme.cc (LY_DEFINE): add ly:item-break-dir , ly:item?
4616         , ly:spanner?
4617
4618         * lily/note-head.cc (internal_brew_molecule): only shorten ledger
4619         close to note head for accidentals.
4620
4621         * lily/tuplet-bracket.cc (get_default_dir): new algorithm for
4622         tuplet direction.
4623
4624         * mf/parmesan-heads.mf (overdone_heads): enlarge harmonic head.
4625
4626 2004-01-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4627
4628         * lily/include/music-iterator.hh (class Music_iterator): add
4629         substitute_outlet() to iterator API.
4630
4631         * lily/new-part-combine-iterator.cc (construct_children):
4632         New_pc_iterator: new class, better part combining.
4633
4634         * lily/tie-column.cc (werner_directions): new function
4635
4636         * lily/tie.cc (set_direction): call Tie_column::set_direction ()
4637
4638         * lily/axis-group-engraver.cc (process_acknowledged_grobs): give
4639         empty objects group spanner as parent
4640
4641         * lily/tuplet-bracket.cc (calc_position_and_height): check musical
4642         slope against graphical slope.
4643
4644         * lily/ottava-bracket.cc (brew_molecule): support minimum-length
4645         for ottava bracket.
4646
4647         * lily/side-position-interface.cc (general_side_position):
4648         opps. reinstate *dir.
4649
4650         * lily/parser.yy: plug many memory leaks. We're down to 4 for each
4651         parser run.
4652
4653         * lily/tuplet-bracket.cc: remove calc_dy ().
4654
4655         * Documentation/user/refman.itely (Balloon help): document balloon
4656         help
4657
4658 2004-01-19  Jan Nieuwenhuizen  <janneke@gnu.org>
4659
4660         * scm/document-backend.scm (check-dangling-properties): Grob
4661         properties are defined define-grob-properties.scm.
4662         
4663 2004-01-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4664         
4665         * VERSION: release 2.1.12
4666
4667         * scm/define-grobs.scm (all-grob-descriptions): larger font for
4668         ChordName
4669
4670         * scm/new-markup.scm (sub-markup): sup & super: make smaller in
4671         relation to surroundings.
4672
4673         * lily/tuplet-bracket.cc (calc_position_and_height): add staff
4674         Y-extent to the note-extents: stay clear of the staff.
4675
4676 2004-01-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4677
4678         * Documentation/user/GNUmakefile
4679         ($(outdir)/lilypond/lilypond.html): posix conforming globs. Link
4680         iso. copy.
4681
4682         * stepmake/stepmake/metafont-rules.make: remove --keep-trying.
4683
4684         * lily/separating-group-spanner.cc (set_spacing_rods): add padding.
4685
4686         * mf/,scripts/,make/,ly/,scm/: remove AsciiScript remnants.
4687
4688         * lily/lily-guile.cc (robust_scm2double): new function. Use throughout.
4689
4690         * lily/line-interface.cc (line): remove thickness from calling interface.
4691
4692         * lily/hairpin.cc: use Line_interface
4693
4694         * lily/line-interface.cc: new file. Line_interface for everything
4695         with dotted/dashed lines.
4696         
4697
4698         * lily/tuplet-bracket.cc (make_bracket): use Line_interface.
4699
4700         * lily/ottava-bracket.cc (brew_molecule): new file, separate routine
4701         for constructing ottava brackets.
4702         
4703         * lily/ottava-engraver.cc (acknowledge_grob): hang the bracket on
4704         the note heads.
4705
4706         * Documentation/user/internals.itely (Engravers and performers):
4707         fix broken link.
4708
4709         * scm/music-functions.scm (make-mark-set): new function.
4710
4711         * lily/lookup.cc: remove Lookup::horizontal_slope (): it is
4712         functionally identical to beam.
4713
4714         * lily/mensural-ligature.cc (brew_flexa): replace horizontal_slope
4715         () with beam (). 
4716
4717         * Documentation/user/refman.itely (Rehearsal marks): document new
4718         functionality.
4719
4720         * input/regression/rehearsal-mark-number.ly: new file.
4721
4722         * input/regression/rehearsal-mark-letter.ly: new file.
4723
4724         * scm/translation-functions.scm (number->mark-string): new function
4725         (format-mark-letters): new function
4726         (format-mark-numbers): new function
4727
4728         * lily/mark-engraver.cc (process_music): rehearsalMark is now
4729         integer; formatting is done through markFormatter property.
4730         
4731         * scm/define-translator-properties.scm: fold all *-done properties
4732         into positioning-done.
4733
4734         * lily/beam.cc (position_beam): new function
4735         (brew_molecule): make sure that positions are calced before making
4736         the molecule.
4737
4738         * scm/output*.scm (beam):  take 4th argument for function.
4739
4740         * ps/music-drawing-routines.ps: take blot as 4th argument.
4741
4742         * lily/beam.cc (brew_molecule): fix beam offsets: overlap with the
4743         stem to avoid small dents.
4744         
4745 2004-01-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4746
4747         * VERSION: release 2.1.11
4748
4749         * input/regression/balloon.ly: new file.
4750
4751         * lily/balloon.cc (brew_molecule): new file: draw boxes around
4752         objects, and make help texts. 
4753
4754         * scm/new-markup.scm (parse-simple-duration): parse duration
4755         string to log & dots. (Thanks Nicolas!)
4756
4757         * scripts/convert-ly.py (FatalConversionError.sub_note): add \note
4758         rule.
4759
4760 2004-01-17  Heikki Junes   <hjunes@cc.hut.fi>
4761
4762         * buildscripts/lilypond.words.py: remove unused files (THANKS Werner
4763         Lemberg).
4764
4765         * THANKS: alphabetic order.
4766
4767 2004-01-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4768
4769         * input/regression/note-head-harmonic.ly: new file.
4770
4771         * Documentation/user/internals.itely (Technical manual): explain
4772         difference between music, translation, layout.
4773
4774         * mf/parmesan-heads.mf (overdone_heads): add 0harmonic head.
4775
4776         * scm/output-ascii-script.scm (bracket): rounding bfs.
4777
4778         * scripts/convert-ly.py (conv): add \include "paper" rule. 
4779
4780         * ly/paper*.ly: remove files. 
4781         
4782         * scm/paper.scm (set-staff-size): new function: set default
4783         staff-size.
4784
4785         * scripts/convert-ly.py (conv): add conversion rule.
4786
4787         * lily/music-output-def.cc (LY_DEFINE): ly_output_def_scope: new
4788         function.
4789
4790         * scm/paper.scm: new file.
4791         (set-staff-size): new function 
4792         (set-paper-size): new function
4793
4794         * lily/parser.yy (music_output_def_body): restructure definition,
4795         so first Scheme statement in \paper also happens in new scope. 
4796
4797         * lily/system.cc (post_processing): move uniquify_list () to
4798         dumping molecule stage.
4799
4800         * ly/engraver-init.ly: set barCheckSynchronize to #f. Warning:
4801         this will mess up scores that use barchecks to shorten measures.
4802
4803         * mf/feta-bolletjes.mf (overdone_heads): make note heads rounder
4804         at 20pt too.
4805
4806         * Documentation/user/tutorial.itely (Printing lyrics): document
4807         \lyricsto
4808
4809         * lily/my-lily-lexer.cc: \newaddlyrics -> \lyricsto
4810
4811         * Documentation/user/refman.itely (Fermatas): document \lyricsto
4812
4813         * lily/new-lyric-combine-music-iterator.cc (process): don't crash
4814         if Voice is not found.
4815
4816         * VERSION: release 2.1.10
4817         
4818         * input/{test,regression}/: remove old-relative 
4819
4820         * lily/lexer.ll: add empty markup signature. 
4821
4822         * scm/new-markup.scm (markup-functions-and-signatures): reinstate
4823         strut markup
4824
4825         * lily/parser.yy (markup): MARKUP_HEAD_EMPTY
4826
4827         * scm/define-translator-properties.scm: update melismata property
4828         doco.
4829
4830         * lily/system.cc (output_lines): revert uniquify_list() patch,
4831         strange side effects seen.
4832         
4833         * lily/line-spanner.cc (dashed_line_molecule): return nothing if
4834         dash-period < 0.
4835
4836         * scm/midi.scm (instrument-equalizer-alist): fix equalizer setting
4837         for flute. 
4838
4839 2004-01-15  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4840
4841         * input/regression/*.ly: use newaddlyrics iso. addlyrics
4842
4843         * input/regression/lyrics-multi-stanza.ly (texidoc): remove file.
4844
4845         * lily/lyric-extender.cc (brew_molecule): behave decently in case
4846         of line breaks.
4847         (brew_molecule): add padding to left, not right.
4848
4849         * lily/system.cc (uniquify_list): new function
4850         (output_lines): uniquify_list () on all-elements. This fixes
4851         double symbols in the output.
4852
4853         * lily/beam.cc (rest_collision_callback): don't move anything if
4854         staff-position is set.
4855
4856         * input/regression/rest-pitch.ly (texidoc): add rest under beam.
4857
4858         * lily/system.cc (typeset_grob): warn if adding twice.
4859
4860         * lily/sequential-iterator.cc (run_always): implement run_always().
4861         (also in other files.)
4862         
4863         * input/mutopia/F.Schubert/standchen.ly: use newaddlyrics. 
4864
4865         * lily/event.cc (to_relative_octave): add octave-check.
4866
4867         * Documentation/user/refman.itely (Line breaking): add noBreak.
4868
4869         * scm/new-markup.scm (normalsize-markup): add function.
4870         (sans-markup): new function.
4871
4872         * lily/beam-engraver.cc (valid_end_point): opps, beam-stop-events
4873         come earlier nowadays.  This fixes beams on grace notes.
4874         
4875         * scm/music-functions.scm (direction-polyphonic-grobs): new
4876         variable, share between override and revert. This fixes script
4877         directions in polyphonic sections. (backportme)
4878
4879 2004-01-14  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4880
4881         * lily/text-spanner.cc (brew_molecule): don't do shorten-pair for
4882         breakpoints.
4883
4884         * lily/break-align-interface.cc: add doco
4885
4886         * Documentation/user/refman.itely (Rehearsal marks): add index marks. 
4887
4888 2004-01-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4889
4890         * VERSION: release 2.1.9
4891
4892         * scm/document-markup.scm (markup-doc-node): add note about naming.
4893
4894         * scm/new-markup.scm (left-align-markup): bugfix. 
4895
4896         * Documentation/user/refman.itely (Ottava brackets): more doco for
4897         ottava.
4898
4899         * lily/side-position-interface.cc (out_of_staff): also do
4900         out_of_staff() correctly for d == DOWN.
4901
4902         * lily/text-spanner.cc (brew_molecule): only put vertical line and
4903         horizontal line if they move to the right.
4904         
4905         * scm/define-grobs.scm (all-grob-descriptions): set
4906         text-repeat-if-broken for ottava spanner
4907
4908         * lily/text-spanner.cc (brew_molecule): text-repeat-if-broken
4909         property.
4910
4911         * mf/feta18.mf: design size is 18 not 22.5
4912
4913         * lily/new-lyric-combine-music-iterator.cc (process): new file.
4914         Add a single LyricsVoice to a melody. Melismata may be set
4915         individually.
4916
4917         * input/regression/lyric-combine-new.ly: new file. Demo \newaddlyrics.
4918
4919         * lily/dot-column.cc: add stdio.h
4920
4921 2004-01-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4922
4923         * lily/item.cc: documentation for break-visibility (Thanks, John).
4924
4925 2004-01-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4926
4927         * lily/bar-line.cc (compound_barline): add bartype :  (dotted).
4928
4929         * lily/translator-def.cc: rename Translator_def to Context_def.
4930
4931         * Documentation/user/internals.itely (Lexical details): clarify
4932         string def.
4933
4934         * Documentation/user/refman.itely (Rhythmic music): add link to
4935         RhythmicStaff 
4936
4937 2004-01-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4938
4939         * lily/translator.cc: document start_translation_timestep()
4940
4941         * scm/output-tex.scm (tex-encoded-fontswitch): use
4942         round for rounding (inexact->exact yields rationals)
4943
4944         * lily/*.cc: remove superfluous start_translation_timestep() calls.
4945
4946         * lily/translator-group.cc (get_simple_trans_list): 
4947         new function; construct simple_trans_list_ lazily.
4948         
4949 2004-01-10  Jan Nieuwenhuizen  <janneke@gnu.org>
4950
4951         * lily/paper-outputter.cc (output_scope): Check if number before
4952         checking exact (guile cvs).
4953
4954         * scm/*: Escape backslashes in scheme strings (guile cvs).
4955
4956 2004-01-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4957
4958         * Documentation/user/refman.itely (Tablatures basic): annotate
4959         seealso sections.
4960
4961         * lily/*.cc: cleanup of engraver initialize() functions.
4962
4963         * lily/repeat-acknowledge-engraver.cc
4964         (start_translation_timestep): remove first_b_
4965
4966         * lily/tab-note-heads-engraver.cc: listen to string number events
4967         inside < > too. (backportme).
4968
4969         * Documentation/user/refman.itely (Text scripts): add fatText to
4970         index.
4971
4972 2004-01-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4973
4974         * VERSION: 2.1.8
4975
4976         * stepmake/bin/add-html-footer.py (built): add Wiki links to
4977         footer.
4978
4979         * lily/parser.yy (translator_mod): allow \with { \remove .. }
4980
4981         * lily/bar-check-iterator.cc (process): only warn if
4982         barCheckLastFail was changed.
4983
4984         * scm/define-translator-properties.scm (barCheckLastFail): add
4985         property.
4986
4987         * lily/main.cc (main_prog): print summary of failed files.
4988
4989         * lily/axis-group-engraver.cc: move all spanner creation to
4990         process_music (). Now staffs can be adjusted with \override too.
4991         (Jan, you are a brilliant programmer!)
4992         
4993         * lily/chord-tremolo-engraver.cc (try_music): fix spurious warning. 
4994
4995 2004-01-09  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4996
4997         * Documentation/user/tutorial.itely (Integrating text and music):
4998         Show the commands to produce a PDF as well.
4999
5000 2004-01-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5001
5002         * lily/translator-def.cc (get_translator_names): accept user
5003         tweaks too. 
5004
5005         * mf/feta-bolletjes.mf (overdone_heads): oops, slashes are twice
5006         as big as normal heads. 
5007
5008         * input/*ly: run convert-ly
5009         
5010         * lily/tuplet-bracket.cc (brew_molecule): call after_line_breaking
5011         () if dependencies are fluked.
5012
5013         * scm/document-translation.scm (engraver-doc-string): update on
5014         latest string/symbol conventions.
5015
5016         * lily/translator-ctors.cc: use Scheme_hash_table.
5017
5018         * lily/translator-def.cc (get_translator_names): new function
5019         (add_context_mod): new function
5020         (get_accepted): new function
5021
5022         * lily/parser.yy (context_mod): put all modifications of
5023         \translator { } in a single production, encode as SCM.
5024
5025         * lily/translator-def.cc (add_context_mod): rewrite Translator_def
5026         to use read-only lists, so additions to the definition can be
5027         prepended easily.  
5028
5029         * Documentation/user/invoking.itexi (Editor support): add node on
5030         editor support.
5031
5032         * Documentation/user/refman.itely (Bar check): add lyrics example
5033         of bar checks. 
5034
5035         * input/mutopia/F.Schubert/morgenlied.ly: add bar checks.
5036
5037         * scripts/convert-ly.py (conv): add conversion rule.
5038
5039         * lily/parser.yy: use \change iso. \translator for staff switch.
5040
5041         * lily/my-lily-lexer.cc: add \change.
5042
5043         * scm/define-translator-properties.scm
5044         (default-melisma-properties): add definition.
5045
5046 2004-01-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5047
5048         * Documentation/user/refman.itely (Bar lines): clarification of
5049         systemStartDelimiter. 
5050
5051         * input/test/slur-shape.ly (x): remove file.
5052
5053         * lily/translator-group.cc (apply_property_operations): new function.
5054
5055 2004-01-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5056
5057         * lily/parser.yy (optional_prop_ops): allow \with {
5058         PROPERTYSETTINGS } following \context or \new.
5059
5060         * lily/my-lily-lexer.cc: add \with.
5061
5062         * lily/parser.yy (property_operation): clean up definition of
5063         property operations.
5064         (property_op_to_music): new function.
5065         (context_spec_music): new function
5066
5067         * VERSION: 2.1.7 released.
5068         
5069         * input/regression/collision-merge-dots.ly: new file.
5070
5071         * lily/note-collision.cc (check_meshing_chords): if merging heads,
5072         then kill the dots too. 
5073
5074         * lily/separating-line-group-engraver.cc (acknowledge_grob):
5075         set/unset breakableSeparationItem
5076
5077         * lily/separation-item.cc (relative_width): add function.
5078
5079         * scm/define-grob-interfaces.scm (only-prebreak-interface): add
5080         only-prebreak-interface
5081
5082         * lily/system.cc (output_lines): only junk only-prebreak-interface
5083         grobs.
5084
5085         * lily/multi-measure-rest-engraver.cc (stop_translation_timestep):
5086         read breakableSeparationItem
5087
5088         * input/regression/multi-measure-rest-multi-staff-center.ly: new file.
5089
5090         * lily/system.cc (output_lines): don't suicide Spacing_items. 
5091
5092         * lily/dot-column.cc (dot_config_badness): new function:
5093         select the best scoring dot configuration: dots should go close to
5094         the note heads, but be shifted up or down according to conventions.
5095         (print_dot_configuration): idem.
5096         (shift_one): idem
5097         (remove_collision): idem.
5098
5099         * input/regression/dots.ly: add more test cases.
5100
5101 2004-01-06  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5102
5103         * lily/include/scm-hash.hh (class Scheme_hash_table): idem.
5104
5105         * flower/include/interval.hh: rename elem_b to contains 
5106
5107         * lily/tie.cc: change 'heads to 'head-pair.
5108
5109         * lily/lyric-phrasing-engraver.cc (process_acknowledged_grobs):
5110         fill in 'heads field.
5111
5112         * lily/lyric-extender.cc (brew_molecule): use heads for width, use
5113         minimum-length for short ones, and shorten so collisions with the
5114         next syllable are avoided.
5115
5116         * lily/beam-quanting.cc (score_slopes_dy): add extra points for
5117         near-zero slopes.
5118         Only do DAMPING_DIRECTION_PENALTY for non-horizontal dy 
5119
5120         * lily/dots.cc: remove quantized_position callback. All Y
5121         positioning is done by dot-column.cc
5122
5123         * lily/dot-column.cc (do_shifts): rewrite shifting routine: do
5124         exhaustive test of all dot positions. This fixes disappearing dots
5125         in dotted chords.
5126
5127 2004-01-05  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5128
5129         * mf/feta-klef.mf (test_staff): fatten up G clef
5130         (test_staff): fatten up f clef.
5131         
5132
5133 2004-01-05  Jan Nieuwenhuizen  <janneke@gnu.org>
5134
5135         * input/mutopia/E.Satie/petite-ouverture-a-danser.ly: 
5136         * input/les-nereides.ly: Use latin1 characters for title, like
5137         Morgenlied.
5138
5139 2004-01-05  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5140
5141         * scm/font.scm (paper20-font-vector): add bold-narrow series (only
5142         cmb10).
5143
5144         * lily/lyric-extender.cc (brew_molecule): add little space before
5145         extender line.
5146
5147         * lily/beam-quanting.cc (score_forbidden_quants): check if
5148         outer stafflines fall in any beam gaps.
5149
5150         * scm/define-grobs.scm (all-grob-descriptions): use bold-narrow
5151         for lyric texts.
5152
5153 2004-01-04  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5154
5155         * VERSION: 2.1.6 released.
5156
5157         * lily/beam-quanting.cc (quanting): add inspect-quants property:
5158         this shows the demerits of a user-defined beam position pair.
5159
5160         * scm/define-grobs.scm (all-grob-descriptions): set
5161         beamed-extreme-minimum-free-lengths to a different value.
5162
5163         * lily/scm-option.cc: add debug-beam scm-option
5164
5165         * mf/feta-bolletjes.mf (overdone_heads): fix stem attachments.
5166
5167 2004-01-03  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5168
5169         * lily/beam.cc (brew_molecule): rewrite debug output: split up scores.
5170
5171         * scm/define-grobs.scm (all-grob-descriptions): use semi-fixed
5172         space after barline.
5173
5174         * mf/feta-eindelijk.mf (tracingvariables): make top of 8th rest fatter.
5175
5176         * lily/spacing-spanner.cc (breakable_column_spacing): take average
5177         of spacing wishes, not maximum. Only do this for delta-t == 0. In
5178         the other case, take standard column-breakable spacing. Do not
5179         warn about "no spacing wishes".
5180
5181         This fixes wide spaces after barlines in very loose lines.
5182
5183         * lily/multi-measure-rest.cc (big_rest): bugfix for blots.
5184
5185 2004-01-02  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5186
5187         * lily/stanza-number-engraver.cc (acknowledge_grob): bugfix:
5188         acknowledge_grob lyric-syllable, not lyric-text.
5189
5190         * lily/hyphen-spanner.cc (brew_molecule): rewrite. Make multiple
5191         dashes of length #'length separated by #'dash-period. 
5192
5193         * lily/lyric-extender.cc (brew_molecule): idem
5194
5195         * lily/multi-measure-rest.cc (big_rest): idem
5196
5197         * lily/system-start-delimiter.cc (simple_bar): idem
5198
5199         * lily/bar-line.cc (simple_barline): use rounded box
5200
5201         * VERSION: release 2.1.5
5202
5203         * Documentation/user/lilypond-book.itely (Integrating LaTeX and
5204         music): move note about dvips to more visible place.
5205
5206         * lily/lyric-phrasing-engraver.cc: move from
5207         new-phrasing-engraver.cc, remove old cruft (syllable-group,
5208         lyric-phrasing-engraver.hh)
5209         
5210         * lyric-align.ly: remove file
5211         
5212         * scripts/convert-ly.py (FatalConversionError.func): add removal
5213         rule for automaticMelismata
5214
5215         * ly/engraver-init.ly (ScoreContext): switch on
5216         New_phrasing_engraver by default.
5217
5218         * lily/slur-engraver.cc (class Slur_engraver):
5219         process_acknowledged_grobs -> process_music.
5220         (try_music): signal melismata correctly.
5221
5222         * lily/lyric-extender.cc (brew_molecule): cleanup. Junk
5223         word-space, right-trim-amount, and extend past right bound only
5224         for note heads.
5225
5226         * lily/new-phrasing-engraver.cc (acknowledge_grob): add
5227         lyric-extender support: add note-heads to the extender
5228         automatically.
5229
5230         * lily/parser.yy: extender is now post_event. 
5231
5232         * lily/accidental-engraver.cc (number_accidentals): remove
5233         spurious warning about non-parent contexts.
5234
5235         * lily/music-output-def.cc (assign_translator): \translator { }
5236         for a Foo context implicitly redefines \FooContext.
5237
5238         * input/mutopia/F.Schubert/morgenlied.ly (pianoLH): many layout
5239         fixes.
5240
5241         * lily/slur.cc (brew_molecule): don't use stafflinethickness
5242         doubly in slur weight. 
5243
5244         * input/regression/prefatory-spacing-matter.ly (TODO): add clef :|
5245         combination.
5246
5247         * scm/define-grobs.scm (all-grob-descriptions): change clef -
5248         staffbar distance.
5249
5250         * scripts/lilypond.py (global_latex_preamble): crank down size of
5251         the margins. Now there is a 12 mm top and bottom margin, which
5252         should correspond with the printable area of modern printers.
5253
5254         This enlarges the music height of the printable page a little.
5255
5256         * mf/feta-accordion.mf (accreg_pen): remove circled-R, BB and SB
5257         signs. Use \markup instead.
5258         (accreg_pen): tweak for accordeon asterisk.
5259
5260 2003-12-31  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5261
5262         * lily/melisma-engraver.cc (try_music): use melisma_busy()
5263
5264         * lily/lyric-engraver.cc (process_music): remove alignment kludge 
5265
5266         * lily/lyric-combine-music-iterator.cc (melisma_busy): new function.
5267
5268         * lily/stanza-number-engraver.cc (acknowledge_grob): rewrite
5269
5270         * scm/define-grobs.scm (all-grob-descriptions): change
5271         StanzaNumber description: make side support, i.s.o. breakable.
5272         use Instrument_name_engraver for texts in the margin.
5273
5274         * scm/define-translator-properties.scm: remove
5275         melismaEngraverBusy, stz property.
5276
5277         * *.cc: naming: change empty_b () into is_empty ()
5278
5279         * lily/self-aligment-interface.cc (aligned_on_parent): new function.
5280
5281         * input/regression/lyric-phrasing-new.ly: new file.
5282
5283         * lily/new-phrasing-engraver.cc (process_acknowledged_grobs): new
5284         engraver, redo lyric phrasing, but cleaner and simpler.  Lyrics on
5285         melismata are now left-aligned.
5286
5287 2003-12-30  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5288
5289         * input/mutopia/F.Schubert/GNUmakefile: add morgenlied.ly
5290
5291         * mf/feta19.mf: remove.
5292         
5293         * mf/feta-klef.mf (test_staff): more tweaks
5294
5295         * mf/feta-toevallig.mf: more small size tweaks.
5296
5297         * mf/feta-eindelijk.mf (lower_brush): adjust quarter and shorter
5298         rests for smaller sizes.
5299
5300         * mf/feta-bolletjes.mf: fix cross heads.
5301
5302         * VERSION: release 2.1.4
5303         
5304         * scripts/convert-ly.py (FatalConversionError.func): add rule for
5305         deprecated #'ancient font family
5306
5307         * lily/mark-engraver.cc (process_music): only set rehearsalMark if
5308         it is a string or number.
5309
5310         * scm/output-lib.scm (note-head-style->attachment-coordinates):
5311         change calling convention of stem-attachment function. 
5312
5313         * buildscripts/mf-to-table.py: read and dump WX/WY fields
5314
5315         * mf/feta-autometric.mf: dump WX/WY fields too
5316         
5317         * mf/parmesan-heads.mf: idem.
5318
5319         * mf/feta-bolletjes.mf (slash_slope): set WX/WY fields for
5320         attachment coordinates.
5321
5322         * lily/note-head.cc (stem_attachment_coordinate): read stem
5323         attachment from the notehead glyphs WX/WY fields.
5324
5325         * lily/include/font-metric.hh (struct Font_metric): add methods
5326         get_indexed_wxwy (), make a distinction between looking up by
5327         index and ASCII  
5328
5329         * mf/feta-bolletjes.mf: rewrite note head MF code.
5330         (test_outlines): make heads more rotund for smaller sizes. 
5331
5332 2003-12-29  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5333
5334         * mf/feta-params.mf (stafflines): fix stafflinethickness at 0.5 pt
5335         throughout. Font scaling fixes throughout.
5336
5337         * mf/feta-sleur,slur.mf: remove. 
5338
5339         * mf/feta-slag.mf: rewrite.
5340
5341 2003-12-24  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5342
5343         * VERSION: release 2.1.3
5344
5345         * stepmake/stepmake/toplevel-targets.make: remove pfa targets
5346
5347         * make/lilypond.redhat.spec.in (Group): remove MAKE_PFA_FILES
5348
5349         * lily/mark-engraver.cc (process_music): fix mark
5350         \default. (backportme)
5351
5352         * stepmake/stepmake/automatically-generated.sub.make (default):
5353         use -n for head/tail commands. 
5354
5355         * lily/tie-engraver.cc (acknowledge_grob): make ties only for note
5356         heads with the same pitch.
5357
5358 2003-12-20  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5359
5360         * lily/recording-group-engraver.cc (finalize): set protected_scm
5361         member to '() before finalizing.
5362
5363         * lily/translator-group.cc (finalize): remove removal_processing () 
5364
5365         * lily/recording-group-engraver.cc: new engraver: record
5366         synchronized start & end times for each music object.
5367
5368         * lily/parser.yy (toplevel_expression): execute score rendering
5369         during parsing. Cleanup output-filename handling; this is no
5370         longer done with global variables.
5371         (translator_spec_body): allow \type modification too.
5372
5373         * lily/score.cc:  ly:run-translator: new function
5374         (LY_DEFINE): ly:render-output new function.
5375
5376         Separate interpreting and rendering, and make available as
5377         functions at Scheme level.
5378
5379 2003-12-17  Jan Nieuwenhuizen  <janneke@gnu.org>
5380
5381         * scm/to-xml.scm (<xml-node>): New class to build xml-doc.
5382         (musicxml-node->string):
5383         (xml-node->string):
5384         (music-to-musicxml): New function.
5385
5386 2003-12-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5387
5388         * VERSION: 2.1.2 released
5389
5390         * lily/include/lily-guile.hh (SCM_VECTOR_REF): compat glue
5391
5392         * scm/font.scm (paper20-font-vector): discouple font design sizes
5393         from sizes specified in .ly file: store all design sizes of a font
5394         in a single vector.
5395
5396         * lily/font-select.cc (get_font_by_design_size): new function
5397
5398         * mf/feta*,parmesan*: use 2^{1/6} as scaling factor for fonts.
5399         add parmesan,feta in sizes 14 and 18.
5400         
5401         * mf/feta-toevallig.mf: use blot diameter for double sharp.
5402
5403         * lily/font-size-engraver.cc (acknowledge_grob): change definition
5404         of fontSize: this now sets font-size
5405
5406 2003-12-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5407
5408         * VERSION: 2.1.1 released
5409         
5410         * Documentation/user/refman.itely (Tuning objects): add note about
5411         concurrent tweaks in different contexts. 
5412
5413         * lily/tie-engraver.cc (acknowledge_grob): use
5414         Staff_symbol_referencer::get_position iso. reading staff-position
5415         directly.
5416
5417         * lily/piano-pedal-engraver.cc (create_bracket_grobs): don't take
5418         currentMusicalColumn as left span-point for bracket. The bracket
5419         is too long when there are accidentals.
5420
5421 2003-12-03  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5422
5423         * buildscripts/lilypond-profile.sh,
5424         buildscripts/lilypond-login.sh: Only set $TEXMF if necessary.
5425         Thanks to Reuben Thomas <rrt@mupsych.org>
5426
5427 2003-12-03  Heikki Junes  <hjunes@cc.hut.fi>
5428
5429         * ly/italiano.ly: additions for semi-sharps and semi-flats by Eric
5430         Wurbel <wurbel@univ-tln.fr>.
5431
5432 2003-11-17  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5433
5434         * scripts/midi2ly.py: Add space after chords.
5435
5436 2003-11-07  Heikki Junes  <hjunes@cc.hut.fi>
5437
5438         * input/regression/{many}: add few @code{ ... }.
5439
5440 2003-11-05  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5441
5442         * mf/GNUmakefile (SAUTER_FONTS): Added cmss14, 
5443         cmbxti6, cmcsc8, cmss14, cmtt5 and cmtt7.
5444         Removed cmbx5, cmbx6 (which are included in teTeX)
5445         and cmbxti14 which is not used in fonts.scm.
5446
5447 2003-11-04  Heikki Junes  <hjunes@cc.hut.fi>
5448
5449         * lily/midi-item.cc: fine tune quarter tones.
5450
5451 2003-11-03  Heikki Junes  <hjunes@cc.hut.fi>
5452
5453         * lily/midi-item.cc lily/include/midi-item.hh (get_fine_tuning):
5454         new function, warn how many cents are missing in fine tuning.
5455
5456 2003-11-01  Heikki Junes  <hjunes@cc.hut.fi>
5457
5458         * input/bugs/rhytmicstaff-tie.ly: add file.
5459
5460         * THANKS: Create skeleton for 2.1.
5461
5462 2003-10-31  Heikki Junes  <hjunes@cc.hut.fi>
5463
5464         * input/test/bar-lines.ly (TODO): dashed "|".
5465
5466 2003-10-30  Heikki Junes  <hjunes@cc.hut.fi>
5467
5468         * Documentation/user/refman.itely, input/regression/tie-accidental.ly,
5469         input/regression/tie-chord.ly: Fix spell for tying.
5470
5471         * input/test/ly2dvi-testpage.ly: removed (renamed, see below).
5472
5473         * input/test/lilypond-testpage.ly, Documentation/user/invoking.itexi:
5474         new file (renamed, see above).
5475
5476         * Documentation/user/lilypond-book.itely
5477         * buildscripts/lilypond-login.sh elisp/lilypond-mode.el
5478         * input/example-1.ly input/example-2.ly input/example-3.ly
5479         * input/les-nereides.ly input/test/fill-a4.ly input/test/spacing-2.ly
5480         * input/test/title.ly po/cs.po po/da.po po/de.po po/es.po po/fi.po
5481         * po/fr.po po/it.po po/ja.po po/lilypond.pot po/nl.po po/ru.po
5482         * po/sv.po scm/output-pdftex.scm scm/output-tex.scm
5483         * scripts/lilypond-book.py scripts/lilypond.py
5484         * stepmake/bin/package-zip32.sh tex/lilyponddefs.tex tex/titledefs.tex
5485         * vimrc: replace ly2dvi with lilypond and remove silly comments.
5486
5487         * Documentation/user/lilypond.tely: update version.
5488
5489         * Documentation/user/{appendices,introduction,refman,tutorial}.itely:
5490         Remove extra spaces in each @node, fixes spaces.
5491
5492 2003-10-29  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5493
5494         * scripts/lilypond-book.py (output_dict): Add definition of
5495         \lilypondbook also for LaTeX output. Solves several bug reports.
5496
5497 2003-10-29  Heikki Junes  <hjunes@cc.hut.fi>
5498
5499         * input/test/follow-thread.ly, input/test/polymetric.ly: Fix typos.
5500
5501 2003-10-24  Heikki Junes  <hjunes@cc.hut.fi>
5502
5503         * input/test/transposition.ly: Fix key signatures, given in comments.
5504
5505 2003-10-23  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5506
5507         * scm/midi.scm (instrument-names-alist),
5508         Documentation/user/appendices.itely: Correct spelling of shakuhachi
5509
5510 2003-10-14  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5511
5512         * input/test/temporary-stave.ly (texidoc): New example based on an
5513         email question from Ralph Little.
5514
5515 2003-10-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5516
5517         * VERSION: release 2.1.0
5518         
5519         * lily/note-performer.cc (try_music): accept busy-playing-event.
5520
5521         * lily/swallow-perf.cc (try_music): return false for
5522         busy-playing-event and melisma-playing-event.
5523
5524 2003-10-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5525
5526         * scripts/etf2ly.py: Patch by Arvid Grotting for minor keys and <<
5527         >> in \score.
5528
5529 2003-10-05  Jan Nieuwenhuizen  <janneke@gnu.org>
5530
5531         * scripts/convert-ly.py (sub_chords): Bugfix: convert to -[, so
5532         that articulation_substitute will not move beam start again.
5533         (articulation_substitute): Bugfix: remove stray space so that new
5534         old chords ending '>>' does not get broken up.
5535         (sub_chord): Use TAB for indentation (not spaces).
5536         
5537         * elisp/lilypond-font-lock.el (LilyPond-mode-set-syntax-table):
5538         Bugfix for startup: Use ?^ instead of ?\^.
5539
5540 2003-10-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5541
5542         * lily/lyric-combine-music-iterator.cc
5543         (Lyric_combine_music_iterator): change init order, to prevent GC
5544         segfaults.
5545
5546         * lily/context-specced-music-iterator.cc (construct_children): 
5547         only change  translator if found. This fixes a core dump problem.
5548
5549 2003-09-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5550
5551         * scm/slur.scm (default-slur-extremity-rules): use equal? for
5552         comparison.
5553
5554         * mf/feta-bolletjes.mf: make hole in half note little
5555         smaller for stem attachment.
5556
5557         * lily/stem.cc (brew_molecule): tweaks for new flag layout.
5558
5559         * mf/feta-banier.mf: don't draw stem with flag, just small square
5560         attachment.
5561
5562         * mf/feta-bolletjes.mf (slash_slope): remove ledger ending 
5563
5564         * mf/feta-banier.mf: remove upstem/downstem characters.
5565
5566         * mf/feta-params.mf (stafflines): stems are 1.3 SLT. 
5567
5568         * ly/params-init.ly (blotdiameter): set blotdiameter to 2/3 of
5569         stafflinethickness (in the default)
5570
5571         * lily/stem.cc (brew_molecule): use round_filled_box for stem.
5572
5573         * lily/lily-guile.cc (parse_symbol_list): strip spaces at the end.
5574
5575         * Documentation/topdocs/INSTALL.texi (Top): reorder.
5576
5577         * scripts/convert-ly.py (conv): add up-to-staff conversion rule.
5578
5579         * lily/include/directional-element-interface.hh:
5580         junk class, make {get,set}_grob_direction functions.
5581
5582         * lily/slur.cc (get_attachment): do something sensible when
5583         attaching to stem without heads (eg. a rest).
5584
5585         * lily/stem.cc: remove #'up-to-staff ; use #'stem-end-position for
5586         forcing up to staff.  remove #'support-head property
5587         (brew_molecule): small cleanup.
5588         (flag): remove #'grace property.
5589
5590 2003-09-29  Jan Nieuwenhuizen  <janneke@gnu.org>
5591
5592         * cygwin/postinstall-lilypond.sh: 
5593         * cygwin/postremove-lilypond.sh: Bugfix for fonts remove command
5594         (Volker Zell).
5595
5596 2003-09-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5597
5598         * scripts/lilypond-book.py: resurrect 'eps' option. 
5599         (TexiPaper.to_eps): use -Ppdf for EPS files.
5600
5601         * VERSION (PATCH_LEVEL): branch off 2.0, go to 2.1 in HEAD
5602
5603         * scripts/lilypond.py (run_dvips): use -Ppdf for preview.
5604
5605         * VERSION: release 2.0.1
5606
5607         * lily/bezier.cc (get_other_coordinate): change assert into
5608         warning.
5609
5610         * lily/note-head.cc (internal_brew_molecule): make left protusion
5611         smaller, to accomodate for natural sign.
5612         (internal_brew_molecule): only do this when the accidental is
5613         close enough.
5614         (extent): new function
5615
5616         * lily/skyline.cc (merge_skyline): new function
5617         (heighten_skyline): new function
5618
5619         * lily/accidental-placement.cc (position_accidentals) 
5620         (position_accidentals): fix todo.
5621
5622 2003-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5623
5624         * input/test/+.ly (texidoc): put version number inline.
5625
5626         * GNUmakefile.in: remove rsync-web target.
5627         
5628         * input/regression/bar-scripts.ly (onestaff): raggedright
5629
5630 2003-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5631
5632         * lily/*.cc: remove #if 0'd code in couple of places.
5633
5634         * lily/midi-stream.cc (operator <<): rewrite.
5635
5636         * lily/note-head.cc (internal_brew_molecule): 
5637         only make ledgers when the Staff symbol has lines.
5638
5639         * ly/property-init.ly (arpeggioBracket): simplify
5640
5641         * lily/translator-group.cc (execute_pushpop_property): use
5642         SCM_EQ_P for comparing keys. This fixes reverting
5643         auto-beam-settings.
5644
5645 2003-09-28  Jan Nieuwenhuizen  <janneke@gnu.org>
5646 *
5647         * lily/midi-stream.cc (operator <<): Also write MIDI string when
5648         midi_debug_global_b.
5649         (operator <<): Normalise loop.
5650
5651 2003-09-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5652
5653         * scripts/lilypond.py (escape_path): revise.
5654
5655         * scm/music-functions.scm (set-output-property): new function.
5656         
5657 2003-09-27  Jan Nieuwenhuizen  <janneke@gnu.org>
5658
5659         * cygwin/mknetrel: Next try in building doc on Cygwin natively;
5660         use addmakeflags again.
5661
5662         * cygwin/lily-wins.py (escape_shell): New function; use it.
5663
5664         * scripts/lilypond.py (escape_shell): Escape quotes and other
5665         spaces too.  Do not escape escaping backslashes.
5666
5667         * make/srcdir.make.in (web-install): Must call install-WWW now.
5668
5669         * mf/GNUmakefile: resolve conflict: %list.ly is a target, not a
5670         dependency
5671
5672 2003-09-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5673
5674         * scripts/lilypond.py (escape_path): escape quotes too. 
5675
5676         * Documentation/user/lilypond.tely (Unified index): rename Index
5677         to accomodate Windows breakage.
5678
5679         * make/lilypond.redhat.spec.in (Group): remove out=www for web-install 
5680
5681         * mf/GNUmakefile ($(outdir)/%.afm  $(outdir)/%.enc
5682         $(outdir)/%.tex $(outdir)/%.dep $(outdir)/%list.ly): list.ly is a
5683         target not a source.
5684
5685 2003-09-27  Jan Nieuwenhuizen  <janneke@gnu.org>
5686
5687         * cygwin/mknetrel: Use EXTRABUILDARGS, EXTRAINSTALLARGS instead of
5688         addmakeflags.  Build and install doc and web also when building on
5689         Cygwin.
5690
5691         * mf/GNUmakefile: Bugfix.
5692
5693         * GNUmakefile.in (web-install): Bugfix: set out prefix Similar to
5694         target web.
5695
5696         * cygwin/lily-wins.py: Quote filename.
5697
5698 2003-09-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5699
5700         * mf/GNUmakefile ($(outdir)/$(redhat-package)): use passive ftp.
5701
5702 2003-09-25  Jan Nieuwenhuizen  <janneke@gnu.org>
5703
5704         * cygwin/bug-lilypond-cygwin.sh: Add tests for registry
5705         settings.
5706
5707         * configure.in: Require g++ > 3.0.4.
5708
5709         * mf/GNUmakefile: Bugfix: Add list.ly target.
5710         
5711         * Documentation/user/GNUmakefile: Bugfix: list.ly target.
5712
5713         * stepmake/stepmake/omf-targets.make (omf-local-install): Buxfix:
5714         make omf directory, add uninstall targets.
5715
5716 2003-09-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5717
5718         * lily/tie-performer.cc (initialize): init prev_event
5719
5720         * make/lilypond.redhat.spec.in: move site-start back to /usr/share.
5721
5722         * lily/script-engraver.cc (make_script_from_event): don't crash on
5723         non-string articulation-type.
5724
5725         * lily/new-fingering-engraver.cc (add_script): don't crash on
5726         0 scripts 
5727         (acknowledge_grob): warn about text script events.
5728
5729 2003-09-24  Heikki Junes  <hjunes@cc.hut.fi>
5730
5731         * buildscript/lilypond.words: fix path for drums.scm.
5732
5733 2003-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5734
5735         * lily/spacing-spanner.cc (note_spacing): don't make longer
5736         durations than measure-length.
5737
5738         * VERSION: release 2.0.0
5739
5740         * GNUmakefile.in (rsync-web): version independent rsync target.
5741
5742         * input/test/+.ly (texidoc): idem.
5743
5744         * input/regression/+.ly: print version number.
5745
5746         * input/regression/accidentals.ly (mel): shorten.
5747
5748         * input/regression/accidental-octave.ly (texidoc): shorten.
5749
5750         * input/regression/hairpin-dashed.ly (texidoc): docstring.
5751
5752         * input/regression/completion-heads-polyphony.ly: octave
5753
5754         * input/regression/beam-manual.ly: remove
5755
5756         * input/regression/beam-chord.ly: remove
5757
5758         * input/regression/grace-dynamic.ly: remove
5759         
5760         * input/regression/grace-volta-repeat.ly: octave fixes.
5761
5762         * input/regression/hairpin-dashed.ly (texidoc): doc string.
5763
5764         * lily/parser.yy (step_number): semitones for chord entry too.
5765         (make_chord_step): more robust code, semitones. 
5766
5767         * input/regression/breathing-sign-ancient.ly (texidoc): new file.
5768
5769         * input/regression/breathing-sign.ly (texidoc): split ancient and
5770         normal breathing signs.
5771
5772         * scm/define-grobs.scm (all-grob-descriptions): swap
5773         beamed-extreme-minimum-free-lengths and
5774         beamed-minimum-free-lengths; the 'extreme' case should allow
5775         shorter stems. This fixes forced directions on beamed 32nd and
5776         shorter notes.
5777
5778         * ly/engraver-init.ly (ScoreContext): keyAccidentalOrder is in
5779         quartertones, not semitones.
5780         (NoteNamesContext): swallow more event types
5781
5782         * Documentation/topdocs/NEWS.texi (Top): insert close brace.
5783
5784         * VERSION (PACKAGE_NAME): release 1.9.10
5785
5786 2003-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5787
5788         * lily/rhythmic-column-engraver.cc (process_acknowledged_grobs):
5789         set note head as cause of note-column.  This gives a better error
5790         message.
5791
5792 2003-09-23  Jan Nieuwenhuizen  <janneke@gnu.org>
5793
5794         * Documentation/topdocs/INSTALL.texi: Update emacs mode.
5795
5796 2003-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5797
5798         * mf/GNUmakefile (pfa_warning): instruct 
5799
5800         * stepmake/aclocal.m4: typo.
5801
5802         * Documentation/user/cheatsheet.itely: more verbose examples.
5803
5804         * input/regression/clefs.ly: remove bogus docstring.
5805
5806 2003-09-23  Jan Nieuwenhuizen  <janneke@gnu.org>
5807
5808         * GNUmakefile.in (SUBDIRS): Add elisp.
5809
5810         * elisp/lilypond-mode.el: 
5811         * elisp/lilypond-init.el: 
5812         * elisp/lilypond-indent.el: 
5813         * elisp/lilypond-font-lock.el: Move from top dir.
5814
5815         * stepmake/stepmake/elisp-vars.make: New file.
5816
5817         * config.make.in (elispdir): Add.
5818
5819         * Documentation/topdocs/INSTALL.texi: Typo.
5820
5821         * make/ly-rules.make: Test for files instead of touching void and
5822         ignoring errors.
5823
5824         * GNUmakefile.in:
5825         * make/lilypond.redhat.spec.in:
5826         * debian/rules: Fix lilypond.words stuff a bit.  For running from
5827         <builddir>, adding
5828         
5829              (push "<builddir>/share/lilypond/elisp" load-path)
5830
5831         to your ~/.emacs.el should give you LilyPond-mode again.
5832
5833         * scripts/lilypond-book.py (re_dict): Only fix texinfo @mbinclude
5834         regexp for DOS/Windows, we are too paranoid to fix others.
5835
5836 2003-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5837
5838         * scm/chord-name.scm (natural-chord-alteration): no quarter tones.
5839
5840         * input/test/chord-names-jazz.ly (banterProperties): fix
5841
5842         * lily/parser.yy (bass_mod): bass figure alterations are semi
5843         tones, not quarter tones
5844
5845         * lily/beam.cc (set_stem_lengths): only lengthen stems
5846         for gapped beams.
5847
5848         * lily/beam-quanting.cc (score_forbidden_quants): divide demerit
5849         by beamcount.
5850
5851         * buildscripts/lilypond-profile.sh (Error): more zsh stuff: print
5852         a warning that the warning may erroneous.
5853
5854         * Documentation/topdocs/INSTALL.texi (Top): add note about get-pfa
5855         target.
5856
5857         * mf/GNUmakefile: add get-pfa, get-debian-pfa, get-rpm-pfa
5858         targets.
5859
5860         * GNUmakefile.in ($(config_h)): config.h should depend on
5861         config.hh.in .
5862         (lilypond.words): remove fontball stuff.
5863
5864         * stepmake/aclocal.m4: only print config.cache warning if it exists.
5865
5866         * configure.in: remove pktrace reference.
5867
5868         * GNUmakefile.in (rsync-web): permissions and ownership for
5869         website.
5870
5871         * lily/volta-engraver.cc (staff_eligible): new function.
5872         (stop_translation_timestep): kill off spanners if not eligible.
5873
5874         * VERSION (PATCH_LEVEL): release 1.9.9
5875
5876         * input/regression/beam-quanting-32nd.ly (texidoc): new file
5877
5878         * lily/beam-quanting.cc: tune down SECONDARY_BEAM_DEMERIT, so stem
5879         length is more important than forbidden quants.
5880         
5881 2003-09-23  Heikki Junes  <hjunes@cc.hut.fi>
5882
5883         * buildscripts/lilypond.words: order words in search order,
5884         add lilypond.words.vim to be generated.
5885
5886         * lilypond.vim: use lilypond.words.vim for keyword matching.
5887
5888         * lilypond-mode.el: use search order. fix word selection rules.
5889
5890         * lilypond-font-lock.el: fix fontifying long durations.
5891
5892         * Documentation/topdocs/INSTALL.texi: doc lilypond.words.vim.
5893
5894 2003-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
5895
5896         * cygwin/mknetrel: Remove PYTHONPATH and manpage workarounds.
5897
5898         * stepmake/stepmake/generic-targets.make:
5899         * stepmake/stepmake/bin/make-version.py: 
5900         * stepmake/aclocal.m4:
5901         * make/stepmake.make:
5902         * make/toplevel-version.make: Build fixes: remove last traces of
5903           VERSION/PACKAGE_NAME/LILYPONDPREFIX experiment.
5904
5905         * lily/beam.cc: Add gap-count property.
5906
5907 2003-09-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5908
5909         * scm/define-grob-properties.scm (gap-count): add gap-count
5910
5911         * make/lilypond-vars.make: add /lilypond to LILYPONDPREFIX
5912
5913 2003-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
5914
5915         * cygwin/mknetrel.doc: Typo.
5916
5917         * buildscripts/make-font-dir.py (Font_info): Build fix: add 'ss'
5918
5919         * make/lilypond-vars.make (PYTHONPATH): srcdir build fix.
5920
5921 2003-09-22  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5922
5923         * scripts/lilypond.py: add support for 'legal' and 'tabloid' paper
5924         sizes. Remove support for 'ledger'(=tabloid+landscape).
5925
5926 2003-09-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5927
5928         * mf/GNUmakefile ($(outdir)/%.pfa): break apart one-big-rule for
5929         sauter PFAs.
5930
5931         * configure.in: remove VERSION stuff once again.
5932
5933         * scm/font.scm (paper20-style-sheet-alist): add cmss entries.
5934
5935         * scm/define-grobs.scm (all-grob-descriptions): use sans family
5936         for chord names.
5937
5938         * mf/GNUmakefile: always trace pfa fonts.
5939         (SAUTER_FONTS): add cmss[567] too fonts
5940
5941         * configure.in: require mftrace. 
5942
5943         * lily/staff-performer.cc (new_instrument_string): don't look at
5944         instrument property.
5945
5946         * lily/lily-guile.cc: renaming, ly_dir_p is the Scheme function,
5947         is_direction is the C++ one. Similar for ly_axis_p and
5948         ly_number_pair_p
5949
5950 2003-09-21  Jan Nieuwenhuizen  <janneke@gnu.org>
5951
5952         * lily/beam.cc (brew_molecule): read gap-count to determine
5953         number of tremolo (gapped) beams.
5954
5955         * lily/chord-tremolo-engraver.cc (acknowledge_grob): repeats
5956         shorter than 1/8
5957
5958         * flower/include/array.hh (default_compare): new function
5959
5960         * cygwin/mknetrel: Native fixes.
5961
5962         * cygwin/GNUmakefile (EXTRA_DIST_FILES): Add mknetrel.*
5963
5964 2003-09-20  Jan Nieuwenhuizen  <janneke@gnu.org>
5965
5966         * Documentation/topdocs/NEWS.texi: Add note about .ly double click
5967         feature for Windows.
5968
5969         * stepmake/stepmake/generic-vars.make: Cygwin fix from stable.
5970
5971         * cygwin/mknetrel: Updates for native use on Cygwin.
5972
5973         * lily/parser.yy: Compile fix: add stdio.h for snprintf.
5974
5975         * stepmake/stepmake/help2man-rules.make: 
5976         * cygwin/mknetrel: Bugfix for manpages.
5977
5978         * GNUmakefile.in (SUBDIRS): Use plain srcdir stepmake instead of
5979         $(builddir).  Stepmake is a normal subdirectory now, that is not
5980         configured.  Another srcdir build fix.
5981
5982         * Documentation/topdocs/INSTALL.texi,
5983         buildscripts/lilypond.words.py, lilypond-font-lock.el,
5984         lilypond-init.el, lilypond-mode.el, debian/rules,
5985         make/lilypond.{redhat,madrake,suse}.spec.in, vimrc:
5986         rename generated file lilypond.words to lilypond.words.el.
5987
5988 2003-09-20  Heikki Junes  <hjunes@cc.hut.fi>
5989
5990         * ly/chord-modifiers-init.ly, lilypond.vim: updates for vim.
5991
5992         * GNUmakefile.in, buildscripts/lilypond.words: give only path in
5993         GNUmakefile.in.
5994
5995 2003-09-19  Jan Nieuwenhuizen  <janneke@gnu.org>
5996
5997         * stepmake/stepmake/help2man-rules.make: Allow manpages to fail
5998         when cross building.
5999
6000         * configure.in: srcdir build fix.
6001
6002         * cygwin/GNUmakefile:
6003         * cygwin/lily-wins.py:
6004         * cygwin/postremove-lilypond.sh: 
6005         * cygwin/postinstall-lilypond.sh: Merge from stable.
6006
6007         * cygwin/bug-lilypond-cygwin.sh: s/lilypond/lilypond-bin,
6008         s/ly2dvi/lilypond/.
6009
6010 2003-09-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6011
6012         * lily/slur.cc (after_line_breaking): only set control points if
6013         none supplied yet.
6014
6015         * input/test/slur-manual.ly: new file.
6016
6017         * scripts/convert-ly.py (FatalConversionError.sub_chords): convert
6018         <<  >> chords too.
6019
6020         * VERSION (PACKAGE_NAME): release 1.9.8
6021
6022         * scripts/lilypond.py (escape_path): escape spaces in directory names
6023
6024         * input/test/text-spanner.ly: fixes.
6025
6026 2003-09-19  Heikki Junes  <hjunes@cc.hut.fi>
6027
6028         * buildscripts/lilypond.words.py: add drum names as note names to
6029         Emacs-mode.
6030
6031 2003-09-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6032
6033         * input/regression/hairpin-dashed.ly: new file.
6034
6035         * scripts/convert-ly.py (conv): warn about dash-length.
6036
6037         * lily/dynamic-engraver.cc (try_music): end (de)crescendo
6038         automatically if we get a new one.
6039
6040         * lily/lookup.cc (dashed_line): new function
6041
6042         * lily/line-spanner.cc (dashed_line_molecule): cleanups. Use
6043         dash-fraction.
6044
6045 2003-09-18  Heikki Junes  <hjunes@cc.hut.fi>
6046
6047         * buildscripts/lilypond.words.py: extract note names.
6048
6049         * lilypond-mode.el: take note names from lilypond.words -file.
6050         small fix in the use of string-match.
6051
6052         * lilypond-font-lock.el: use lilypond.words for note names, add 
6053         maxima to note a duration.
6054
6055 2003-09-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6056
6057         * lily/breathing-sign.cc: remove railtracks() function. 
6058
6059         * input/regression/arpeggio-bracket.ly (texidoc): add file.
6060
6061         * lily/arpeggio.cc (brew_chord_bracket): clean-up 
6062         (brew_molecule): bugfix don't make arpeggio shorter when
6063         arpeggio-direction is set.
6064
6065         *  debian/rules: small corrections in the (Pedro K)
6066
6067         * Documentation/user/tutorial.itely (Tutorial): use lyinc in
6068         examples.
6069
6070         * lily/auto-beam-engraver.cc (process_music): end/junk beam if
6071         special (repeat) bar comes along.
6072
6073         * input/regression/auto-beam-bar.ly: update.
6074
6075         * scripts/lilypond-book.py (output_dict): remove support for the
6076         EPS option.
6077
6078         * scm/define-grobs.scm (all-grob-descriptions): add X-extent for
6079         VerticalAlignment and VerticalAxisGroup this fixes the size
6080         computations for the entire system.
6081  
6082         * input/les-nereides.ly (bass): remove superfluous fontSize.
6083
6084         * scripts/lilypond-book.py (make_lilypond_file): \lilypondfile{}
6085         causes directory of file to be added to include path.
6086
6087         * input/regression/beam-break.ly: test single stem beams.
6088
6089         * input/regression/system-start-bracket.ly: fix.
6090
6091         * lily/beam.cc (set_stem_lengths): single-stem-beam fix.
6092
6093         * stepmake/stepmake/c-rules.make ($(outdir)/%.c): use -o for flex.
6094
6095         * lily/beam-quanting.cc (quanting): check french-beaming per stem.
6096         (score_stem_lengths): do something sensible for single stem beams.
6097
6098         * lily/beam.cc (least_squares): add kludge for single stem beams.
6099
6100         * scripts/convert-ly.py (FatalConversionError.sub_alteration): add
6101         keySignature to list of broken things.
6102
6103         * input/regression/keys.ly: fix.
6104
6105         * VERSION (PACKAGE_NAME): release 1.9.7
6106
6107         * Documentation/topdocs/NEWS.texi (Top): add quarter tones.
6108
6109         * Documentation/user/refman.itely (Pitches): doc quarter tones.
6110
6111         * lily/pitch.cc (LY_DEFINE): ly:pitch-quartertones: new function
6112         (quartertone_pitch): new function
6113
6114         * mf/feta-toevallig.mf: add 3/4 sharp, 1/4 sharp, 1/4 flat, 3/4
6115         flat. WARNING: FONT CHANGED.
6116
6117         * ly/nederlands.ly: add -eh and -ih for quarter tones.
6118
6119         * lily/accidental-placement.cc (add_accidental): support for
6120         quarter tones.
6121
6122         * ly/LANGUAGEs.ly: use symbols for alterations.
6123
6124         * mf/feta-toevallig.mf: change accidental codes. 
6125
6126         * scm/lily.scm (ly:get-option): switch on debugging only for
6127         --verbose.
6128
6129         * lily/lily-guile.cc: remove ly:verbose?
6130
6131         * lily/scm-option.cc (LY_DEFINE): add verbose to get-option.
6132
6133         * lily/parser.yy (TODO): only do gh_call() for apply with
6134         procedure argument.
6135
6136         * lily/tie-engraver.cc (start_translation_timestep): move melisma
6137         stuff in accordance with new timing of tie-events.
6138
6139         * lily/my-lily-lexer.cc: remove \outputproperty
6140
6141         * lily/melisma-engraver.cc (try_music): use melismaBusyProperties.
6142
6143         * scm/define-translator-properties.scm (melismaBusyProperties):
6144         add melismaBusyProperties property.
6145
6146 2003-09-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6147
6148         * input/test/ambitus-mixed.ly (texidoc): new file.
6149
6150         * buildscripts/mutopia-index.py (find): prune debugging
6151
6152         * lily/side-position-interface.cc: doc updates
6153
6154         * Documentation/user/refman.itely: updates, tweaks.
6155
6156         * lily/parser.yy (Simple_music): remove outputproperty
6157
6158         * make/stepmake.make: use VERSION again; importing VERSION via
6159         autoconf dependencies is too hairy.
6160
6161 2003-09-17  Heikki Junes  <hjunes@cc.hut.fi>
6162
6163         * lilypond-mode.el: allow `-' for keywords and identifiers.
6164
6165 2003-09-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6166
6167         * VERSION: release 1.9.6
6168         
6169         * lilypond-mode.el (LilyPond-command-alist): invoke lilypond
6170         iso. ly2dvi.
6171
6172         * Documentation/user/*.itely: fixes everywhere
6173
6174         * lily/completion-note-heads-engraver.cc: rewrite engraver:
6175         produce ties from the engraver itself, do not broadcast TieEvent.
6176
6177         * lily/my-lily-lexer.cc: remove pitch & duration.
6178
6179         * lily/parser.yy (TODO): remove \pitch and \duration
6180
6181         * input/test/explicit.ly: remove file.
6182
6183         * Documentation/user/refman.itely (Pitches): remove \pitch 
6184         \duration command.
6185
6186 2003-09-16  Heikki Junes  <hjunes@cc.hut.fi>
6187
6188         * buildscripts/lilypond.words.py: add all slur types to Emacs
6189         insertion menu, suppose everything is postfixed by dropping 
6190         unnecessary `-' -marks.
6191
6192 2003-09-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6193
6194         * lily/stem.cc (get_default_stem_end_position): lengthen stems for
6195         tremoloed stems.
6196
6197         * lily/stem-tremolo.cc (brew_molecule): position tremolo next to
6198         head for flagged stems.
6199
6200         * lily/stem.cc (get_default_stem_end_position): futz with extra
6201         stem length if there is a stem tremolo.
6202
6203         * lily/tuplet-bracket.cc (brew_molecule): don't print bracket when
6204         it would be too small.
6205
6206         * lily/font-metric.cc: return #f for non-existent glyph.
6207         
6208         * VERSION (MY_PATCH_LEVEL): read VERSION; version number is now
6209         exported through config.make.
6210
6211         * input/regression/clef-oct.ly: new file.
6212
6213         * scm/clef.scm (make-clef-set): use regexps, support arbitrary
6214         transposition.
6215
6216         * input/template/*.ly: remove old relative.
6217
6218         * ly/english.ly: add X names for double sharp.
6219
6220 2003-09-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6221
6222         * lily/font-select.cc: new file handle font selection routines.
6223
6224         * lily/parser.yy: add ; (Patrick Atamaniuk)
6225
6226         * input/test/time-signature-double.ly: use markups for double time
6227         sigs.
6228
6229         * scm/chord-name.scm: remove new-chord-name-brew-molecule ; use
6230         ChordNames.SeparationItem #'padding for adjusting space after chords.
6231         
6232         * lily/music-output-def.cc (LY_DEFINE): 
6233         new function ly:paper-lookup.
6234         
6235         * mf/parmesan-clefs.mf: use # quantities for char_box
6236         offsets. Fixes overflow errors in the PFA. 
6237
6238         * scm/new-markup.scm (strut-markup): change calling interface for
6239         markup. Pass paper-def, not grob. This would allow \markup to be
6240         used separately from grobs.
6241
6242         * lily/paper-def.cc: new function ly:paper-font; this function
6243         replaces ly:get-font.
6244
6245         * lily/include/font-interface.hh (struct Font_interface): take
6246         Paper_def iso. Grob for get_font().
6247
6248 2003-09-14  Graham Percival  <gperlist@shaw.ca>
6249
6250         * Documentation/user/ tutorial.itely, refman.itely: add warning
6251         about \key and accidentals.
6252
6253 2003-09-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6254
6255         * scm/new-markup.scm (musicglyph-markup): undefine font-name.
6256
6257         * Documentation/user/*.itely: manual tweaks
6258
6259 2003-09-13  Juergen Reuter  <reuter@ipd.uka.de>
6260
6261         * mf/parmesan-clefs.mf: still more set_char_box() fixes and code
6262         cleanup; bugfix: exact_center
6263
6264         * Documentation/user/refman.itely: added more documentation on
6265         ambitus according to recent questions on lilypond-user list
6266
6267 2003-09-12  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6268
6269         * input/regression/ottava.ly (texidoc): demo 15ma too.
6270
6271         * GNUmakefile.in ($(outdir)/VERSION): add VERSION target 
6272
6273         * input/mutopia/J.S.Bach/baerenreiter-sarabande.ly (sarabandeA):
6274         octave fixes.
6275
6276 2003-09-10  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6277
6278         * lily/lexer.ll: add \r to the rules for newlines; this fixes
6279         problems on older Mac editors.
6280
6281 2003-09-12  Juergen Reuter  <reuter@ipd.uka.de>
6282
6283         * mf/parmesan-clefs.mf: more set_char_box() fixes and code cleanup
6284
6285 2003-09-11  Juergen Reuter  <reuter@ipd.uka.de>
6286
6287         * mf/parmesan-custodes.mf, mf/parmesan-heads.mf,
6288         mf/parmesan-clefs.mf: added comments on character alignment and
6289         set_char_box() conventions
6290
6291         * mf/parmesan-custodes.mf, mf/parmesan-clefs.mf: fixed more
6292         set_char_box()'s
6293
6294         * mf/parmesan-clefs.mf: vaticana: adjusted stem width
6295
6296 2003-09-10  Heikki Junes  <hjunes@cc.hut.fi>
6297
6298         * spec/lilypond.{mandrake,suse}.spec.in: update lilypond.words path.
6299
6300 2003-09-10  Juergen Reuter  <reuter@ipd.uka.de>
6301
6302         * mf/parmesan-custodes.mf: vaticana custos: bugfix: slightly
6303         shortened to avoid almost-collision with staff line; code cleanup;
6304         other custodes: fixed char boxes; code cleanup
6305
6306 2003-09-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6307
6308         * configure.in: release 1.9.5
6309         
6310         * scripts/lilypond.py (global_latex_preamble): only set
6311         twosideshift if 'twoside' is in latexoptions 
6312
6313         * stepmake/GNUmakefile.in: remove nested stepmake packaging stuff.
6314
6315         * VERSION: remove
6316
6317         * scripts/*2ly.py: update <> syntax
6318
6319 2003-09-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6320
6321         * lily/chord-name-engraver.cc (process_music): add origin for
6322         chord name.
6323
6324         * input/regression/chord-name-exceptions.ly (theMusic): add base too.
6325
6326         * scm/chord-ignatzek-names.scm (ignatzek-chord-names): bugfix: do
6327         bass notes for exceptions too.
6328
6329         * scm/define-grobs.scm (all-grob-descriptions): rename
6330         HaraKiriVerticalGroup to RemoveEmptyVerticalGroup
6331
6332         * scm/define-grob-properties.scm (remove-first): add remove-first
6333         property for orchestral scores.
6334
6335         * Documentation/user/*.itely: switch <<>> and <> 
6336
6337         * lily/glissando-engraver.cc (process_music): bugfix: move line to
6338         last_line only once. This fixes the two consecutive glissandi problem.
6339
6340 2003-09-09  Juergen Reuter  <reuter@ipd.uka.de>
6341
6342         * lily/vaticana-ligature-engraver.cc: bugfix: fixed programming
6343         error message "flexa-width undefined"
6344
6345         * lily/vaticana-ligature-engraver.cc, lily/gregorian-ligature.cc,
6346         lily/include/gregorian-ligature.hh: print warning when ignoring
6347         head prefixes on flexa shapes
6348
6349         * lily/vaticana-ligature-engraver.cc: bugfix: always add an extra
6350         space before a series of inclinatum heads
6351
6352         * lily/vaticana-ligature-engraver.cc, lily/gregorian-ligature.cc,
6353         lily/include/gregorian-ligature.hh: junked AFTER_VIRGA; small
6354         cleanups
6355
6356         * mf/parmesan-custodes.mf: redesigned custos; fixed stem length
6357         and char_box
6358
6359 2003-09-08  Juergen Reuter  <reuter@ipd.uka.de>
6360
6361         * input/regression/breathing-sign.ly: tiny fixes
6362
6363         * lily/mensural-ligature.cc: renamed stem->cauda/join to avoid
6364         semantical collision with vaticana ligatures
6365
6366         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
6367         scm/define-grob-properties.scm: bugfix: semantics of delta_pitch
6368         now consistent with mensural ligatures
6369
6370         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
6371         mf/parmesan-heads.mf: bugfix: length of cauda of flexa depends on
6372         context pitches and staff position; dto. for virga stem; removed
6373         obsolete virga and clivis characters from parmesan font (WARNING:
6374         font changed)
6375
6376         * mf/parmesan-heads.mf, mf/parmesan-clefs.mf,
6377         mf/parmesan-timesig.mf: fixed several set_char_box ()'s
6378
6379         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
6380         scm/define-grob-properties.scm: consistency fix: renamed
6381         join_left->add_cauda
6382
6383         * mf/parmesan-heads.mf: bugfix: cephalicus head: corrected
6384         appendix length; bugfix: yoffs_bt for reverse direction punctum
6385         characters
6386
6387         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc:
6388         small cleanups; added more docu
6389
6390         * lily/mensural-ligature-engraver.cc,
6391         lily/vaticana-ligature-engraver.cc,
6392         lily/coherent-ligature-engraver.cc: cleanup: moved delta-pitch
6393         computation to CoherentLigatureEngraver
6394
6395         * ly/gregorian-init.ly, lily/gregorian-ligature.cc,
6396         scm/define-grob-properties.scm: bugfix: added missing linea and
6397         cavum properties; bugfix: removed dead semivocalis property
6398
6399         * mf/parmesan-heads.mf: bugfix: linea punctum: vertical lines
6400         length; redesigned quilisma, stropha and auctum
6401
6402         * ly/engraver-init.ly, scm/define-grobs.scm: use 0.6 as default
6403         line thickness
6404
6405         * lily/vaticana-ligature-engraver.cc, mf/parmesan-heads.mf,
6406         Documentation/user/refman.itely: bugfix: introduced shifted
6407         epiphonus head to avoid collision with adjacent plica
6408
6409 2003-09-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6410
6411         * scm/font.scm (paper20-style-sheet-alist): add smaller font sizes.
6412
6413         * mf/GNUmakefile (SAUTER_FONTS): add smaller sizes.
6414
6415 2003-09-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6416
6417         * Documentation/user/tutorial.itely (A lead sheet): remove
6418         duplicate chords.
6419
6420         * Documentation/bibliography/computer-notation.bib (pages): reorganise.
6421
6422 2003-09-03  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6423
6424         * Documentation/bibliography/computer-notation.bib (isbn): add
6425         xivcim publication.
6426
6427 2003-09-05  Heikki Junes  <hjunes@cc.hut.fi>
6428
6429         * GNUmakefile.in: drop lilypond.words for generation.
6430
6431 2003-09-03  Heikki Junes  <hjunes@cc.hut.fi>
6432
6433         * buildscripts/lilypond.words.py: take filename (also) from an arg.
6434
6435         * GNUmakefile.in (README_FILES): put lilypond.words to $(outdir).
6436
6437 2003-09-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6438
6439         * input/test/figured-bass-alternate.ly (fl): new file.
6440
6441         * Documentation/topdocs/README.texi (Top): clarifications.
6442
6443         * Documentation/bibliography/computer-notation.bib (isbn): add phd
6444         theses of Gieseking and Renz.
6445
6446         * GNUmakefile.in (README_FILES): remove README.mandrake.
6447
6448 2003-09-01  Heikki Junes  <hjunes@cc.hut.fi>
6449
6450         * buildscripts/lilypond.words.py: add file. Creates lilypond.words
6451         from source files and search patterns listed in the script.
6452
6453         * GNUmakefile.in: add target `lilypond.words'.
6454
6455         * lilypond.words: remove file, generated by `make lilypond.words'.
6456
6457         * make/lilypond.{mandrake,redhat,suse}.spec.in: make lilypond.words.
6458
6459 2003-08-31  Heikki Junes  <hjunes@cc.hut.fi>
6460
6461         * lily/parser.yy, lily/my-lily-lexer.cc: spell it acciaccatura.
6462
6463 2003-08-31  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6464
6465         * VERSION: 1.9.4 released
6466
6467         * scripts/convert-ly.py (FatalConversionError.figures_replace):
6468         rule for < > <-> << >> substitution
6469
6470         * lily/lexer.ll: exchange meaning of << >> and < > 
6471
6472         * VERSION (PACKAGE_NAME): 1.9.3 released
6473
6474         * stepmake/stepmake/help2man-rules.make ($(outdir)/%.1): build man
6475         pages unconditionally.
6476
6477 2003-08-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6478
6479         * Documentation/user/music-glossary.tely (Top): small syntax
6480         fixes.
6481
6482         * scm/music-functions.scm (remove-tag): filter \tagged music
6483         expressions.
6484
6485         * input/regression/tag-filter.ly (texidoc): new file.
6486
6487         * lily/parser.yy (post_event): add \tag #'symbol / \tag #'(symbol1
6488         symbol2 .. ) etc. 
6489
6490         * scripts/convert-ly.py (FatalConversionError.conv): fingering
6491         convert rule.
6492
6493         * Documentation/user/refman.itely (Fingering instructions): adjust
6494         manual.
6495
6496         * lily/new-fingering-engraver.cc (position_scripts): don't crash
6497         for borderline cases (e.g. 1 fingering.)
6498         (position_scripts): revise interface, use fingerOrientations to
6499         set fingering positions.
6500
6501         * scm/document-translation.scm (context-doc): add aliases to
6502         automated documentation.
6503
6504         * make/lilypond-vars.make: remove stepmake compat glue.
6505
6506         * make/generic-vars.make: remove cruft.
6507
6508         * lily/main.cc (main): don't identify binary.
6509
6510 2003-08-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6511
6512         * lily/include/translator.hh (class Translator): remove
6513         type_string_ , use symbol for context name throughout.
6514         Changes through whole source tree.
6515
6516         * scripts/lilypond.py: rename ly2dvi.py to lilypond.py
6517         set PDF as default, and always make PDF.
6518
6519         * lily/GNUmakefile (SUBDIRS): rename binary to lilypond-bin
6520
6521 2003-08-29  Heikki Junes  <hjunes@cc.hut.fi>
6522
6523         * ChangeLog lilypond.words Documentation/topdocs/NEWS.texi
6524         Documentation/user/refman.itely input/regression/allfontstyle.ly
6525         input/regression/grace-types.ly:
6526         fix spelling for acciaccatura (Webster's 1913).
6527
6528 2003-08-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6529
6530         * lily/main.cc (usage): adjust blurb, include url.
6531
6532         * input/regression/breathing-sign.ly (texidoc): transpose up
6533
6534 2003-08-28  Juergen Reuter  <reuter@ipd.uka.de>
6535
6536         * input/regression/breathing-sign.ly: changed ancient examples to
6537         be relevant (by request of Han-Wen); updated BreathingSign text
6538         property according to new syntax.
6539
6540         * ly/gregorian-init.ly: updated BreathingSign text property
6541         according to new syntax
6542
6543 2003-08-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6544
6545         * Documentation/user/refman.itely (Clef): give example of G_8 clef.
6546         (Clef): index entries for clefs.
6547
6548         * python/lilylib.py (system): remove errorlog files.
6549         
6550 2003-08-28  Heikki Junes  <hjunes@cc.hut.fi>
6551
6552         * lilypond.words: add \new and new graces. Add dynamics to menus
6553         keeping 1.8.x compatibility; after all the engraving relating to 
6554         notes becomes postfixed `-' marks will be removed.
6555
6556 2003-08-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6557
6558         * lily/molecule.cc (align_to): idem.
6559
6560         * lily/molecule-scheme.cc: ly_align_to_x takes continuous dir argument.
6561         
6562         * ly/grace-init.ly (stopAcciaccaturaMusic): correct misspelling of
6563         accacciatura everywhere.
6564
6565         * VERSION (PACKAGE_NAME): released 1.9.2
6566
6567         * GNUmakefile.in (EXTRA_DIST_FILES): dist lilypond.vim too.
6568
6569         * scm/document-markup.scm (markup-doc-node): sort markup function
6570         list.
6571
6572         * lily/paper-outputter.cc (output_version): change "Lily was here"
6573         into  "Engraved by LilyPond"
6574
6575         * lily/my-lily-lexer.cc (My_lily_lexer): don't crash
6576         on unquoted strings before \notenames.
6577
6578         * lily/parser.yy (lyric_element): allow markup as lyric text. This
6579         increases the number of s/r reductions to 4.
6580
6581         * scm/new-markup.scm (fraction-markup): \fraction command.
6582
6583         * lily/lexer.ll: allow any string without \ { }  # and " in \markup
6584         mode
6585
6586         * lily/lookup.cc (round_filled_box): rename function.
6587         (LY_DEFINE): round-filled-box: change signature.
6588
6589         * Documentation/user/refman.itely: revise section explaining grace
6590         notes.
6591
6592         * lily/translator-scheme.cc (LY_DEFINE): add ! to
6593         ly:set-context-property
6594
6595         * input/*/*.ly (vmus): use \new everywhere.
6596
6597         * lily/my-lily-lexer.cc: add \accacciatura and \appoggiatura
6598
6599         * ly/grace-init.ly (stopGraceMusic): add slurs on grace note by
6600         default
6601
6602         * scm/music-functions.scm (set-stop-grace-properties)
6603         (set-start-grace-properties, add-grace-property): new functions
6604         for modular grace tweak control.
6605
6606         * ly/engraver-init.ly (ScoreContext): new property graceSettings.
6607         
6608 2003-08-28  Jan Nieuwenhuizen  <janneke@gnu.org>
6609
6610         * Documentation/topdocs/INSTALL.texi: Explain install-pfa-fonts.
6611
6612         * GNUmakefile.in (install-pfa-fonts):
6613         (get-pfa-fonts): New target.
6614
6615         * stepmake/stepmake/toplevel-targets.make: Add pfa-fonts and
6616         install-pfa-fonts help.
6617
6618 2003-08-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6619
6620         * lily/translator-scheme.cc (LY_DEFINE):
6621         ly:context-pushpop-property new function.
6622         (LY_DEFINE): new function ly:translator-find  
6623         new function ly:translator?
6624         (LY_DEFINE): new function ly:context?
6625
6626         * lily/translator-def.cc: remove
6627         Translator_def::apply_pushpop_property().
6628
6629         * python/lilylib.py (read_pipe): only store and display error log
6630         if verbose not set.
6631         (read_pipe): only display log if it contains something.
6632
6633 2003-08-27  Jan Nieuwenhuizen  <janneke@gnu.org>
6634
6635         * Documentation/misc/GNUmakefile: Re-add.
6636         (TEXTS): Add CHANGES.
6637
6638 2003-08-27  Heikki Junes  <hjunes@cc.hut.fi>
6639
6640         * lilypond.words: add \newcontext.
6641
6642 2003-08-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6643
6644         * lily/tie-performer.cc (stop_translation_timestep): only flush
6645         tied_notes when we have actually made a tie. Fixes bugs with ties
6646         in polyphonic scores.
6647
6648 2003-08-26  Jan Nieuwenhuizen  <janneke@gnu.org>
6649
6650         * stepmake/autogen.sh: Bugfix: copy aclocal.m4, autogen.sh also if
6651         they do not exist.
6652
6653 2003-08-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6654
6655         * VERSION (PACKAGE_NAME): released 1.9.1 
6656
6657         * ly/engraver-init.ly (RemoveEmptyStaffContext): don't add
6658         Instrument_name_engraver
6659
6660         * lily/tie-performer.cc (create_audio_elements): bugfix
6661
6662         * Documentation/user/music-glossary.tely (Top): comment out
6663         font-style statements.
6664
6665         * input/test/force-hshift.ly: revise example.
6666
6667         * Documentation/bibliography/engraving.bib (note): typos.
6668
6669         * configure.in: bump GCC requirements to 3.x
6670
6671         * lily/include/audio-item.hh (class Audio_tie): rename
6672         note_l_drul_ to note_drul_
6673
6674         * lily/tie-performer.cc (class Tie_performer): patch for new ties.
6675
6676         * lily/parser.yy (relative_music): whoops. All \relative were off
6677         by ...  a lot .... Ahem.
6678
6679         * scm/define-music-types.scm (music-descriptions): idem.
6680
6681         * lily/beam-engraver.cc: move new-beam-event to beam-event
6682
6683         * lily/tie-engraver.cc (class Tie_engraver): move New_tie_engraver
6684         to Tie_engraver
6685
6686         * input/regression/bar-number.ly: remove unnecessary old-relative
6687         options.
6688         
6689         * Documentation/user/internals.itely (Creating contexts): document
6690         \newcontext
6691
6692         * lily/parser.yy (Composite_music): add \newcontext
6693
6694         * Documentation/user/refman.itely (MIDI block): add note about
6695         dotted tempos.
6696
6697         * scm/font.scm: remove old markup legacy
6698
6699         * GNUmakefile.in (web-clean): remake share/ after web-clean.
6700
6701         * lily/breathing-sign.cc (brew_molecule): remove function
6702
6703         * lily/text-item.cc: remove old-style markups.
6704         (interpret_markup): C++ version of markup function
6705         (brew_molecule): idem.
6706
6707         * lily/my-lily-lexer.cc (start_main_input): define input-file-name
6708         as Scheme variable.
6709
6710         * scripts/convert-ly.py (conv): dashes rule.
6711         Apply rule.
6712
6713         * Documentation/user/lilypond-book.itely: syntax fixes. 
6714
6715 2003-08-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6716
6717         * VERSION (PACKAGE_NAME): release 1.9.0
6718
6719         * Documentation/user/lilypond-book.itely (Invoking lilypond-book):
6720         note about dvips. (Should backport.)
6721
6722         * scripts/convert-ly.py
6723         (FatalConversionError.articulation_substitute): add
6724         convert-new-chords code. Remove convert-new-chords.py
6725
6726         * Documentation/user/refman.itely (Octave check): document
6727         \octave.
6728
6729         * Documentation/topdocs/NEWS.texi: add \octave, postfix and
6730         \relative changes.
6731
6732         * lily/parser.yy (command_element): octave check:
6733
6734            \octave PITCH
6735
6736         checks that PITCH (without octave) yields PITCH (with octave) in
6737         \relative
6738
6739         * lily/relative-octave-music.cc (to_relative_octave): octave check.
6740
6741         * lily/scm-option.cc: ly:set-option now has the default argument
6742         #t.
6743
6744         * lily/lexer.ll: add \renameinput
6745
6746         * python/lilylib.py (command_name): robustifications.
6747
6748         * scripts/ly2dvi.py (run_latex): use >& for redirection iso. of
6749         /dev/stderr. This is ash compatible.
6750
6751         * ly/init.ly: add warning if compatibility was not necessary.
6752
6753         * lily/scm-option.cc (LY_DEFINE): add ly:get-option
6754
6755         * flower/include/string-handle.icc: formatting cleanups, rename
6756         references by ref_count_.
6757
6758 2003-08-25  Heikki Junes  <hjunes@cc.hut.fi>
6759
6760         * make/lilypond.mandrake.spec.in: syncronize the spec file with
6761         Torbjorn Turpeinen (tobbe@nyvalls.se): fix group, update reqs,
6762         package libs separately, fix conflicting php variable out=/dev/vc/
6763         invoking `unset out', declare menus, use only one icon-file, fix
6764         doc-path in menu.
6765
6766 2003-08-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6767
6768         * scripts/convert-ly.py (FatalConversionError.conv): typo
6769
6770         * Documentation/misc/GNUmakefile: restore misc directory.
6771
6772         * input/mutopia/J.S.Bach/bwv940.ly: add 1 petite prelude
6773
6774         * input/mutopia/J.S.Bach/GNUmakefile (EXTRA_DIST_FILES): remove
6775         Petites-Preludes 
6776
6777         * input/test/partial-blank.ly (quickmeasure): syntax
6778
6779         * lily/slur.cc (get_attachment): bugfix: don't crash on non-cons
6780         attachment property.
6781
6782         * Documentation/user/refman.itely: remove superfluous -'s 
6783         (Grace notes): ) fixes.
6784
6785         * lily/music.cc: generic compress(), transpose() functions. Remove
6786         others.
6787
6788         * lily/parser.yy (gen_text_def): remove support for #'(italic )
6789         style markup entry.
6790
6791         * lily/parser.yy: all articulations postfix; remove obligatory -
6792         for [,  ) and \!
6793         
6794         * lily/music.cc (to_relative_octave): write generic
6795         to_relative_octave function; various relative cleanups.
6796         Hmmm.
6797
6798         * lily/scm-option.cc: add options new-relative and old-relative
6799
6800         * po/sv.po: new po file.
6801
6802         * Documentation/user/refman.itely (Dynamics): website
6803         fixes. (should backport!)
6804
6805 2003-08-22  Heikki Junes  <hjunes@cc.hut.fi>
6806
6807         * make/lilypond.mandrake.spec.in: declare version only once.
6808
6809 2003-08-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6810
6811         * lily/simultaneous-music.cc (to_relative_octave): undo relative
6812         meaning for now.
6813
6814 2003-08-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6815
6816         * input/mutopia/J.S.Bach/wtk1-fugue1.ly: updates
6817
6818         * input/mutopia/J.S.Bach/wtk1-prelude1.ly: remove file
6819
6820         * input/mutopia/F.Schubert/standchen.ly (trebleThrough): fixes
6821
6822         * lily/simultaneous-music.cc (to_relative_octave): add Event_chord.
6823
6824         * lily/music.cc (var): add ly:music-transpose function.
6825
6826         * lily/parser.yy (pre_events): remove prefix articulations.
6827
6828         * lily/music-sequence.cc (do_relative_octave): change relative meaning.
6829
6830         * VERSION (MY_PATCH_LEVEL): open HEAD/1.9 branch.
6831
6832         * Documentation/user/refman.itely (Text markup): add comment about
6833         markup in header.
6834
6835 2003-08-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6836
6837         * lily/paper-outputter.cc (write_header_fields_to_file): 
6838         only dump value if it is a string.
6839
6840         * flower/include/dictionary.hh: remove.
6841         
6842         * Documentation/ChangeLog-1.5: add back old log.
6843
6844         * Documentation/topdocs/INSTALL.texi (Top): explain how to get
6845         .pfas from a .deb.
6846
6847 2003-08-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6848
6849         * Documentation/bibliography/engraving.bib: add entry for
6850         Jaschinski's Notation
6851
6852 2003-08-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6853
6854         * Documentation/user/refman.itely (Beaming): add note about
6855         allowBeamBreak
6856
6857 2003-08-18  Juergen Reuter  <reuter@ipd.uka.de>
6858
6859         * lilypond.words, ly/engraver-init.ly, ly/params-init.ly: added
6860         GregorianTranscription contexts
6861
6862         * ly/engraver-init.ly: vaticana contexts: minor fixes
6863
6864         * Documentation/user/refman.itely (Ancient notation): added note
6865         on appendix length bug
6866
6867         * input/puer-fragment.ly, input/test/gregorian-scripts.ly,
6868         input/test/vaticana.ly: use vaticana contexts; small fixes
6869
6870 2003-08-17  Jan Nieuwenhuizen  <janneke@gnu.org>
6871
6872         * flower/hash.cc: Remove.
6873
6874         * flower/include/dictionary.hh (V>): Compile fix: Remove assignment
6875         to (nonexistent?) hash_func_ identifier.
6876
6877         * python/midi.c (midi_error, midi_warning): Use char const* for
6878         __FUNCTION__ argument.
6879
6880         * python/gettext.py: Remove.  We already require python 2.1, which
6881         includes gettext.py.
6882
6883         * configure.in: Require python 2.1, as INSTALL.texi says.
6884         it.
6885
6886         * Documentation/topdocs/INSTALL.texi: Add note to avoid bison
6887         versions 1.50 and 1.75.  Remove note about lexer patch.
6888
6889 2003-08-16  Jan Nieuwenhuizen  <janneke@gnu.org>
6890
6891         * Documentation/topdocs/INSTALL.texi: Update type1 font
6892         description to actual situation.  Add comment about new font ball
6893         layout.
6894
6895         * GNUmakefile.in (pfa-fonts): Create font-ball so that untar
6896         in $LILYPONDPREFIX suffices for installation.
6897
6898 2003-08-11  Jan Nieuwenhuizen  <janneke@gnu.org>
6899
6900         * debian/control (Build-Depends): Add flex-old as alternative to
6901         flex.  Deprecate bison 1.75.
6902
6903 2003-08-17  Juergen Reuter  <reuter@ipd.uka.de>
6904
6905         * lilypond.words, ly/engraver-init.ly, ly/params-init.ly: added
6906         Vaticana contexts
6907
6908         * Documentation/user/refman.itely (Ancient notation): documented
6909         some bugs; tiny fixes; added docu on Vaticana contexts
6910
6911         * gregorian-init.ly, ly/script-init.ly: moved ancient articulation
6912         scripts
6913
6914 2003-08-16  Juergen Reuter  <reuter@ipd.uka.de>
6915
6916         * Documentation/user/refman.itely (Ancient notation): added some
6917         introductory words; added section on ancient time signatures;
6918         added some @seealso and @refcommands; small fixes and
6919         beautifications
6920
6921 2003-08-15  Juergen Reuter  <reuter@ipd.uka.de>
6922
6923         * input/regression/note-head-style.ly: many fixes and updates
6924
6925         * Documentation/user/refman.itely: added small sections on ancient
6926         accidentals, rests and flags; revised ancient note head section;
6927         small wording/spelling fixes
6928
6929         * input/test/rests.ly: layout fixes
6930
6931 2003-08-14  Juergen Reuter  <reuter@ipd.uka.de>
6932
6933         * input/puer-fragment.ly: bugfix: central C position of do clef
6934
6935         * ly/gregorian-init.ly: workaround: add small padding space before
6936         divisiones (the correct fix would be the spacing engine to handle
6937         this)
6938
6939 2003-08-13  Graham Percival  <gperlist@shaw.ca>
6940
6941         * input/test/bar-lines-lyric-only.ly, boxed-molecule.ly,
6942         cue-notes.ly: minor fixes.
6943
6944 2003-08-13  Juergen Reuter  <reuter@ipd.uka.de>
6945
6946         * Documentation/user/refman.itely: bugfix: remove obsolete link to
6947         input/test/custos-style.ly
6948
6949         * Documentation/index.html.in: bugfix: link to Tutorial.html
6950
6951         * input/puer-fragment.ly: bugfix: assigment of syllables "no-bis"
6952         to neumes; bugfix: "et": epiphonus, not just a simple pes
6953
6954 2003-08-12  Heikki Junes <hjunes@cc.hut.fi>
6955
6956         * lilypond-mode.el: split `Insert Tag' if it is long enough.
6957
6958         * lilypond.words: add new features: markup, column, center, \[ \].
6959         
6960 2003-08-10  Heikki Junes <hjunes@cc.hut.fi>
6961
6962         * Documentation/topdocs/NEWS.texi, DEDICATION,
6963         stepmake/bin/add-html-footer.py
6964         input/mutopia/J.S.Bach/baerenreiter-sarabande.ly
6965         input/mutopia/J.S.Bach/wtk1-fugue1.ly
6966         input/mutopia/J.S.Bach/wtk1-prelude1.ly
6967         Documentation/topdocs/INSTALL.texi: `bug'fix: a colon `:' is 
6968         added (only) after a sentence which is complete; if the sentence is 
6969         not ended a comma `,' or nothing is used. fix also spaces.
6970
6971 2003-08-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6972
6973         * Documentation/topdocs/INSTALL.texi (Top): change GUILE
6974         requirements to plain 1.6.
6975
6976         * buildscripts/mutopia-index.py (read_lilypond_header): update
6977         mutopia-index.py to 1.4 syntax [sic]
6978
6979 2003-08-07  Heikki Junes <hjunes@cc.hut.fi>
6980
6981         * make/lilypond.mandrake.spec.in: remove menu, sync with redhat-spec.
6982
6983 2003-08-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6984
6985         * Documentation/index.html.in: url for regression pdf
6986
6987         * Documentation/user/cheatsheet.itely (Cheat sheet): single staff.
6988
6989         * Documentation/user/tutorial.itely (Piano staves): s/staffs/staves/g
6990
6991         * make/lilypond.redhat.spec.in (Buildrequires): texinfo >= 4.6 reqd.
6992
6993         * VERSION: 1.8.0 released
6994         
6995         * GNUmakefile.in (local-WWW-post): footify build fix.
6996
6997         * configure.in: require GUILE 1.6.4
6998
6999         * Documentation/user/GNUmakefile: don't copy *.png for
7000         lilypond-internals
7001
7002         * GNUmakefile.in (local-WWW-post): move mutopia-index to toplevel
7003         local-WWW-post target.
7004         (rsync-web): add rsync-web target
7005
7006         * Documentation/user/introduction.itely (Music notation and
7007         engraving): add neume example
7008
7009         * input/puer-fragment.ly (cantus): add puer-fragment
7010
7011 2003-08-06  Jan Nieuwenhuizen  <janneke@gnu.org>
7012
7013         * input/no-notation/midi-volume-equaliser.ly: Add volume setting
7014         to notes, so that equalizer is actualy being used.
7015
7016         * scm/midi.scm (instrument-equalizer-alist):
7017         (absolute-volume-alist): Define public, so that user can copy or
7018         override.
7019
7020         * lily/key-performer.cc (create_audio_elements): Check for minor
7021         key.  Only if key is minor, set MIDI key to minor.
7022
7023 2003-08-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7024
7025         * Documentation/user/refman.itely (Hiding staffs): fixes.
7026
7027         * mf/feta-eindelijk.mf (tracingvariables): add TODO.
7028
7029         * lily/system-start-delimiter.cc (after_line_breaking): retrieve
7030         vertical extents to deal with Hara kiri correctly.
7031
7032         * input/regression/hara-kiri-short.ly: remove
7033
7034         * input/regression/hara-kiri-pianostaff.ly: update test.
7035
7036         * Documentation/user/*.tely: remove WEBTITLE
7037
7038         * scm/output-tex.scm (comment): idem.
7039
7040         * scm/output-pdftex.scm: remove GUILE 1.4 glue
7041
7042         * scm/music-functions.scm (make-lyric-event): new function
7043
7044         * scm/lily.scm (lilypond-version): new function
7045
7046         * input/test/version-output.ly: new file.
7047
7048         * Documentation/user/lilypond.tely: add version number to
7049         front-page.
7050
7051 2003-08-05  Jan Nieuwenhuizen  <janneke@gnu.org>
7052
7053         * input/test/midi-scales.ly: Reformat to match midi2ly output again.
7054
7055 2003-08-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7056
7057         * input/template/gregorian-transcription.ly (barTwo): syntax update.
7058
7059         * Documentation/user/refman.itely (Hiding staffs): rename node.
7060
7061 2003-08-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7062
7063         * input/regression/new-markup-syntax.ly (texidoc): remove
7064         molecule-callback override.
7065
7066 2003-08-04  Jan Nieuwenhuizen  <janneke@gnu.org>
7067
7068         * input/les-nereides.ly: Mark tweaks with %tweak.
7069
7070         * Debian patch, see debian/changelog (Anthony Fok).
7071
7072 2003-08-04  Jan Nieuwenhuizen  <janneke@gnu.org>
7073
7074         * buildscripts/lilypond-profile.sh: Add workaround for zsh posix
7075         problem.
7076
7077 2003-08-04  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
7078
7079         * Documentation/user/refman.itely (Text markup): Fix language bug.
7080
7081 2003-08-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7082
7083         * input/* : postfix syntax fixes.
7084
7085         * Documentation/user/refman.itely (Text markup): add note about
7086         raise/lower with ^ or _ .
7087         
7088         * po/fi.po: fix \\apply strings.
7089
7090         * lily/parser.yy (open_event): warn for prefix articulations.
7091
7092 2003-08-04  Juergen Reuter  <reuter@ipd.uka.de>
7093
7094         * lily/all-font-metrics.cc (find_font): bugfix: apply Han-Wen's last
7095         fix also on parmesan font.
7096
7097 2003-08-03  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7098
7099         * VERSION 1.7.30 released
7100         
7101         * GNUmakefile.in (EXTRA_DIST_FILES): remove lexer GCC patch.
7102
7103         * buildscripts/mutopia-index.py (headertext): rewording
7104
7105 2003-08-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7106
7107         * scm/new-markup.scm (strut-markup): new markup function.
7108
7109         * scm/bass-figure.scm (make-bass-figure-markup): insert vertical
7110         space also when no accidental is there.
7111
7112 2003-08-02  Jan Nieuwenhuizen  <janneke@gnu.org>
7113
7114         * input/les-nereides.ly: Updates.
7115
7116 2003-08-02  Heikki Junes <hjunes@cc.hut.fi>
7117
7118         * lilypond-mode.el (LilyPond-insert-tag-current): new function,
7119         which repeats the tag insertion selected from "Insert tag" menu.
7120
7121 2003-08-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7122
7123         * lily/all-font-metrics.cc (find_font): load AFM files first only
7124         for feta fonts. This fixes problems with TeXlive and other TeX
7125         distros that include AFM files for the CM fonts. 
7126
7127         * scm/font.scm (qualifiers-to-font-name): remove.
7128
7129         * lily/paper-def.cc: remove get_var.
7130
7131         * input/trip.ly: remove file.
7132         
7133         * input/regression/spacing-note-flags.ly (raggedright): remove
7134         stafflinethickness
7135
7136         * input/les-nereides.ly: update to new syntax, cleanups.
7137
7138 2003-08-01  Jan Nieuwenhuizen  <janneke@gnu.org>
7139
7140         * Documentation/user/refman.itely: Clarify shortest-note problem
7141         of autobeamer.
7142
7143 2003-08-01  Heikki Junes <hjunes@cc.hut.fi>
7144
7145         * lilypond-mode.el: Add each word to regexps only once.
7146
7147         * lilypond-mode.el (LilyPond-insert-tag): add new function, which 
7148         is based on the syntax definitions in lilypond.words. Remove all 
7149         LilyPond-insert-tag-* functions. Restructure LilyPond menu. 
7150         LilyPond->Insert menu is generated by the entries in lilypond.words 
7151         to which have been given a syntax definition.
7152
7153         * lilypond.words: give syntax definitions (LilyPond-insert-tag) for 
7154         \notes, \relative, \score, \simultaneous, \transpose.
7155
7156         * lilypond-mode.el: allow non-alpha characters only in menu keywords.
7157
7158         * lilypond.words: add useful `\context Staff =' and `\context Voice ='.
7159         
7160         * lilypond-mode.el: add menu keywords separately.
7161
7162         * lilypond.words: post-syntaxed slur pairs and syntax for \times.
7163
7164 2003-08-01  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
7165
7166         * Documentation/topdocs/INSTALL.texi (Top): Documentation of the
7167         current ugly installation method for PFA fonts.
7168
7169 2003-07-31  Heikki Junes <hjunes@cc.hut.fi>
7170
7171         * lilypond-mode.el: Junk LilyPond-quick-notes-insert; instruct 
7172         to use LilyPond Quick Insert Mode by Nicolas Sceaux, instead.
7173
7174         * Documentation/user/music-glossary.tely: update legato.
7175
7176 2003-07-30  Jan Nieuwenhuizen  <janneke@gnu.org>
7177
7178         * lexer-gcc-3.0.patch: Remove.
7179
7180         * lexer-gcc-3.1.sh: Disable FlexLexer.h massaging.
7181
7182 2003-07-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7183
7184         * debian/rules (binary-arch): remove NEWS.
7185
7186 2003-07-30  Heikki Junes <hjunes@cc.hut.fi>
7187
7188         * buildscripts/{ many }, lily/main.cc, po/{ all }, scripts{ many },
7189         stepmake/bin{ many }: polish the `--help's of different scripts;
7190         model taken from the core-utils of Linux.
7191
7192         * flower/getopt-long.cc, python/lilylib.py: add space, see above.
7193
7194 2003-07-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7195
7196         * flower/parse-afm.cc (parseCharMetrics): add warnings.
7197
7198         * flower/libc-extension.cc: idem.
7199
7200         * flower/include/libc-extension.hh: protect against isinf macros.
7201
7202 2003-07-29  Heikki Junes <hjunes@cc.hut.fi>
7203
7204         * { many }: Use two uppercase letters in LilyPond.
7205
7206         * lily/main.cc, po/{ many }, scripts/{ many }: add verbs.
7207
7208         * VERSION: 1.7.29 released.
7209         
7210 2003-07-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7211
7212         * lily/tie.cc: add TODO comment.
7213
7214         * lily/bezier.cc: replace bezier-bow with bezier-sandwich.
7215
7216         * scm/*.scm: remove bezier-bow. Use bezier-sandwich with rounded
7217         linejoins and linecaps. This fixes problems with occasional spikes
7218         on slur/tie endings.
7219         
7220         * input/regression/font-name.ly: don't use PS fonts for
7221         compatibility reasons. 
7222
7223         * mutopia/claop.py (accents): update to 1.8
7224
7225         * Documentation/user/music-glossary.tely (Top): remove 13pt.
7226
7227         * Documentation/user/macros.itexi: don't color glossary links.
7228
7229         * Documentation/user/invoking.itexi (Error messages): new section
7230
7231 2003-07-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7232
7233         * input/regression/font-name.ly: add file.
7234
7235         * scm/document-backend.scm (grob-doc): remove <hr> from
7236         lilypond-internals
7237
7238         * Documentation/topdocs/INSTALL.texi (Top): bump GUILE
7239         reqd version to 1.6.4 
7240
7241         * lily/font-interface.cc (get_font): bugfix: take font-name from
7242         alist chain too. This fixes font-name override for \markup.
7243
7244 2003-07-28  Jan Nieuwenhuizen  <janneke@gnu.org>
7245
7246         * Documentation/pictures/GNUmakefile (OUT_DIST_FILES): Remove icon.
7247
7248         * input/test/polymetric-differing-notes.ly: Compile fix.
7249
7250 2003-07-28  Juergen Reuter  <reuter@ipd.uka.de>
7251
7252         * Documentation/user/refman.itely: fixed typo
7253
7254         * lily/vaticana-ligature-engraver.cc: bugfix: insert extra space
7255         before flexa
7256
7257 2003-07-27  Heikki Junes  <hjunes@cc.hut.fi>
7258
7259         * input/test/{ many }: search & fix some typos.
7260
7261 2003-07-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7262
7263         * scripts/ly2dvi.py (include_path): use preview_resolution for PNG
7264         images.
7265
7266         * scm/music-functions.scm (make-voice-props-set): set Script /
7267         TextScript dir for polyphony too.
7268
7269         * scm/define-grobs.scm (all-grob-descriptions): decrease space
7270         before clef.
7271
7272         * flower/libc-extension.cc (my_round): ANSI-C compatible rounding.
7273
7274 2003-07-27  Rune Zedeler  <rz@daimi.au.dk>
7275
7276         * Documentation/user/refman.itely (Percussion): Small
7277         clarifications and fixes.
7278
7279         * scm/drums.scm: Bugfix: Use string instead of symbol when naming
7280         threads. This fixes different heads playing simultaneously.
7281
7282 2003-07-27  Heikki Junes  <hjunes@cc.hut.fi>
7283
7284         * Documentation/user/{ many }: increase readability (read through 
7285         User manual from `one big page').
7286
7287 2003-07-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7288
7289         * input/test/polymetric-differing-notes.ly: add example with
7290         disparate note values.
7291
7292         * input/test/polymetric.ly: rename from poly-metric
7293
7294         * scripts/ly2dvi.py (include_path): bugfix: use outbase
7295         iso. outname.
7296
7297         * mf/feta-klef.mf: clef fixes, remove left/right spacing.  set
7298         G-clef bbox to real char extents. This fixes the G-clef being
7299         offset too much to the right.
7300         document perc clef offset.
7301
7302         WARNING: FONT CHANGED.
7303
7304         * Documentation/user/tutorial.itely (Tutorial): move menu.
7305
7306 2003-07-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7307
7308         * buildscripts/lilypond-profile.sh (Error): trim error message.
7309
7310         * Documentation/user/invoking.itexi (Invoking the lilypond
7311         binary): add note about path.
7312
7313         * Documentation/user/macros.itexi: add @c at EOL, hopefully
7314         suppresses superfluous spaces.
7315
7316 2003-07-25  Jan Nieuwenhuizen  <janneke@gnu.org>
7317
7318         * buildscripts/lilypond-profile.sh: Add documentation to error
7319         message.
7320
7321         * make/srcdir.make.in (web-install): Use SRCMAKE, set outdir.
7322
7323 2003-07-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7324
7325         * scripts/lilypond-book.py: HTML fixes (by Michael Ossmann
7326         <mike@ossmann.com>)
7327
7328         * Documentation/bibliography/computer-notation.bib (pages): prune
7329         unscientific language.
7330
7331         * Documentation/user/GNUmakefile: copy unsplit file to
7332         lilypond.html (idem for lilypond-internals).
7333
7334         * buildscripts/mutopia-index.py (read_dict): remove "example file:"
7335
7336         * Documentation/topdocs/NEWS.texi (Top): rewrite NEWS in texinfo.
7337
7338         * python/lilylib.py (lilypond_version): 2.1 proof version check.
7339
7340         * lily/staff-symbol-referencer.cc (LY_DEFINE): lrint, the final
7341         fix.
7342         
7343 2003-07-25  Heikki Junes  <hjunes@cc.hut.fi>
7344
7345         * Documentation/user/{ various }: bind text snippets with their
7346         examples, e.g. by punctuation: This is an example.
7347
7348 2003-07-25  Jan Nieuwenhuizen  <janneke@gnu.org>
7349
7350         * ly/performer-init.ly (VoiceContext): Typos.
7351
7352         * stepmake/stepmake/toplevel-targets.make (install): For srcdir
7353         builds, leave final-install to toplevel srcdir makefile.
7354
7355         * make/srcdir.make.in (install): New target.
7356
7357 2003-07-24  Jan Nieuwenhuizen  <janneke@gnu.org>
7358
7359         * ly/performer-init.ly (TabStaffContext, TabVoiceContext): Add.
7360         This fixes core dump on MIDI output (Simon Weatherill).
7361
7362         * stepmake/stepmake/generic-targets.make (WWW-post): Oops, depend
7363         on local-WWW-post.
7364
7365 2003-07-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7366
7367         * make/lilypond.redhat.spec.in: add dvips to reqs.
7368
7369 2003-07-24  Jan Nieuwenhuizen  <janneke@gnu.org>
7370
7371         * make/srcdir.make.in (web): Add special web target.
7372
7373         * stepmake/stepmake/generic-targets.make (WWW): Remove $(MAKE)
7374         from inner $(LOOP).
7375
7376         * cygwin/mknetrel: Override $(webdir) (was: $(docdir)).
7377
7378         * stepmake/stepmake/generic-targets.make (www-targets-help):
7379         * GNUmakefile.in (web-install): Install in $(webdir).
7380
7381         * input/test/smart-transpose.ly (texidoc): texidoc compile fix.
7382
7383         * cygwin/changelog: 
7384         * cygwin/mknetrel: Update.
7385
7386         * GNUmakefile.in (web-install): Rename (was: install-html-doc).
7387         (html-doc): Remove (use: web).
7388
7389         * stepmake/stepmake/script-rules.make: 
7390         * stepmake/stepmake/python-module-rules.make ($(outdir)/%.py):
7391         Fix $(config_make) dependencies for srcdir build.
7392
7393         * stepmake/stepmake/generic-targets.make ($(config_make)): Fix
7394         target for srcdir build.
7395
7396         * stepmake/make/stepmake.make: 
7397         * make/srcdir.make.in: 
7398         * GNUmakefile.in:
7399         * make/stepmake.make (config_make): Rename variable (was:
7400         configuration).
7401
7402 2003-07-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7403
7404         * Documentation/user/internals.itely (Manipulating music
7405         expressions): run lilypond on example too.
7406
7407         * flower/include/libc-extension.hh: move lrint define to
7408         header. bugfix.
7409         
7410 2003-07-24  Jan Nieuwenhuizen  <janneke@gnu.org>
7411
7412         * stepmake/GNUmakefile.in (STEPMAKE_TEMPLATES): 
7413         * stepmake/stepmake/GNUmakefile (STEPMAKE_TEMPLATES): Add www (why
7414         do we recurse whole tree?).
7415
7416         * GNUmakefile.in (html-doc): Resurrect.
7417
7418         * Documentation/pictures/GNUmakefile (default, local-dist): Remove
7419         obsolete $(package-icon) dependency.
7420
7421 2003-07-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7422
7423         * Documentation/user/refman.itely (Automatic staff changes):
7424         add seealso 
7425
7426         * Documentation/index.html.in: link to bigpage.
7427
7428         * Documentation/user/tutorial.itely (Tutorial): streamline.
7429
7430         * Documentation/index.html.in: url typo.
7431
7432         * VERSION (PACKAGE_NAME): release 1.7.28
7433
7434         * python/lilylib.py (error_log): remove '/' from name.
7435
7436         * input/regression/pedal.ly: remove; dups input/test/
7437         
7438         * stepmake/stepmake/texinfo-rules.make: remove footify everywhere.
7439
7440         * Documentation/index.html.in: python style doco index.
7441
7442         * Documentation/{footer,header}.html.in (src): remove, 
7443
7444         * Documentation/pictures: remove all but lelie-logo.xpm.
7445
7446         * stepmake/stepmake/texinfo-vars.make (MAKEINFO): unset LANG
7447         before running makeinfo.
7448
7449         * lily/include/music-iterator.hh (IMPLEMENT_CTOR_CALLBACK): add
7450         @code{}
7451
7452 2003-07-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7453
7454         * input/test/bar-number-regular-interval.ly: rename.
7455
7456         * Documentation/user/*: various fixes. 
7457
7458 2003-07-24  Heikki Junes  <hjunes@cc.hut.fi>
7459
7460         * Documentation/{ many }: polish for update-all-menus. typos.
7461
7462         * po/fi.po: fixes.
7463
7464         * Documentation/topdocs/{README.texi,INSTALL.texi}: update links.
7465
7466         * buildscripts/mutopia-index.py: polish.
7467
7468         * input/regression/{ many }, input/test{ many }: polish texidocs.
7469
7470 2003-07-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7471
7472         * scripts/convert-ly.py (FatalConversionError.conv): rule for
7473         pedal-style
7474
7475         * lily/text-spanner.cc (brew_molecule): use bracket-flare
7476         iso. edge-widen.
7477
7478         * lily/piano-pedal-engraver.cc (process_music): change from
7479         process_acknowledged ()
7480
7481         * lily/piano-pedal-bracket.cc: new file. Change
7482         setup_pedal_bracket in after_line_breaking callback.  Thoroughly
7483         cleaned up.
7484
7485         * lily/text-spanner.cc (setup_pedal_bracket): cleanup.
7486
7487         * input/regression/tuplets.ly (texidoc): rename file.
7488
7489         * po/fr.po: update
7490
7491         * buildscripts/lilypond-profile.sh: error message if script is not
7492         sourced.
7493
7494         * lily/tuplet-bracket.cc (make_bracket): change edge-widen to
7495         bracket-flare
7496         (make_bracket): simplify code.
7497
7498         * lily/parser.yy (verbose_command_req): catch typos in \key scale
7499         argument.
7500
7501         * python/lilylib.py (lilypond_version_check): new function
7502
7503         * scripts/lilypond-book.py (TexiPaper.incl_opt): idem
7504
7505         * scripts/ly2dvi.py (run_lilypond): add version check.
7506
7507         * scripts/lilypond-book.py (option_definitions): typo
7508
7509         * scripts/ly2dvi.py (include_path): typo
7510
7511         * make/lilypond.redhat.spec.in (Group): add INSTALL.txt
7512
7513         * lily/parse-scm.cc (parse_handler): typo
7514
7515         * Documentation/user/macros.itexi: use @heading for headings.
7516
7517         * Documentation/user/refman.itely: updates, fixes.
7518
7519 2003-07-23  Heikki Junes  <hjunes@cc.hut.fi>
7520
7521         * po/fi.po: add Finnish translations. fixes.
7522
7523         * stepmake/stepmake/toplevel-targets.make: rpm-mandrake -> rpm-mdk.
7524
7525         * lily/piano-pedal-engraver.cc: fixed warnings, got working syntax
7526         from lily/glissando-engraver.cc.
7527
7528 2003-07-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7529
7530         * lily/volta-bracket.cc (brew_molecule): opps: only wipe number
7531         for non-first _broken_ bracket.
7532
7533         * Documentation/user/refman.itely: corrections.
7534
7535 2003-07-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7536
7537         * lily/new-fingering-engraver.cc (position_scripts): add heads to
7538         support of the fingerings.
7539
7540         * po/fr.po: French translation update.
7541
7542         * lily/parser.yy (Composite_music): add extra \ for "\apply" in
7543         strings.
7544
7545 2003-07-22  Jan Nieuwenhuizen  <janneke@gnu.org>
7546
7547         * Documentation/user/introduction.itely: Small fixes.
7548
7549 2003-07-22  Heikki Junes  <hjunes@cc.hut.fi>
7550
7551         * Documentation/topdocs/AUTHORS.texi: polish.
7552
7553 2003-07-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7554
7555         * Documentation/user/introduction.itely: revise
7556
7557         * Documentation/user/tutorial.itely: reorganise.
7558
7559         * Documentation/topdocs/index.tely: remove.
7560
7561         * Documentation/header.html.in: prune.
7562
7563         * GNUmakefile.in: clean up web building.
7564
7565         * stepmake/stepmake/generic-targets.make (WWW): add WWW as generic
7566         target.
7567
7568 2003-07-21  Heikki Junes  <hjunes@cc.hut.fi>
7569
7570         * lilypond-font-lock.el: do not try to match two-char slurs \) \].
7571
7572         * lilypond-mode.el: turn on blink-matching-paren.
7573
7574 2003-07-21  Jan Nieuwenhuizen  <janneke@gnu.org>
7575
7576         * scm/output-sodipodi.scm (svg-header): Fix typo.
7577
7578 2003-07-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7579
7580         * python/lilylib.py (error_log): use mktemp iso.  temp_dir. This
7581         fixes a security hole.
7582
7583         * scripts/lilypond-book.py (original_dir): remove temp_dir
7584
7585         * scm/document-translation.scm: use @code tags.
7586
7587 2003-07-20  Heikki Junes  <hjunes@cc.hut.fi>
7588
7589         * lilypond-font-lock.el: do not try to match two-char slurs \( \[.
7590
7591         * lilypond-mode.el: add a buffer-local post-command-hook to set
7592         context dependent syntax-table after each cursor event. Remove old
7593         stuff. XEmacs: turn on parenthesis highlighting in LilyPond-mode.
7594
7595         * lilypond-indent.el: update comments.
7596
7597         * Documentation/footer.html.in: add period.
7598
7599 2003-07-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7600
7601         * make/lilypond.redhat.spec.in (Group): don't strip binary.
7602
7603         * scm/document-translation.scm (document-property-operation): add
7604         @code{} tags.
7605
7606         * VERSION (PACKAGE_NAME): release 1.7.27
7607
7608         * config.make.in: add PAPER variable
7609
7610         * buildscripts/new-chords.py (help): add help text
7611
7612         * Documentation/user/introduction.itely (Typography and program
7613         architecture):  fixes.
7614
7615         * Documentation/user/GNUmakefile (DVIPS_PAPERSIZE): set A4 paper
7616         for texinfo and dvips. This fixes problems with PDF output of the
7617         wrong size.
7618
7619         * stepmake/stepmake/tex-rules.make ($(outdir)/%.ps): add
7620         DVIPS_PAPERSIZE variable
7621
7622         * stepmake/stepmake/texinfo-rules.make ($(outdir)/%.dvi): add
7623         TEXINFO_PAPERSIZE variable 
7624
7625 2003-07-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7626
7627         * mf/feta-macros.mf: whoops: only draw lines for test situations.
7628
7629         * mf/feta-toevallig.mf: lowres fixes.
7630
7631 2003-07-19  Jan Nieuwenhuizen  <janneke@gnu.org>
7632
7633         * NEWS: Typo and fill-paragraph fixes.
7634
7635         * flower/libc-extension.cc (lrint)[!HAVE_LRINT]: Use round () and
7636         cast #define.
7637
7638         * configure.in: 
7639         * config.hh.in: Check for lrint.
7640
7641 2003-07-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7642
7643         * VERSION: 1.7.26 released
7644
7645         * lily/separation-item.cc: add padding property.
7646
7647         * input/test/*.ly: various fixes, remove solo-a2.ly
7648
7649         * scm/new-markup.scm (brew-new-markup-molecule): arg order
7650         bugfix. Fixes old-style markup compatibility.
7651
7652         * Documentation/user/introduction.itely (Introduction): historical
7653         elucidations
7654
7655         * Documentation/user/music-glossary.tely (Top): linewidth fix.
7656
7657         * Documentation/topdocs/AUTHORS.texi (AUTHORS): cleanup.
7658
7659         * Documentation/index.texi (Top): cleanup.
7660
7661         * Documentation/user/introduction.itely (Introduction): rewrite
7662         introduction, 
7663         (Music notation and  engraving): about notation. Add flat-picture
7664
7665 2003-07-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7666
7667         * ly/engraver-init.ly (LyricsVoiceContext): add padding for
7668         separation items. This keeps lyrics from bumping into each other.
7669
7670 2003-07-18  Jan Nieuwenhuizen  <janneke@gnu.org>
7671
7672         * GNUmakefile.in (topdocs-web): New target.
7673         (local-web): Depend on topdocs-web; fixes html-doc.
7674
7675 2003-07-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7676
7677         * po/lilypond.pot: run po-replace
7678
7679         * Documentation/GNUmakefile (SUBDIRS): remove windows/ directory
7680
7681         * scm/drums.scm (reset-drum-kit): new function.
7682
7683         * Documentation/GNUmakefile (SUBDIRS): remove misc/ directory.
7684
7685         * scripts/update-lily.py: remove
7686         
7687         * VERSION: release 1.7.25
7688         
7689         * Documentation/user/introduction.itely (Introduction): rewrite
7690         start of introduction.
7691
7692 2003-07-18  Juergen Reuter  <reuter@ipd.uka.de>
7693
7694         * lily/all-font-metrics.cc: fixed typo
7695
7696 2003-07-18  Heikki Junes  <hjunes@cc.hut.fi>
7697
7698         * lilypond-font-lock.el (LilyPond-mode-set-syntax-table, 
7699         LilyPond-mode-context-set-syntax-table): new functions to define
7700         the syntax table according to context.
7701
7702         * lilypond-mode.el: use LilyPond-mode-set-syntax-table.
7703
7704 2003-07-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7705
7706         * Documentation/user/refman.itely (Figured bass): 
7707         language nit courtesy http://www.vocabula.com
7708
7709         * GNUmakefile.in: remove no kpathsea hack.
7710
7711         * Documentation/topdocs/INSTALL.texi (Top): remove web-doc from
7712         doco.
7713
7714         * GNUmakefile.in: remove web-doc target.
7715
7716         * lily/all-font-metrics.cc (find_afm): add message about
7717         buildscripts/clean-fonts.sh 
7718
7719         * scm/define-music-properties.scm (figure): use string for 'figure
7720
7721         * lily/parser.yy (bass_number): allow strings for bassfigure too. 
7722
7723         * input/regression/ : add raggedright = ##t where applicable. 
7724         
7725         * scm/bass-figure.scm (make-bass-figure-markup): add
7726         alignBassFigureAccidentals property.
7727
7728         * lily/volta-bracket.cc (brew_molecule): only put text on 1st
7729         bracket.
7730
7731         * lily/hyphen-spanner.cc (set_spacing_rods): new function: take
7732         syllables widths into account for minimum-length.
7733
7734         * input/test/staff-container.ly: update file
7735
7736         * input/test/stem.ly: remove
7737
7738         * lily/event.cc (LY_DEFINE): add ly: prefix.
7739
7740         * input/test/clef-manual-control.ly: from manual-clef
7741
7742         * input/test/repeat-shorter-bracket.ly: move from coda-kludge 
7743
7744         * input/test/different-time-signatures.ly: move to poly-metric.ly
7745
7746         * input/test/hara-kiri*,scales.ly: remove
7747         
7748         * input/test/chord-names-dpnj.ly (efullmusic): remove file (merged
7749         with chord-names-jazz.ly)
7750
7751         * make/mutopia-rules.make ($(outdir)/%.pdf): use +lilypond.map to
7752         get scalable cm fonts too.
7753
7754         * stepmake/stepmake/metafont-rules.make (ENCODINGOPTION): add
7755         --encoding for mftrace if present.
7756
7757         * input/regression/slur-area.ly: move from test/
7758
7759         * input/test/: remove simple-slur-endings slur-attachment
7760         slur-broken-cross-staff slur-broken.ly slur-damping.ly
7761         slur-follow-music.ly slur-position.ly slur-proof.ly slur-shape.ly
7762         slur-symmetry slur-symmetry tie-broken.ly
7763
7764         * scm/drums.scm (set-drum-kit): add function.
7765
7766         * Documentation/user/refman.itely (Percussion staves): use
7767         set-drum-kit
7768
7769         * scripts/etf2ly.py (interpret_finale_key_sig): handle minor keys
7770         too
7771         (Global_measure.set_timesig): handle 3/8 time sig too.
7772
7773         * scm/output-lib.scm (note-head-style->attachment-coordinates):
7774         note about triangle note heads.
7775
7776         * scm/drums.scm: use alist for instrument-settings. This fixes the
7777         bug with assigning to drums in the .ly file.
7778
7779         * mf/feta-autometric.mf (code): start font at 32. WARNING: FONT
7780         CHANGED.
7781
7782         * scm/define-grob-interfaces.scm (cluster-beacon-interface): add
7783         cluster-beacon-interface
7784
7785         * scm/define-grobs.scm (all-grob-descriptions): default to ramp.
7786
7787         * scripts/convert-ly.py (FatalConversionError.conv): add cluster rule.
7788
7789         * ly/spanners-init.ly (stopGroup): remove start/stopCluster.
7790
7791         * lily/cluster.cc (brew_molecule): examine ClusterSpannerBeacons
7792         to get positions.
7793
7794         * lily/cluster-engraver.cc: rewrite: catch cluster-note-events,
7795         make ClusterSpannerBeacon to record Y positions. This removes the
7796         need to switch off notes. Use \apply #notes-to-clusters { .. }  to
7797         make cluster-note-events.
7798
7799 2003-07-17  Jan Nieuwenhuizen  <janneke@gnu.org>
7800
7801         * stepmake/aclocal.m4: Do AC_PATH_PROG for python.
7802
7803         * configure.in: Use lily/main.cc as identifying source file.
7804
7805         * lily/accidental-engraver.cc: Compile fix: include protected-scm.hh.
7806
7807         * config.hh.in: 
7808         * python/midi.c: Remove <pyphonX>/Python.h ifdef tree.
7809
7810         * configure.in: Require PYTHON >= 2.0.
7811
7812         * stepmake/aclocal.m4 (STEPMAKE_PYTHON_DEVEL): Rewrite.  Ask
7813           $PYTHON for include dir location.
7814         (STEPMAKE_PYTHON): New function.  Use
7815         
7816             PYTHON=foo ./configure
7817
7818           to override.
7819
7820 2003-07-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7821
7822         * lily/translator-scheme.cc (LY_DEFINE): bugfix: always return
7823         something.
7824
7825         * make/lilypond.redhat.spec.in (Group): change ftp.cs.uu.nl to
7826         ftp.lilypond.org everywhere.
7827
7828 2003-07-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7829
7830         * lily/text-item.cc (interpret_new_markup): do only if new-markup
7831         detected.
7832
7833         * Documentation/user/refman.itely (Grace notes): note on explicit
7834         contexts
7835
7836 2003-07-16  Heikki Junes  <hjunes@cc.hut.fi>
7837
7838         * lilypond-font-lock.el: add a comment about LilyPond specific
7839         escape characters: ^, - and _, in the syntax table.
7840
7841         * Documentation/user/appendices.itely: a majuscule fix.
7842
7843 2003-07-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7844
7845         * input/test/trills.ly (endHorizScript): fixes.
7846
7847         * input/test/chord-names-jazz.ly: merge in alternate Jazz
7848         notation, move from regression.
7849
7850         * input/test/script-stack.ly: change name from stacked-scripts
7851
7852         * input/test/ossia.ly: octave errors.
7853
7854         * input/no-notation/midi-tuplets.ly: move from input/test/, idem
7855         for midi-volume-equaliser
7856
7857 m2003-07-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7858
7859         * scm/output-ps.scm (lily-traced-cm-fonts): substitution for lily
7860         cm fonts.
7861
7862         * mf/feta-beugel.mf: don't multiply font_count by 10.
7863
7864         * lily/lookup.cc (horizontal_line): new function. Use
7865         horizontal-line in output backends.
7866
7867         * Documentation/user/tutorial.itely (An orchestral part): new
7868         section on orchestral stuff and identifiers.
7869
7870 2003-07-14  Heikki Junes  <hjunes@cc.hut.fi>
7871
7872         * lilypond-mode.el: comment-out paren-highlighting, it still causes
7873         some interference to other modes.
7874
7875 2003-07-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7876
7877         * lily/spacing-spanner.cc (musical_column_spacing): use average,
7878         not maximum of spacing wishes in polyphonic situations.
7879
7880         * scm/define-grobs.scm (all-grob-descriptions): bold tuplet
7881         number
7882
7883         * lilypond-indent.el: remove paren matching. 
7884
7885         * lily/text-item.cc (interpret_new_markup): new function
7886         use iso. text2molecule.
7887
7888         * lily/main.cc (notice): change FSF address 
7889
7890         * po/de.po: update PO file to 1.6.
7891
7892 2003-07-13  Heikki Junes  <hjunes@cc.hut.fi>
7893
7894         * Documentation/user/ {many}: Add periods and remove spaces.
7895         
7896 2003-07-11  Heikki Junes  <hjunes@cc.hut.fi>
7897
7898         * lilypond-indent.el (LilyPond-paren-set-mode): From XEmacs' paren.el:
7899         Disable buffer-locally default paren hook and make a new one. 
7900
7901         * lilypond-mode.el: Turn off locally paren-mode, but turn on
7902         locally LilyPond-paren-mode. Add todo for mouse double-click.
7903
7904 2003-07-10  Heikki Junes  <hjunes@cc.hut.fi>
7905
7906         * lilypond-indent.el (LilyPond-show-paren-mode): From Emacs' paren.el:
7907         Disable buffer-locally default paren idle timer and make a new one. 
7908
7909         * lilypond-mode.el: Turn off locally show-paren-mode, but turn on
7910         locally LilyPond-show-paren-mode. Add to menu a toggle for
7911         LilyPond-show-paren-function.
7912
7913 2003-07-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7914
7915         * input/template/jazz-combo.ly (drumNotes): 1.7 fixes 
7916
7917 2003-07-09  Heikki Junes  <hjunes@cc.hut.fi>
7918
7919         * Documentation/user/refman.itely: spelling fix.
7920
7921         * lilypond-mode.el, lilypond-indent.el: restrusture and comment
7922         paren highlight function definitions. add todo for
7923         LilyPond-show-paren-mode.
7924
7925 2003-07-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7926
7927         * input/template/jazz-combo.ly: new file.
7928
7929 2003-07-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7930
7931         * mf/feta-toevallig.mf: tweak for bottom of flat sign. 
7932         lo-res fixes.
7933
7934         * mf/feta-schrift.mf: bugfix in varcoda sign.
7935         WARNING: FONT CHANGED
7936
7937         * lily/my-lily-lexer.cc (lookup_identifier): return SCM_UNDEFINED,
7938         in accordance with lexer.ll.   
7939
7940 2003-07-05  Jan Nieuwenhuizen  <janneke@gnu.org>
7941
7942         * Documentation/user/tutorial.itely: Edit introduction.
7943
7944 2003-07-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7945
7946         * lily/staff-symbol-referencer.cc (LY_DEFINE): add
7947         ly:grob-staff-position
7948
7949 2003-07-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7950
7951         * scm/to-xml.scm: import srfi-1
7952
7953         * VERSION (MAJOR_VERSION):  release 1.7.24
7954
7955         * python/lilylib.py (make_ps_images): make multipage _really_ work.
7956
7957         * scripts/lilypond-book.py (do_file): put texidoc before image.
7958         (TexiPaper.process_ly2dvi_block): make multipage _really_ work.
7959
7960         * input/regression/*.ly: fix snippet octaves 
7961
7962         * input/test/spanner-after-break-tweak.ly: import
7963         broken-spanner-adjustment
7964
7965         * input/no-notation/midi-transposing.ly: move from input/test/
7966
7967         * input/test/: remove chord-markup
7968
7969         * input/regression/instrument-name-partial.ly: move from input/test.
7970
7971         * input/test/vertical-text.ly: remove
7972
7973         * ly/engraver-init.ly (LyricsVoiceContext): add more vertical
7974         space above lyrics lines.
7975
7976         * input/test/uniform-breaking.ly: remove file.
7977
7978         * lily/gourlay-breaking.cc (combine_demerits): add comment about
7979         uniform spacing density. 
7980
7981         * input/test/chords.ly (keys): remove file.
7982
7983         * scm/documentation-lib.scm (oop): use srfi-1 too.
7984
7985         * input/regression/*.ly: add \version
7986
7987         * Documentation/user/*.itely: various fixes.
7988
7989         * buildscripts/mf-to-table.py (base): break table every three
7990         symbols.
7991
7992         * input/:  remove %% new-chords-done %% .
7993
7994         * input/tutorial: remove os-flute-2.ly os-score.ly miniatures.ly
7995         os-music.ly
7996         
7997 2003-07-03  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7998
7999         * make/lilypond.redhat.spec.in: require GUILE >= 1.6.4-7
8000
8001         * scm/new-markup.scm (box-markup): new function.
8002         (box-markup): new function. Contributed by Dick Schoeller
8003         <schoeller@attbi.com>
8004
8005         * scm/lily.scm: remove reduce-no-unit 
8006         (list-insert-separator): use fold-right
8007
8008         * lily/molecule-scheme.cc (ly_molecule_add): take variable number
8009         of arguments. 
8010
8011         * NEWS: more neutral language for ancient notation 
8012
8013         * lily/chord-tremolo-engraver.cc (acknowledge_grob): only set
8014         inside pointing beaming for chord tremolo.
8015
8016         * Documentation/user/lilypond-book.itely: minor editing
8017
8018 2003-07-03  Juergen Reuter  <reuter@ipd.uka.de>
8019
8020         * NEWS: added news for 1.8 regarding ancient notation
8021
8022         * Documentation/user/refman.itely (Gregorian square neumes
8023         ligatures): fixed typo
8024
8025         * lily/vaticana-ligature-engraver.cc,
8026         lily/include/vaticana-ligature.hh: bugfix: use special heads for
8027         lower/upper head of Pes only when heads are stacked
8028
8029         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
8030         scm/define-grob-properties.scm: cleanup: make "join-left" a
8031         boolean grob property and save delta pitch in grob property
8032         "delta-pitch" instead
8033
8034         * lily/include/gregorian-ligature.hh: bugfix: corrected comments
8035
8036 2003-07-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8037
8038         * lily/parser.yy (Repeated_music): bug fix, beam multiplicity was
8039         completely borked
8040
8041         * lily/chord-tremolo-engraver.cc (try_music): warnings for user-errors.
8042         (try_music): bug fix: beam multiplicity was completely borked.
8043
8044         * scm/lily.scm: remove tail, filter-list, filter-out-list,
8045         first-n, butfirst-n in favor of srfi-1 functions.
8046         remove string-join, string-pad in favor of srfi-13 functions.
8047
8048         * mf/parmesan-custodes.mf (dir_down): remove _ from glyph names.
8049
8050         * NEWS: use complete sentences.
8051
8052         * Documentation/user/introduction.itely (Example applications):
8053         add note about databases and lilypond-book.
8054
8055         * input/test/volta.ly: remove file
8056
8057         * input/regression/volta-broken-left-edge.ly: simplify file
8058
8059 2003-07-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8060
8061         * Documentation/user/refman.itely (Constructing a tweak): new
8062         subsection.
8063
8064         * Documentation/user/tutorial.itely (Fine tuning layout): add
8065         common tweaks.
8066
8067         * scm/define-grobs.scm (TextScript): use new brewer.
8068
8069 2003-06-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8070
8071         * VERSION: release 1.7.23
8072
8073         * scm/new-markup.scm (brew-new-markup-molecule): bugfix 
8074
8075         * python/lilylib.py (make_ps_images): bugfixes.
8076
8077         * input/regression/volta-multi-staff.ly: new file.
8078
8079         * Documentation/user/macros.itexi: refcommands, refcommand macros.
8080
8081         * Documentation/user/tutorial.itely (Piano staffs): new section.
8082         (Setting variables): new section
8083         (Fine tuning layout): new section
8084
8085         * input/just-friends.ly: remove file. Superseeded by
8086         input/test/chords-without-melody.ly
8087
8088         * ly/property-init.ly: add all commands to refman.
8089
8090         * scm/define-translator-properties.scm: remove
8091         graceAccidentalSpace, graceAlignPosition, keyOctaviation 
8092
8093         * mf/parmesan-custodes.mf (dir_down): remove underscore from glyph
8094         name. Underscores botch up PS output.
8095
8096         * scm/define-translator-properties.scm: remove
8097         textNonEmpty, oneBeat, regularSpacingDelta
8098
8099         * scripts/convert-ly.py (FatalConversionError.conv): conversion
8100         rule for automaticBars.
8101
8102         * lily/timing-engraver.cc (start_translation_timestep): change
8103         barNonAuto to automaticBars
8104
8105 2003-06-30  Graham Percival  <gperlist@shaw.ca>
8106
8107         * input/test/perform-tie.ly: delete file.
8108
8109 2003-06-29  Juergen Reuter  <reuter@ipd.uka.de>
8110
8111         * Documentation/user/refman.itely (Gregorian square neumes
8112         ligatures): bugfix: do not show ledger lines in neumes table
8113         (fixed by setting staff symbol to transparent rather than removing
8114         it from staff context)
8115
8116 2003-06-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8117
8118         * scm/new-markup.scm (brew-new-markup-molecule): move old markup
8119         glue into brew-new-markup-molecule.
8120
8121         * input/mutopia/J.S.Bach/Petites-Preludes/*.ly: syntax updates.
8122
8123         * Documentation/user/introduction.itely (Computerized typography):
8124         new section
8125
8126         * Documentation/user/tutorial.itely (An orchestral part): remove
8127         pc example from tutorial.
8128
8129         * input/tutorial/lilbook.tex: use screech-boink
8130
8131         * scripts/lilypond-book.py (compile_all_files): split formatting
8132         output body and scheduling lilypond compilation.
8133         (format_lilypond_output_bodies): new function
8134         (format_lilypond_block): new function
8135         (html_pages): allow multi-page images in HTML
8136
8137         * python/lilylib.py (make_ps_images): rename function from
8138         make_preview, merge with make_page_images
8139
8140 2003-06-28  Graham Percival  <gperlist@shaw.ca>
8141
8142         * input/test/key-clefs.ly: moved to regression.
8143
8144         * input/test/perform-grace.ly: moved to to no-notation/midi-grace.ly
8145
8146         * input/no-notation/README: added note about midi-*.ly files.
8147
8148         * input/test/two-key.ly: moved to no-notation/parse5.ly
8149
8150         * input/test/ short-part-combine.ly sketch.ly system-start-brace.ly
8151         system-start-bracket.ly two-slurs.ly voice-switch.ly : deleted
8152
8153         * input/test/ {various}: modified comments, marked some for deletion.
8154
8155         * input/test/lines.ly: deleted file; duplicate of
8156         embedded-postscript.ly
8157
8158         * input/test/mmrest-collision: moved to regression.
8159
8160 2003-06-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8161
8162         * scm/chord-name.scm (note-name->markup): don't superscript root
8163         alterations in chordnames.
8164
8165 2003-06-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8166
8167         * Documentation/user/refman.itely (Multi measure rests): more
8168         index/cross-referencing.
8169
8170         * lily/line-spanner.cc (line_molecule): bugfix for trill style.
8171
8172         * scm/font.scm: remove properties-to-font-name code.
8173
8174         * scm/define-grob-properties.scm: remove 'type
8175
8176         * scripts/convert-ly.py (FatalConversionError.conv): type -> style
8177         conversion
8178
8179         * lily/text-spanner.cc: change 'type grob prop to 'style 
8180
8181         * lily/unfolded-repeat-iterator.cc (process): bugfix: use a
8182         "first" flag to decide whether to make a start-repeat
8183
8184         * input/regression/grace-volta-repeat-2.ly: new file.
8185
8186 2003-06-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8187
8188         * lilypond-indent.el: rename generic functions to LilyPond-*
8189
8190 2003-06-22  Graham Percival  <gperlist@shaw.ca>
8191
8192         * input/test/thumb.ly: delete, merged into refman.
8193
8194         * Documentation/user/refman.itely: added thumb info to Fingering.
8195
8196         * input/test/ follow-break.ly multi-slope.ly note-shift.ly
8197         notemode-chords.ly orchestalpart.ly rhythmic-staff.ly
8198         vertical-align.ly : deleted files.
8199
8200 2003-06-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8201
8202         * lily/align-interface.cc (find_fixed_alignment_parent): new function.
8203
8204         * lily/line-spanner.cc (broken_trend_offset): remove function.
8205         (get_broken_offset): idem.
8206         (brew_molecule): rewrite the line-break case.
8207
8208         * input/regression/follow-voice-break.ly:  new file.
8209
8210         * lily/line-spanner.cc (after_line_breaking): remove lines at the
8211         start of a system.
8212
8213 2003-06-20  Graham Percival  <gperlist@shaw.ca>
8214
8215         * input/test/tuplet-rest.ly: moved to regression.
8216
8217         * input/test/ script-horizontal.ly tuplet-spanner-duration.ly:
8218         deleted file.
8219
8220         * input/test/ {many} : marked file for possible deletion.
8221
8222 2003-06-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8223
8224         * input/regression/beam-funky.ly: add note about (disputed)
8225         correct beaming.
8226
8227         * ly/engraver-init.ly (ScoreContext): put key-signature after
8228         staff-bar
8229         
8230 2003-06-20  Graham Percival  <gperlist@shaw.ca>
8231
8232         * input/test/ broken.ly lyric-phrasing.ly: deleted.
8233
8234         * input/test/slur-mininum.ly: renamed to slur-minimum-length.ly.
8235
8236         * input/test/staff-line-leading.ly: renamed to  staff-space.ly.
8237
8238         * input/test/no-stem-extend.ly: moved to stem-extend.ly; previous
8239         stem-extend was deleted (it was duplicate example, and not as
8240         good).
8241
8242         * input/test/[s-z]*.ly: add texidoc index.
8243
8244 2003-06-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8245
8246         * lily/slur.cc (get_boundary_notecolumn_y): change name from
8247         get_first_notecolumn_y
8248
8249         * lily/spanner.cc (broken_spanner_index): new function.
8250
8251 2003-06-19  Graham Percival  <gperlist@shaw.ca>
8252
8253         * input/test/ beam-damp.ly grace-end.ly lyric-extender.ly
8254         lyric-hyphen.ly : moved to regression.
8255
8256         * input/test/ beam-stem-test.ly beamed-slur-endings.ly
8257         diverse-spacing.ly duration-check.ly knee.ly lyrics.ly : deleted.
8258
8259         * input/test/instrument-name-mmrest.ly: moved to
8260         ../regression/multi-measure-rest-instr-name.ly
8261
8262         * input/test/knee-sym.ly: moved to
8263         ../regression/beam-knee-symmetry.ly.
8264
8265         * input/test/hymn.ly: change comments.
8266
8267         * input/test/[p-r]*.ly: add texidoc index.
8268
8269 2003-06-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8270
8271         * input/mutopia/J.S.Bach/Petites-Preludes/*.ly (opus): update
8272         to postfix syntax
8273         
8274         * input/mutopia/W.A.Mozart/mozart-hrn3-romanze.ly (romanze): new
8275         syntax.
8276
8277         * VERSION: release 1.7.22
8278
8279 2003-06-18  Graham Percival  <gperlist@shaw.ca>
8280
8281         * input/test/[h-k]*.ly: added texidoc index.
8282
8283         * input/test/knee-mult.ly: removed file (duplicate of beam-isknee.ly)
8284
8285         * input/test/equaliser.ly: renamed to midi-volume-equaliser.ly.
8286
8287         * input/test/ various : mark files for deletion or moving to
8288         regression.
8289
8290         * input/test/note-chords.ly: renamed to chord-names-no-inversions.ly.
8291
8292         * input/test/[l-o]*.ly: added texidoc index.
8293
8294 2003-06-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8295
8296         * scm/music-functions.scm (make-ottava-set): 
8297         only do ottavation if centralCPosition is set.
8298
8299         * lily/translator-scheme.cc (ly:context-property-where-defined):
8300         return '() if not found.
8301
8302 2003-06-17  Heikki Junes  <hjunes@cc.hut.fi>
8303
8304         * lilypond-mode.el (LilyPond-un-comment-region): removed.
8305         Use one command for both commenting and uncommenting.
8306
8307         * lilypond-indent.el (LilyPond-comment-region): new function,
8308         (un)comments each line separately.
8309
8310         * lilypond-mode.el, lilypond-indent.el: fix XEmacs paren-match.
8311         
8312         * lilypond-mode.el (LilyPond-add-imenu-menu): new function,
8313         imenu is not added by default; adapted from f90.el,
8314         makes Help-menu, which does not fit, visible in XEmacs.
8315         
8316 2003-06-16  Heikki Junes  <hjunes@cc.hut.fi>
8317
8318         * lilypond-mode.el: Set show-paren-mode local; minor-mode
8319         show-paren-mode sets blink-matching-paren-on-screen local.
8320         Try to make show-paren-function to paren-highlight local.
8321
8322         * lilypond-indent.el (LilyPond-scan-sexps): new function.
8323         Copy definitions of Emacs' show-paren-function and
8324         XEmacs' paren-highlight and make minimal changes;
8325         add comments about locality. 
8326         Fix matching first open-paren-char in '<< .. >>'.
8327
8328 2003-06-16  Graham Percival  <gperlist@shaw.ca>
8329
8330         * input/test/g*: added texidoc index.
8331
8332         * input/test/[a-g]*: added raggedright==#t when it
8333          seemed appropiate.
8334
8335         * input/test/ fake-grace.ly figured-bass.ly : removed file.
8336
8337         * Documentation/topdoc/INSTALL.texi: removed false warnings
8338         about gcc 3.3.
8339
8340 2003-06-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8341
8342         * input/test/spanner-after-break-tweak.ly (texidoc): new file.
8343
8344         * input/test/chords-without-melody.ly (texidoc): add from
8345         input/just-friends.ly
8346
8347         * input/regression/size{13--26}.ly: move from input/
8348
8349         * input/{opus-130,praeludium-fuga,scarlatti-*}.ly
8350         input/{star-spangled-banner,twinkle}.ly: remove 
8351         
8352         * lily/slur.cc: remove slur over rest warnings.
8353
8354         * lily/note-spacing.cc (get_spacing): include left part of right
8355         object in fixed space. This fixes stretched space before
8356         accidentals.
8357
8358         * input/regression/spacing-accidental-stretch.ly: new file.
8359
8360 2003-06-16  Rune Zedeler  <rz@daimi.au.dk>
8361
8362         * input/mutopia/R.Schumann/romanze-op28-2.ly: Minor fixes.
8363         Reduce to 16pt.
8364
8365 2003-06-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8366
8367         * input/regression/spacing-knee.ly: docstring
8368
8369         * input/regression/spacing-multi-tuplet.ly (multipart): docstring
8370
8371         * input/tutorial/{gallupi,minuet,sammartini,singing-saw}.ly
8372         input/tutorial/{test,solar,flowing}.ly: remove
8373
8374         * input/rhythm.ly: remove
8375
8376         * input/mutopia/F.Schubert/standchen.ly: update syntax.
8377
8378         * input/mutopia/E.Satie/petite-ouverture-a-danser.ly (global):
8379         update syntax. 
8380
8381         * scm/define-grobs.scm (all-grob-descriptions): set
8382         knee-spacing-correction to 1.0
8383
8384         * lily/note-spacing.cc (stem_dir_correction): compute knee
8385         correction using stem-thickness and head width.
8386
8387         * input/regression/beam-quanting-horizontal.ly: update texidoc
8388
8389         * scm/define-grobs.scm (all-grob-descriptions): set
8390         beamed-extreme-minimum-free-lengths to 1.25 for 32nd beams.
8391         This fixes 32nd beams for noteheads in spaces quants.
8392
8393         * scripts/lilypond-book.py (process_lilypond_blocks): opps.
8394
8395 2003-06-15  Heikki Junes  <hjunes@cc.hut.fi>
8396
8397         * README.mandrake: Change lilypond-extras to lilypond-documentation.
8398
8399 2003-06-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8400
8401         * input/test/dpncnt.ly,part-combine-score.ly: remove.
8402
8403         * VERSION (PACKAGE_NAME): release 1.7.21
8404
8405         * input/regression/stem-shorten.ly: new file.
8406
8407         * lily/stem.cc (get_default_stem_end_position): revise stem
8408         shortening code.
8409
8410         * input/regression/spacing-multi-tuplet.ly: move from input/test/
8411
8412         * input/test/{scripts,volta-start,sleur}.ly: remove
8413         
8414         * input/regression/span-bar.ly: smaller file.
8415
8416         * input/regression/spacing-{natural,tight,loose}.ly: remove
8417
8418         * input/test/markup.ly: remove
8419
8420         * scripts/lilypond-book.py: put printfilename in separate chunk,
8421         so texidoc is printed after the filename.  
8422
8423 2003-06-12  Heikki Junes  <hjunes@cc.hut.fi>
8424
8425         * make/lilypond.mandrake.spec.in: fix docdirs.
8426
8427 2003-06-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8428
8429         * input/regression/beam-french.ly: bugfix.
8430
8431         * buildscripts/lys-to-tely.py (name2line): sort filenames. 
8432
8433         * input/regression/(various).ly: add raggedright = #t.
8434
8435         * input/regression/auto-beam.ly: move from abe.ly
8436
8437 2003-06-13  Graham Percival  <gperlist@shaw.ca>
8438
8439         * input/test/f*.ly: added texinfo index.
8440         
8441         * input/test/broken-thread-line.ly: renamed to follow-break.ly.
8442
8443 2003-06-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8444
8445         * lily/beam-quanting.cc (score_forbidden_quants): also add inter
8446         quant penalty for beam just outside staff.
8447
8448         * input/regression/beam-quanting-horizontal.ly (texidoc): move
8449         from beam-pos.ly,  remove non-horizontal tests. 
8450
8451         * input/test/(various): cleanup header info. 
8452
8453         * input/test/tchaikovsky.ly: remove file.
8454
8455         * scm/chord-generic-names.scm: move from
8456         double-plus-new-chord-name.scm
8457
8458         * input/test/orchestscore.ly: remove file
8459
8460         * Documentation/user/refman.itely (Vocal music): update documentation.
8461
8462         * scm/define-translator-properties.scm (chordNoteNamer): remove
8463         chordNameStyle, use chordNameFunction
8464
8465         * scm/chord-name.scm (set-chord-name-style): remove
8466         set-chord-name-style. Use \property chordNameFunction.
8467
8468 2003-06-12  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8469
8470         * Documentation/user/lilypond-book.itely (Integrating LaTeX and
8471         music): remove @TeX{} command.
8472
8473 2003-06-12  Jan Nieuwenhuizen  <janneke@gnu.org>
8474
8475         * lilypond-indent.el (scan-sexps): Renamed to
8476         aargh-this-breaks-other-emacs-modes-scan-sexps.
8477
8478 2003-06-12  Heikki Junes  <hjunes@cc.hut.fi>
8479
8480         * lilypond-indent.el: Fix: match concurrent one-char opening and 
8481         closing slurs: '()', etc. Add comments.
8482
8483         * Documentation/user/music-glossary.tely: fix: change Ã¤ to @"a.
8484
8485         * lilypond-font-lock.el: match unending string at eof.
8486
8487         * make/lilypond.mandrake.spec.in: refreshed packed file list.
8488         
8489 2003-06-10  Graham Percival  <gperlist@shaw.ca>
8490
8491         * input/test/beam-abbrev.ly input/test/default-neutral-dir.ly
8492         input/test/beam-dir.ly input/test/beam-position.ly    
8493         input/test/beam-suspect.ly input/test/beam-trend.ly    
8494         input/test/beams.ly input/test/crescendo-text.ly : deleted
8495         * input/test/beam-chord.ly: moved to input/regression/beam-chord.ly
8496         * input/test/ beam-pos.ly beam-second.ly : moved to input/regression/
8497         * input/test/default-bars.ly: moved to bar-always.ly
8498         * input/test/ {many}: deleted old "renamed from foo to bar" comments.
8499
8500 2003-06-10  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8501
8502         * input/test/chord-names-dpnj.ly (texidoc): bugfix.
8503
8504 2003-06-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8505
8506         * scm/chord-ignatzek-names.scm (remove-step): rename file.
8507
8508 2003-06-10  Heikki Junes  <hjunes@cc.hut.fi>
8509
8510         * lilypond-indent.el: Match better slurs in scheme expressions.
8511         Refontify buffer if a block-comment-ender, '}' after '%', is inserted.
8512
8513         * Documentation/user/invoking.itexi: document Emacs' paren matching.
8514
8515 2003-06-10  Jan Nieuwenhuizen  <janneke@gnu.org>
8516
8517         * scm/chord-name.scm (set-chord-name-style): Update for 'ignatzek.
8518
8519         * input/ac-extra-voice.ly: Add texidoc.
8520
8521         * ly/chord-modifiers-init.ly: 
8522         * ly/engraver-init.ly (ScoreContext): Add chordNameExceptionsFull
8523         and chordNameExceptionsPartial for new chord names.
8524
8525         * input/test/chord-names-dpnj.ly: 
8526         * input/test/dpncnt.ly: Update.
8527
8528         * scm/chord-name.scm: 
8529         * scm/double-plus-new-chord-name.scm: Add compatibility for new
8530         chord selection and options.
8531
8532         * ly/chord-modifiers-init.ly: Add exceptions 
8533
8534         * scm/define-translator-properties.scm (chordNameStyle) 
8535         (chordNameExceptionsFull, chordNameExceptionsPartial): Add.
8536
8537 2003-06-10  Rune Zedeler  <rune@zedeler.dk>
8538
8539         * ly/property-init.ly (germanChords): Added.
8540         (semiGermanChords): Added.
8541         
8542         * input/test/chord-names-german.ly: Use new macros
8543         
8544 2003-06-09  Heikki Junes  <hjunes@cc.hut.fi>
8545
8546         * lilypond-indent.el: Use similar parenthesis highlighting for 
8547         Emacs and XEmacs through redefinitions of parenthesis highlighting 
8548         functions; removed LilyPond-show-paren-function. Fix indenting.
8549         Turn paren-matching on also in XEmacs.
8550
8551         * lilypond-font-lock.el: Set brackets' syntax to open/close-chars,
8552         as needed by parenthesis highlighting functions (in scan-sexp).
8553
8554 2003-06-08  Jan Nieuwenhuizen  <janneke@gnu.org>
8555
8556         * stepmake/aclocal.m4 (STEPMAKE_CHECK_VERSION_UNSUPPORTED): New
8557         function.
8558         (STEPMAKE_GETTEXT): If g++ >= 3.3, use gcc for gettext checking.
8559
8560 2003-06-08  Heikki Junes  <hjunes@cc.hut.fi>
8561
8562         * lilypond-indent.el: tune regexp for show-paren-function.
8563
8564 2003-06-07  Jan Nieuwenhuizen  <janneke@gnu.org>
8565
8566         * scripts/ly2dvi.py (run_latex, run_dvips, 'main'): Make preview
8567         for all LilyPond-produced tex snippets.
8568
8569         * tex/lilyponddefs.tex: Allow overriding of interscoreline.  This
8570         fixes one line --preview output of ly2dvi.
8571
8572 2003-06-07  Heikki Junes  <hjunes@cc.hut.fi>
8573
8574         * lilypond-indent.el: match only one type of slurs in
8575         LilyPond-show-paren-function.
8576
8577 2003-06-05  Jan Nieuwenhuizen  <janneke@gnu.org>
8578
8579         * debian/GNUmakefile (EXTRA_DIST_FILES): 
8580         * debian/lilypond1.7.dirs: 
8581         * debian/lilypond1.7-doc.dirs: New file.
8582
8583         * input/regression/chord-name-exceptions.ly: Add parameter for
8584         ignatzekExceptions.  Quote hash in docstring.
8585
8586 2003-06-06  Heikki Junes  <hjunes@cc.hut.fi>
8587
8588         * lilypond-indent.el (show-paren-function): define show-paren-function
8589         as LilyPond-blink-matching-open and use it for closing parens.
8590         Let LilyPond-blink-matching-open know whether a bracket was inserted.
8591
8592         * lilypond-indent.el: renamed LilyPond-beginning-of-containing-sexp to
8593         LilyPond-scan-containing-sexp and LilyPond-blink-matching-open to
8594         LilyPond-blink-matching-paren in order to match both open and close
8595         brackets.
8596         
8597 2003-06-05  Heikki Junes  <hjunes@cc.hut.fi>
8598
8599         * lilypond-indent.el (LilyPond-show-paren-function): introduce for
8600         testing by modifying the code from FSF Emacs paren.el. Add comments.
8601
8602 2003-06-04  Jan Nieuwenhuizen  <janneke@gnu.org>
8603
8604         * input/test/dpncnt.ly: Transpose example to match new
8605         default \chords octave.  Add comment.
8606         
8607         * scm/chord-name.scm (sequential-music-to-chord-exceptions): Add
8608         comment about octave change.
8609
8610 2003-06-04  Graham Percival  <gperlist@shaw.ca>
8611
8612         * input/test/[d,e]: added texinfo index tags.
8613         * input/test/empty-staffs.ly: renamed to blank-paper-tab.ly.
8614
8615 2003-06-04  Graham Percival  <gperlist@shaw.ca>
8616
8617         * Documentation/topdocs/INSTALL.texi: added warning about gxx-3.3.
8618
8619 2003-06-04  Heikki Junes  <hjunes@cc.hut.fi>
8620
8621         * lilypond-indent.el (LilyPond-blink-matching-open): use no argument,
8622         as in blink-matching-open.
8623
8624 2003-06-03  Graham Percival  <gperlist@shaw.ca>
8625
8626         * input/test/[a-c]: more comments in files.
8627         * input/test/ac-extra-voice.ly beam-abbrev.ly beam-chord.ly beam-dir.ly
8628         beam-pos.ly beam-position.ly beam-second.ly beam-suspect.ly 
8629         beam-trend.ly beams.ly crescendo-text.ly  default-neutral-dir.ly :
8630         mark file for proposed deletion.
8631         * input/test: renaming files:
8632         auto-beam-4-8.ly to beam-auto-4-8.ly
8633         auto-beam-override.ly to beam-auto-override.ly
8634         auto-beam.ly to beam-auto.ly
8635         blank.ly to blank-paper.ly
8636         absolute-volume.ly to dynamic-absolute-volume.ly
8637
8638 2003-06-03  Jan Nieuwenhuizen  <janneke@gnu.org>
8639
8640         * input/test/dpncnt.ly: 
8641         * input/test/chord-names-dpnj.ly: Resurrect.
8642
8643         * lily/my-lily-lexer.cc: Remove chordnames keyword.
8644
8645         * ly/chord-modifiers-init.ly (ignatzekExceptions): Update, tidy up.
8646
8647         * scm/chord-name.scm (sequential-music-to-chord-exceptions):
8648         Better docstring, add parameter OMIT-ROOT, tidy up.
8649
8650 2003-06-03  Heikki Junes  <hjunes@cc.hut.fi>
8651
8652         * lilypond-indent.el: match two-char slurs \[ ... \] and \( ... \).
8653
8654 2003-06-02  Jan Nieuwenhuizen  <janneke@gnu.org>
8655
8656         * scm/output-ascii-script.scm (as-font-alist-alist):
8657         (as-properties-to-font-name):
8658         (as-make-style-sheet): Remove.
8659
8660         * scm/font.scm (as-make-font-list): New function.
8661         (as-font-sheet-alist): New variable.
8662
8663         * ly/paper-as9-init.ly: 
8664         * ly/paper-as5-init.ly: Update.
8665
8666         * ly/paper-as5.ly:
8667         * ly/paper-as9.ly: New file.
8668
8669 2003-05-29  Jan Nieuwenhuizen  <janneke@gnu.org>
8670
8671         * mf/GNUmakefile (AFM_FILES): Add AF_FILES.
8672
8673 2003-05-28  Graham Percival  <gperlist@shaw.ca>
8674         * input/sondag-morgen/*: removed due to copyright concerns.
8675         * input/[a,b]*.ly: added a newline at the end of the texinfo
8676         doc string (produces better output in HTML version).
8677         * input/c*.ly: added texinfo index and added comments to
8678         aid in future changes to input/test/ files.
8679
8680 2003-05-28  Graham Percival  <gperlist@shaw.ca>
8681         
8682         * Documentation/user/refman.itely: fixed build problem (missing
8683         file) caused by previous renaming.
8684
8685 2003-05-28  Graham Percival  <gperlist@shaw.ca>
8686         
8687         * input/test/[a,b]*.ly: added texinfo index and added comments to
8688         aid in future changes to input/test/ files.
8689         * input/test/bar-number-every-5-reset.ly: renamed to
8690         bar-number-every-five-reset.ly
8691         * input/test/bar-script-visibility.ly: renamed to
8692         bar-number-show-all.ly
8693
8694 2003-05-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8695
8696         * ly/engraver-init.ly (VoiceContext): move Note_head_line_engraver
8697         to Voice.
8698
8699         * lily/glissando-engraver.cc (acknowledge_grob): new file: split
8700         out note-line and glissando functionality.
8701         
8702         * lily/line-spanner.cc (brew_molecule): cleanup.
8703
8704 2003-05-27  Jan Nieuwenhuizen  <janneke@gnu.org>
8705
8706         * scripts/as2text.scm: Use rdelim module.
8707         (start-system): Rename from start-line.
8708         (stop-system): Rename from stop-line.
8709         (af-gulp-file): Use string iso symbol for getenv.
8710
8711         * scm/output-ascii-script.scm: Add guile and lily modules.
8712         (font-name-alist): New variable.
8713         (draw-line): New function.
8714
8715         * scm/output-lib.scm (func, arg->string): Re-add from archive.
8716         (Were these silently removed, without ChangeLog entry?)
8717
8718 2003-05-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8719
8720         * scm/music-functions.scm (make-ottava-set): bugfixes: also
8721         process 2nd ottava correctly.
8722
8723 2003-05-27  Heikki Junes  <hjunes@cc.hut.fi>
8724
8725         * lilypond-indent.el: allow strings in LilyPond-parens-alist.
8726
8727 2003-05-26  Jan Nieuwenhuizen  <janneke@gnu.org>
8728
8729         * Documentation/user/converters.itely (Invoking midi2ly): Update.
8730
8731 2003-05-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8732
8733         * VERSION: release 1.7.20
8734         
8735         * lily/text-spanner.cc (brew_molecule): clean up function. This
8736         fixes bugs with broken 8va spanners.
8737
8738         * lily/simple-spacer.cc (solve): also compute force for raggedright.
8739         This prevents spurious line-breaks with raggedright
8740         
8741 2003-05-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8742
8743         * lily/key-performer.cc (create_audio_elements): always use major
8744         key
8745
8746         * Documentation/user/internals.itely: updates
8747
8748         * input/regression/beam-break.ly: new file.
8749
8750         * lily/beam.cc (brew_molecule): handle broken beams (i.e. print
8751         beams if starting or terminating stems have 'beaming set.)
8752
8753         * lily/beam-engraver.cc (process_music): add forbidBeamBreak
8754         property.
8755
8756         * lily/parser.yy (verbose_command_req): add comment about scales.
8757
8758 2003-05-25  Heikki Junes  <hjunes@cc.hut.fi>
8759
8760         * lilypond-indent.el: adjust regexps in bracket-matching.
8761
8762 2003-05-24  Juergen Reuter  <reuter@ipd.uka.de>
8763
8764         * Documentation/user/refman.itely: more tiny fixes
8765
8766         * Documentation/user/refman.itely: bugfix: "Chord namess" ->
8767         "Chord names"; added table with input syntax for solesmes neumes
8768         table; added some words about rationale on input syntax design
8769
8770         * lily/gregorian-ligature-engraver.cc,
8771         lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
8772         lily/include/gregorian-ligature.hh: bugfix: horizontal head
8773         alignment of Pes Initio Debilis
8774
8775         * Documentation/user/refman.itely,
8776         lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
8777         mf/parmesan-heads.mf: fixed most of the head selection/alignment
8778         bugs in the solesmes neumes table
8779
8780 2003-05-24  Heikki Junes  <hjunes@cc.hut.fi>
8781
8782         * lilypond-indent.el: Match '(' and ')' by skipping '\(' and '\)'.
8783         Similarly, match '[' and ']' by skipping '\[' and '\]'.
8784
8785         * lilypond-mode.el: fix tag-score. small improvements.
8786
8787 2003-05-23  Jan Nieuwenhuizen  <janneke@gnu.org>
8788
8789         * .cvsignore: Add aclocal.m4.
8790
8791         * lily/music-constructor.cc: Include <assert.h>.
8792
8793 2003-05-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8794
8795         * ly/engraver-init.ly (HaraKiriStaffContext): use
8796         RemoveEmptyStaffContext instead.
8797
8798         * Documentation/user/refman.itely: updates
8799
8800 2003-05-23  Juergen Reuter  <reuter@ipd.uka.de>
8801
8802         * Documentation/user/refman.itely: added solesmes neumes table;
8803         bugfix: make section "More Stanzas" a subsection of "Vocal Music";
8804         bugfix: "Ornaments" -> "Articulations"
8805
8806         * ly/gregorian-init.ly: junked "aucta" and "semivocalis"
8807
8808 2003-05-22  Heikki Junes  <hjunes@cc.hut.fi>
8809
8810         * lilypond-indent.el: Add a message about trying to match \] or \).
8811         
8812 2003-05-22  Juergen Reuter  <reuter@ipd.uka.de>
8813         
8814         * input/test/gregorian-scripts.ly, input/test/vaticana.ly: removed
8815         obsolete "arithmetic_*"
8816
8817         * input/bugs/ligatures.ly: removed (will be put into a different
8818         directory later)
8819
8820 2003-05-22  Jan Nieuwenhuizen  <janneke@gnu.org>
8821
8822         * stepmake/aclocal.m4: Add tetex-devel as package suggestion for
8823         libkpathsea (Maurizio Tomasi).
8824
8825 2003-05-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8826
8827         * input/regression/repeat-slash.ly (texidoc): new file
8828
8829         * lily/slash-repeat-engraver.cc (try_music): new file, handle
8830         slash repeats separately. Slash repeats and %
8831         repeats can now be nested.
8832
8833 2003-05-22  Heikki Junes  <hjunes@cc.hut.fi>
8834
8835         * lilypond-indent.el: Add preliminary test for closing \] and \).
8836         
8837 2003-05-21  Juergen Reuter  <reuter@ipd.uka.de>
8838
8839         * lily/gregorian-ligature-engraver.cc,
8840         lily/vaticana-ligature-engraver.cc,
8841         lily/include/gregorian-ligature.hh, ly/gregorian-init.ly,
8842         mf/parmesan-heads.mf: various semivocalis related bugfixes
8843
8844         * input/bugs/ligatures.ly: new file demonstrating problems with
8845         ligatures
8846         
8847 2003-05-21  Heikki Junes  <hjunes@cc.hut.fi>
8848
8849         * lilypond-mode.el,
8850         lilypond-font-lock.el,
8851         lilypond-indent.el: Move all paren matching to lilypond-indent.el.
8852
8853 2003-05-20  Heikki Junes  <hjunes@cc.hut.fi>
8854
8855         * lilypond-mode.el: Remove outdated code. Stress the difference 
8856         between Emacs and XEmacs definitions.
8857
8858         * lilypond-mode.el,
8859         lilypond-indent.el: Define a function interactive only when necessary.
8860
8861 2003-05-19  Heikki Junes  <hjunes@cc.hut.fi>
8862
8863         * lilypond-mode.el: Use temp-dir for Commands on Buffer/Region.
8864         Use inactive regions also in XEmacs.
8865
8866 2003-05-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8867
8868         * Documentation/user/refman.itely (Repeat syntax): more updates
8869
8870         * lily/simple-spacer.cc (solve): move solution process into
8871         solve(). This fixes a bug with collisions and raggedright = ##t.
8872  
8873         * scm/lily.scm (scm): remove output-pysk.scm, music-types.scm
8874
8875         * ly/engraver-init.ly: remove GraceContext. Update examples.
8876
8877 2003-05-18  Jan Nieuwenhuizen  <janneke@gnu.org>
8878
8879         * GNUmakefile.in (fonts): Also make fontball.
8880
8881         * Website fixes:
8882
8883         * ly/engraver-init.ly (GraceContext): Add.
8884
8885         * run:
8886
8887             convert-ly $(find . -name *.ly)
8888
8889         * ly/chord-modifiers-init.ly (ignatzekExceptionMusic): Hmm: fix
8890         new chords.
8891
8892 2003-05-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8893
8894         * VERSION: 1.7.19 released
8895         
8896         * scm/music-functions.scm (set-octavation): new function.
8897
8898         * input/regression/ottava.ly: new file
8899
8900         * lily/translator-scheme.cc (LY_DEFINE): new function
8901         ly:unset-context-property
8902         (LY_DEFINE) new function ly:context-property-where-defined: 
8903
8904 2003-05-18  Heikki Junes  <hjunes@cc.hut.fi>
8905
8906         * lilypond-font-lock.el: Add postfix syntax for horizontal groups.
8907
8908         * lilypond.words: add few.
8909
8910         * input/test/script-chart.ly: fix typo.
8911
8912 2003-05-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8913
8914         * scm/define-grobs.scm: uniform naming for definitions and output
8915         routine files. 
8916
8917         * ly/engraver-init.ly (ChoirStaffContext): add \description from
8918         scm/context-description.scm
8919
8920         * lily/parser.yy (translator_spec_body): add \description to the
8921         \translator{} body syntax.
8922
8923         * lily/ottava-engraver.cc: new file.
8924
8925         * scm/chord-name.scm (natural-chord-alteration): replace old
8926         chord stuff. 
8927
8928         * input/mutopia/R.Schumann/romanze-op28-2.ly: syntax updates.
8929
8930         * Documentation/user/refman.itely (Metronome marks): update doco.
8931
8932         * input/regression/markup-note.ly: new file
8933
8934         * input/regression/metronome-marking.ly: new file
8935
8936         * lily/metronome-engraver.cc: new file. Print \tempo markings.
8937
8938         * scm/new-markup.scm (note-markup): make a note glyph, useful for
8939         metronome marks.
8940
8941 2003-05-17  Jan Nieuwenhuizen  <janneke@gnu.org>
8942
8943         * Documentation/user/GNUmakefile: Compatibility fix for new
8944         makeinfo.  Please upgrade to texinfo CVS or pretest > 4.5.90 (rsn)
8945         for making binary packages; info splitting bug has been fixed.
8946
8947         * Documentation/user/refman.itely: Compile fixes.
8948
8949 2003-05-16  Heikki Junes  <hjunes@cc.hut.fi>
8950
8951         * lilypond-mode.el: XEmacs-fix: Use (mark) to find active-mark.
8952         Count \midi -keywords also for a region.
8953
8954 2003-05-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8955
8956         * lily/lookup.cc (LY_DEFINE): new function
8957
8958         * Documentation/user/tutorial.itely: updates
8959
8960 2003-05-15  Heikki Junes  <hjunes@cc.hut.fi>
8961
8962         * lilypond-mode.el: Allow Midi on buffer.
8963         Use only '.ly'-extension, remove '.sly' and '.fly'.
8964         Allow use of inactive regions. Invoke next Command on Master file, 
8965         Buffer or Region, if C-cc, C-cb, or C-cr, accordingly, was pressed.
8966
8967 2003-05-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8968
8969         * Documentation/user/tutorial.itely: updates.
8970
8971 2003-05-14  Heikki Junes  <hjunes@cc.hut.fi>
8972
8973         * lilypond-mode.el: Show messages in one line only, as in XEmacs.
8974
8975 2003-05-13  Juergen Reuter  <reuter@ipd.uka.de>
8976
8977         * lily/coherent-ligature-engraver.cc: fixed typo
8978
8979         * lily/coherent-ligature-engraver.cc,
8980         lily/gregorian-ligature-engraver.cc,
8981         lily/ligature-bracket-engraver.cc, lily/ligature-engraver.cc,
8982         lily/mensural-ligature-engraver.cc, lily/note-heads-engraver.cc,
8983         lily/vaticana-ligature-engraver.cc,
8984         lily/include/ligature-engraver.hh, ly/gregorian-init.ly,
8985         scm/grob-description.scm: cleanup: junked LigatureHead grob and
8986         removed all ligature specific stuff from NoteHead code
8987
8988         * lily/ligature-head.cc, lily/include/ligature-head.hh: removed;
8989         ligatures now use regular noteheads
8990
8991         * lily/vaticana-ligature.cc: tiny code cleanups
8992
8993         * lily/vaticana-ligature-engraver.cc: bugfix: insert additional
8994         space between two adjacent noteheads of the same pitch
8995
8996         * scm/grob-description.scm: bugfix: VaticanaLigature: interface
8997         description; cleanup: removed obsolete font-family settings
8998
8999 2003-05-11  Juergen Reuter  <reuter@ipd.uka.de>
9000
9001         * lily/coherent-ligature-engraver.cc,
9002         lily/gregorian-ligature-engraver.cc,
9003         lily/ligature-bracket-engraver.cc, lily/ligature-engraver.cc,
9004         lily/mensural-ligature-engraver.cc,
9005         lily/vaticana-ligature-engraver.cc,
9006         lily/include/gregorian-ligature-engraver.hh: updated for new
9007         Coherent_ligature_engraver; added comments that describe the basic
9008         design ideas of the ligature implementation
9009
9010         * lily/coherent-ligature-engraver.cc,
9011         lily/include/coherent-ligature-engraver.hh: new file: shared code
9012         between mensural ligatures and Gregorian chant notation ligatures
9013
9014 2003-05-11  Heikki Junes  <hjunes@cc.hut.fi>
9015
9016         * lilypond-mode.el: XEmacs fixes: include two definitions for the
9017         key for autocompletion XEmacs [iso-left-tab], Emacs [iso-lefttab],
9018         use only two arguments in sit-for, use no arguments in
9019         read-char-exclusive, backspace is not a character (127) in XEmacs.
9020
9021         * lilypond-font-lock.el: XEmacs: small fix to scheme-fontifying.
9022
9023 2003-05-06  Heikki Junes  <hjunes@cc.hut.fi>
9024
9025         * lilypond-mode.el: un-commenting works after syntax-table fix.
9026
9027         * lilypond-font-lock.el: fontify \[- and \]-slurs as horizontal
9028         group, verbose commenting for syntax table.
9029
9030         * lilypond-indent.el: add TODO for ligature slurs.
9031
9032 2003-05-05  Heikki Junes  <hjunes@cc.hut.fi>
9033
9034         * lilypond-mode.el: Move comments of parenthesis matching away,
9035         (blink-matching-paren-on-screen) fix blinking in Emacs.
9036
9037         * lilypond-font-lock.el: Fix parent-matching for Emacs:
9038         Emacs syntax-table knows only "13"-style, XEmacs knows also "1b3b".
9039
9040         * lilypond-indent.el: Add TODO for parenthesis matching.
9041
9042 2003-05-03  Heikki Junes  <hjunes@cc.hut.fi>
9043
9044         * lilypond-mode.el: Fix XEmacs: 
9045         changed [S-iso-lefttab] to [(shift iso-lefttab)],
9046         invoke explicitly easy-menu-add (in Emacs done automatically).
9047         
9048         * lilypond.words: Add few words from input/*/*.ly.
9049
9050 2003-05-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9051
9052         * VERSION (PATCH_LEVEL): release 1.7.18
9053
9054         * scripts/lilypond-book.py: only print basename for printfilename
9055         option
9056
9057         * input/mutopia/J.S.Bach/baerenreiter-sarabande.ly: corrections
9058         and syntax updates.
9059
9060 2003-05-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9061
9062         * mf/feta-toevallig.mf: revamp flat symbol: use less points,
9063         better parametrisation. Move fatness of bulb downward.
9064
9065         * mf/parmesan-custodes.mf (dir_down): remove underscores from
9066         glyph names. Underscores are not allowed .ps encoding files.
9067
9068 2003-04-30  Juergen Reuter  <reuter@ipd.uka.de>
9069
9070         * lily/spacing-spanner.cc, ly/paper-init.ly: introduced paper
9071         variable "packed" for packed right-ragged mode
9072
9073         * lily/spacing-spanner.cc: fixed typo: colunm -> column; removed
9074         unused variable ragged; fixed indentation
9075
9076         * Documentation/user/refman.itely: tiny cleanups in ancient
9077         clef and custos section
9078
9079 2003-04-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9080
9081         * lily/parser.yy (Simple_music): add \applyoutput, syntax
9082         \applyoutput PROCEDURE
9083
9084         * lily/my-lily-lexer.cc: add \applyoutput.
9085
9086         * scm/music-types.scm (music-descriptions): add ApplyOutputEvent.
9087
9088         * lily/text-item.cc: clean text-interface description
9089
9090 2003-04-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9091
9092         * input/{regression,test}/: use postfix for slur endings and beam
9093         begins.
9094
9095         * lily/beam-engraver.cc (acknowledge_grob): set melismata for new
9096         style beams too. 
9097
9098         * input/regression/lyrics-melisma-beam.ly: new file.
9099
9100         * lily/lyric-engraver.cc (process_music): change from
9101         process_acknowledged_grobs()
9102
9103         * scm/auto-beam.scm (override-auto-beam-setting): write Scheme
9104         functions to set and revert auto-beam settings.
9105
9106 2003-04-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9107
9108         * lily/*.cc (number_accidentals): gh_assoc -> scm_assoc.
9109
9110 2003-04-24  Juergen Reuter  <reuter@ipd.uka.de>
9111
9112         * ChangeLog, Documentation/topdocs/AUTHORS.texi,
9113         Documentation/user/lilypond.tely: fixed some typos; updated author
9114         info
9115
9116         * Documentation/user/music-glossary.tely: bugfix: #'flag-style =
9117         #"" -> #'flag-style = #'()
9118
9119         * lily/cluster-engraver.cc, lily/ligature-bracket-engraver.cc:
9120         cleanup: removed dead #includes
9121
9122         * lily/gregorian-ligature-engraver.cc,
9123         lily/include/gregorian-ligature.hh,
9124         scm/grob-property-description.scm: small cleanups, small spacing
9125         fixes
9126
9127         * lily/gregorian-ligature-engraver.cc, lily/parser.yy,
9128         lily/vaticana-ligature.cc,
9129         lily/include/gregorian-ligature-engraver.hh,
9130         scm/grob-property-description.scm, scm/music-types.scm:
9131         "porrectus" -> "pes or flexa"
9132
9133         * ly/engraver-init.ly, scm/grob-description.scm,
9134         scm/grob-property-description.scm: junked porrectus, now handled
9135         by ligature code
9136
9137         * scm/grob-description.scm: bugfix: added space-alist entry for
9138         breathing sign/custos
9139
9140 2003-04-24  Jan Nieuwenhuizen  <janneke@gnu.org>
9141
9142         * Another grand 2003 update.
9143         
9144         * Remove mentioning of `mudela'; There's no such thing.
9145
9146 2003-04-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9147
9148         * Documentation/user/preface.itely (Preface to version 1.8): update
9149
9150         * Documentation/user/invoking.itexi (Invoking LilyPond): revise
9151
9152         * Documentation/user/converters.itely (Invoking convert-ly): revise
9153
9154         * scripts/convert-ly.py (outfile_name): remove --assume-old.
9155
9156         * scripts/lilypond-book.py (schedule_lilypond_block): remove --read-lys
9157
9158 2003-04-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9159
9160         * Documentation/user/internals.itely: more updates.
9161
9162 2003-04-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9163
9164         * Documentation/user/refman.itely: revise 
9165
9166         * Documentation/user/internals.itely: revise
9167
9168         * lily/music.cc (LY_DEFINE): add function ly:music-deep-copy
9169
9170 2003-04-23  Juergen Reuter  <reuter@ipd.uka.de>
9171
9172         * Documentation/user/refman.itely: bugfix: fixed broken @ref{};
9173         beautification: reformatted ancient clefs section; cleanup: small
9174         wording fixes
9175
9176 2003-04-22  Heikki Junes <hjunes@cc.hut.fi>
9177
9178         * lilypond.words: added words for chant notation, sorted
9179         alphabetically through "sort lilypond.words"
9180
9181 2003-04-22  Juergen Reuter  <reuter@ipd.uka.de>
9182
9183         * ly/gregorian-init.ly, ly/script-init.ly, mf/parmesan-scripts.mf,
9184         scm/script.scm, input/test/gregorian-scripts.ly: added scripts for
9185         chant notation
9186
9187 2003-04-21  Juergen Reuter  <reuter@ipd.uka.de>
9188
9189         * buildscripts/mf-to-table.py: bugfix: "--" in glyph names:
9190         prevent TeX from interpreting them as long dash
9191
9192         * input/test/vaticana.ly: updated
9193
9194         * mf/parmesan-accidentals.mf, mf/parmesan-clefs.mf,
9195         mf/parmesan-custodes.mf, mf/parmesan-flags.mf,
9196         mf/parmesan-heads.mf, mf/parmesan-rests.mf,
9197         mf/parmesan-scripts.mf, mf/parmesan-timesig.mf: more set_char_box
9198         fixes
9199
9200         * mf/parmesan-heads.mf: ledger endings: removed dead code
9201
9202 2003-04-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9203
9204         * VERSION: 1.7.17 released
9205         
9206         * Documentation/user/GNUmakefile
9207         ($(outdir)/lilypond-internals/lilypond-internals.html): copy ly
9208         files too.
9209
9210         * scm/document-markup.scm: new file: document all markup
9211         functions.
9212
9213         * scm/documentation-generate.scm: rename all documentation modules
9214         to document-*.scm
9215
9216         * scripts/lilypond-book.py: generate link to .ly file iso. link to
9217         .png
9218
9219         * input/test/divisiones.ly: added
9220
9221         * input/regression/output-property.ly: new file
9222
9223         * lily/cluster.cc: change cluster-interface to use style property
9224
9225 2003-04-20  Rune Zedeler  <rune@zedeler.dk>
9226
9227         * input/test/chord-names-german.ly: modified.
9228
9229         * scm/chords-ignatzek.scm:
9230           chord-name->german-markup: Added
9231           note-name->german-markup: Changed (now producing lowercase notenames)
9232
9233         * lily/chord-name-engraver.cc: Reads property chordNoteNamer
9234         
9235 2003-04-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9236
9237         * scripts/convert-ly.py (FatalConversionError.conv):
9238         divisiominima -> divisioMinima, etc.
9239
9240         * ly/engraver-init.ly (FiguredBassContext): add
9241         Separating_line_group_engraver to Figured bass context.
9242
9243         * ly/german-chords-init.ly: remove file
9244
9245         * input/test/chord-names-german.ly (scm): new file.
9246
9247         * ly/engraver-init.ly (ScoreContext): add chordRootNamer property.
9248
9249         * lily/chord-name-engraver.cc: move New_chord_name_engraver to
9250         Chord_name_engraver
9251
9252         * Documentation/user/refman.itely: lots of updates.
9253
9254         * input/regression/chord-name-exceptions.ly (chExceptionMusic):
9255         new file
9256
9257         * input/test/bar-number-every-5-reset.ly: new file.
9258
9259 2003-04-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9260
9261         * input/regression/chord-name-major7.ly: new file
9262
9263         * scm/chord-entry.scm (construct-chord): bugfix: don't remove 11
9264         if specced explicitly.
9265
9266         * input/regression/chord-name-entry-11.ly: new file.
9267
9268         * input/test/slur-beautiful.ly: new file.
9269
9270         * Documentation/user/refman.itely: updates.
9271
9272         * input/regression/collisions.ly (threevoice): cleanup.
9273
9274         * scripts/convert-ly.py:  linewidth = -1  -> raggedright = ##t.
9275
9276 2003-04-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9277
9278         * Documentation/user/*.itely: various updates.
9279
9280         * ly/spanners-init.ly: enddecr/ endcr.
9281
9282         * Documentation/user/tutorial.itely (Fine tuning a piece): editing
9283         of tutorial
9284
9285 2003-04-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9286
9287         * scripts/ly2dvi.py (extra_init): add compat2 to latex options.
9288
9289         * lily/new-chord-name-engraver.cc (process_music): use octavation
9290         (a number) instead of original-pitch to store inversions. This
9291         fixes a problem with transposed chords with inversions.  
9292
9293 2003-04-14  Jan Nieuwenhuizen  <janneke@gnu.org>
9294
9295         * stepmake/aclocal.m4: Include compile fix for broken flex, as
9296         used in includable-lexer.hh.
9297
9298         * lily/includable-lexer.cc: Bugfix: include config.h.
9299
9300         * stepmake/aclocal.m4: Check for $GUILE_CONFIG; allows
9301         circumvention of Debian packaging bug.
9302
9303 2003-04-13  Jan Nieuwenhuizen  <janneke@gnu.org>
9304
9305         * flex-2.5.31 hits Debian/unstable.  Fixes below.
9306         
9307         * lily/lexer.ll (avoid_silly_flex_induced_gcc_warnings): Disable.
9308
9309         * lily/includable-lexer.cc [!HAVE_FLEXLEXER_YY_CURRENT_BUFFER]
9310         (yy_current_buffer): New macro, compile hacks for flex 2.5.29.
9311
9312         * lily/include/includable-lexer.hh: 
9313         * lily/lexer.ll: Hack for multiple include of FlexLexer.h.
9314
9315         * config.hh.in (HAVE_FLEXLEXER_YY_CURRENT_BUFFER): Add.
9316
9317         * aclocal.m4: Regenerate.
9318
9319         * stepmake/aclocal.m4 (STEPMAKE_FLEXLEXER): Check for
9320         yyFlexLexer.yy_current_buffer, which was removed in flex-2.5.29.
9321
9322         * scm/pdf.scm (use-modules): Include lily.
9323
9324         * scm/pdftex.scm (start-system): Bugfix: add closing brace (Beernd
9325         Noordkamp).
9326         (use-modules): Include lily.
9327         (lily-def): Bugfix: include tex-val in let.
9328
9329 2003-04-12  Heikki Junes <hjunes@cc.hut.fi>
9330
9331         * lilypond-mode.el: sensible error if lilypond.words not found.
9332
9333         * lilypond.words: add few words.
9334
9335 2003-04-11  Juergen Reuter  <reuter@ipd.uka.de>
9336
9337         * mf/parmesan-clefs.mf: bugfix: char boxes corrected
9338
9339         * mf/parmesan-scripts.mf: fixed typo in char name
9340
9341 2003-04-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9342
9343         * VERSION: 1.7.16 released
9344
9345         * python/lilylib.py (setup_temp): temporary directories are mode 700.
9346         (this is a security vulnerability).
9347
9348         * Documentation/user/lilypond.tely: remove abbreviations (n't, 's)
9349
9350         * lily/multi-measure-rest-engraver.cc (stop_translation_timestep):
9351         add staff support.
9352
9353 2003-04-10  Juergen Reuter  <reuter@ipd.uka.de>
9354
9355         * mf/parmesan-scripts.mf, Documentation/user/refman.itely,
9356         ly/script-init.ly, scm/script.scm: bugfix: renamed
9357         fermata->signumcongruentiae to fix naming clash with feta font
9358
9359 2003-04-10  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9360
9361         * input/regression/multi-measure-rest-grace.ly (texidoc): new file
9362
9363         * lily/multi-measure-rest-engraver.cc
9364         (start_translation_timestep): use grace timing too for determining
9365         when to make mmrest.
9366         (start_translation_timestep): clear numbers too.
9367
9368 2003-04-09  Juergen Reuter  <reuter@ipd.uka.de>
9369
9370         * scm/music-types.scm: compile fix: escape braces
9371
9372         * buildscripts/mf-to-table.py: replaced \char -> \musicglyph to
9373         work around font selection problem
9374
9375         * Documentation/user/refman.itely: BreathingSign: added docu for
9376         property "text"
9377
9378 2003-04-09  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
9379
9380         * Documentation/topdocs/AUTHORS.texi (AUTHORS): Updated contact
9381         information.
9382
9383 2003-04-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9384
9385         * lily/multi-measure-rest-engraver.cc (class
9386         Multi_measure_rest_engraver): make multiple Number objects, one
9387         for each MultiMeasureTextEvent.
9388
9389         * scm/music-functions.scm (glue-mm-rest-texts): use
9390         MultiMeasureTextEvent
9391
9392         * scm/music-types.scm (music-descriptions): add MultiMeasureTextEvent
9393
9394         * Documentation/user/refman.itely (Multi measure rests): update.
9395
9396 2003-04-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9397
9398         * lily/ly-module.cc (ly_copy_module_variables): use
9399         scm_internal_hash_fold() for iterating modules.
9400
9401 2003-04-08  Juergen Reuter  <reuter@ipd.uka.de>
9402
9403         * Documentation/user/refman.itely: Section Custodes: added more
9404         example code
9405
9406         * mf/feta-eindelijk.mf, mf/parmesan-rests.mf: cleanup: moved
9407         neo-mensural rests to parmesan font
9408
9409         * mf/parmesan-heads.mf, mf/parmesan-timesig.mf: updated file
9410         header
9411
9412 2003-04-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9413
9414         * Documentation/user/macros.itexi: @fileref macro.
9415
9416         * buildscripts/lys-to-tely.py (name2line): add <NAME> tags for
9417         each file. 
9418
9419 2003-04-04  Juergen Reuter  <reuter@ipd.uka.de>
9420
9421         * lily/include/custos.hh, make/lilypond.suse.spec.in,
9422         Documentation/topdocs/AUTHORS.texi: updated my email address
9423
9424         * Documentation/user/refman.itely: updated custos documentation;
9425         beautified divisiones example; beautified articulations table
9426
9427         * lily/breathing-sign.cc: bugfix: finalis molecule
9428
9429 2003-04-03  Juergen Reuter  <reuter@ipd.uka.de>
9430
9431         * Documentation/user/refman.itely: added docu for
9432         contemporary fermata symbols, gregorian breathing signs; small fixes
9433
9434         * ly/gregorian-init.ly: removed obsolete #'type props
9435
9436 2003-04-01  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
9437
9438         * lily/multi-measure-rest.cc (set_spacing_rods): Handle the
9439         minimum-length property correctly.
9440
9441 2003-03-31  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9442
9443         * scm/music-functions.scm (make-multi-measure-rest): set input
9444         locations for multimeasure rests.
9445
9446 2003-03-31  Juergen Reuter  <reuter@ipd.uka.de>
9447
9448         * input/regression/breathing-sign.ly: updated to for ancient
9449         notation
9450
9451 2003-03-31  Jan Nieuwenhuizen  <janneke@gnu.org>
9452
9453         * scripts/ly2dvi.py: Add newline.
9454
9455 2003-03-30  Jan Nieuwenhuizen  <janneke@gnu.org>
9456
9457         * scripts/ly2dvi.py (dependency_files): Compile fix.
9458
9459 2003-03-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9460
9461         * scripts/ly2dvi.py (find_pfa_fonts): add --png option
9462         (make_html_menu_file): --html menu. 
9463
9464 2003-03-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9465
9466         * scripts/ly2dvi.py (run_dvips): +add the .map file 
9467
9468 2003-03-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9469
9470         * input/screech-boink.ly: new file.
9471
9472 2003-03-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9473
9474         * scripts/lilypond-book.py (make_lilypond_file): convert
9475         lilypond-file to lilypond block directly, without going through
9476         begin/end lilypond text.
9477         
9478
9479 2003-03-21  Juergen Reuter  <reuter@ipd.uka.de>
9480
9481         * lily/breathing-sign.cc, lily/include/breathing-sign.hh,
9482         scm/grob-description.scm: moved Michael's original breathing sign
9483         code in brew_molecule() to divisio_minima(); provided new
9484         brew_molecule() that effectively replaces the
9485         Text_item::brew_molecule callback (with additional fallback to
9486         Michael's original code); added callbacks for brewing divisio
9487         maior/maxima and finalis
9488
9489         * gregorian-init.ly: added breathing sign shortcuts for virgula,
9490         caesura, divisiominima, divisiomaior, divisiomaxima, and finalis
9491
9492         * script-init.ly: added shortfermata, longfermata,
9493         verylongfermata, varcoda
9494
9495         * scm/script.scm, mf/feta-schrift.mf: added shortfermata,
9496         longfermata, verylongfermata, varcomma, varcoda
9497
9498 2003-03-19  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
9499
9500         * Documentation/user/{tutorial.itely,refman.itely,internals.itely}: 
9501           Remove all noquote and insert a few quote.
9502         
9503         * Documentation/user/lilypond-book.itely (Music fragment options),
9504           scripts/lilypond-book.py: Don't include quotation blocks by
9505           default. Introduce option quote instead of noquote
9506
9507 2003-03-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9508
9509         * VERSION: 1.7.15 released
9510         
9511         * Documentation/user/lilypond.tely: omf updates.
9512
9513         * buildscripts/texi2omf.py (omf_vars): include version.date
9514
9515         * make/lilypond.redhat.spec.in: fixes for spec file. 
9516
9517         * stepmake/stepmake/texinfo-vars.make (GENERATE_OMF):  replace var
9518         by function definition: lily now requires a recent GNU Make.
9519
9520         * scripts/lilypond-book.py (write_deps): remove .tex dependency
9521         writing.
9522
9523         * make/ly-rules.make: remove .ly -> .tex rule
9524
9525         * Documentation/user/refman.itely (Figured bass): revised figured
9526         bass example.
9527
9528 2003-03-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9529
9530         * stepmake/stepmake/omf-targets.make (local-install): add
9531         scrollkeeper-update message.
9532
9533         * scripts/lilypond-book.py (lilypond_binary): explicity add path
9534         to binary.
9535         (TexiPaper.process_ly2dvi_block): idem for ly2dvi
9536
9537         * scripts/ly2dvi.py (lilypond_binary): explicity add path to binary.
9538
9539         * Documentation/user/converters.itely (Invoking midi2ly): add
9540         track/channel notice.
9541
9542 2003-03-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9543
9544         * stepmake/stepmake/omf-targets.make (omf-local-install): bugfixes
9545
9546         * lily/parser.yy (scalar): DIGIT is also a scalar.
9547
9548         * Documentation/user/music-glossary.tely: add @omf tags
9549
9550         * Documentation/user/lilypond.tely: add @omf tags
9551
9552         * scm/generate-documentation.scm (string-append): add @omf tags.
9553
9554         * stepmake/stepmake/omf-*: new files 
9555
9556         * input/regression/multi-measure-rest.ly (texidoc): add doco
9557
9558         * GNUmakefile.in (web-doc-install): add web-doc-install target
9559
9560         * lily/scm-hash.cc (remove): prevent underflow of elt_count_. This
9561         fixes crashes while dumping MIDI.
9562
9563         * ly/performer-init.ly (FiguredBassContext): add Figured bass for
9564         midi
9565
9566 2003-03-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9567
9568         * buildscripts/texi2omf.py: new file.
9569
9570         * mf/feta-beugel.mf: include font count, not staffsize (16) in
9571         font-name
9572
9573 2003-03-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9574
9575         * input/regression/beam-manual-beaming.ly (texidoc): new file.
9576
9577         * lily/sequential-iterator.cc (descend_to_child): call
9578         descend_to_child() for all types of music.
9579
9580 2003-03-08  Jan Nieuwenhuizen  <janneke@gnu.org>
9581
9582         * scm/translator-property-description.scm: Add
9583         bassFigureFormatFunction.  Replace some entries.
9584
9585 2003-03-04  Jan Nieuwenhuizen  <janneke@gnu.org>
9586
9587         * cygwin/post-lilypond.sh: Add FHS-specified path for fonts to
9588         clean out.
9589
9590 2003-03-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9591
9592         * scripts/midi2ly.py (Note.dump): never dump duration for
9593         dump_dur=0.
9594
9595         * scm/chords-ignatzek.scm (alteration->text-accidental-markup):
9596         new function
9597
9598         * scm/bass-figure.scm (make-bass-figure-markup): reimplement bass
9599         figures using new markups. Much simpler, and should improve layout
9600         a little.
9601
9602         * mf/feta-nummer-code.mf (code): insert space in location 32, not 33.
9603
9604 2003-03-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9605
9606         * ly/engraver-init.ly: use Hara kiri by default for 
9607         ChordNames, FiguredBass and Lyrics(Voice) context. 
9608
9609         * lily/axis-group-engraver.cc (acknowledge_grob): use
9610         rhythmic-grob-interface for selecting items not to hara-kiri'd 
9611
9612         * scm/new-markup.scm (markup-function-list): add bracket,
9613         vbracket.
9614
9615         * ly/engraver-init.ly (ChordNamesContext): set
9616         minimumVerticalExtent
9617
9618 2003-03-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9619
9620         * input/test/time-signature-double.ly: new file 
9621
9622         * input/regression/collision-head-chords.ly (texidoc): new file.
9623
9624         * lily/type-swallow-translator.cc: add note swallow translator 
9625
9626         * input/test/time-signature-double.ly: new file.
9627
9628         * lily/type-swallow-translator.cc: add Rest_swallow_translator
9629
9630         * ly/engraver-init.ly (ChordNamesContext): add Rest_swallow_translator
9631         (FiguredBassContext): idem.
9632
9633         * VERSION (MY_PATCH_LEVEL): 1.7.14 released
9634
9635         * input/mutopia/W.A.Mozart/*.ly (romanze): markup syntax updates. 
9636
9637         * buildscripts/mf-to-table.py: add .pfa, .pfb target dependency.
9638
9639         * stepmake/stepmake/metafont-rules.make ($(outdir)/%.pfb): remove
9640         .afm dependency
9641
9642         * buildscripts/mf-to-table.py (write_fontlist): use new markup syntax
9643
9644         * python/lilylib.py (make_page_images): add function.
9645
9646         * scripts/ly2dvi.py (run_latex): include title in preview image.
9647
9648         * scripts/lilypond-book.py (process_ly2dvi_blocks): call ly2dvi
9649         from lilypond-book for <ly2dvifile> tags in HTML.
9650
9651         * scripts/ly2dvi.py (option_definitions): add --debug option to
9652         print out environment.
9653
9654         * input/regression/tie-chord-partial.ly: new file.
9655
9656 2003-03-05  Heikki Junes <hjunes@cc.hut.fi>
9657
9658         * lilypond.words: add 3
9659
9660 2003-03-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9661
9662         * scm/new-markup.scm (markup-function-list): add finger-markup
9663
9664         * input/tutorial/brahms-tweaked.ly: new markup 
9665
9666         * scm/bass-figure.scm (brew-one-figure): bugfix for large bass figures 
9667
9668         * scm/new-markup.scm (brew-new-markup-molecule): robustness: don't
9669         crash when processing '() markup
9670
9671         * input/regression/breathing-sign.ly (texidoc): add caesura example.
9672
9673         * lily/breathing-sign.cc (railtracks): another caesura.
9674
9675         * mf/feta-schrift.mf: caesura symbol. 
9676
9677 2003-03-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9678
9679         * scripts/convert-ly.py (FatalConversionError.conv): add
9680         ly:molecule-XXX conversions.
9681
9682         * lily/molecule-scheme.cc: change names to ly:molecule-XXX
9683
9684         * input/regression/multi-measure-rest-text.ly: new file.
9685
9686         * scm/music-functions.scm (glue-mm-rest-texts): automatically
9687         convert MMREST-TEXT to MultiMeasureRestNumber settings.
9688
9689         * ly/engraver-init.ly (ScoreContext): move tablature settings to
9690         ScoreContext
9691
9692         * scm/new-markup.scm (center-markup): \center markup.
9693
9694         * scm/music-functions.scm: remove pitchify scripts.
9695
9696         * lily/music.cc (print_smob): display music name if available 
9697
9698 2003-03-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9699
9700         * Documentation/user/refman.itely (Instrument names): remove
9701         \turnOff doco.
9702
9703 2003-03-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9704
9705         * lily/score.cc (mark_smob): bugfix.
9706
9707         * input/regression/rehearsal-mark.ly: new file.
9708
9709         * lily/my-lily-parser.cc (here_input): revert reporting of errors:
9710         report error at the current token again.
9711
9712 2003-02-26  Jan Nieuwenhuizen  <janneke@gnu.org>
9713
9714         * cygwin/mknetrel: Exit if doc build fails.
9715
9716         * lily/GNUmakefile: Add hack for .deps and --srcdir build.
9717
9718 2003-02-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9719
9720         * scm/music-types.scm (music-descriptions): add doc strings
9721
9722 2003-02-25  Jan Nieuwenhuizen  <janneke@gnu.org>
9723
9724         * lily/lexer.ll: 
9725         * lily/include/my-lily-lexer.hh: 
9726         * lily/include/includable-lexer.hh: Add flex kludge.
9727
9728         * config.hh.in: 
9729         * config.make.in: 
9730         * stepmake/aclocal.m4 (STEPMAKE_DATADIR, STEPMAKE_LIBDIR): Junk
9731         cruft.
9732         
9733         * stepmake/aclocal.m4 (STEPMAKE_LIBDIR): Fix casual cut and paste
9734         code.
9735
9736 2003-02-24  Jan Nieuwenhuizen  <janneke@gnu.org>
9737
9738         * ly/spanners-init.ly (cresc, dim): Update to new markup text.
9739
9740         * lily/parser.yy (new_chord): Compile fix.
9741
9742 2003-02-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9743
9744         * Documentation/user/refman.itely (Tuning groups of objects):
9745         remove documentation for \turnOff. 
9746
9747         * lily/percent-repeat-engraver.cc (try_music): add correct
9748         processing moments for double-measure percents as well.
9749
9750         * input/regression/percent-repeat-skipbars.ly (texidoc): new file
9751
9752         * lily/lily-guile.cc (ly:dimension?): add dimension as separate
9753         grob prop type. 
9754
9755         * Documentation/user/refman.itely (Printing named chords): add
9756         chord name tweak doco.
9757
9758         * input/template/gregorian-transcription.ly: new file.
9759
9760 2003-02-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9761
9762         * VERSION: 1.7.13 released
9763         
9764         * input/test/*: lots of cleanups/comment-outs/removals in chord
9765         examples
9766         
9767         * input/regression/*: lots of cleanups/comment-outs/removals in
9768         chord examples
9769         
9770         * scripts/lilypond-book.py (check_texidoc): add no-texidoc to
9771         options
9772
9773         * lily/new-chord-name-engraver.cc (process_music): give original
9774         inversion pitch to chord name routine.
9775
9776         * input/tutorial/os-score.ly: update to new markup
9777
9778         * Documentation/user/appendices.itely: simply include
9779         chords-ignatzek. 
9780
9781         * Documentation/user/refman.itely (Chords mode): add documentation
9782         for chord mode.
9783
9784         * scm/chord-entry.scm (construct-chord): mark inversion as bass if
9785         not present in chord.
9786         (construct-chord): add inversion and bass support.
9787
9788         * lily/chord.cc: junk contents.
9789
9790 2003-02-17  Heikki Junes <hjunes@cc.hut.fi>
9791
9792         * Documentation/user/refman.itely:
9793         * Documentation/user/music-glossary.tely: fix. 
9794
9795 2003-02-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9796
9797         * scm/chord-entry.scm (construct-chord): move chord construction
9798         to Scheme.
9799
9800         * lily/parser.yy (new_chord): new setup for chord entry.
9801
9802 2003-02-16  Heikki Junes <hjunes@cc.hut.fi>
9803
9804         * lilypond.words:
9805         * Documentation/user/music-glossary.tely: add ambitus.
9806
9807 2003-02-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9808
9809         * scm/chords-ignatzek.scm (ignatzek-chord-names): robustness fix.
9810
9811         * lily/include/*.hh: string() -> to_string()
9812
9813         * scm/chords-ignatzek.scm: new file.
9814
9815         * ly/chord-modifiers-init.ly (ignatzekExceptionMusic): define
9816         standard chord name exceptions.
9817
9818         * scm/translator-property-description.scm (chordNameSeparator):
9819         add property.
9820         (majorSevenSymbol): add property
9821
9822         * lily/translator-scheme.cc (ly:context-properties): new function
9823         (ly:context-parent): new function.
9824         (print_smob): print context name.
9825
9826         * lily/music.cc (ly:get-music-length): new function
9827         (print_smob): don't print properties.
9828
9829         * lily/duration.cc (duration<?): new function
9830
9831         * input/regression/chords-funky-ignatzek.ly: new file.
9832
9833         * scm/double-plus-new-chord-name.scm (ignatzek-chord-names):
9834         jazz chords.
9835
9836         * lily/pitch.cc (ly:pitch-diff): new function.
9837
9838         * input/regression/chords-ignatzek.ly: new file.
9839
9840 2003-02-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9841
9842         * scm/double-plus-new-chord-name.scm (ignatzek-chord-names): classify
9843         pitches for jazz chords.
9844
9845 2003-02-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9846
9847         * lily/pitch.cc (LY_DEFINE): add ly:pitch-steps
9848
9849 2003-02-05  Heikki Junes  <hjunes@cc.hut.fi>
9850
9851         * lilypond.words: add 1
9852
9853 2003-02-04  Heikki Junes  <hjunes@cc.hut.fi>
9854
9855         * Documentation/topdocs/AUTHORS.texi: refine.
9856
9857 2003-01-25  Heikki Junes  <hjunes@cc.hut.fi>
9858
9859         * lilypond-font-lock.el: lyrics-mode update for multiple stanza.
9860         
9861         * lilypond.words: add one.
9862
9863 2003-01-23  Heikki Junes  <hjunes@cc.hut.fi>
9864
9865         * lilypond-font-lock.el: Fontify post-notated slurs [-^_][()].
9866         Fontify bass note in chords, e.g., e in c1/e.
9867         
9868 2003-01-19  Jan Nieuwenhuizen  <janneke@gnu.org>
9869
9870         * Documentation/user/music-glossary.tely: Dutch updates and
9871         additions (Arent Storm).
9872
9873 2003-01-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9874
9875         * input/regression/ambitus.ly:  move file.      
9876
9877         * lily/include/pitch.hh (class Pitch): make Pitch objects immutable.
9878
9879         * lily/event.cc (transpose): add tonic property to Key_change_req
9880         and to Key_engraver.
9881
9882 2003-01-17  Heikki Junes  <hjunes@cc.hut.fi>
9883
9884         * Documentation/user/refman.itely: fix typo.
9885
9886         * lilypond.words: removed wrong identifiers.
9887
9888 2003-01-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9889
9890         * mf/feta-toevallig.mf: make flat stem shorter 
9891
9892 2003-01-16  Heikki Junes  <hjunes@cc.hut.fi>
9893
9894         * lilypond-font-lock.el: Fontify post-notated slurs -( and -).
9895
9896         * lilypond.words: add from Phrasing slur.
9897         
9898 2003-01-15  Heikki Junes  <hjunes@cc.hut.fi>
9899
9900         * lilypond-mode.el: allow launching multiple ViewPS processes.
9901         
9902         * lilypond.words: add from Text markup.
9903
9904 2003-01-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9905
9906         * input/test/ossia.ly (texidoc): add comment.
9907
9908         * input/regression/voice-follower.ly: new file.
9909
9910         * mf/feta-toevallig.mf: make flat heavier.
9911
9912         * lily/cluster-engraver.cc: clean up Cluster engraver
9913
9914         * lily/cluster.cc (brew_molecule): cleaned up Cluster code and
9915         Engraver. Use Note_column to compute Y positions and deal with
9916         line break stuff.
9917
9918 2003-01-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9919
9920         * lily/stem.cc: move french-beaming to stem.
9921
9922 2003-01-13  Heikki Junes  <hjunes@cc.hut.fi>
9923
9924         * lilypond-font-lock.el: fontify all durations in chords.
9925
9926         * lilypond.words: add from lily/my-lily-lexer.cc
9927
9928 2003-01-12  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9929
9930         * VERSION: release 1.7.12
9931
9932         * lily/vaticana-ligature-engraver.cc (finish_primitive): compile fixes.
9933
9934         * lily/gregorian-ligature.cc: new file
9935
9936         * lily/*: the Great 2003 search & replace.
9937
9938         * Documentation/user/refman.itely (Manual repeat commands): add
9939         note about font selection.
9940
9941 2003-01-12  Heikki Junes  <hjunes@cc.hut.fi>
9942
9943         * lilypond-mode.el: propose recompiling midi while invoking playing,
9944         not while stopping playing.
9945
9946 2003-01-11  Heikki Junes  <hjunes@cc.hut.fi>
9947
9948         * lilypond.words: add one.
9949
9950         * lilypond-font-lock.el: add colour groups for horizontal, vertical 
9951         and expressional note grouping. Fontify chord modes.
9952
9953 2003-01-09  Heikki Junes  <hjunes@cc.hut.fi>
9954
9955         * Documentation/user/music-glossary.tely (Top): translate melisma.
9956
9957 2003-01-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9958
9959         * Documentation/user/music-glossary.tely (Top): add melisma.
9960
9961 2002-01-08  Juergen Reuter  <reuter@ipd.uka.de>
9962
9963         * lily/gregorian-ligature-engraver.cc: bugfix: added missing
9964         interfaces for (abstract) grob GregorianLigature
9965
9966         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc:
9967         renamed head* -> glyph_name*, x-shift* -> x-offset*
9968
9969         * scm/grob-property-description.scm: bugfix: added missing descriptions
9970
9971 2003-01-07  Jan Nieuwenhuizen  <janneke@gnu.org>
9972
9973         * input/test/chord-names-dpnj.ly: New file.
9974
9975         * scm/double-plus-new-chord-name.scm: Implement full and partial
9976         exceptions.
9977
9978         * lily/lexer.ll: <markup>: Allow dash and hyphen in markup command.
9979
9980         * scm/double-plus-new-chord-name.scm
9981         (double-plus-new-chord->markup): Fix sub->markup.
9982
9983
9984 2003-01-07  Juergen Reuter  <reuter@ipd.uka.de>
9985
9986         * lily/custos-engraver.cc: added TODO; editorial changes
9987
9988         * lily/ligature-bracket-engraver.cc: added typeset_ligature () for
9989         consistency with other ligature engravers; removed access on (now)
9990         private variable _ligature of Ligature_engraver
9991
9992         * lily/include/ligature-engraver.hh, lily/ligature-engraver.cc:
9993         renamed last_bound -> last_bound_; issue programming_error on
9994         abstract method calls; moved primitives code from
9995         Mensural_bracket_engraver to here (because almost ligature
9996         engravers will need it); renamed try_stop_ligature () ->
9997         typeset_ligature (); bugfix: store primitives of finished ligature
9998         in separate variable finished_primitives_ to avoid clash on input
9999         like "\] \["; added current_ligature () to enable access on
10000         private variable _ligature
10001
10002         * lily/mensural-ligature-engraver.cc: removed primitives_ code
10003         (now in super class); renamed try_stop_ligature () ->
10004         typeset_ligature ()
10005
10006         * lily/mensural-ligature.cc: issue programming_error on abstract
10007         method calls
10008
10009         * lily/note-heads-engraver.cc: added TODO comment upon bool
10010         in_ligature
10011
10012         * mf/parmesan-heads.mf: fixed some of set_char_box()
10013
10014         * scm/grob-description.scm: added VaticanaLigature
10015
10016         * scm/grob-property-description.scm: added neume prefix properties
10017
10018         * ly/gregorian-init.ly, lily/gregorian-ligature-engraver.cc,
10019         lily/include/gregorian-ligature-engraver.hh,
10020         lily/include/gregorian-ligature.hh: new files; framework for
10021         gregorian ligature engravers such as vaticana
10022
10023         * lily/vaticana-ligature.cc, lily/vaticana-ligature-engraver.cc,
10024         lily/include/vaticana-ligature.hh, input/test/vaticana.ly:
10025         vaticana style ligature implementation (still somewhat uncomplete)
10026
10027 2003-01-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10028
10029         * VERSION: release 1.7.11
10030
10031         * scripts/convert-ly.py: add ly:pitch-transpose rule
10032
10033 2003-01-06  Jan Nieuwenhuizen  <janneke@gnu.org>
10034
10035         * input/test/dpncnt.ly: New file.
10036
10037         * lily/my-lily-lexer.cc: Add chordnames keyword.
10038
10039         * lily/parser.yy (chordnames_block): Parse chord name exception
10040         lists, see input/test/dpncnt.ly.
10041
10042         * scm/chord-name.scm (set-double-plus-new-chord-name-style): New
10043         function.
10044
10045         * scm/lily.scm (filter-out-list): Bugfix: filter rest using
10046         filter-out too.
10047
10048         * lily/pitch.cc (ly_pitch_transpose): Scheme name now
10049         ly:pitch-transpose (was ly:transpose-pitch), in conformance with
10050         pitch functions (except for ly:make-pitch, but that's apparently
10051         some sort of scheme naming standard?).
10052
10053         * scm/lily.scm (!=): define-public.
10054
10055         * scm/new-markup.scm (make-markup-maker): define-public make-markups.
10056
10057 2003-01-05  Jan Nieuwenhuizen  <janneke@gnu.org>
10058
10059         * scm/double-plus-new-chord-name.scm
10060         (double-plus-new-chord-name->markup): New file.
10061
10062 2003-01-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10063
10064         * python/lilylib.py (make_preview): don't suppress progress for
10065         bbox extraction.
10066
10067 2003-01-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10068
10069         * Documentation/user/appendices.itely (scheme): update for new syntax.
10070
10071         * input/regression/chord-name-styles.ly: new file
10072
10073         * lily/instrument-name-engraver.cc: create instrument names
10074         without barline too.  Allows instrument name on ChordNames  
10075
10076         * scm/new-markup.scm (interpret-markup): allow simple strings as
10077         markup too.
10078
10079 2003-01-04  Jan Nieuwenhuizen  <janneke@gnu.org>
10080
10081         * scm/chord-name.scm: Super/raise changes and fixes for Banter.
10082         (step->markup-accidental): Fix: add accidental.
10083         (chord::inner-name-american): 
10084         (chord::inner-name-jazz): Ugly fix from inner-name-banter: do not
10085         append stray '/' if last superscript addition was 'o'.
10086
10087         * scm/new-markup.scm (normal-size-sub-markup) 
10088         (normal-size-super-markup): New function.
10089
10090         * lily/source-file.cc (Source_file): Add warning for possibly
10091         intentional but suspicious initialization.
10092
10093         * scm/chord-name.scm: Small rewrites, layout fixes.  Identify and
10094         add comments about cut-and-paste programming.
10095
10096         * flower/rational.cc (lcm): Not used; comment out.
10097
10098 2003-01-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10099
10100         * lily/new-fingering-engraver.cc (position_scripts): use
10101         fingerHorizontalDirection to determine fingering horizontal
10102         directions.
10103  
10104         * lily/accidental-engraver.cc (acknowledge_grob): add accidental to
10105         fingering support.
10106
10107         * scripts/convert-ly.py (FatalConversionError.conv): add style
10108         conversion rule. 
10109
10110         * scm/chord-name.scm (set-chord-name-style): new function.
10111         (new-chord-name-brew-molecule): revise to interpret markup only
10112         (new-chord->markup): cleanuppish rewrite. To be called from the
10113         new engraver.
10114
10115         * lily/new-chord-name-engraver.cc: new engraver: call Chord ->
10116         Markup earlier, during interpreting.
10117
10118         * input/test/{banter,jazz,american}-chords.ly (scheme): update
10119         style settings. Rename to chord-names-*.ly
10120
10121 2003-01-03  Jan Nieuwenhuizen  <janneke@gnu.org>
10122
10123         * scm/chord-name.scm: Painful merge of Amy's patch to old-style
10124         markup code and update to new markup.  Most probably broke some of
10125         it.
10126         
10127 2002-12-30  Juergen Reuter  <reuter@ipd.uka.de>
10128
10129         * Documentation/user/refman.itely: added docu for ambitus and
10130         clusters
10131
10132         * lily/lookup.cc, scm/tex.scm: cleanup: avoid nasty double
10133         ly_quote_scm() in lookup.cc
10134
10135         * mf/parmesan-clefs.mf: set_char_box fix
10136
10137         * lily/cluster-engraver.cc: junk implicit protection; use
10138         Protected_scm instead
10139
10140 2002-12-29  Jan Nieuwenhuizen  <janneke@gnu.org>
10141
10142         * scm/chord-name.scm: Junk "`(," constructs, use make-FOO-markup
10143         throughout.
10144
10145         * scm/new-markup.scm: Turn-off error-triggering test code.
10146
10147 2002-12-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10148
10149         * scm/new-markup.scm (markup-thrower-typecheck) 
10150         (markup-typecheck?):  add full typechecking functions.
10151         (make-markup-maker): add make-FOO-markup functions.
10152         (markup-argument-list-error): nice error checking messages.
10153         (make-markup): better function: less quoting escapades.
10154
10155 2002-12-29  Jan Nieuwenhuizen  <janneke@gnu.org>
10156
10157         * scm/chord-name.scm: Remove fixme's.  Jazz chords still broken.
10158
10159 2002-12-28  Jan Nieuwenhuizen  <janneke@gnu.org>
10160
10161         * cygwin/lilypond.hint (requires): Add cygwin.
10162
10163         * .cvsignore: Remove stepmake (huh!?!), add lib.
10164
10165         * GNUmakefile.in: Add libdir links for builddir runs.
10166
10167         * scripts/midi2ly.py: Add [lilypond_]libdir/python to path,
10168         instead of datadir.
10169
10170         * make/substitute.make (ATVARIABLES): Add lilypond_libdir,
10171         local_lilypond_libdir.
10172
10173         * config.make.in (lilypond_libdir): Add.
10174
10175         * stepmake/stepmake/substitute-rules.make: 
10176         * stepmake/stepmake/script-rules.make: 
10177         * stepmake/stepmake/python-module-rules.make:
10178         * stepmake/aclocal.m4 (STEPMAKE_LIBDIR): Fixes from
10179         lilypond-python-module patch.
10180
10181 2002-12-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10182
10183         * Documentation/user/refman.itely (Graphical interfaces): add note
10184         about xml2ly.
10185
10186 2002-12-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10187
10188         * scripts/ly2dvi.py (run_dvips): remove trailing newline
10189
10190 2002-12-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10191
10192         * VERSION: released 1.7.10
10193
10194         * scripts/musedata2ly.py (): idem
10195
10196         * scripts/midi2ly.py (dump_chord): idem
10197
10198         * scripts/etf2ly.py (version): idem 
10199
10200         * scripts/pmx2ly.py (Slur.calculate): new chord syntax
10201
10202         * scripts/mup2ly.py (pre_processor_commands): new chord syntax
10203
10204         * scm/tex.scm (tex-output-expression): remove eval compat
10205         glut. Other output files too.
10206
10207         * scm/chord-name.scm: don't export anything from chord module.
10208
10209         * input/test/american-chords.ly: idem
10210
10211         * input/test/banter-chords.ly (texidoc): idem
10212
10213         * input/test/Cc-chords.ly: add breakage notes.
10214
10215         * Documentation/user/refman.itely (Text markup): rewrite manual
10216         section.
10217
10218         * lily/parser.yy (scalar): allow \markup { } as property value. 
10219
10220         * scm/chord-name.scm: complete new markup usage
10221
10222         * scm/grob-description.scm (all-grob-descriptions): use new markup
10223         texts by default
10224
10225 2002-12-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10226
10227         * scm/chord-name.scm: partial move to new markup texts.
10228
10229 2002-12-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10230
10231         * scm/grob-description.scm (all-grob-descriptions): small bass figures.
10232
10233         * scm/bass-figure.scm (brew-bass-figure): make stack direction
10234         settable.
10235
10236 2002-12-18  Heikki Junes <hjunes@cc.hut.fi>
10237
10238         * lilypond-mode.el (LilyPond-command): propose 2midi if midi is
10239         invoked for old midi, wait for killing.
10240
10241 2002-12-16  Heikki Junes <hjunes@cc.hut.fi>
10242
10243         * Documentation/user/music-glossary.tely: Finnishing.
10244
10245 2002-12-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10246
10247         * mf/feta-nummer-code.mf: some kerning pairs.
10248
10249 2002-12-14  Rune Zedeler  <rz@localhost.localdomain>
10250
10251         * scm/output-lib.scm (set-bar-number-visibility): Context-function
10252         Added.
10253
10254         * Documentation/user/refman.itely (Bar numbers):
10255         set-bar-number-visibility added, modulo-bar-number removed again
10256         (sorry).
10257
10258 2002-12-14  Heikki Junes <hjunes@cc.hut.fi>
10259
10260         * scm/output-lib.scm (modulo-bar-number-visible): add function.
10261
10262         * Documentation/user/refman.itely: add modulo-bar-number-visible.
10263
10264         * Documentation/user/music-glossary.tely: translate into Finnish.
10265
10266 2002-12-10  Heikki Junes <hjunes@cc.hut.fi>
10267
10268         * lilypond-mode.el: add shortcut for 2midi
10269
10270         * lilypond-font-lock.el: fontify lyrics
10271
10272 2002-12-10  Rune Zedeler  <rz@daimi.au.dk>
10273
10274         * scm/drums.scm : use 1.7.x names.
10275
10276         * input/regression/drums.ly : Don't use << chords >>
10277
10278 2002-12-10  Heikki Junes <hjunes@cc.hut.fi>
10279
10280         * lilypond-mode.el: tidy, add TODO
10281
10282         * make/lilypond.mandrake.spec.in: install-info quietly.
10283
10284 2002-12-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10285
10286         * input/test/markup.ly: use new syntax.
10287
10288 2002-12-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10289
10290         * ly/params-init.ly (interscoreline): add word-space
10291
10292         * input/test/metronome.ly (eighthNote): idem.
10293
10294         * input/test/script-priority.ly: use new markup
10295
10296         * lily/parser.yy (markup): allow HEAD markup0 markup1 
10297
10298         * lily/molecule-scheme.cc (ly:molecule-translate): new function.
10299
10300         * lily/parser.yy (gen_text_def): bugfix.
10301         (full_markup): allow markup identifier.
10302
10303 2002-12-09  Heikki Junes <hjunes@cc.hut.fi>
10304
10305         * lilypond-mode.el (LilyPond-kill-job): Kill all LilyPond compiling
10306         jobs at the same time. Add horizontal lines to Command menu.
10307         Allow one compiling job -- propose killing others before a new one.
10308
10309         * lilypond.words: add markup, teeny, etc.
10310
10311 2002-12-08  Heikki Junes <hjunes@cc.hut.fi>
10312
10313         * lilypond-mode.el: Use LilyPond-command-alist for Midi and MidiAll.
10314         Allow only one type of midi process; launching Midi either stops
10315         midis or plays the current midi and launching MidiAll stops midis
10316         and starts timidity with "-ia", i.e., XAW-interface. Bind C-c C-return 
10317         to MidiAll. Choose "timidity-[1-9].ly" etc. files to MidiAll.
10318
10319 2002-12-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10320
10321         * lily/text-engraver.cc (process_acknowledged_grobs): use new
10322         markup  for new markup texts.
10323
10324         * lily/mark-engraver.cc (process_music): idem
10325         
10326         * lily/instrument-name-engraver.cc (create_text): idem
10327
10328         * scm/new-markup.scm (magnify-markup): new function.
10329
10330         * scm/molecule.scm (stack-lines): bugfix.
10331
10332         * lily/font-interface.cc (get_font): take font-magnification from
10333         alist chain.
10334
10335 2002-12-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10336
10337         * lily/molecule-scheme.cc: move scheme functions to separate file.
10338
10339         * lily/font-metric.cc  (ly_get_glyph): new function. 
10340         
10341         * scm/new-markup.scm (column-markup): use baseline-skip for columns.
10342         (italic-markup, dynamic-markup): new functions
10343         (font-markup): new function
10344
10345         * lily/molecule.cc (ly_molecule_combined_at_edge): optional
10346         padding and minimum
10347
10348 2002-12-07  Rune Zedeler  <rz@daimi.au.dk>
10349
10350         * lily/accidental-engraver.cc:
10351         Bugfix: Also print forced accidentals when autoAccidentals = \turnOff
10352
10353 2002-12-06  Heikki Junes <hjunes@cc.hut.fi>
10354
10355         * lilypond.vim:
10356         * lilypond-font-lock.el: Put \longa as duration. Accept only 
10357         [a-zA-Z] for user defined identifiers. Separate note cases 
10358         with and without a duration (allow cis\longaX).
10359
10360         * lilypond.words: Add words from Info.
10361
10362 2002-12-06  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
10363
10364         * stepmake/stepmake/c++-rules.make: Compile fix (bison 1.28)
10365
10366 2002-12-05  Heikki Junes <hjunes@cc.hut.fi>
10367
10368         * lilypond-mode.el: Propose reverting buffer before a command if
10369         it was edited with an another editor.
10370
10371 2002-12-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10372
10373         * lily/molecule.cc (ly_translate_molecule): new function
10374
10375         * python/GNUmakefile (INSTALLATION_DIR1): install Python module
10376         into libdir
10377
10378         * autogen.sh (srcdir): copy aclocal.m4 if newer. 
10379
10380         * stepmake/aclocal.m4: STEPMAKE_LIBDIR.
10381
10382 2002-12-04  Heikki Junes <hjunes@cc.hut.fi>
10383
10384         * lilypond.words: take \words from Info-index.
10385
10386 2002-12-04  Jan Nieuwenhuizen  <janneke@gnu.org>
10387
10388         * scm/sodipodi.scm: Add instruction for generating pfa fonts.
10389
10390 2002-12-02  Heikki Junes <hjunes@cc.hut.fi>
10391
10392         * make/lilypond.mandrake.spec.in: use %make and %makeinstall.
10393
10394 2002-12-01  Heikki Junes <hjunes@cc.hut.fi>
10395
10396         * make/lilypond.mandrake.spec.in: set menu-items to lilypond-info 
10397         and lilypond-documentation.
10398
10399 2002-12-02  Jan Nieuwenhuizen  <janneke@gnu.org>
10400
10401         * lily/parser.yy: Compile fix (bison 1.75).
10402
10403 2002-12-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10404
10405         * VERSION: 1.7.9 released
10406
10407         * scm/music-functions.scm (shift-one-duration-log): refactor.
10408         Use music-map.
10409
10410         * input/regression/chord-tremolo.ly (texidoc): add dot test.
10411
10412         * NEWS: update.
10413
10414         * lily/font-interface.cc (get-font): take alist chain i.s.o. alist
10415         argument
10416         
10417         * scm/music-functions.scm (display-music): new function
10418         (music-map): change arg order.
10419
10420         * input/regression/new-markup-syntax.scm: new file
10421
10422         * lily/parser.yy (markup): add \markup { .. } syntax.
10423
10424         * scm/new-markup.scm (override-markup): new function
10425         (lookup-markup): new function
10426         (music-markup): new function
10427         (lookup-markup-command): use markup-signature to store argument
10428         format for parser.
10429
10430         * lily/lexer.ll: preliminary \markup syntax. 
10431
10432 2002-11-30  Heikki Junes <hjunes@cc.hut.fi>
10433
10434         * make/lilypond.mandrake.spec.in: remove extra %changelog entries,
10435         add pre/post-dependencies and menus with icons from source.
10436
10437         * Documentation/pictures/lilypond-48x48.xpm:
10438         * Documentation/pictures/lilypond-32x32.xpm:
10439         * Documentation/pictures/lilypond-16x16.xpm: new files, background
10440         transparent.
10441
10442         * stepmake/stepmake/generic-targets.make:
10443         * stepmake/stepmake/toplevel-targets.make: Add make rpm-mandrake.
10444
10445 2002-11-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10446
10447         * input/regression/music-map.ly (texidoc): new file.
10448
10449         * scm/music-functions.scm (music-map): new function
10450
10451 2002-11-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10452
10453         * lily/ligature-engraver.cc (create_ligature_spanner): fix fixes.
10454
10455 2002-11-28  Heikki Junes <hjunes@cc.hut.fi>
10456
10457         * input/test/to-xml.ly:
10458         * lily/ligature-engraver.cc: Fixes documentation.
10459
10460         * lilypond.mandrake.spec.in:
10461         * lilypond.redhat.spec.in: Add lilypond.words.
10462
10463         * Documentation/user/refman.itely: Mention Info inside emacs.
10464         
10465         * lilypond.suse.spec.in:
10466         * lilypond.redhat.spec.in:
10467         * lilypond.mandrake.spec.in: Set root-owner for doc
10468         (tobbe@nyvalls.se).
10469
10470 2002-11-27  Jan Nieuwenhuizen  <janneke@gnu.org>
10471
10472         * scripts/ly2dvi.py (run_dvips): Use ly.read_pipe () instead of
10473         os.popen.read ().
10474
10475 2002-11-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10476
10477         * scripts/ly2dvi.py (include_path): print warning if failing anything.
10478
10479         * python/lilylib.py (error): add space
10480
10481 2002-11-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10482
10483         * GNUmakefile.in (EXTRA_DIST_FILES): add lilypond.words for
10484         distribution.
10485
10486 2002-11-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10487
10488         * lily/paper-outputter.cc (Paper_outputter): close port when
10489         finishing score.
10490
10491 2002-11-26  Jan Nieuwenhuizen  <janneke@gnu.org>
10492
10493         * scm/sodipodi.scm: Fixes.
10494
10495 2002-11-26  Heikki Junes <hjunes@cc.hut.fi>
10496
10497         * lilypond-mode.el: Look shortcuts in menu from keymap, if possible.
10498
10499         * buildscripts/make-font-dir.py: Fix. 
10500
10501 2002-11-25  Heikki Junes <hjunes@cc.hut.fi>
10502
10503         * lilypond-mode.el: Add support for Info inside Emacs.
10504
10505 2002-11-24  Jan Nieuwenhuizen  <janneke@gnu.org>
10506
10507         * buildscripts/make-font-dir.py: 
10508         * mf/GNUmakefile: Make sodipodi font map.
10509
10510         * scm/sodipodi.scm: Add more output functions.
10511
10512         * mf/feta-nummer.mf: 
10513         * mf/feta-beugel.mf: Add font_coding_scheme.
10514
10515         * lily/paper-outputter.cc (output_header): Fix creator string.
10516
10517 2002-11-23  Heikki Junes <hjunes@cc.hut.fi>
10518
10519         * lilypond-mode.el (LilyPond-autocompletion): invoked with
10520         [S-iso-lefttab], fixes at bol and eol, descriptive variable names.
10521
10522         * lilypond.words: add two (Everybody can add/remove words now!).
10523
10524         * debian/rules:
10525         * make/lilypond.suse.spec.in:
10526         * make/lilypond.mandrake.spec.in:
10527         * make/lilypond.redhat.spec.in: Add lilypond.words for emacs-files.
10528
10529         * Documentation/user/refman.itely: Mention autocompletion.
10530
10531 2002-11-23  Jan Nieuwenhuizen  <janneke@gnu.org>
10532
10533         * scripts/ly2dvi.py: Add paper sizes.
10534
10535         * lily/timing-engraver.cc: 
10536         * lily/time-signature.cc: 
10537         * lily/span-bar.cc: 
10538         * lily/grob-scheme.cc: Code formatting fixes.
10539
10540         * scm/sodipodi.scm: 
10541         * scm/sketch.scm:
10542         * buildscripts/mf-to-table.py: 
10543         * buildscripts/make-font-dir.py: Font testing.
10544
10545 2002-11-23  Heikki Junes <hjunes@cc.hut.fi>
10546
10547         * lilypond-mode.el (LilyPond-autocompletion): deletes end-of-word,
10548         inserts try-completion and shows all-completions.
10549
10550         * lilypond.words: '\' -> '\\'
10551
10552         * lilypond-mode.el: load libraries in the end, lilypond.words defines
10553         LilyPond-keywords, LilyPond-identifiers and LilyPond-reserved-words.
10554         
10555         * lilypond-font-lock.el: Use LilyPond-keywords, LilyPond-identifiers
10556         and LilyPond-reserved-words.
10557         
10558 2002-11-22  Heikki Junes <hjunes@cc.hut.fi>
10559
10560         * lilypond-mode.el (LilyPond-words-filename): find lilypond.words
10561         from load-path.
10562         
10563         * lilypond-mode.el (LilyPond-autocompletion): shows completions in
10564         the mini-buffer with Control-Shift-c.
10565         
10566 2002-11-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10567
10568         * lily/parser.yy (tempo_event): use tempo-unit for \tempo
10569         duration. This fixes \tempo taking time.
10570
10571 2002-11-21  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
10572
10573         * lily/volta-engraver.cc (process_acknowledged_grobs): 
10574         Allow for text markup in repeatCommands. 
10575
10576 2002-11-21  Heikki Junes <hjunes@cc.hut.fi>
10577
10578         * lilypond-mode.el (LilyPond-insert-string): new function, use it
10579         in LilyPond-insert-tag-notes. LilyPond-insert-between, new function.
10580         Get rid of skeleton.el-dependency.
10581
10582         * Documentation/topdocs/INSTALL.texi: tell how to get syntax-highlight.
10583
10584 2002-11-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10585
10586         * lily/beam-engraver.cc (stop_translation_timestep): reset
10587         now_stop_ev_
10588
10589         * lily/scm-option.cc: add parse-protect to ly:set-option
10590
10591         * lily/lexer.ll: set errorlevel if GUILE fails during parse.
10592
10593 2002-11-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10594
10595         * lily/include/ligature-bracket.hh: removed
10596         * lily/ligature-bracket.cc: removed
10597
10598         * lilypond-mode.el (LilyPond-expand-alist): set LaTeX extension to
10599         .tex
10600
10601         * lily/beam.cc (set_beaming): don't change beam count on rests.
10602         (brew_molecule): always set flag-width > 0.
10603
10604 2002-11-19  Heikki Junes <hjunes@cc.hut.fi>
10605
10606         * lilypond-mode.el: LilyPond-imenu-generic-re: only alphabetic
10607         chars, remove instructions; instead, refer to lilypond-init.el and
10608         Documentation/topdocs/INSTALL.texi.
10609
10610         * lilypond.words: add identifiers and reserved words.
10611
10612         * Documentation/topdocs/INSTALL.texi: separate sections for installing
10613         files and adding a load-path.
10614
10615         * lilypond-init.el: Instructions, extracted from 
10616         Documentation/topdocs/INSTALL.texi. 
10617         
10618 2002-11-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10619
10620         * VERSION: 1.7.8 released 
10621
10622         * lily/grob.cc (warning): better robustness fix.
10623
10624 2002-11-19 Juergen Reuter  <reuter@ipd.uka.de>
10625
10626         * lily/cluster-engraver.cc: bugfix: use protected scm upon columns
10627
10628         * lily/cluster-engraver.cc: stick better to variable naming
10629         conventions
10630
10631         * lily/cluster-engraver.cc: bugfix: delay typesetting of cluster
10632         until stop_translation_timestep()
10633
10634         * lily/cluster-engraver.cc, lily/cluster.cc: design fix: pass
10635         min/max coordinates to backend, but no musical info such as
10636         pitches
10637
10638         * lily/cluster.cc: robustness fix: do not crash upon empty cluster
10639
10640         * lily/grob.cc: robustness fix: warning(): do not crash if
10641         cause is not set
10642
10643         * lily/ligature-bracket-engraver.cc, scm/grob-description.scm: use
10644         the much more elaborated tuplet brackets than the very naive and
10645         simple ligature bracket grob
10646
10647 2002-11-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10648
10649         * Documentation/user/refman.itely (Analysis brackets): add
10650         horizontal bracket doco.
10651
10652         * ly/property-init.ly (setMmRestFermata): added.
10653
10654         * Documentation/user/refman.itely (Multi measure rests): fermatas
10655         on mm rests.
10656
10657         * input/regression/apply-context.ly (texidoc): new file
10658
10659         * lily/parser.yy (Simple_music): \applycontext #FUNCTION allows
10660         code to be executed during interpretation. Possible applications:
10661         smart octavation, more advanced bar checks. 
10662
10663         * lily/apply-context-iterator.cc: new file.
10664
10665 2002-11-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10666
10667         * input/test/new-markup.ly: new file.
10668
10669         * lily/text-item.cc (text_to_molecule): new function
10670
10671         * scm/new-markup.scm (lambda): new file
10672
10673         * lily/function-documentation.cc (ly_add_function_documentation):
10674         add proc property as well
10675
10676 2002-11-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10677
10678         * Documentation/user/music-glossary.tely (Top): add custos.
10679
10680 2002-11-18  Heikki Junes <hjunes@cc.hut.fi>
10681
10682         * Documentation/topdocs/INSTALL.texi: advise how to include source
10683         path to Emacs load-path and improve language.
10684
10685 2002-11-16  Jan Nieuwenhuizen  <janneke@gnu.org>
10686
10687         * GNUmakefile.in: config.h message fix.
10688
10689         * autogen.sh:
10690         * aclocal.m4: Regenerate.
10691
10692         * configure.in: 
10693         * config.make.in: 
10694         * stepmake/config.make.in: 
10695         * stepmake/configure.in: 
10696         * stepmake/autogen.sh: 
10697         * stepmake/aclocal.m4: Update for autoconf 2.56.
10698
10699 2002-11-16  Heikki Junes <hjunes@cc.hut.fi>
10700
10701         * Documentation/topdocs/INSTALL.texi: instructions for an user how
10702         to install Emacs-mode. Instructions how to use vim-mode.
10703
10704 2002-11-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10705
10706         * scm/music-types.scm (music-descriptions): no length for tempo event.
10707
10708         * input/*.ly: add \version everywhere.
10709         
10710         * input/*.ly: update syntax to 1.7 + new-chords.
10711
10712         * VERSION: 1.7.7 released.
10713         
10714         * Documentation/user/*.tely: new chord syntax.
10715
10716         * input/regression/[bc]*.ly (texidoc): syntax updates.
10717         
10718 2002-11-13  Heikki Junes <hjunes@cc.hut.fi>
10719
10720         * lilypond.words: add vocabulary to be used in auto-completion
10721
10722         * vimrc: autocompletion in Insert/Replace-mode with <Ctrn-N>
10723
10724         * lilypond.vim: allow note name at EOF
10725
10726 2002-11-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10727
10728         * buildscripts/new-chords.py (edit): -e option: inline editing.
10729
10730         * input/regression/a*.ly (texidoc): syntax updates.
10731
10732         * Documentation/user/lilypond-book.itely (Integrating La@TeX{} and
10733         music): elucidations. 
10734
10735 2002-11-11 Juergen Reuter  <reuter@ipd.uka.de>
10736
10737         * lily/include/lily-proto.hh, ly/engraver-init.ly,
10738         ly/spanners-init.ly, scm/grob-description.scm,
10739         scm/grob-property-description.scm, scm/music-types.scm,
10740         lily/cluster-engraver.cc, lily/cluster.cc,
10741         lily/include/cluster.hh, input/test/cluster.ly: cluster
10742         implementation
10743
10744         * lily/include/lookup.hh, lily/lookup.cc, scm/pdf.scm
10745         ps/music-drawing-routines.ps, scm/ascii-script.scm, scm/ps.scm,
10746         scm/sketch.scm, scm/tex.scm: support for dots and polygons added
10747
10748         * lily/lookup.cc: bugfix: fixed infinite loop in frame ()
10749
10750         * mf/parmesan-heads.mf: bugfix: vaticana punctum set_char_box
10751
10752         * scm/grob-description.scm: bugfix: by default, use default note
10753         head style when engraving ligatures
10754
10755         * lily/note-heads-engraver.cc: bugfix: do not steal ligature events
10756
10757         * lily/mensural-ligature-engraver.cc: bugfix: accept ligature
10758         events
10759
10760         * lily/ligature-bracket-engraver.cc: bugfix: accept ligature events
10761
10762         * input/test/ancient-font.ly: bugfix: style -> flag-style
10763
10764         * lily/ligature-engraver.cc: indentation fix
10765
10766         * lily/parser.yy: indentation fixes
10767         
10768 2002-11-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10769
10770         * input/regression/measure-grouping.ly: more elaborate example.
10771
10772         * lily/moment.cc: ly:add-moment, ly:mul-moment,
10773         ly:div-moment. New functions 
10774
10775         * scm/music-functions.scm (set-time-signature): new function,
10776         allow inline time sig settings with measure grouping.
10777
10778         * lily/parser.yy (command_element): move time sig construction
10779         into Scheme.
10780
10781         * lily/side-position-interface.cc (out_of_staff): new function,
10782         like padding, but keep minimum distance from staff. Easier than
10783         linespanners (dynamics, pedals), but roughly the same effect.
10784
10785 2002-11-10 Heikki Junes  <hjunes@cc.hut.fi>
10786
10787         * emacs-mode.el: Added spanish-note-replacements 
10788         (Carlos Betancourt, <carlos.betancourt@chello.be>).
10789
10790         * vimrc: (Un)commenting with <(S-)F12>, tidy.
10791
10792 2002-11-08  Heikki Junes  <hjunes@cc.hut.fi>
10793
10794         * lilypond.vim: Do not fontify cises, desis, etc.
10795
10796         * vimrc: view dvi with <S-F6>
10797
10798 2002-11-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10799
10800         * lily/lookup.cc (triangle): new function.
10801
10802         * input/regression/measure-grouping.ly (texidoc): new file: show
10803         triangles and brackets for beat groups of 3 and 2.
10804
10805         * lily/include/measure-grouping-spanner.hh (class
10806         Measure_grouping): new file.
10807
10808         * lily/measure-grouping-spanner.cc (brew_molecule): new file
10809
10810         * lily/measure-grouping-engraver.cc (class
10811         Measure_grouping_engraver): new file.
10812
10813 2002-11-06  Jan Nieuwenhuizen  <janneke@gnu.org>
10814
10815         * Merge from stable:
10816
10817             cvs update -jlilypond_1_6_6 -jlilypond_1_6_6_1
10818         
10819         * ly/paper16-init.ly (paperSixteen): Bugfix: set fonts instead of
10820         stylesheet.
10821
10822         * ly/paper19.ly: Include paper19-init.ly.
10823
10824         * ly/paper19-init.ly: New file.
10825
10826         * Documentation/user/tutorial.itely (First steps): Fix first
10827         example for font test.
10828
10829         * input/tutorial/brahms-tweaked.ly: Fix by hand for font test.
10830
10831         * ChangeLog: Add 1.7.6 release marker (see below).
10832
10833         * stepmake/stepmake/python-module-vars.make (EXTRA_DIST_FILES):
10834         Add .py files.
10835
10836 2002-11-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10837
10838         * input/tutorial/sammartini.ly (bassvoices): to new syntax.
10839
10840         * input/tutorial/*.ly: update to new syntax.
10841
10842         * lily/parser.yy (Composite_music): new transpose syntax,
10843         \transpose FROM TO MUSIC. 
10844
10845 2002-11-04  Jan Nieuwenhuizen  <janneke@gnu.org>
10846
10847         * scripts/lilypond-book.py: * scripts/ly2dvi.py: Fix: redirect
10848         latex progress/error output to stderr (by default this goes to
10849         stdout).  Show lilypond progress, even when not verbose.
10850
10851         * python/lilylib.py (system): New optional parameter to control
10852         showing of progress.
10853
10854         * scm/backend-documentation-lib.scm (check-dangling-properties):
10855         Fix error message.
10856
10857         * lily/text-item.cc (ADD_INTERFACE): Remove align, magnify.  Add
10858         axis, extent.
10859
10860         * scm/grob-property-description.scm (magnify): Remove.
10861         (extent, axis): Add.
10862
10863 2002-11-03  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10864
10865         * VERSION: Release 1.7.6.
10866
10867         * scripts/convert-ly.py: more uniformization substitutions.
10868
10869         * buildscripts/new-chords.py (sub_chords): new file.
10870
10871 2002-11-03  Jan Nieuwenhuizen  <janneke@gnu.org>
10872
10873         * mf/GNUmakefile: Bugfix: Use actual fontname (.AFM FontName) for
10874         lilypond.map.  Include sauter fonts too.  Cleanups.
10875
10876 2002-11-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10877
10878         * Documentation/user/tutorial.itely (First steps): change to new
10879         chord/tie/slur/beam notation.
10880
10881         * lily/parser.yy (event_that_take_dir): allow postfix notation for
10882         ties.
10883
10884         * lily/new-tie-engraver.cc (process_acknowledged_grobs): new
10885         engraver. Process ties in postfix notation, i.e. c8-~ c
10886
10887         * lilypond-mode.el (LilyPond-command-alist): run LaTeX by default.
10888
10889         * input/regression/beam-postfix-notation.ly (texidoc): new file.
10890
10891         * lily/parser.yy (event_that_take_dir): allows c8-[ for beams.
10892
10893         * lily/beam-engraver.cc (try_music): accept new-beam-events
10894
10895         * input/regression/chord-scripts.ly (texidoc): new file
10896
10897         * lily/new-fingering-engraver.cc (acknowledge_grob):  also handle
10898         script-events.
10899
10900         * scm/script.scm (default-script-alist): cleanup.
10901
10902         * lily/script-engraver.cc (make_script_from_event): cleanup.
10903
10904         * lily/lyric-combine-music-iterator.cc
10905         (Lyric_combine_music_iterator): remove superfluous events.
10906         (melisma_busy): new function. Fix broken melismas.
10907
10908 2002-10-31  Heikki Junes  <hjunes@cc.hut.fi>
10909
10910         * vimrc: Add shortcuts for compiling, midi-playing and PS-viewing.
10911         Remove nonvalid settings. Use descriptive key names.
10912         Use <Return> to indicate the pressing of that key.
10913
10914 2002-10-30  Jan Nieuwenhuizen  <janneke@gnu.org>
10915
10916         * scripts/lilypond-book.py (option_definitions): Typo.
10917
10918         * scripts/ly2dvi.py: Updates.
10919
10920         * python/lilylib.py (setup_environment, print_environment)
10921         (get_bbox, make_preview): Merge and remove from ly2dvi and
10922         lilypond-book.
10923
10924         * scripts/lilypond-book.py: Use lilylib.  Cleanups.
10925
10926         * .cvsignore: Remove some cruft.
10927
10928         * make/lilypond-vars.make (PYTHONPATH): Add python's outdir to
10929         path.
10930
10931         * scripts/ly2dvi.py: Use lilylib as module.  Fail gracefully if
10932         kpsexpand, kpsewhich, ps2pdf exit with error.  Cleanups and fixes
10933         throughout.
10934
10935         * python/lilylib.py (quiet_system): Junk
10936         (system): Display error log upon failure.
10937         (read_pipe): New function.  Cleanups and fixes.
10938
10939         * python/*.py: Rename from *.py.in.
10940         
10941         * make/substitute.make (ATVARIABLES): Add lilypond_datadir.
10942
10943         * GNUmakefile.in (SUBDIRS): Move python before scripts.
10944
10945 2002-10-30  Jan Nieuwenhuizen  <janneke@gnu.org>
10946
10947         * python/GNUmakefile: Bugfix: handle modules.
10948
10949         * stepmake/stepmake/python-module-targets.make (default): Add
10950         compiled modules. 
10951
10952         * stepmake/stepmake/python-module-rules.make: Add rule for byte
10953         compiling modules.
10954
10955         * stepmake/stepmake/python-module-vars.make (OUT_PY_MODULES):
10956         Bugfix.  (OUT_PYC_MODULES): Add.
10957
10958 2002-10-30  Heikki Junes  <hjunes@cc.hut.fi>
10959
10960         * make/lilypond.mandrake.spec.in: Repair info. Comment out menu.
10961         Use default paths. Refresh description.
10962
10963 2002-10-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10964
10965         * VERSION: 1.7.5 released
10966
10967         * input/regression/finger-chords.ly (texidoc): new file.
10968
10969         * lily/script-engraver.cc (process_music): remove scriptHorizontal
10970         support
10971
10972         * lily/fingering-engraver.cc (process_music): remove kludgy
10973         scriptHorizontal stuff.
10974
10975         * lily/script.cc: remove staff-support property.
10976
10977         * lily/new-fingering-engraver.cc (add_fingering): new
10978         file. Fingering engraver for new style chords.
10979
10980 2002-10-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10981
10982         * lily/parser.yy (bare_number): allow 4 \cm (without
10983         decimal dot). (should backport to 1.6?)
10984
10985         * ly/declarations-init.ly: use Scheme for dimension defs.
10986
10987         * lily/parser.yy (TODO): remove hard coded dimensions, add
10988         REAL NUMBER_IDENTIFIER production.
10989
10990         * lily/rest-collision.cc (force_shift_callback): rewrite using
10991         -done property.
10992
10993         * scm/grob-property-description.scm (rest-collision-done): add
10994         property.
10995         
10996         * lilypond.vim: add file (<hjunes@cc.hut.fi>)
10997
10998 2002-10-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10999
11000         * input/regression/multi-measure-rest-center.ly: new file.
11001
11002         * lily/multi-measure-rest.cc (big_rest): multi measure rest was
11003         off horizontally by 0.05 ss. Fixed.
11004
11005 2002-10-22  Jan Nieuwenhuizen  <janneke@gnu.org>
11006
11007         * scm/pdftex.scm: Rename ly-number to ly:number->string.
11008
11009         * Documentation/topdocs/index.tely: Remove duplicate from merge.
11010
11011 2002-10-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11012
11013         * lily/tie.cc (get_control_points): also avoid staff lines on the
11014         just outside the outer staff lines
11015
11016 2002-10-21  Jan Nieuwenhuizen  <janneke@gnu.org>
11017
11018         * ly/params-init.ly: Just define style-alist, no need to
11019         define-public.
11020
11021         * input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly: Fix style override
11022         (thanks Han-Wen).
11023
11024         * mf/GNUmakefile (FONT_FILES): Add feta-nummer.
11025         (FET_FILES): = FONT_FILES.
11026
11027         * Merge from stable:
11028
11029             cvs update -jlilypond_1_6_5 -jlilypond_1_6_6
11030
11031 2002-10-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11032
11033         * VERSION: 1.7.4 released.  
11034         
11035         * scm/generate-documentation.scm (string-append): add macro
11036         definitions.
11037
11038         * lily/text-item.cc (lookup_text): don't use virtual fonts for
11039         normal texts.
11040
11041         * lily/multi-measure-rest-engraver.cc: make separate
11042         MultiMeasureRestNumber grob. Introduce restNumberThreshold.
11043
11044         * lily/multi-measure-rest.cc: remove text handling. Remove
11045         number-threshold.
11046
11047 2002-10-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11048
11049         * scm/music-types.scm: doc patch by Graham Percival
11050
11051 2002-10-19  Jan Nieuwenhuizen  <janneke@gnu.org>
11052
11053         * buildscripts/make-font-dir.py (sketch_p): Bugfix: only write
11054         encoding part.
11055         (Font_info.set_defaults): pixelsize now also defauts to '0'.
11056         (sketch_p): Sketch wants only first four elements of X11 font spec.
11057
11058         * buildscripts/mf-to-table.py (parse_logfile): Bugfix. 
11059
11060         * mf/feta-autometric.mf: Write foundry and family to log.
11061
11062         * mf/GNUmakefile: Fixes for pfx builds.  Also write sketch
11063         font translation table.
11064
11065         * buildscripts/mf-to-table.py: Better font info into afm.
11066
11067         * buildscripts/make-font-dir.py: Use font info from afm.  Mftrace
11068         1.0.9 required.
11069
11070         * configure.in: Whine for mftrace 1.0.9.
11071
11072 2002-10-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11073
11074         * lily/parser.yy (chord_body): allow <<c e>>4 notation.
11075
11076         * lily/main.cc (main_prog): don't try to load init.EXT when
11077         processing foo.EXT.
11078
11079 2002-10-15  Rune Zedeler  <rune@zedeler.dk>
11080
11081         * scm/tex.scm (zigzig-line): added.
11082
11083         * scm/ps.scm (zigzag-line): added.
11084
11085         * ps/music-drawing-routines.ps (subvec): added.
11086         (draw_zigzag_line): added.
11087         
11088         * lily/line-spanner.cc: Add support for #'type = #'zigzag. reading
11089         grob properties zigzag-width and zigzag-length.
11090
11091         * input/regression/glissando.ly: Add some zig-zagged glissandi.
11092
11093 2002-10-15  Jan Nieuwenhuizen  <janneke@gnu.org>
11094
11095         * scm/sodipodi.scm: Some fixes.  Sketch also groks this bare-bones
11096         svg output, including font.
11097
11098 2002-10-14  Jan Nieuwenhuizen  <janneke@gnu.org>
11099
11100         * scm/lily.scm: Register sodipodi output module.
11101
11102         * scm/sodipodi.scm: New file.
11103
11104         * lily/afm.cc (read_afm_file): Read TfmCheckSum from comment.
11105
11106         * buildscripts/mf-to-table.py (base): Write TfmChecksum in
11107         comment, after header.
11108         (parse_logfile): Remove invalid key FontFamily.  Add mandatory key
11109         FullName.  Fix FontName key.
11110
11111 2002-10-14  Rune Zedeler  <rune@zedeler.dk>
11112
11113         * lily/rest.cc (after_line_breaking): bugfix: dots after half
11114         and breve rests.
11115         
11116         * input/test/blank-notes.ly: bugfix
11117
11118         * lily/rest.cc (after_line_breaking): bugfix: dots after whole
11119         rests. (Kim Shrier)
11120
11121         * input/test/rest-dot-positions.ly: Added. (Kim Shrier)
11122         
11123 2002-10-14  Jan Nieuwenhuizen  <janneke@gnu.org>
11124
11125         * scm/tex.scm: 
11126         * scm/ps.scm: Cleanup and remove obsolete junk.
11127
11128         * Documentation/user/internals.itely:
11129         * Documentation/user/refman.itely: Run texinfo-all-menus-update.
11130
11131         * lily/parser.yy: Identify shift/reduce problems.
11132
11133         * input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly: Rename
11134         make-style-sheet.  Too specific for convert-ly?
11135
11136 2002-10-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11137
11138         * po/cs.po: added czech translation, courtesy Tomas Kopecek.
11139
11140         * input/test/*.ly: various fixes.
11141
11142         * lily/music.cc (name): bugfix
11143
11144         * lily/piano-pedal-engraver.cc (try_music): fix pedals.
11145
11146         * lily/input-file-results.cc (code): set-point-and-click! ->
11147         set-point-and-click
11148         
11149 2002-10-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11150
11151         * Use uniform ly: prefix for exported scheme primitive functions.
11152
11153         * scm/music-types.scm: junk compat glue
11154
11155         * scripts/convert-ly.py: add rules for stuff below, junk
11156         compatibility glue for spanrequest.
11157
11158         * lily/parser.yy (verbose_event): remove \spanrequest,
11159         \commandspanrequest, \script. 
11160         
11161         * lily/identifier-smob.cc (LY_DEFINE): change name to ly-export
11162
11163         * lily/parser.yy: remove arpeggio keyword; use identifier. Idem
11164         for \penalty, \glissando.
11165
11166         * VERSION: release 1.7.3
11167         
11168 2002-10-13  Rune Zedeler  <rune@zedeler.dk>
11169
11170         * lily/accidental-engraver.cc: Fix
11171         grace-in-the-beginning-of-measure bug caused by the resent
11172         partial-measure fix.
11173
11174         * lily/stem.cc: reversed noteheads overlap half of the stem. (Full
11175         overlap looks too crowded)
11176         
11177 2002-10-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11178
11179         * lily/parser.yy (assignment): allow SCM expression as assignment.
11180
11181         * lily/include/music-output-def.hh (class Music_output_def):
11182         * lily/music-output-def.cc: 
11183         * lily/paper-def.cc: 
11184         * scm/font.scm (markup-to-properties):
11185         * lily/parser.yy (music_output_def_body): 
11186         remove style_sheet_
11187
11188 2002-10-12  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11189
11190         * ly/grace-init.ly (startGraceMusic): shorten default grace stem
11191         length.
11192
11193         * input/regression/spacing-to-grace.ly: new file.
11194
11195         * input/regression/spacing-end-of-line.ly: new file.
11196
11197         * lily/note-spacing.cc (get_spacing): take into account breakable
11198         stuff sticking out at the left (time sig change at line break).
11199
11200         * lily/spacing-spanner.cc (breakable_column_spacing): junk weird
11201         raggedright code.
11202
11203         * scm/music-functions.scm (make-voice-props-set): add
11204         staff-position for mm rests.
11205  
11206         * lily/spacing-spanner.cc (musical_column_spacing): shrink space
11207         before grace notes a little.
11208
11209         * lily/parser.yy (sup_quotes): use '\'' for sup_quotes.
11210
11211         * lily/break-align-interface.cc (do_alignment): right-edge spacing
11212         key adds space at the end of line. 
11213
11214 2002-10-11  Jan Nieuwenhuizen  <janneke@gnu.org>
11215
11216         * scm/sketch.scm: Fix beams.
11217
11218         * buildscripts/mf-to-table.py: Add EncodingScheme.
11219
11220         * scm/sketch.scm: Resurrect.
11221
11222 2002-10-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11223
11224         * lily/multi-measure-rest.cc: use breve rests for measure lengths
11225         longer than 4/4. Patch courtesy Kim Shrier <kim@tinker.com>.
11226
11227 2002-10-10  Jan Nieuwenhuizen  <janneke@gnu.org>
11228
11229         * stepmake/stepmake/c++-rules.make: Fixes for bison 1.50.
11230
11231         * lily/lexer.ll (My_lily_lexer): Avoid silly flex induced gcc warnings.
11232
11233 2002-10-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11234
11235         * lily/my-lily-lexer.cc (prepare_for_next_token): use previous
11236         token for origin information.
11237
11238         * lily/parser.yy (My_lily_lexer): do identifier location and
11239         cloning from lexer.
11240
11241         * scm/music-functions.scm (make-multi-measure-rest): move mmrest
11242         logic out of the parser. Add bar checks on both ends.
11243
11244         * Documentation/user/refman.itely (Multi measure rests): add more
11245         notes about mm rests.
11246
11247 2002-10-10  Jan Nieuwenhuizen  <janneke@gnu.org>
11248
11249         * input/regression/bar-scripts.ly: Re-enable.
11250
11251         * lily/parser.yy:
11252         * stepmake/stepmake/c++-rules.make: Fixes for bison 1.51 to be
11253         released rsn.  Bison 1.50 has a crucial bug and won't work.
11254
11255         * lily/lexer.ll (My_lily_lexer): Avoid silly flex induced gcc warnings.
11256
11257
11258 2002-10-07  Jan Nieuwenhuizen  <janneke@gnu.org>
11259
11260         * input/regression/bar-scripts.ly: Blunt documentation build fix.
11261
11262 2002-10-05  Jan Nieuwenhuizen  <janneke@gnu.org>
11263
11264         * Actually merge changes since 1.6.4 besides ChangeLog, and
11265         resolve conflicts.  Lots of updates, hope all is well.
11266         
11267         * cygwin/lilypond.hint (requires): Add ghostscript.
11268
11269         * scm: Update some (c).
11270         
11271 2002-10-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11272
11273         * input/test/{various}.ly: add \header fields and texidoc strings.
11274
11275 2002-10-05  Werner Lemberg  <wl@gnu.org>
11276
11277         * scripts/lilypond-book.py (output_dict) <latex>: `output_tex'
11278         renamed to `output_latex_quoted'.
11279         Added `output_latex_noquote'.
11280         (schedule_lilypond_block): Implement `noquote' option for LaTeX
11281         mode.
11282
11283 2002-11-03  Jan Nieuwenhuizen  <janneke@gnu.org>
11284
11285         * ChangeLog: Add 1.6.6 release marker.  See below.
11286
11287         * stepmake/stepmake/po-targets.make: Remove --c++ option.
11288
11289         * scripts/midi2ly.py: Fix global syntax warnings.
11290
11291         * GNUmakefile.in: Generate builddir locale tree too.
11292
11293         * scripts/ly2dvi.py:
11294         * scripts/midi2ly.py: 
11295         * scripts/mup2ly.py: 
11296         * scripts/update-lily.py:
11297         * lily/main.cc (setup_paths): Fix for locales setup.
11298
11299 2002-10-29  Jan Nieuwenhuizen  <janneke@gnu.org>
11300
11301         * Documentation/windows/installing.texi: Soften wording about
11302         necessity of becoming Administrator.  tommie@iae.nl reports this
11303         does not seem to be necessary for his flavour of Windows 2000.
11304         Explicitely discourage text mode mounts.
11305
11306 2002-10-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11307
11308         * lily/rest.cc (after_line_breaking): backport dot position fix.
11309
11310         * lily/rest-collision.cc (do_shift): also remove dots for suicided
11311         rests. Thanks to Klaus Zimmermann for finding this bug.
11312
11313 2002-10-24  Jan Nieuwenhuizen  <janneke@gnu.org>
11314
11315         * Documentation/topdocs/INSTALL.texi: Correction for broken /bin/sh.
11316
11317 2002-10-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11318
11319         * Documentation/user/music-glossary.tely: fix links.
11320
11321 2002-10-21  Werner Lemberg  <wl@gnu.org>
11322
11323         * tex/lily-ps-defs.tex (\lilypondsetdimen): Define ID macro.
11324         (\lilypondpostscript): Define PS macros `lyscaleXXX' (`XXX' is the
11325         scaling factor) only once and use them in the definition of
11326         \embeddedps.
11327         * ps/music-drawing-routines.ps (skeel): Removed.
11328
11329 2002-10-21  Jan Nieuwenhuizen  <janneke@gnu.org>
11330
11331         * stepmake/aclocal.m4: Changed 6 instances of $( ) to ` `, for
11332         Solaris7, as we don't use nested $( ) constructs.
11333
11334 2002-10-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11335
11336         * VERSION: Release 1.6.6.
11337         
11338 2002-10-21  Jan Nieuwenhuizen  <janneke@gnu.org>
11339
11340         * Documentation/topdocs/INSTALL.texi: Add note about using ksh for
11341         as workaround for /bin/sh problems on Solaris7.
11342
11343 2002-10-19  Werner Lemberg  <wl@gnu.org>
11344
11345         * GNUmakefile.in (web-doc): Fix typos.
11346         * tex/lilyponddefs.tex (\lilypondspecial): Don't scan
11347         `music-drawing-routines.ps' but emit \special{header=...} once.
11348         * scm/tex.scm (header-end): Updated.
11349
11350 2002-10-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11351
11352         * lily/stem-engraver.cc (acknowledge_grob): don't crash on
11353         undefined tremolo. 
11354
11355 2002-10-15  Werner Lemberg  <wl@gnu.org>
11356
11357         * scripts/lilypond-book.py (g_make_html): New global variable.
11358         (schedule_lilypond_block): Don't compute EPS and PNG for `texi'
11359         if `g_make_html' isn't set.
11360         [main]: Add format `texi-html'.
11361         (option_definitions): Updated.
11362         * Documentation/user/lilypond-book.itely: Updated.
11363
11364         * make/lilypond-vars.make (LILYPOND_BOOK_FORMAT): New variable.
11365         * make/ly-rules.make (%.texi, %.nexi): Use it.
11366         * stepmake/stepmake/www-targets.make (web): Pass `tex-html' as
11367         format to lilypond-book.
11368         * GNUmakefile.in (web-doc): Ditto.
11369
11370 2002-10-14  Werner Lemberg  <wl@gnu.org>
11371
11372         Further improve TeX output.  The produced files are about 40%
11373         smaller.  `lilyponddefs.tex' is now read only once.
11374
11375         * tex/lilyponddefs.tex: Remove footer stuff.
11376         (\ifundefined): Renamed to...
11377         (\lilypondundefined): This.  Use LaTeX's definition to
11378         make it nestable and make it global.
11379         (\lilypondstart, \lilypondend): New macro to initialize LilyPond
11380         output.
11381         (\lilypondspecial): New macro to read `music-drawing-routines.ps'.
11382         (\fetasixteen, \fetafont, \fetachar, \botalign, \leftalign): Make
11383         them global.
11384         (\placebox): Renamed to...
11385         (\lyitem): This.
11386         Make it global and call \outputscale by itself.
11387         (\lybox, \lyvrule): New macros to reduce input data.
11388         (\lilypondfirst, \lilypondsecond, \lilypondloop, \lilyponditerate):
11389         New auxiliary macros.
11390         (\SkipLilydefs, \EndLilyPondOutput): Removed.
11391         * tex/lily-pdf-defs.tex, tex/lily-ps-defs.tex (\lilySpace): Renamed
11392         to...
11393         (\lilypondspace): This and made it global.
11394         (\turnOnPostScript): Renamed to...
11395         (\lilypondpostscript): This and made it global.
11396         (\turnOnExperimentalFeatures): Renamed to...
11397         (\lilypondexperimentalfeatures): This and made it global.
11398         * tex/lily-ps-defs.tex (\PSsetTeXdimen): Renamed to...
11399         (\lilypondsetdimen): This and made it global.
11400         * tex/lilypond-latex.tex, tex/lilypond-plaintex.tex: Removed.
11401         * tex/GNUmakefile (TEX_FILES): Add `music-drawing-routines.ps'
11402         (all, $(outdir)/music-drawing-routines.ps): New rules.
11403         * buildscripts/mf-to-table.py (write_tex_defs): Use \gdef.
11404         * scm/pdftex.scm, scm/tex.scm (end-output, header-end, placebox,
11405         start-system, stop-system, stop-last-system, filledbox): Updated to
11406         use the changed macros from lilyponddefs.tex.
11407         * scripts/lilypond-book.ly (output_dict) <latex, texi>: Ditto.
11408
11409 2002-10-07  Jan Nieuwenhuizen  <janneke@gnu.org>
11410
11411         * Documentation/windows/installing.texi: Update.
11412
11413 2002-09-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11414
11415         * VERSION: 1.6.5 released
11416
11417         * scripts/lilypond-book.py (make_pixmap): don't produce empty pages.
11418
11419 2002-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11420
11421         * scm/translator-property-description.scm (voltaOnThisStaff): add
11422         property.
11423
11424 2002-09-28  Werner Lemberg  <wl@gnu.org>
11425
11426         * scm/tex.scm (header-end): Suppress page numbering.
11427
11428         * scripts/lilypond-book.py (output_dict) <output-texi-quoted>:
11429         Fix quotation for HTML output.
11430
11431 2002-09-28   Graham Percival   <gperciva@sfu.ca>
11432         
11433         * Documentation/user/refman.itely: grammar and phrasing
11434           fixes to "Note Entry" section.  Also adds a few new examples.
11435
11436 2002-09-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11437
11438         * flower/include/string-data.icc: include string.h
11439
11440 2002-09-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11441
11442         * scm/chord-name.scm (chord::inner-name-banter): remove space.
11443
11444 2002-09-27  Jan Nieuwenhuizen  <janneke@gnu.org>
11445
11446         * Documentation/user/GNUmakefile (extra-local-help): Add.
11447
11448         * stepmake/stepmake/www-targets.make (local-help): Add.
11449
11450 2002-09-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11451
11452         * Documentation/topdocs/INSTALL.texi (Top): recommend binary
11453         packages.
11454
11455         * Documentation/topdocs/README.texi (Top): building documentation
11456         (not website.)
11457
11458 2002-09-26  Jan Nieuwenhuizen  <janneke@gnu.org>
11459
11460         * Documentation/user/refman.itely: 
11461         * Documentation/user/tutorial.itely: 
11462         * Documentation/user/music-glossary.tely: Merge changes.
11463
11464         * Documentation/user/glossary.html.in: 
11465         * Documentation/index.texi: 
11466         * Documentation/header.html.in: Accomodate renaming of glossary.
11467         
11468         * Documentation/user/tutorial.itely: Add some glossary references.
11469         
11470         * Documentation/user/refman.itely: Minor fixes.
11471         
11472         * Documentation/user/lilypond.tely: Add glossary do direntry.
11473
11474         * Documentation/user/music-glossary.tely: Rename (previously:
11475         glossary.tely).  Fix anchor placement.
11476
11477         * Documentation/user/GNUmakefile: Make music-glossary.info too.
11478
11479 2002-09-23  Werner Lemberg  <wl@gnu.org>
11480
11481         * scripts/lilypond-book.py (output_dict): Fix handling of
11482         various environments by avoid extraneous newlines.
11483         Rename `output-all' regexp for html to `output-html'.
11484         Replace `output-all' regexp for texi with `output-texi-quote'
11485         and `output-texi-noquote'.
11486         (compose_full_body): Don't override `linewidth' user option
11487         for `singleline'.
11488         (schedule_lilypond_block): Don't indent text specified with
11489         `intertext' option.
11490         Add new option `noquote'.
11491         (compile_all_files): Use latex instead of tex to compile ly
11492         files directly.
11493
11494         * Documentation/user/lilypond-book.itely: Updated and revised.
11495         Improve layout.
11496
11497         * Documentation/user/glossary.tely,
11498         Documentation/user/introduction.itely,
11499         Documentation/user/tutorial.itely,
11500         Documentation/user/refman.itely,
11501         Documentation/user/appendices.itely: Fix overfull LilyPond
11502         boxes caused by the new lilypond-book code.  Other minor
11503         fixes.
11504
11505         * Documentation/user/macros.itexi (@texiflat): Don't emit
11506         trailing space.
11507
11508         * scm/tex.scm (end-output, header-end): Add preamble and
11509         postamble to make lilypond output directly compilable with
11510         latex.
11511
11512         
11513 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11514
11515         * Documentation/topdocs/INSTALL.texi (Top): bugfix for RH RPM
11516         instructions.
11517
11518 2002-09-25  Jan Nieuwenhuizen  <janneke@gnu.org>
11519
11520         * Documentation/user/glossary.tely: Add titling and hyperlinks.
11521
11522 2002-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11523
11524         * lily/beam.cc (connect_beams): don't crash if there are quarter
11525         notes in beams.
11526
11527 2002-09-24  Juergen Reuter  <reuter@ipd.uka.de>
11528
11529         * Documentation/user/refman.itely: corrected ancient clef
11530         docu; added docu on ligatures
11531
11532 2002-09-21  Juergen Reuter  <reuter@ipd.uka.de>
11533
11534         * Documentation/user/glossary.tely,
11535         Documentation/user/refman.itely, input/les-nereides.ly,
11536         input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly,
11537         input/test/bagpipe.ly, lily/stem.cc, ly/grace-init.ly,
11538         scm/grob-property-description.scm, scripts/convert-ly.py: renamed
11539         Stem properties: flag-style -> stroke-style, style -> flag-style.
11540
11541
11542 2002-09-22  Werner Lemberg  <wl@gnu.org>
11543
11544         * scripts/lilypond-book.py: Add option `notime' to suppress
11545         printing of a time signature.  Specify default indentation of 0pt
11546         if single line fragment.  Don't emit redundant `\paper{ }'.
11547
11548         * Documentation/user/lilypond-book.itely: Updated.
11549
11550         * Documentation/user/glossary.tely: Completely reformatting.
11551
11552 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11553
11554         * GNUmakefile.in (top-web): generate (possibly empty) examples.html
11555
11556 2002-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
11557
11558         * Documentation/user/tutorial.itely: Fix links.
11559         
11560         * Documentation/topdocs/index.tely:
11561         * Documentation/index.texi:
11562         * Documentation/header.html.in: Small website fixes and updates.
11563
11564         * debian/: Debian patch by Anthony Fok.
11565
11566 2002-09-21  Jan Nieuwenhuizen  <janneke@gnu.org>
11567
11568         * Documentation/footer.html.in: How time flies: It's already 2002!
11569
11570         * Documentation/topdocs/index.tely: Stable/development fix.  Use
11571         more descriptive link names than 'here'.
11572
11573 2002-09-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11574
11575         * VERSION: 1.7.2 released
11576         * VERSION: 1.6.4 released
11577         
11578         * scm/tex.scm (header-end): enclose lily output in begingroup/endgroup.
11579
11580         * scripts/convert-ly.py (FatalConversionError.conv): add rule for
11581         (ly-make-music "Foo_bar") -> (make-music-by-name 'FooBarEvent).
11582
11583         * mf/feta-din.mf (test): add x-height and space.
11584
11585         * lily/dynamic-engraver.cc (process_music): take dynamic direction
11586         from ^_ for crescendi. Idem for slurs and phrasing slurs.
11587
11588         * ly/grace-init.ly: add-to-grace-init: function to portably add
11589         settings to \grace. 
11590
11591         * lily/dynamic-engraver.cc (process_music): finish (de)crescendo
11592         if we get an absolute dynamic event.
11593  
11594         * lily/time-signature-engraver.cc (process_music): warn for \time 5/5
11595
11596         * lily/source-file.cc (get_line): oops. All line numbers were off
11597         by 2. Fix that. 
11598
11599         * lily/parser.yy (event_that_take_dir): allow () \< \> \! \( \) to
11600         be after the note, combined with -_^, i.e. c4-(-\)-\>  
11601
11602         * ly/params-init.ly (ledgerlinethickness): use Scheme expressions.
11603
11604         * lily/parser.yy (number_factor): remove (number) as number
11605         expression. ("Let them eat Lisp").
11606
11607 2002-10-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11608
11609         * lily/horizontal-bracket.cc: new file.
11610
11611         * lily/horizontal-bracket-engraver.cc: new file.
11612
11613         * input/regression/note-group-bracket.ly: new file. Support
11614         horizontal note brackets for music analysis.
11615
11616         * lily/stem.cc (flag): new flag-style: no-flag.
11617
11618         * input/test/stem-cross-staff.ly: new file
11619         
11620         * Documentation/user/internals.itely: Improved formatting, fixing
11621         typos.  Added a section `Output details' to describe how the TeX
11622         code looks like.
11623
11624         * lily/include/midi-stream.hh: use stdio.h iso. iostream.h
11625
11626         * lily/parser.yy: remove \dynamicscript.
11627
11628         * ly/dynamic-scripts-init.ly: redo the dynamic scripts
11629         definitions. 
11630
11631         * python/midi.c (midi_error): take two arguments.
11632
11633         * Merge 1.6.5 changes:
11634         
11635 2002-10-04  Jan Nieuwenhuizen  <janneke@gnu.org>
11636
11637         * scm/grob-description.scm (minimum-beam-collision-distance): 0.75
11638         staff-space.  Previous 1.5 was probably meant as half-spaces.
11639         (cautionary-style): parentheses (was: smaller).  This is what doco
11640         says, and it seems more logical.
11641
11642         * Documentation/user/refman.itely (Chromatic alterations): Bugfix
11643         for 2nd sentence.
11644
11645 2002-10-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11646
11647         * make/lilypond.redhat.spec.in: various fixes for RedHat 8.0
11648
11649 2002-10-03  Jan Nieuwenhuizen  <janneke@gnu.org>
11650
11651         * lily/beam.cc (rest_collision_callback): Fixed: partial rewrite.
11652
11653 2002-09-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11654
11655         * scripts/lilypond-book.py (make_pixmap): don't produce empty pages.
11656
11657 2002-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11658
11659         * scm/translator-property-description.scm (voltaOnThisStaff): add
11660         property.
11661
11662 2002-09-28  Werner Lemberg  <wl@gnu.org>
11663
11664         * scm/tex.scm (header-end): Suppress page numbering.
11665
11666         * scripts/lilypond-book.py (output_dict) <output-texi-quoted>:
11667         Fix quotation for HTML output.
11668
11669 2002-09-28   Graham Percival   <gperciva@sfu.ca>
11670         
11671         * Documentation/user/refman.itely: grammar and phrasing
11672           fixes to "Note Entry" section.  Also adds a few new examples.
11673
11674 2002-09-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11675
11676         * flower/include/string-data.icc: include string.h
11677
11678 2002-09-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11679
11680         * scm/chord-name.scm (chord::inner-name-banter): remove space.
11681
11682 2002-09-27  Jan Nieuwenhuizen  <janneke@gnu.org>
11683
11684         * Documentation/user/GNUmakefile (extra-local-help): Add.
11685
11686         * stepmake/stepmake/www-targets.make (local-help): Add.
11687
11688 2002-09-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11689
11690         * Documentation/topdocs/INSTALL.texi (Top): recommend binary
11691         packages.
11692
11693         * Documentation/topdocs/README.texi (Top): building documentation
11694         (not website.)
11695
11696 2002-09-26  Jan Nieuwenhuizen  <janneke@gnu.org>
11697
11698         * Documentation/user/refman.itely: 
11699         * Documentation/user/tutorial.itely: 
11700         * Documentation/user/music-glossary.tely: Merge changes.
11701
11702         * Documentation/user/glossary.html.in: 
11703         * Documentation/index.texi: 
11704         * Documentation/header.html.in: Accomodate renaming of glossary.
11705         
11706         * Documentation/user/tutorial.itely: Add some glossary references.
11707         
11708         * Documentation/user/refman.itely: Minor fixes.
11709         
11710         * Documentation/user/lilypond.tely: Add glossary do direntry.
11711
11712         * Documentation/user/music-glossary.tely: Rename (previously:
11713         glossary.tely).  Fix anchor placement.
11714
11715         * Documentation/user/GNUmakefile: Make music-glossary.info too.
11716
11717 2002-09-23  Werner Lemberg  <wl@gnu.org>
11718
11719         * scripts/lilypond-book.py (output_dict): Fix handling of
11720         various environments by avoid extraneous newlines.
11721         Rename `output-all' regexp for html to `output-html'.
11722         Replace `output-all' regexp for texi with `output-texi-quote'
11723         and `output-texi-noquote'.
11724         (compose_full_body): Don't override `linewidth' user option
11725         for `singleline'.
11726         (schedule_lilypond_block): Don't indent text specified with
11727         `intertext' option.
11728         Add new option `noquote'.
11729         (compile_all_files): Use latex instead of tex to compile ly
11730         files directly.
11731
11732         * Documentation/user/lilypond-book.itely: Updated and revised.
11733         Improve layout.
11734
11735         * Documentation/user/glossary.tely,
11736         Documentation/user/introduction.itely,
11737         Documentation/user/tutorial.itely,
11738         Documentation/user/refman.itely,
11739         Documentation/user/appendices.itely: Fix overfull LilyPond
11740         boxes caused by the new lilypond-book code.  Other minor
11741         fixes.
11742
11743         * Documentation/user/macros.itexi (@texiflat): Don't emit
11744         trailing space.
11745
11746         * scm/tex.scm (end-output, header-end): Add preamble and
11747         postamble to make lilypond output directly compilable with
11748         latex.
11749
11750         
11751 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11752
11753         * Documentation/topdocs/INSTALL.texi (Top): bugfix for RH RPM
11754         instructions.
11755
11756 2002-09-25  Jan Nieuwenhuizen  <janneke@gnu.org>
11757
11758         * Documentation/user/glossary.tely: Add titling and hyperlinks.
11759
11760 2002-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11761
11762         * lily/beam.cc (connect_beams): don't crash if there are quarter
11763         notes in beams.
11764
11765 2002-09-24  Juergen Reuter  <reuter@ipd.uka.de>
11766
11767         * Documentation/user/refman.itely: corrected ancient clef
11768         docu; added docu on ligatures
11769
11770 2002-09-21  Juergen Reuter  <reuter@ipd.uka.de>
11771
11772         * Documentation/user/glossary.tely,
11773         Documentation/user/refman.itely, input/les-nereides.ly,
11774         input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly,
11775         input/test/bagpipe.ly, lily/stem.cc, ly/grace-init.ly,
11776         scm/grob-property-description.scm, scripts/convert-ly.py: renamed
11777         Stem properties: flag-style -> stroke-style, style -> flag-style.
11778
11779 2002-09-22  Werner Lemberg  <wl@gnu.org>
11780
11781         * scripts/lilypond-book.py: Add option `notime' to suppress
11782         printing of a time signature.  Specify default indentation of 0pt
11783         if single line fragment.  Don't emit redundant `\paper{ }'.
11784
11785         * Documentation/user/lilypond-book.itely: Updated.
11786
11787         * Documentation/user/glossary.tely: Completely reformatting.
11788
11789 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11790
11791         * GNUmakefile.in (top-web): generate (possibly empty) examples.html
11792
11793 2002-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
11794
11795         * Documentation/user/tutorial.itely: Fix links.
11796         
11797         * Documentation/topdocs/index.tely:
11798         * Documentation/index.texi:
11799         * Documentation/header.html.in: Small website fixes and updates.
11800
11801         * debian/: Debian patch by Anthony Fok.
11802
11803 2002-09-21  Jan Nieuwenhuizen  <janneke@gnu.org>
11804
11805         * Documentation/footer.html.in: How time flies: It's already 2002!
11806
11807         * Documentation/topdocs/index.tely: Stable/development fix.  Use
11808         more descriptive link names than 'here'.
11809
11810 2002-10-03  Jan Nieuwenhuizen  <janneke@gnu.org>
11811
11812         * lily/beam.cc (rest_collision_callback): Fixed: partial rewrite.
11813
11814 2002-10-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11815
11816         * lily/part-combine-music-iterator.cc (get_state): cleanup
11817         (get_music_info): cleanup.
11818
11819 2002-10-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11820
11821         * scm/backend-documentation-lib.scm (interface-doc-string):
11822         crosslinks between interfaces and grobs. Headings for interfaces
11823         in grob explanation.
11824
11825 2002-09-30  Jan Nieuwenhuizen  <janneke@gnu.org>
11826
11827         * scm/to-xml.scm: Fixes.  input/trip.ly now parses as xml (without
11828         dtd).  Add preliminary dtd.
11829         (re-sub-alist): Robustify.
11830
11831 2002-09-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11832
11833         * lily/include/event-chord-iterator.hh,
11834         lily/context-specced-music-iterator.cc,
11835         lily/event.cc, lily/event-chord-iterator.cc: add
11836
11837 2002-09-29  Jan Nieuwenhuizen  <janneke@gnu.org>
11838
11839         * lily/: some (c) header fixes.
11840         
11841         * lily/request-chord.cc: Remove.
11842         
11843         * lily/include/event-chord-iterator.hh:
11844         * lily/include/event.hh:
11845         * lily/event-chord.cc: New file.
11846         
11847         * lily/stem-engraver.cc (acknowledge_grob): rename evented back to
11848         requested.
11849
11850 2002-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11851
11852         * lily/ : rename Request to Event
11853
11854         * lily/parser.yy (command_element): move clef stuff into Scheme.
11855
11856         * lily/:  rename length_mom () to get_length()
11857
11858         * lily/part-combine-music.cc: removed file and class.
11859
11860         * lily/context-specced-music-iterator.cc (class
11861         Context_specced_music_iterator): new file. Obsoletes the
11862         Context_specced_music type.
11863
11864         * scm/music-types.scm (make-repeated-music): put different kinds
11865         of repeated music into music-type table.
11866
11867         * VERSION: 1.7.1 released.
11868
11869         * scm/to-xml.scm: new file.
11870
11871         * input/test/to-xml.ly (fooBar): demo of what is possible with the
11872         new Input representation: dump music as XML.
11873
11874         * scm/engraver-documentation-lib.scm
11875         (engraver-accepts-music-types?): add links from music to engraver,
11876         from music-type to engraver.
11877
11878         * lily/include/command-request.hh: removed
11879         lily/include/musical-request.hh: removed. Removed all _req classes
11880         except Key_change_req. Changes throughout.
11881
11882 2002-09-28  Jan Nieuwenhuizen  <janneke@gnu.org>
11883
11884         * lily/tuplet-engraver.cc (try_music): Compile kludge.
11885
11886 2002-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11887
11888         * lily/*.cc: specify accepts for many engravers.
11889
11890         * scm/music-documentation-lib.scm: dump music expressions and
11891         music subtypes.
11892
11893         * scm/documentation-lib.scm: complete revision.
11894         Use GOOPS objects to store document tree explicitly. Cleaned up and
11895         sped up doco generation a lot.
11896
11897 2002-09-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11898
11899         * input/trip.ly (fugaIILeft): add arpeggio
11900
11901         * lily/translator-group.cc (try_music_on_nongroup_children):
11902         oops. The name symbol is in the cdr of the assoc handle.
11903
11904         * lily/:  remove Arpeggio_req, Breathing_sign_req, Extender_req,
11905         Hyphen_req, Glissando_req, Break_req, Mark_req 
11906
11907 2002-09-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11908
11909         * lily/musical-request.cc (music-duration-length,
11910         music-duration-compress): new functions.
11911
11912         * lily/ : Remove Note_req, Rest_req, Busy_playing_req. Changes
11913         throughout. Warning doesn't work yet.
11914
11915         * lily/translator-group.cc (try_music_on_nongroup_children):
11916         new implementation: store candidate acceptors in a hashTable.
11917
11918 2002-09-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11919
11920         * scm/music-types.scm (music-descriptions): change name to
11921         internal-class-name
11922
11923         * scm/chord-name.scm (chord::inner-name-banter): remove space.
11924
11925 2002-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11926
11927         * lily/beam.cc (connect_beams): don't crash if there are quarter
11928         notes in beams.
11929
11930 2002-09-24  Juergen Reuter  <reuter@ipd.uka.de>
11931
11932         * Documentation/user/refman.itely: corrected ancient clef
11933         docu; added docu on ligatures
11934
11935 2002-09-21  Juergen Reuter  <reuter@ipd.uka.de>
11936
11937         * Documentation/user/glossary.tely,
11938         Documentation/user/refman.itely, input/les-nereides.ly,
11939         input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly,
11940         input/test/bagpipe.ly, lily/stem.cc, ly/grace-init.ly,
11941         scm/grob-property-description.scm, scripts/convert-ly.py: renamed
11942         Stem properties: flag-style -> stroke-style, style -> flag-style.
11943
11944 2002-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11945
11946         * scm/music-functions.scm (music-separator?): don't use name music
11947         property.
11948
11949 2002-09-24  Jan Nieuwenhuizen  <janneke@gnu.org>
11950
11951         * stepmake/stepmake/generic-targets.make (help): Document check
11952         target.
11953
11954         * lily/new-accidental-engraver.cc: Compile fix.
11955
11956 2002-09-23  Jan Nieuwenhuizen  <janneke@gnu.org>
11957
11958         * scripts/convert-ly.py: Add rule.
11959
11960         * input/test/music-creation.ly:
11961         * input/test/add-staccato.ly:
11962         * input/test/add-text-script.ly: ly-make-music.
11963
11964         * scm/drums.scm (make-head-type-elem, make-articulation-script):
11965         More ly-make-music renamings.
11966
11967         * lily/command-request.cc: ADD_MUSIC: arpeggio_req.
11968
11969         * lily/music-constructor.cc (make_music): Add debugging info.
11970
11971         * scm/music-functions.scm (make-simultaneous-music,
11972         (make-sequential-music, context-spec-music):
11973         * scm/music-types.scm (music-descriptions): Get lily to run.
11974
11975 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11976
11977         * lily/command-request.cc (transpose_key_alist): new function.
11978
11979         * lily/key-performer.cc (create_audio_elements): cleanup. 
11980
11981 2002-09-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11982
11983         * lily/parser.yy: remove TYPED_MAKE_MUSIC().
11984
11985         * lily/include/translator.hh (ENTER_DESCRIPTION): add
11986         events-accepted field.
11987
11988         * scm/music-types.scm: new file.
11989
11990         * lily/parser.yy: put music type initialization into scheme,
11991         similar to grob initialization.  Changes throughout.
11992
11993 2002-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
11994
11995         * Documentation/user/tutorial.itely: Fix links.
11996         
11997         * Documentation/index.texi: 
11998         * Documentation/header.html.in: 
11999         * Documentation/topdocs/index.tely: Small website fixes and updates.
12000
12001         * debian/: Debian patch by Anthony Fok.
12002
12003 2002-09-21  Jan Nieuwenhuizen  <janneke@gnu.org>
12004
12005         * Documentation/footer.html.in: How time flies: It's already 2002!
12006
12007         * Documentation/topdocs/index.tely: Stable/development fix.  Use
12008         more descriptive link names than 'here'.
12009
12010         * ROADMAP: Remove test stuff.
12011
12012         * scripts/update-lily.py: Allow auto-building of stable and
12013         development versions.  Bugfixes.
12014
12015 2002-09-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12016
12017         * VERSION: released 1.7.0
12018
12019         * scm/tex.scm (header-end): enclose lily output in begingroup/endgroup.
12020
12021         * tex/lilyponddefs.tex: set hsize for plain tex, but only for
12022         positive line widths.
12023
12024 2002-09-20  Jan Nieuwenhuizen  <janneke@gnu.org>
12025
12026         * tex/lilyponddefs.tex: Handle \scoreshift and \outputscale in one
12027         go.  Fix comments.
12028
12029         * cygwin: Cygwin updates.
12030
12031 2002-09-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12032
12033         * Documentation/windows/installing.texi (Top): version for python,
12034         urls for ghostscript (thanks to John Potelle)
12035         
12036         * lily/simultaneous-music-iterator.cc
12037         (Simultaneous_music_iterator): init children_list_ before
12038         triggering GC.
12039
12040         * lily/*-iterator.cc: be even more careful with smobbed copy
12041         constructors. 
12042
12043         * lily/break-align-engraver.cc (acknowledge_grob): also typeset
12044         LeftEdge item.
12045
12046 2002-09-15  Werner Lemberg  <wl@gnu.org>
12047
12048         Improving LilyPond's output to make them ordinary TeX boxes with
12049         predictable dimensions.  System boxes are now vertically centered on
12050         the baseline; this offset can be further controlled with
12051         \lilypondscoreshift.
12052
12053         * lily/system.cc (System::post_processing): Pass length of current
12054         system to `start-system' (including any horizontal indentation).
12055
12056         * scm/tex.scm, scm/pdftex.scm: Make output of various functions
12057         prettier.
12058         (lily-def): Append `%'.
12059         (start-system): Add parameter `wd'.  Output more TeX code to specify
12060         box dimensions.
12061         (stop-system, stop-last-system): Complement changes in
12062         `start-system'.
12063         * scm/sketch.scm, scm/ps.scm, scm/pdf.scm, scm/ascii-script.scm:
12064         Updated.
12065
12066         * scripts/ly2dvi.py (global_latex_definition): Set \parindent to 0.
12067         * buildscripts/mf-to-table.py (write_tex_defs): Append `%'.
12068         Write final `\endinput'.
12069
12070         * tex/lily-ps-defs.tex, tex/lily-pdf-defs.tex,
12071         tex/lilypond-plaintex.tex, tex/lilypond-latex.tex,
12072         tex/lilyponddefs.tex, tex/titledefs.tex: Reformat code.  Assure that
12073         files and macro definitions don't produce spurious spaces and
12074         paragraphs (using \endlinechar).
12075         * tex/lilyponddefs.tex: New dimension `\scoreshift'.
12076
12077         * Documentation/user/internals.itely: Improved formatting, fixing
12078         typos.  Added a section `Output details' to describe how the TeX
12079         code looks like.
12080
12081 2002-09-17  Rune Zedeler  <rune@zedeler.dk>
12082
12083         * lily/accidental-engraver.cc: Also work with partial measures.
12084
12085 2002-09-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12086
12087         * lily/text-spanner-engraver.cc: whoops. Set bound in the correct
12088         spanner.
12089
12090 2002-09-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12091
12092         * lily/identifier-smob.cc (unpack_identifier): new file.
12093
12094         * lily/lexer.ll (identifier_type): new function.  use ly-id to
12095         pass off scheme expressions as music identifiers.
12096
12097         * scm/lily.scm: reorganisation, cleanups.
12098
12099         * lily/main.cc: small cleanups.
12100
12101 2002-09-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12102
12103         * lily/ly-module.{cc,hh}: new file.
12104
12105 2002-09-17  Rune Zedeler  <rune@zedeler.dk>
12106
12107         * lily/accidental-engraver.cc: Also work with partial measures.
12108
12109 2002-09-16  Jan Nieuwenhuizen  <janneke@gnu.org>
12110
12111         * VERSION (PACKAGE_NAME): Remove HEAD trap leftover.
12112
12113 2002-09-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12114
12115         * lily/my-lily-lexer.cc: use SCM module in stead of
12116         Scheme_hash_table. Changes throughout.  
12117
12118 2002-09-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12119
12120         * VERSION (MY_PATCH_LEVEL): make 1.7.0
12121