]> git.donarmstrong.com Git - lilypond.git/blob - ChangeLog
add ly/vlaams.ly
[lilypond.git] / ChangeLog
1 2004-06-14  Heikki Junes <hjunes@cc.hut.fi>
2
3         * buildscripts/lilypond-words.py: add ly/vlaams.ly
4
5 2004-06-14  Jan Nieuwenhuizen  <janneke@gnu.org>
6
7         * input/simple-song.ly: Down one octave.
8
9         * scm/output-gnome.scm: Remove script again; re-add modules fix
10         (CVS conflict resolve?)
11
12         * lily/stencil.cc (ly:interpret-stencil): Was:
13         interpret_stencil_expression.
14
15 2004-06-13  Jan Nieuwenhuizen  <janneke@gnu.org>
16
17         * buildscripts/guile-gnome.sh: New file.
18
19         * scm/output-gnome.scm: White background, better window size, sane
20         canvas size.  Cleanups.
21
22 2004-06-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
23
24         * Documentation/user/invoking.itexi (Invoking the lilypond
25         binary): document --safe.
26
27         * scm/output-gnome.scm: set PATH in script.
28
29         * scm/page-layout.scm (default-page-make-stencil): don't stretch
30         if there is too few systems on a page.
31
32         * lily/parser.yy (relative_music): start at middle C without pitch
33         argument.
34
35         * Documentation/user/changing-defaults.itely (Page layout): new node.
36         (Paper size): rename node
37         (Page breaking): new node.
38         (Titling): move from invoking.
39         (File structure): new node.
40
41         * lily/parser.yy (score_body): allow \header and music anywhere in
42         \score body.
43
44 2004-06-13  Jan Nieuwenhuizen  <janneke@gnu.org>
45
46         * scm/lily.scm (ly:load): Remove page-breaking.scm.
47
48 2004-06-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
49
50         * lily/include/paper-system.hh: move cc/hh file from paper-line.*
51
52         * lily/include/paper-line.hh: rename to Paper_system.
53
54         * lily/include/paper-book.hh: doc class.
55
56         * lily/paper-book.cc (c_ragged_page_breaks): remove functions. 
57
58         * scm/page-layout.scm (plain-footer): add tagline/copyright. 
59         (plain-header): add instrument-name.
60         (default-page-make-stencil): bugfixes.
61
62         * lily/parser.yy (book_body): allow \header anywhere in \book{}
63
64         * lily/paper-book.cc: remove copyright & tagline. Remove
65         interactions with Page
66
67         * scm/page-layout.scm (ly:optimal-page-breaks): move back breaking
68         here, 
69         (default-page-make-stencil): new function
70         (default-page-music-height): new function
71         (page-headfoot): new function
72         (ly:optimal-page-breaks): generate stencils directly from here
73
74         * scm/titling.scm: new file, group titling functions
75
76 2004-06-13  Jan Nieuwenhuizen  <janneke@gnu.org>
77
78         * scm/output-gnome.scm: Handle multiple pages.
79
80         * scm/framework-gnome.scm: Do not load output-gnome.
81         (framework-gnome): Invoke output-gnome::header and
82         output-gnome::end-output as faked stencils.  Fixes experimental
83         gnome output.
84
85 2004-06-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
86
87         * input/mutopia/W.A.Mozart/mozart-hrn3-rondo.ly (rondo):
88         octavation compatibility fixes. Backportme. 
89
90         * scm/page-breaking.scm (ly:optimal-page-breaks): allow overfull
91         pages.
92         (ly:optimal-page-breaks): combine-penalties: no shortcut for
93         negative. Now we handle negative penalties (ie. \pageBreak)
94         correctly.
95
96         * lily/system.cc (get_line): extract page-penalty from the left
97         bound.
98
99         * scm/fret-diagrams.scm (fret-diagram): use @table for documentation
100
101 2004-06-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
102
103         * scm/framework-ps.scm: don't load output-XXX from framework-XXX
104
105 2004-06-12  Jan Nieuwenhuizen  <janneke@gnu.org>
106
107         * scm/output-gnome.scm: Update script.  Move development to
108         lilypond_2_3_2 branch for now.
109
110 2004-06-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
111
112         * scm/page-breaking.scm (ly:optimal-page-breaks): don't do
113         negative penalties.
114         cleanups.
115
116         * Documentation/user/changing-defaults.itely (Creating contexts):
117         index entries
118
119         * scm/page-breaking.scm (ly:optimal-page-breaks): new
120         file. Rewrite function. 
121
122         * lily/paper-book.cc (pages): new interface: page-breaking returns
123         list of line-list.
124
125         * lily/page.cc (Page): take lines argument.
126
127         * scm/document-translation.scm (all-engravers-doc): link to user man
128
129         * scm/page-layout.scm (ly:optimal-page-breaks): use penalty iso. score.
130
131         * Documentation/user/notation.itely (Relative octaves): typo.
132
133         * lily/paper-book.cc (LY_DEFINE): ly:output-formats. New function.
134
135 2004-06-11  Jan Nieuwenhuizen  <janneke@gnu.org>
136
137         * scm/output-gnome.scm: Update build script.
138
139 2004-06-10  Jan Nieuwenhuizen  <janneke@gnu.org>
140
141         * scm/output-gnome.scm: Add font scaling.  Attempt to resurrect
142         gnome backend.
143
144         * scm/framework-gnome.scm: New file.
145
146         * scm/lily.scm: Use it.
147
148         * lily/paper-outputter.cc: Janitorial cleanups.
149         (ly:outputter-dump-string): Remove unreachable statement.
150
151         * scm/framework-ps.scm: Add header.  Janitorial cleanups.
152         (ice-9): Bugfix: Add srfi-1.
153
154         * scm/framework-tex.scm: Add header.  Janitorial cleanups.
155
156 2004-06-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
157
158         * lily/new-lyric-combine-music-iterator.cc (do_quit): put warning
159         in do_quit()
160         
161 2004-06-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
162
163         * ly/book-paper-defaults.ly: set optimal-page-breaks as default
164
165 2004-06-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
166
167         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): remove
168         override of Beam::position-callbacks. Why would grace beams not be
169         quantized? Fixes: weird-stem-size-grace. 
170
171         * lily/new-lyric-combine-music-iterator.cc (find_voice): issue
172         warning only once. Backportme.
173
174         * lily/accidental-engraver.cc (number_accidentals_from_sig):
175         bugfix, 2nd try. Backportme.
176
177         * ly/vlaams.ly: new file. (Thanks Hendrik Maryns)
178
179 2004-06-04  Mats Bengtsson  <mabe@drongo.s3.kth.se>
180
181         * Documentation/user/notation.itely (Instrument transpositions):
182         Correct the name of the instrumentTransposition property.
183
184 2004-06-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
185
186         * scm/output-ps.scm (ps-font-command): fix parmesan coding too.
187
188 2004-06-04  Mats Bengtsson  <mabe@drongo.s3.kth.se>
189
190         * scripts/lilypond-book.py (output): Bug fix so preLilyPondExample
191         and postLilyPondExample are called when defined.
192
193 2004-06-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
194
195         * ly/nederlands.ly (pitchnames): use ly:parser-set-note-names.
196         This fixes setting notenames with `\include "nederlands.ly" '
197
198         * lily/my-lily-parser.cc (LY_DEFINE): ly:parser-set-note-names:
199         new function.
200
201 2004-06-01  Han-Wen Nienhuys   <hanwen@xs4all.nl>
202
203         * scm/page-layout.scm: don't do piece, it should be in score-title
204         only.
205
206         * lily/lexer.ll: lex \score separately.
207
208         * lily/paper-book.cc: junk stencil2line.
209
210         * lily/paper-line.cc (Paper_line): construct from Stencil
211         directly. No futzing with the dimensions.
212
213         * lily/include/paper-line.hh (class Paper_line): 
214
215         * lily/stencil.cc (interpret_stencil_expression): combine-stencil
216         takes arbitrary number of arguments.
217
218         * input/test/markup-score.ly (tuning): simplify example. 
219
220 2004-05-31  Han-Wen Nienhuys   <hanwen@xs4all.nl>
221
222         * lily/score.cc (LY_DEFINE): ly:score-embedded-format, new function. 
223
224         * scm/define-markup-commands.scm (score): define score-markup
225
226         * lily/parser.yy (markup): use score-markup.
227
228         * lily/score.cc: add ly:score? 
229
230 2004-05-30  Carl Sorensen <carl_sorensen@byu.edu>
231
232         * scm/fret-diagrams.scm: add fret-diagram-verbose markup; modified
233         fret-parse-string so it prepares for calls to fret-diagram-verbose
234         Changed display constants to props so they are available for
235         \override.
236         
237 2004-05-31  Han-Wen Nienhuys   <hanwen@xs4all.nl>
238
239         * VERSION: release 2.3.3
240
241         * stepmake/stepmake/generic-vars.make: unset LANG.
242
243         * input/regression/tuplet-nest.ly: bugfix.
244
245         * lily/tie-performer.cc (stop_translation_timestep): reset
246         ties_created_. Fixes: midi-tie.ly, midi-lyrics-barcheck.ly
247
248         * lily/chord-tremolo-engraver.cc (stop_translation_timestep):
249         clear repeat_ directly after setting stem_tremolo_. Fixes:
250         tremolo-repeat.ly
251
252         * input/regression/span-bar-break.ly: new file.
253
254         * scm/define-grobs.scm (all-grob-descriptions): remove
255         break-visibility from SpanBar. Fixes: piano-repeat.ly
256
257 2004-05-30  Han-Wen Nienhuys   <hanwen@xs4all.nl>
258
259         * python/lilylib.py (make_ps_images): only compute bbox when needed.
260
261         * scripts/lilypond-book.py (process_snippets): use lily -f ps
262         files for generating pngs. (failed experiment)
263
264         * scm/framework-ps.scm (output-classic-framework-ps): dump EPS
265         file with PFA fonts included.
266
267         * lily/score.cc (default_rendering): put header in too.
268
269         * lily/paper-line.cc (LY_DEFINE): change function to
270         ly:paper-line-extent
271
272         * scm/page-layout.scm (default-book-title): only add lines for
273         non-nil fields.
274         (default-score-title): idem.
275
276         * lily/my-lily-parser.cc (parse_string): delete lexer after use.
277
278         * lily/my-lily-lexer.cc (My_lily_lexer): copy keytable.
279
280         * lily/include/paper-book.hh (class Paper_book): remove height_
281         member.
282
283         * input/test/coriolan-margin.ly (texidoc): remove latex macros.
284
285         * lily/ly-module.cc (LY_DEFINE): bugfix.
286
287         * lily/paper-book.cc (book_title): separate function for the book
288         title.
289
290         * scm/page-layout.scm (default-book-title): only account for
291         markup fields.
292
293         * scm/framework-ps.scm: new file. Move high level interface from
294         output-ps.scm
295
296         * scm/music-functions.scm (def-grace-function): move macros from
297         ly/music-functions-init.ly
298
299         * lily/paper-outputter.cc (Paper_outputter): move scheme_calls to
300         framework-tex.scm
301
302         * scm/framework-tex.scm (dump-line): new file. High level
303         interface for output (pages, systems, header). 
304
305         * lily/include/page.hh (class Page): add is_last_ field.
306
307         * lily/paper-outputter.cc (print_smob): smobify Paper_outputter.
308
309         * lily/paper-book.cc (split_string): new function
310         (output): output multiple formats, i.e. --format=ps,tex
311
312         * scm/output-ps.scm (output-scopes): dump variables directly.
313         (define-fonts): rewrite for new interface
314
315         * ps/lilyponddefs.ps: remove lilypondpaper redefinitions.
316
317         * lily/paper-outputter.cc (Paper_outputter): take format argument.
318
319         * lily/main.cc (parse_argv): don't set extension for output.
320
321         * lily/clef-engraver.cc (create_clef): remove
322         Staff_symbol_referencer::set_position() call. 
323
324 2004-05-30  Nicolas Sceaux  <nicolas.sceaux@free.fr>
325
326         * ly/music-functions-init.ly (addlyrics): set the 'origin property
327         with the location argument in music function definitions.
328
329 2004-05-29  Han-Wen Nienhuys   <hanwen@xs4all.nl>
330
331         * lily/staff-symbol-engraver.cc (acknowledge_grob): remove item ->
332         staffsymbol dependency.
333
334         * lily/include/grob.hh (class Grob): live () -> is_live (). Small
335         cleanups.
336
337         * lily/book.cc (process): return Paper_book
338         (to_stencil): use Book::process().
339
340         * lily/include/my-lily-parser.hh (class My_lily_parser): remove
341         header_ field. Store in $globalheader
342
343         * lily/parser.yy (book_body): book header is initted to
344         $globalheader.
345         
346
347 2004-05-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
348
349         * input/test/fill-a4.ly: removed.
350
351         * lily/parser.yy (output_def): push scope of parent_ Output_def
352         too.
353
354 2004-05-28  Jan Nieuwenhuizen  <janneke@gnu.org>
355
356         * scm/output-gnome.scm: Update info.
357
358 2004-05-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
359
360         * lily/book-paper-def.cc: collapse Book_output_def to Output_def.
361
362         * scm/lily.scm (ly:modules-lookup): handle empty list, and more
363         than 1 module.
364
365         * lily/include/ly-module.hh (ly_use_module): rename is_module to
366         ly_c_module_p.
367
368         * scm/page-layout.scm (default-book-title): move Scheme titling
369         functions to here.
370
371         * lily/parser.yy (book_paper_block): remove scope too.
372
373         * ly/engraver-init.ly (EasyNotation): remove OrchestralScoreContext
374
375         * lily/rest.cc: add direction to rest properties.
376
377         * lily/include/output-def.hh: new file, move from
378         music-output-def.hh
379
380 2004-05-27  Jan Nieuwenhuizen  <janneke@gnu.org>
381
382         * scm/output-gnome.scm: Describe feta-cork hack.
383
384 2004-05-27  Han-Wen Nienhuys   <hanwen@xs4all.nl>
385
386         * lily/include/book-paper-def.hh: derive from Output_def 
387
388         * lily/include/paper-def.hh: move all functionality out of class.
389         Junk header.
390
391         * lily/include/music-output-def.hh: rename Music_output_def to
392         Output_def.
393
394         * input/wilhelmus.ly: only set space for Paper formatting. 
395
396         * lily/include/midi-def.hh: remove file, remove class.
397         Move functions to Music-output-def.
398
399         * lily/music-output-def.cc (Music_output_def): remove separate
400         translator table. Lookup translators in scope directly. This
401         obviates Context suffix for context identifiers, i.e.
402
403         \context {
404           \Staff
405           .. 
406           }
407
408
409         will work.
410         
411
412         * Documentation/user/notation.itely (Chords mode): typo: 13 -> 3.
413
414         * Documentation/user/changing-defaults.itely (Horizontal spacing):
415         document spacing override hack.
416
417 2004-05-27  Jan Nieuwenhuizen  <janneke@gnu.org>
418
419         * scm/output-gnome.scm: Add C-q, C-w keybindings.  Update
420         installation info.  Support point-and-click.  Add +/- zoom
421         keybindings.
422
423 2004-05-26  Han-Wen Nienhuys   <hanwen@xs4all.nl>
424
425         * VERSION: 2.3.2 released
426         
427         * lily/parser.yy (book_body): set default bookpaper.
428
429         * scm/output-tex.scm (header): kludge: hard code linewidth. 
430
431         * lily/my-lily-parser.cc (My_lily_parser): don't delete lexer.
432
433 2004-05-25  Han-Wen Nienhuys   <hanwen@xs4all.nl>
434
435         * lily/score.cc (default_rendering): scale outputdef before
436         starting.
437
438 2004-05-25  Jan Nieuwenhuizen  <janneke@gnu.org>
439
440         * scm/fret-diagrams.scm: Add header.
441
442         * scm/output-gnome.scm: Hello world :-)
443
444 2004-05-25  Han-Wen Nienhuys   <hanwen@xs4all.nl>
445
446         * scripts/lilypond.py (run_dvips): only add papersize if present.
447
448         * lily/accidental-engraver.cc (update_local_key_signature): new
449         function, fold code from initialize() and process_music().
450         (update_local_key_signature): use deep copy. This fixes one
451         problem from custom-key-signatures.ly.
452         (number_accidentals_from_sig): tighter check for
453         accidental-too-old.
454
455         * ly/engraver-init.ly: remove localKeySignature
456         definition from ChoirStaff, StaffGroup, Score.
457         
458         * lily/percent-repeat-engraver.cc (try_music): add moments for
459         barlines too. Fixes: skipbars-percent-repeat.ly.
460
461 2004-05-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
462
463         * lily/context-def.cc (filter_performers): don't go to cdrloc if
464         skipping last pair. Fixes: crash-bar-number.
465
466         * scm/fret-diagrams.scm (nil): fret-diagrams (courtesy Carl
467         D. Sorensen)
468
469         * input/test/fret-diagram.ly: new file.
470
471         * scm/paper.scm (paper-set-staff-size): scale linewidth too.
472         (scale-paper): divide by scale.
473
474 2004-05-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
475
476         * lily/rest-collision.cc (do_shift): also do nothing for the (0,2)
477         case.
478
479 2004-05-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
480
481         * scm/stencil.scm (fontify-text): reinstate function
482
483         * tex/lily-ps-defs.tex: remove lilypondblotdiam def.
484
485         * lily/book-paper-def.cc (Book_paper_def): add copy ctor.
486
487         * lily/parser.yy (book_paper_head): \bookpaper {} 
488
489         * python/midi.c: remove config.h
490
491 2004-05-18  Jan Nieuwenhuizen  <janneke@gnu.org>
492
493         * scm/output-gnome.scm: Update.
494
495 2004-05-17  Jan Nieuwenhuizen  <janneke@gnu.org>
496
497         * scm/output-gnome.scm: New file.
498
499         * lily/include/book-paper-def.hh: Add.  Janitorial fixes.
500
501 2004-05-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
502
503         * lily/book-paper-def.cc (ly_bookpaper_fonts): move from Paperdef
504         (find_scaled_font): move from Paper_def
505
506 2004-05-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
507
508         * lily/my-lily-parser.cc (LY_DEFINE): new function ly_parser_lookup
509         (LY_DEFINE): add SCM_ASSERT_TYPE everywhere.
510
511         * po/fr.po: update po.
512
513         * lily/include/book-paper-def.hh (class Book_paper_def): new file.
514
515         * lily/book-paper-def.cc (print_smob): new file.
516
517 2004-05-16  Heikki Junes <hjunes@cc.hut.fi>
518
519         * buildscripts/lilypond-words.py: search words also from
520         music-functions-init.ly.
521
522 2004-05-15  Nicolas Sceaux  <nicolas.sceaux@free.fr>
523
524         * ly/music-functions-init.ly (def-music-function): new helper
525         macro for defining music functions. \addlyrics \appoggiatura
526         \acciaccatura \grace \partcombine \autochange \applycontext
527         \applyoutput and \breathe are now defined here thanks to it.
528
529         * lily/parser.yy: 
530         * lily/my-lily-lexer.cc: \addlyrics \appoggiatura \acciaccatura
531         \grace \partcombine \autochange \applycontext \applyoutput and
532         \breathe keywords removed from the parser.
533
534         * lily/parser.yy: 
535         * lily/music-function.cc (ly_make_music_function): 
536         * lily/lexer.ll (music_function_type): added a case for 0-arg
537         music functions.
538
539 2004-05-14  Nicolas Sceaux  <nicolas.sceaux@free.fr>
540
541         * scm/ly-from-scheme.scm (read-lily-expression):  A variable
542         refering to a music expression can be used in lily-inside-scheme:
543         #{ $music #}
544
545         * lily/my-lily-parser.cc (LY_DEFINE): introduce ly:clone-parser
546         and ly:parser-define, and change ly:parser-parse-string in order
547         to make #{ $music #} work.
548
549         * scm/new-markup.scm (compile-markup-expression): when an argument
550         is a string, use `make-simple-markup'.
551
552 2004-05-14  Han-Wen Nienhuys   <hanwen@xs4all.nl>
553
554         * lily/parser.yy (My_lily_lexer): bugfix; op should be tag.  
555
556 2004-05-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
557
558         * scripts/convert-ly.py (FatalConversionError.func): handle + in
559         font-size. (backportme)
560
561 2004-05-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
562
563         * lily/paper-outputter.cc (output_stencil): dump font definitions
564         before each stencil.
565
566         * lily/include/paper-book.hh (struct Score_lines): new
567         struct. Collect info per Paper-score.
568
569         * lily/include/page.hh (class Page): to_stencil() returns Stencil
570         everywhere.
571
572         * lily/stencil.cc (find_expression_fonts): new function
573
574         * lily/paper-outputter.cc (output_stencil): use
575         interpret_stencil_expr
576
577         * lily/stencil.cc (LY_DEFINE): ly_stencil_fonts: new function.
578         (interpret_stencil_expr): new function. Generic stencil
579         interpretation.
580
581         * lily/paper-def.cc (find_scaled_font): divide lookup
582         magnification by outpuscale for non-virtual fontmetrics. This
583         fixes ludicrously long font definitions for text
584         fonts. (backportme)
585
586         * lily/score-engraver.cc: remove
587         {Engraver,Score_engraver}::typeset_grob(), remove all calls.
588
589 2004-05-09  Jan Nieuwenhuizen  <janneke@gnu.org>
590
591         * input/test/markup-score.ly: Remove \notes.
592
593         * lily/parser.yy (book_body): Grok Composite_music and \header.
594         (markup): Push NOTES mode before score_block.
595
596         * VERSION: release 2.3.1
597         
598         * mf/feta-klef.mf: 
599         * mf/feta-bolletjes.mf: Oops.  Comment-out canvast test code.
600
601         * Documentation/user/programming-interface.itely: Use @emph (was: @em).
602
603         * Documentation/user/out/tutorial.texi: Untrigger lilypond-book error.
604
605 2004-05-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
606
607         * scm/output-tex.scm (output-tex-string): tighten safe security.
608
609         * lily/scm-option.cc (LY_DEFINE): add 'safe to ly:get-option
610
611         * scm/safe-lily.scm (make-safe-lilypond-module): new file. Define
612         allowed ly functions.
613
614         * lily/ly-module.cc (ly_module_define): only define variable if
615         bound.
616         (ly_make_anonymous_module): take safe option.
617
618 2004-05-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
619
620         * scripts/lilypond-book.py (compose_ly): remove FRAGMENT_LY.
621
622 2004-05-08  Jan Nieuwenhuizen  <janneke@gnu.org>
623
624         * input/regression/newaddlyrics.ly: Fix.
625
626         * Documentation/user/tutorial.itely: Use \newlyrics, remove most
627         \score \notes.
628
629 2004-05-08  Heikki Junes <hjunes@cc.hut.fi>
630
631         * Documentation/user/music-glossary.tely ([k-z]): last fixes.
632
633 2004-05-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
634
635         * input/mutopia/R.Schumann/romanze-op28-2.ly (d): use #(define .. )
636
637         * lily/paper-line.cc (Paper_line): don't store list of stencils,
638         but convert to single Stencil immediately.
639
640         * lily/paper-book.cc (title): don't return Stencil* but Stencil.
641
642 2004-05-07  Jan Nieuwenhuizen  <janneke@gnu.org>
643
644         * scm/output-sodipodi.scm: Resurrect sodipodi output.
645
646 2004-05-07  Kristof Bastiaensen  <kristof.bastiaensen@vleeuwen.org>
647
648         * elisp/lilypond-mode.el: Changed the way defaults are created for
649         LilyPond-command-master.  LilyPond-mode will now check the
650         timestamps of the files to see which command has to run next.
651
652 2004-05-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
653
654         * scm/bass-figure.scm (format-bass-figure): don't set
655         number-markup for strings. This fixes string in bass
656         figure. (backportme)
657
658         * lily/parser.yy (bass_number): insert number-markup into figure
659         definition.
660
661         * scm/define-music-properties.scm (all-music-properties): make
662         'figure a markup.
663
664         * scripts/convert-ly.py (conv): \apply -> \applymusic
665
666 2004-05-06  Kristof Bastiaensen  <kristof.bastiaensen@vleeuwen.org>
667
668         * elisp/lilypond-mode.el: changed the order of some commands
669         ("Midi" after "2Midi"), use the user-defined
670         LilyPond-command-default as default instead of "LilyPond"
671
672         * elisp/lilypond-mode.el: added a LilyPond-master-file variable,
673         to set the master file for the next command.
674
675         * elisp/lilypond-font-lock.el: replaced font-lock-warning-face
676         with font-lock-reference-face.
677
678 2004-05-07  Heikki Junes <hjunes@cc.hut.fi>
679
680         * Documentation/user/music-glossary.tely ([ab]*): small fixes.
681
682         * Documentation/user/music-glossary.tely ([c-l]*): more fixes.
683
684 2004-05-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
685
686         * ly/music-functions-init.ly (TODO): new file.
687
688         * lily/parser.yy (Generic_prefix_music_scm): add more
689         music_function symbols.
690         (Prefix_composite_music): change \apply to music-function   
691
692         * lily/include/music-function.hh: rename to music-function
693
694 2004-05-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
695
696         * lily/music-head.cc (LY_DEFINE): change order of args.
697
698         * input/regression/music-head.ly (texidoc): new file.
699
700         * lily/parser.yy (Generic_prefix_music): allow generic
701         music-transformation functions. 
702
703         * lily/include/music-head.hh (is_music_head): new file.
704
705         * lily/music-head.cc (get_music_head_transform): new file.
706
707 2004-05-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
708
709         * lily/ottava-bracket.cc (print): use coordinate, not (0,0) for
710         empty extent. This fixes ottava brackets on rests. (backportme)
711
712         * make/lilypond.redhat.spec.in (Group): ln png files for info.
713
714         * lily/piano-pedal-engraver.cc (create_text_grobs): core dump fix.
715
716         * cygwin/lily-wins.py: update for the lily-wins.py script.
717
718 2004-05-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
719
720         * lily/score-engraver.cc (typeset_all): switch off unbound spanner
721         code. This will obviate typeset_grob () in the future.  The effect
722         of this is that improperly written spanner handling will result in
723         invalid spanner bounds.
724         (announce_grob): add to elems_ from here
725         (typeset_grob): comment out.  
726
727         * lily/include/engraver.hh (make_spanner): new calling interface
728         for make_{item,spanner}. This obviates most calls to
729         announce_grob().
730                 
731         * scm/music-functions.scm (set-accidental-style): use GrandStaff
732         iso. PianoStaff for piano styles.
733
734 2004-05-03  Heikki Junes <hjunes@cc.hut.fi>
735
736         * Documentation/user/music-glossary.tely: add segno after d.s.
737
738 2004-05-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
739
740         * lily/include/audio-column.hh: remove unused variables.
741         (patch by Michael Welsh Duggan)
742
743         * flower/include/axes.hh (other_axis): inline Axes function
744         (thanks to David Brandon).
745
746 2004-05-02  Jan Nieuwenhuizen  <janneke@gnu.org>
747
748         * cygwin/mknetrel: Install image links (backportme).
749
750         * Documentation/user/GNUmakefile (local-install-info): Activate
751         actual installing of image links (backportme).
752
753 2004-04-30  Mats Bengtsson  <mabe@drongo.s3.kth.se>
754
755         * Documentation/user/notation.itely (Measure repeats): Removed
756         unnecessary (and confusing) \context Voice{.
757
758 2004-04-29  Jan Nieuwenhuizen  <janneke@gnu.org>
759
760         * Documentation/topdocs/NEWS.texi: Mention use of \score as markup.
761
762         * lily/page.cc (Page): Do not use ly_scheme_function for
763         volatile/configurable variables (FIXME: better name).
764
765         * lily/music-output-def.cc (c_lookup_variable): Rename (WAS:
766         get_scmvar).
767
768 2004-04-29  Han-Wen Nienhuys   <hanwen@xs4all.nl>
769
770         * scripts/convert-ly.py (FatalConversionError.subst): use
771         \transposition.
772
773 2004-04-29  Jan Nieuwenhuizen  <janneke@gnu.org>
774
775         * lily/include/page.hh (class Page): Declare left_margin ().
776
777         * lily/page.cc: Remove paper var caching.
778
779 2004-04-28  Jan Nieuwenhuizen  <janneke@gnu.org>
780
781         * Documentation/user/music-glossary.tely: Add name to @top node.
782         Remove comment from @table definitions (workaround for makinfo
783         bug).
784
785         * lily/stencil-scheme.cc (ly:stencil-expr): Rename (was:
786         ly:stencil-get-expr).  Update callers.
787         (ly:stencil-align-to!):  Return stencil too.
788
789         * lily/paper-outputter.cc (output_page): Bugfix.  Use page
790         stencil.  Remove looped line-based page output.
791         (output_line): Use line stencil.  Remove looped stencil-based line
792         output.
793
794         * lily/page.cc (ly:page-paper-lines): New function.
795
796         * input/test/markup-score.ly: New file.
797
798         * scm/define-markup-commands.scm (stencil): New markup.
799
800         * lily/book.cc (to_stencil): New method.
801
802         * lily/parser.yy (markup): Use it to grok \score.
803
804 2004-04-27  Jan Nieuwenhuizen  <janneke@gnu.org>
805
806         * lily/stencil.cc (expr): Rename (was: get_expr).  Update callers.
807
808         * lily/paper-book.cc (pages): Change signature.  Update callers.
809
810         * lily/include/page.hh:
811         * lily/page.cc: New file.
812
813         * lily/paper-line.cc (to_stencil): New method.
814         
815         * lily/paper-outputter.cc (output_stencil): New method.
816
817         * lily/paper-outputter.cc (output_line): Use them.
818
819         * lily/warn.cc: Remove.
820
821         * lily/my-lily-parser.cc (distill_inname): Remove.
822
823         * flower/include/file-name.hh: 
824         * flower/file-name.cc: New file.  Update users.
825
826         * flower/file-path.cc [CYGWIN]: Junk testing code.  Remove Path.
827         (find): New method of same name.
828
829         * lily/my-lily-parser.cc (ly:parse-file): Use it.
830
831         * lily/scm-option.cc (ly:set-option, ly:get-option): Bugfix:
832         constant error message.
833
834 2004-04-27  Heikki Junes <hjunes@cc.hut.fi>
835
836         * input/test/{blank-notes.ly,staff-container.ly}: typos.
837
838 2004-04-26  Jan Nieuwenhuizen  <janneke@gnu.org>
839
840         * Documentation/user/music-glossary.tely: @table @strong' replaced
841         by `@table @samp @c @strong'.  This fixes invalid makeinfo output
842         (backportme).
843
844 2004-04-25  Nicolas Sceaux  <nicolas.sceaux@free.fr>
845
846         * scm/lily.scm (ly:load): Add ly-from-scheme.scm loading.
847
848         * scm/ly-from-scheme.scm: New file. Introduce a new syntax:
849         #{ lily music expression #} that returns an equivalent scheme
850         music expression by parsing the string.
851
852 2004-04-25  Jan Nieuwenhuizen  <janneke@gnu.org>
853
854         * lily/my-lily-parser.cc:
855         * lily/my-lily-lexer.cc: Another step towards parsing ly code from
856         SCM string (foo.ly/toto.scm support).
857
858 2004-04-24  Jan Nieuwenhuizen  <janneke@gnu.org>
859
860         * lily/my-lily-parser.cc (ly:parser-parse-string): New function.
861
862 2004-04-21  Jan Nieuwenhuizen  <janneke@gnu.org>
863
864         * input/regression/newaddlyrics.ly: Remove lilypond-book kludge.
865
866         * scripts/lilypond-book.py: LY code that includes \header is
867         not assumed to be a fragment.
868
869 2004-04-20  Jan Nieuwenhuizen  <janneke@gnu.org>
870
871         * lily/stem-tremolo.cc (print): If stem direction == CENTER, move
872         tremolo beams up.
873
874         * lily/stem.cc (chord_start_y): Return 0 if no heads.
875         (get_default_stem_end_position): No tremolo head juggling if no
876         heads.  Fixes tremolo crash on rests (backportme).
877
878         * scripts/abc2ly.py: Oops use [\]proper[ty] 2.2 syntax.
879
880 2004-04-19  Jan Nieuwenhuizen  <janneke@gnu.org>
881
882         * scripts/abc2ly.py: ABC beams preserve support (courtesy Guy
883         Gascoigne-Piggford).  Also: TAB and whitespace fixes.
884
885         * lily/lexer.ll: Allow \encoding in NOTES mode.
886
887         * buildscripts/mf-to-table.py (write_fontlist): Use \lyrics
888         for lyrics, not for commands.
889
890         * lily/parser.yy (scalar): Bugfix: accept LYRICS_STRING.
891         FIXME: Replace some `Music's with Grouped_music_list; fixes make web.
892
893         * input/regression/newaddlyrics.ly: New file.
894
895         * Documentation/topdocs/NEWS.texi: Update.
896
897         * lily/parser.yy (new_lyrics): Return SCM list of lyric musics.
898         (Music_list): Allow embedded scm.
899
900         * lily/score.cc (ly:score-bookify): New function.
901
902         * lily/music.cc (ly:music-scorify): Idem.
903
904         * lily/my-lily-parser.cc (ly:parser-print-book): Idem.
905         (ly:parser-print-score): Idem.
906
907         * scm/lily.scm (default-toplevel-book-handler): Idem.
908         (default-toplevel-music-handler): Idem.
909         (default-toplevel-score-handler): Idem.
910
911         * ly/declarations-init.ly: Set default toplevel handlers.
912
913         * lily/parser.yy (book_block, score_block, toplevel_music): Use them.
914
915         * scripts/lilypond-book.py (PREAMBLE_LY): Select classic score
916         printer for score at toplevel.
917
918 2004-04-18  Jan Nieuwenhuizen  <janneke@gnu.org>
919
920         * lily/parser.yy (NEWLYRICS): Switch to LYRICS mode for lyrics.
921         Fix for simple case: input/simple-song.ly, more complex stuff
922         does not work yet.
923
924 2004-04-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
925
926         * lily/parser.yy (Prefix_composite_music): split Composite_music
927         in Prefix_composite_music and Grouped_music_list.
928         (re_rhythmed_music): use Grouped_music_list for NEWLYRICS.
929
930 2004-04-18  Jan Nieuwenhuizen  <janneke@gnu.org>
931
932         * scm/lily.scm (toplevel-expression): New define.
933
934         * lily/my-lily-parser.cc (ly:parser-add-book-and-score): New function.
935
936         * lily/parser.yy (toplevel_expression): Use it.
937
938         * lily/include/my-lily-parser.hh: Smobbify.
939
940         * lily/my-lily-parser.cc (parse_string): New method.
941         
942         * lily/my-lily-parser.cc (ly:parse-string): New function.
943
944         * Documentation/user/lilypond.tely: Add comment and workaround for
945         gs-8.01 crash.  Fixes make web.
946
947         Simplification of toplevel music.
948         
949         * lily/lexer.ll, lily/parser.yy:
950
951         * In LYRICS mode, return LYRICS_STRING.  This fixes one
952         shift/reduce problem.
953
954         * Use NOTES mode at start of maininput.
955
956         * Grok toplevel composite music expression, put in score and book.
957
958         * Grok \relative COMPOSITE_MUSIC, make relative on middleC.
959
960         * \newlyrics is a shortcut for \context Lyrics \lyricsto "" \lyrics
961
962         * input/simple.ly: New file.
963         
964         * input/simple-song.ly: Idem.
965
966 2004-04-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
967
968         * lily/parser.yy: rename NEWADDLYRICS to LYRICSTO. Thanks to Erik
969         Sandberg.
970
971 2004-04-17  Jan Nieuwenhuizen  <janneke@gnu.org>
972
973         * scm/font.scm (add-cmr-fonts): Narrow bold is ecrb.
974
975 2004-04-17  Heikki Junes <hjunes@cc.hut.fi>
976
977         * input/regression/accidental-octave.ly: doc automatic showing
978         of note names.
979
980 2004-04-16  Heikki Junes <janneke@gnu.org>
981
982         * po/fi.po: do "make po && make -C po po-update" at top-level,
983         then "cp po/out/fi.po po/fi.po" and update fields.
984
985         * po/fi.po: remove all designations of `fuzzy'; shows those elements.
986
987 2004-04-15  Jan Nieuwenhuizen  <janneke@gnu.org>
988
989         * Documentation/user/introduction.itely (About this manual): Fix
990         templates and regression urls (backportme).
991
992 2004-04-14  Mats Bengtsson  <mabe@drongo.s3.kth.se>
993
994         * ly/engraver-init.ly (Score:graceSettings): Increase
995         beamed-lengths, especially for 32nd notes.
996
997         * Documentation/user/notation.itely (Grace notes): Correct the
998         syntax for add-grace-property example.
999
1000 2004-04-13  Jan Nieuwenhuizen  <janneke@gnu.org>
1001
1002         * flower/parse-afm.cc [METATYPE1_BUG]: Grok Metatype1's global
1003         `Generated' tag.
1004
1005         * scm/font.scm (add-cmr-fonts): Use super-cm/lmodern fonts.  NOT.
1006         Severely broken (the Debian package, at least).
1007
1008 2004-04-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1009
1010         * lily/context.cc (find_create_context): assign to lvalue.
1011
1012 2004-04-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1013
1014         * lily/include/translator.hh (class Translator): rename
1015         get_parent_context() to context () to avoid confusion.
1016
1017         * lily/include/lily-guile.hh: is_x -> ly_c_X_p naming.
1018
1019         * lily/lexer.ll: change is_string -> ly_c_string_p 
1020
1021         * input/mutopia/J.S.Bach/wtk1-fugue2.ly (bassdux): use \book.
1022
1023         * input/mutopia/W.A.Mozart/mozart-hrn-3.ly: use \book.
1024
1025         * VERSION: release 2.3.0
1026
1027         * mf/feta-nummer-code.mf: use ascii names for number glyphs.
1028
1029         * buildscripts/mf-to-table.py (parse_logfile): only prepend group-
1030         if nonempty.
1031
1032         * lily/include/context.hh (class Context): make members protected.
1033         (children_contexts): new accessor function.
1034
1035         * lily/include/translator.hh (class Translator): make
1036         daddy_context_ protected.
1037         (class Translator): clean up. 
1038
1039         * lily/include/context.hh (class Context): make daddy_context_
1040         private.
1041
1042         * lily/lyric-engraver.cc (get_voice_to_lyrics): recursively go
1043         higher for finding Voice. (backportme)  
1044
1045         * lily/include/context.hh (class Context): remove
1046         find_context_below() as a method.
1047
1048         * Documentation/user/notation.itely (The Lyrics context): add note
1049         about manual durations
1050
1051         * ly/chord-modifiers-init.ly (blackTriangleMarkup): use TeX-math
1052         encoding.
1053
1054         * scm/output-tex.scm (text): dump \inputencoding{} for text.
1055
1056 2004-04-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1057
1058         * scripts/lilypond.py (global_latex_preamble): remove latin1 from
1059         \usepackage{inputenc}
1060
1061         * lily/paper-book.cc (classic_output): don't advance Offset for
1062         TeX output.
1063
1064         * make/mutopia-rules.make ($(outdir)-$(PAPERSIZE)/%.dvi): include
1065         ec-sauter.map in rules
1066
1067         * mf/ecb.mf (font_identifier): new file, based on ecbx
1068
1069         * mf/ecb10.mf (gensize): new file.
1070
1071         * Documentation/topdocs/NEWS.texi (Top): document some more new
1072         features.
1073
1074         * ly/declarations-init.ly: run convert-ly
1075
1076         * lily/my-lily-parser.cc (LY_DEFINE): move parse-file function
1077         from input-file-results. Remove input-file-results.* 
1078
1079 2004-04-11  Jan Nieuwenhuizen  <janneke@gnu.org>
1080
1081         * scm/output-ps.scm (font-command): Fix, again.
1082
1083         * input/test/title-markup.ly: Add \noPagebreak test.
1084
1085         * lily/score-engraver.cc (try_music): Bugfix.
1086
1087 2004-04-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1088
1089         * lily/main.cc (main_with_guile): excise dependency options -M and
1090         --dep-prefix
1091
1092         * lily/input-file-results.cc: excise Makefile dependency code
1093
1094         * Documentation/user/invoking.itexi (Invoking the lilypond
1095         binary): remove dep doco
1096         
1097         * lily/main.cc (main_with_guile): call lilypond-main
1098         
1099         * scm/lily.scm (lilypond-main): new function: handle multiple files.
1100
1101         * lily/input-file-results.cc (LY_DEFINE): throw ly-file-failed
1102         exception.
1103
1104         * lily/my-lily-parser.cc: remove paper_description function
1105
1106         * lily/music-output-def.cc (LY_DEFINE): ly:output-description
1107         new function.
1108
1109         * lily/main.cc: remove global_score_count.
1110
1111         * lily/book.cc (process): don't take header from global_input_file.
1112
1113         * buildscripts/lilypond-profile.sh (Error): set GS_FONTPATH
1114
1115         * lily/parser.yy (My_lily_lexer): remove current_parser global var.
1116
1117         * lily/music-output-def.cc (LY_DEFINE): new function
1118         ly_output_description. This function does the bulk for  setting,
1119         parsing and breaking down of an input file.
1120
1121         * lily/ly-module.cc (ly_make_anonymous_module): don't protect
1122         anonymous modules globally. Let's hope they get GCd
1123
1124         * scripts/lilypond.py (run_dvips): add sauter-mftrace.map 
1125
1126 2004-04-11  Jan Nieuwenhuizen  <janneke@gnu.org>
1127
1128         * scm/output-ps.scm (header): Papersize from paper.
1129
1130         * scripts/lilypond.py (global_latex_preamble): Oldish behaviour
1131         for classic output.
1132
1133         * tex/lilyponddefs.tex (interscoreline): Oldish behaviour if
1134         lilypondclassic is defined.
1135         (lilypondstart): Oldish behaviour if lilypondclassic is defined.
1136
1137         * input/regression/between-systems.ly: Remove.
1138
1139         * python/lilylib.py (get_bbox): Fix regular expression
1140         for bounding box.
1141
1142         * tex/lilyponddefs.tex (lilypondpagebreak): New overridable macro.
1143
1144         * scm/output-tex.scm (stop-page): Use it.
1145
1146         * scm/output-ps.scm (define-fonts): Bugfix.
1147
1148         * lily/grob.cc: Add penalty to interface.
1149
1150         * lily/include/paper-line.hh (class Paper_line): New member
1151         var penalty_.
1152
1153         * lily/system.cc (get_line): Initialise Paper_line with
1154         page-penalty's from original grobs.
1155
1156         * scm/define-music-properties.scm (all-music-properties): Add
1157         page-penalty.
1158
1159         * scm/define-grob-properties.scm (all-grob-descriptions): Idem.
1160
1161         * lily/score-engraver.cc (try_music): Handle page-penalty.
1162
1163         * ly/declarations-init.ly (pagebreak, noPagebreak): New command.
1164
1165 2004-04-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1166
1167         * ly/declarations-init.ly (melismaEnd): typo
1168
1169         * scm/font.scm (add-cmr-fonts): caps is eccc, ecsc is slanted caps.
1170
1171         * scm/output-ps.scm (text): split string into spaces, use moveto
1172         for setting space. 
1173         
1174 2004-04-10  Jan Nieuwenhuizen  <janneke@gnu.org>
1175
1176         * po/nl.po: Update.
1177
1178         * scm/font.scm (add-cmr-fonts): Typo.
1179
1180 2004-04-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1181
1182         * scm/font.scm (add-cmr-fonts): add sauter fonts under latin1
1183         font-encoding.
1184
1185         * scm/define-grobs.scm (all-grob-descriptions): idem.
1186
1187         * lily/time-signature.cc (numbered_time_signature): idem.
1188
1189         * scm/font.scm (add-cmr-fonts): use real encoding names for
1190         font-encoding.
1191
1192 2004-04-10  Jan Nieuwenhuizen  <janneke@gnu.org>
1193
1194         * lily/paper-book.cc (classic_output): 
1195         * tex/lilyponddefs.tex (lybox): Add height, and proper raising.
1196         Fixes classic output.
1197         (lilypondstart):
1198         * scripts/lilypond.py (global_latex_preamble): Remove topmargin
1199         kludge.
1200
1201         * scripts/old-lilypond-book.py: Remove.
1202
1203         Page layout for SCOREs enclosed in a BOOK:
1204
1205         * scripts/lilypond.py: Remove LaTeX titling kludge.  Remove page
1206         layout tweaking.
1207
1208         * input/les-nereides.ly (theScore): Add \book.
1209         
1210         * input/test/title-markup.ly: Add \book.
1211
1212         * scm/page-layout.scm (ly:optimal-page-breaks): Debugging output
1213         only if 'verbose.
1214
1215         * lily/include/paper-book.hh (PAGE_LAYOUT): Remove.
1216
1217         * lily/paper-outputter.cc (output_line): Remove PAGE_LAYOUT check.
1218
1219         * tex/lilyponddefs.tex (lilypondstart, lybox, lyitem):
1220         * scm/output-tex.scm (start-system): Update for page layout by
1221         LilyPond.
1222
1223         * scm/output-ps.scm (start-system): Previously (new-start-system).
1224
1225         * lily/paper-outputter.cc (output_header): Uniquify list of fonts
1226         passed to define-fonts.
1227
1228         * lily/paper-column.cc: 
1229         * lily/system.cc (get_line):
1230         * ly/property-init.ly (newpage): 
1231         * scm/define-grob-properties.scm:
1232         * scm/output-ps.scm: 
1233         * scm/output-tex.scm: Remove between-system-string kludge.
1234
1235         * scm/output-ps.scm (define-fonts, font-command,
1236         font-load-encoding): Handle ENCODING = #f.
1237
1238         * scm/output-tex.scm (output-scopes): Check if variable is bound.
1239
1240         * scm/define-markup-commands.scm (fill-line): Use
1241         make-simple-markup (WAS: unexisting make-word-markup).
1242
1243         * lily/text-item.cc (interpret_markup): Bugfix, transpose
1244         ENCODING, MARKUP parameters for interpret_string.
1245
1246         * lily/input-file-results.cc (do_one_file): Remove Paper_book hack.
1247
1248         * lily/score.cc (book_rendering): New method.
1249         (default_rendering): Create Paper_book helper locally, dump
1250         output.
1251
1252         * lily/my-lily-lexer.cc (the_key_tab): Add book.
1253
1254         * lily/parser.yy: Handle \book.
1255
1256         * lily/include/book.hh: 
1257         * lily/book.cc: New file.
1258
1259 2004-04-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1260
1261         * lily/text-item.cc (interpret_string): new file, select font with
1262         encoding.
1263
1264         * lily/include/lily-guile.hh: ly_XXX_p -> is_XXX. Changes throughout.
1265
1266         * scm/define-markup-commands.scm (encoded-simple): new markup command.
1267
1268         * lily/parser.yy (markup): take encoding from lexer.
1269
1270 2004-04-09  Jan Nieuwenhuizen  <janneke@gnu.org>
1271
1272         * lily/kpath.cc (kpathsea_find_tfm): Do not trigger TFM generation.
1273
1274         * scm/output-ps.scm: Remove some cruft.
1275
1276 2004-04-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1277
1278         * lily/kpath.cc (kpathsea_find_tfm): don't make unfound TFMs/AFMs.
1279
1280         * Documentation/user/lilypond.tely (Top): manual for v2.3 (backportme)
1281
1282 2004-04-09  Jan Nieuwenhuizen  <janneke@gnu.org>
1283
1284         * scm/font.scm (add-century-schoolbook-fonts):
1285         (make-century-schoolbook-tree): New function.
1286
1287         * input/test/title-markup.ly: Use Century Schoolbook font.
1288
1289 2004-04-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1290
1291         * scripts/convert-ly.py: limited old-style markup convert. (Thanks
1292         to Erik Sandberg) 
1293
1294         * lily/font-metric.cc (LY_DEFINE): new function, return fontName.
1295
1296         * scm/output-ps.scm (define-fonts): remove hack for feta/parmesan.
1297
1298         * lily/font-metric.cc (LY_DEFINE): change to ly:font-filename
1299
1300         * scm/encoding.scm (coding-alist): add AdobeStandardEncoding
1301
1302 2004-04-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1303
1304         * scm/part-combiner.scm (determine-split-list): bugfix: if no
1305         solo-state (at end of solo), we can set the solo status
1306         too. (backportme.)
1307
1308         * input/regression/part-combine-solo-end.ly: new file.
1309
1310 2004-04-08  Jan Nieuwenhuizen  <janneke@gnu.org>
1311
1312         * scripts/abc2ly.py (parse_file): Strip \r from lines.  Fixes DOS
1313         flavour abc files.  Really ignore unknown keys (backportme).
1314
1315 2004-04-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1316
1317         * lily/scaled-font-metric.cc (text_dimension): only multiply with
1318         magnification_ when looking up in orig_.
1319
1320         * scm/output-tex.scm (text): switch off char-mapping.
1321
1322         * lily/tfm.cc (coding_scheme): replace ' ' in encoding with '-',
1323         because AFM's encoding field cannot have spaces.
1324
1325 2004-04-08  Jan Nieuwenhuizen  <janneke@gnu.org>
1326
1327         * scm/output-ps.scm (define-fonts): More re/encoding tweaking.
1328
1329 2004-04-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1330
1331         * lily/paper-def.cc (find_scaled_font): change to inputencoding.
1332
1333         * mf/cmr.enc: new file, without hi-bit ascii info. 
1334
1335         * lily/bezier-bow.cc (slur_shape): make indent dependent on
1336         width. This removes the 'hook' at the end of a long slur.
1337
1338         * buildscripts/mf-to-table.py (parse_logfile): don't append
1339         encoding to fontname.
1340
1341 2004-04-07  Jan Nieuwenhuizen  <janneke@gnu.org>
1342
1343         * scm/output-ps.scm (define-fonts): Load .enc only once.
1344
1345         * mf/GNUmakefile (INSTALLATION_OUT_SUFFIXES): Install .enc files
1346         too.
1347
1348 2004-04-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1349
1350         * buildscripts/mf-to-table.py (parse_logfile): remove spaces from
1351         encoding field.
1352
1353         * lily/stencil-scheme.cc: remove ly:fontify-atom 
1354
1355         * ly/portuges.ly (pitchnames): new file.
1356
1357         * lily/include/lily-guile.hh: many new ly_ functions.  Thanks to
1358         Michael Welsh Duggan
1359
1360         * lily/*.cc: deprecate gh_ interface. Thanks to Michael Welsh Duggan
1361
1362         * ly/nederlands.ly: add comment about digits.
1363
1364         * lily/scaled-font-metric.cc (derived_mark): idem.
1365
1366         * scm/encoding.scm (make-encoding-mapping): change permutation to
1367         mapping.
1368
1369         * lily/scaled-font-metric.cc (derived_mark): is a const method.
1370         (Modified_font_metric): make alist for coding_description_
1371         (LY_DEFINE): remove coding-name.
1372
1373         * scm/output-tex.scm (text): remove debugging code.
1374
1375         * lily/scaled-font-metric.cc (ly_font_encoding): return vector
1376
1377         * buildscripts/mf-to-table.py (parse_logfile): read EncodingScheme
1378         from infile.
1379
1380         * mf/feta-generic.mf: move fet_beginfont into generic code.
1381         use fetaMusic (without space) as encoding
1382
1383         * mf/feta-autometric.mf: take encoding argument
1384
1385         * lily/afm.cc (read_afm_file): bugfix, read global info too. 
1386
1387         * lily/my-lily-lexer.cc (set_identifier): remove gh_scm2newstr
1388         use.
1389
1390         * scm/encoding.scm (read-encoding-file): use symbol for glyph
1391         name.
1392
1393 2004-04-07  Jan Nieuwenhuizen  <janneke@gnu.org>
1394
1395         * input/test/title-markup.ly: Set inputencoding.
1396
1397         * scm/output-ps.scm (define-fonts): Handle font re-encoding.
1398
1399         * lily/scaled-font-metric.cc (ly:font-coding-name): New function.
1400
1401         * scm/encoding.scm (get-coding-filename, get-coding-command): New
1402         function.
1403         (coding-alist): Also hold filename, command.
1404         (read-encoding-file): Return symbols.
1405
1406 2004-04-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1407
1408         * scm/output-tex.scm: remove fontify; text and char take a font
1409         argument.
1410
1411         * lily/tfm.cc (name_to_index): new function, use encoding_table_.
1412
1413         * lily/scaled-font-metric.cc (text_dimension): init
1414         coding_{permutation,table}_ too 
1415         (LY_DEFINE): ly:font-encoding, new function return
1416
1417         * lily/paper-def.cc (find_scaled_font): take input coding from
1418         inputcoding paper var.
1419
1420         * lily/performance.cc (output): remap modulo 16.
1421
1422         * lily/text-item.cc (interpret_markup): whoops, variable
1423         shadowing fixed.
1424
1425 2004-04-06  Michael Welsh Duggan  <mwd@sei.cmu.edu>
1426
1427         * lily/piano-pedal-performer.cc (try_music): Compare symbols to
1428         symbols, not symbols to strings.
1429         
1430         * lily/piano-pedal-engraver.cc (try_music): Compare symbols to
1431         symbols, not symbols to strings.
1432
1433 2004-04-06  Jan Nieuwenhuizen  <janneke@gnu.org>
1434
1435         * lily/kpath.cc (kpathsea_gulp_file_to_string): 
1436         (ly:kpathsea-gulp-file): New function.
1437
1438         * scm/encoding.scm (read-encoding-file): Use it.
1439
1440 2004-04-06  Werner Lemberg  <wl@gnu.org>
1441
1442         * scm/encoding.scm (coding-alist): Fix typo.
1443
1444 2004-04-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1445
1446         * lily/scaled-font-metric.cc (text_dimension): move function from
1447         Font_metric
1448         (make_scaled_font_metric): init coding_scheme_ to TeX
1449         (text_dimension): use get-coding-vector for non TeX coding_scheme_
1450
1451         * lily/include/scaled-font-metric.hh (struct
1452         Modified_font_metric): rename from Scaled_font_metric
1453
1454         * scm/encoding.scm (read-encoding-file): split up large function,
1455         leave caching to (delay)
1456
1457         * lily/lily-guile.cc (LY_DEFINE): typecheck argument.
1458
1459 2004-04-05  Jan Nieuwenhuizen  <janneke@gnu.org>
1460
1461         * lily/my-lily-lexer.cc (set_encoding): New method.
1462
1463         * lily/lexer.ll: Grok \encoding.
1464
1465         * lily/font-metric.cc (get_encoded_index): New function.
1466
1467         * lily/include/font-metric.hh (coding_scheme): New method.
1468
1469         * scm/encoding.scm: New file.
1470
1471         * mf/feta-beugel.mf: Better error message (WAS: `foobar').
1472
1473 2004-04-05  Werner Lemberg  <wl@gnu.org>
1474
1475         * Documentation/user/tutorial.itely: Revised (finished).
1476
1477         * Documentation/user/macros.itexi (@separate): Removed.
1478
1479 2004-04-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1480
1481         * scm/output-ps.scm (define-fonts): fix scaling.
1482
1483         * lily/scaled-font-metric.cc (design_size): add function.
1484
1485         * lily/font-metric.cc (LY_DEFINE): opps ly:font-design-size is only
1486         partial cut&paste of ly:font-magnification.
1487
1488 2004-04-05  Jan Nieuwenhuizen  <janneke@gnu.org>
1489
1490         * scm/output-ps.scm (define-fonts):
1491         (fontify): Update.
1492
1493 2004-04-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1494
1495         * po/fr.po: update. (backportme).
1496
1497         * po/nl.po: update. (backportme). 
1498
1499         * mf/feta-beugel.mf: document why design size is not fixed.
1500
1501         * mf/feta-braces-a.mf: rename to stress that it's not design size.
1502
1503 2004-04-04  Werner Lemberg  <wl@gnu.org>
1504
1505         * Documentation/user/tutorial.itely: Revised (continued).
1506
1507 2004-04-03  Jan Nieuwenhuizen  <janneke@gnu.org>
1508
1509         * po/nl.po: Update (backportme).
1510
1511 2004-04-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1512
1513         * po/de.po: update. (backportme).
1514
1515         * scm/output-tex.scm (font-command): use ly: functions to
1516         construct name.
1517         (define-fonts): don't use alist, just dump \font definitions.
1518         (font-load-command): calculate proper scaling by taking
1519         outputscale from paper argument.
1520
1521         * lily/stencil-scheme.cc (fontify_atom): insert Font_metric into
1522         expression.
1523
1524         * lily/paper-outputter.cc (output_header): pass paper arg to
1525         define-fonts
1526
1527         * lily/paper-def.cc (font_descriptions): dump list of
1528         Scaled_font_metrics
1529         (find_scaled_font): take Font_metric argument, store
1530         Scaled_font_metrics in hash-table containing (size ->
1531         Scaled_font_metrics) alist.
1532         (get_dimension): rename from get_realvar
1533
1534         * lily/font-metric.cc (LY_DEFINE): ly:font-design-size,
1535         ly:font-magnification, ly:font-name: new functions
1536
1537 2004-04-03  Werner Lemberg  <wl@gnu.org>
1538
1539         * Documentation/user/dedication.itely,
1540         Documentation/user/preface.itely,
1541         Documentation/user/introduction.itely,
1542         Documentation/user/tutorial.itely: Revised.
1543         Removing leading spaces which distorts output if info files are read
1544         with stand-alone info.
1545         Removing superfluous inter-word spaces which also distorts output
1546         for stand-alone info.
1547         Using ` and ' instead of `` and '' everywhere to improve
1548         legilibility with stand-alone info
1549         Using @samp for single-letter input items and data which contains
1550         spaces, @code for other things.
1551
1552         * lily/grob-interface.cc: Adding copyright.
1553         (check_interfaces_for_property): Improve format of warning message.
1554
1555 2004-04-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1556
1557         * lily/include/font-metric.hh (struct Font_metric): add
1558         design_size () method.
1559
1560         * buildscripts/mf-to-table.py (base): add DesignSize comment.
1561
1562         * lily/afm.cc (read_afm_file): read design size.
1563
1564         * input/regression/repeat-unfold-tremolo.ly: add dotted case.
1565
1566         * scm/music-functions.scm (unfold-repeats): handle dots too.
1567
1568 2004-04-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1569
1570         * mf/GNUmakefile ($(outdir)/$(redhat-package)): fix URL.
1571         (backportme)
1572
1573 2004-04-02  Jan Nieuwenhuizen  <janneke@gnu.org>
1574
1575         * input/wilhelmus.ly: Use raggedright.  Hack `Een prin -- ce'
1576         lyric indent.  Revert melismaBusyProperties using \unset.
1577
1578 2004-04-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1579
1580         * input/regression/bar-check-redefine.ly (pipeSymbol): new file.
1581
1582         * lily/parser.yy (command_element): allow redefinition of |
1583         meaning.
1584
1585         * lily/break-align-engraver.cc (acknowledge_grob): construct
1586         LeftEdge where the first cause for alignment is coming from.
1587         This makes \override Staff.LeftEdge work as expected.
1588
1589         
1590         * lily/slur-performer.cc (Slur_performer): add inits
1591
1592         * lily/beam-performer.cc (Beam_performer): add inits
1593
1594 2004-04-01  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1595
1596         * VERSION (PACKAGE_NAME): release 2.2.0
1597
1598         * scripts/convert-ly.py (conv): add 2.2.0 rule.
1599
1600 2004-04-01  Jan Nieuwenhuizen  <janneke@gnu.org>
1601
1602         * lily/cluster.cc (height): Fix warning.
1603
1604         * lily/parser.yy: Janitorial cleanups.
1605
1606         * Documentation/user/tutorial.itely (Tutorial): Typo.
1607
1608 2004-04-01  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1609
1610         * lily/change-iterator.cc (process): search at multiple context
1611         levels. This fixes 
1612
1613         
1614         * scm/part-combiner.scm (analyse-spanner-states): use split-index,
1615         not voice-state index for tie state. This fixes a partcombine
1616         problem with ties.
1617
1618         * Documentation/user/tutorial.itely (Commenting input files): add
1619         note about convert-ly.
1620
1621         * input/test/cadenza-skip.ly:  new file.
1622
1623 2004-03-31  Jan Nieuwenhuizen  <janneke@gnu.org>
1624
1625         * po/nl.po: Spelling fixes.
1626
1627         * autogen.sh (srcdir): Regenerate.
1628
1629         * stepmake/autogen.sh (srcdir): Copy SUSE fix to the master
1630         autogen.sh.
1631
1632         * configure.in: Use C++ to check for C++ header.
1633
1634         * po/nl.po: Update.
1635
1636         * lily/scm-option.cc (LY_DEFINE): Name of the program is lilypond-bin.
1637
1638         * lily/event.cc (to_relative_octave): Translatable sentence should
1639         be one string.
1640
1641         * python/lilylib.py (warranty): Year range is not translatable.
1642         It's 2004 already!
1643
1644         * flower/warn.cc (non_fatal_error, warning, programming_error):
1645         Remove whitespace from translated string.
1646
1647 2004-03-31  Jan Nieuwenhuizen  <janneke@gnu.org>
1648
1649         * VERSION: release 2.1.37.
1650
1651 2004-03-31  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1652
1653         * configure.in: check for C language.
1654
1655         * lily/source-file.cc: include strstream without h.
1656
1657         * scm/documentation-generate.scm (string-append): use name without
1658         .texi.
1659
1660         * autogen.sh (srcdir): SUSE fix.
1661
1662         * Documentation/user/notation.itely (Ancient clefs): idem.
1663
1664         * Documentation/user/lilypond-book.itely (Integrating HTML and
1665         music): idem.
1666
1667         * Documentation/user/cheatsheet.itely (Cheat sheet): octave fixes.
1668
1669         * lily/change-iterator.cc (process): use find_existing_context().
1670
1671         * input/test/polymetric-differing-notes.ly: use ly:music-compress.
1672
1673         * input/regression/repeat-unfold-tremolo.ly: new file.
1674
1675         * scm/music-functions.scm (unfold-repeats): undo music compression
1676         too.
1677
1678         * lily/music.cc (LY_DEFINE): rename to music-mutable-properties
1679         (LY_DEFINE): ly:music-compress new function.
1680
1681         * scm/part-combiner.scm (determine-split-list): split for voice
1682         crossings
1683
1684         * input/regression/part-combine-cross.ly: new file.
1685
1686         * scm/part-combiner.scm (make-part-combine-music): don't do
1687         relative inside partcombine arguments.
1688
1689         * scm/music-functions.scm (make-non-relative-music): new function.
1690
1691         * Documentation/user/notation.itely (Automatic part combining):
1692         add note about \relative.
1693
1694         * lily/part-combine-iterator.cc (construct_children): add
1695         start_moment_ member.
1696
1697         * lily/chord-tremolo-engraver.cc (acknowledge_grob): trigger
1698         stem-tremolo by stem object. This fixes no stem for tremolo bug.
1699
1700         * lily/stem-tremolo.cc (print): don't crash for no-stem.
1701
1702         * Documentation/user/changing-defaults.itely (Which properties to
1703         change): fixes.
1704
1705 2004-03-31  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1706
1707         * po/fr.po: update.
1708
1709 2004-03-31  Jan Nieuwenhuizen  <janneke@gnu.org>
1710
1711         * input/wilhelmus.ly: More original lyrics.  Add to examples.
1712
1713         * stepmake/stepmake/generic-targets.make ($(outdir)/dummy.dep):
1714         Reinstate old code that issues warning.  Fixes --srcdir build.
1715
1716 2004-03-30  Jan Nieuwenhuizen  <janneke@gnu.org>
1717
1718         * input/wilhelmus.ly: New file.
1719
1720         * Documentation/user/notation.itely: 
1721         * Documentation/user/introduction.itely:
1722         * Documentation/user/tutorial.itely: Use quote ly-option instead
1723         of explicit @quotation.  This fixes too long lilypond linewidths
1724         resulting in overful hboxes.
1725
1726         * scripts/lilypond-book.py: Add ly-option: `quote'.
1727
1728 2004-03-30  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1729
1730         * tex/titledefs.tex: Avoid that the first score line is extra
1731         indented if instrument is defined but not piece.
1732
1733 2004-03-30  Werner Lemberg  <wl@gnu.org>
1734
1735         * Documentation/user/macros.itexi (@internalsref) [info]: Prepend
1736         `lilypond/' to info file name.
1737         (@usermanref) [info]: New variant.
1738
1739         * scm/documentation-generate.scm: Fix definition of @usermanref
1740         and @glossaryref (in the `ifinfo' branch) by prepending `lilypond/'
1741         to info file name.
1742
1743 2004-03-30  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1744
1745         * VERSION: release 2.1.36
1746         
1747         * Documentation/user/changing-defaults.itely (Interpretation
1748         contexts): rewrite introduction.
1749
1750 2004-03-30  Ferenc Wagner  <wferi@tba.elte.hu>
1751
1752         * scm/define-markup-commands.scm: Use TeX accents instead of
1753         straight iso-8859-1 encoding in the doc string.
1754
1755 2004-03-30  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1756
1757         * Documentation/user/tutorial.itely (A lead sheet): remove extra
1758         space after dotted duration.
1759
1760 2004-03-29  Jan Nieuwenhuizen  <janneke@gnu.org>
1761
1762         * Documentation/user/introduction.itely: 
1763         * Documentation/user/notation.itely:
1764         * Documentation/user/tutorial.itely: Up all relative examples.
1765         Enclose @lilypond displays in @quotation.  Typos and corrections.
1766
1767         * Documentation/user/macros.itexi: Use fetaflat, fetasharp.
1768
1769 2004-03-29  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1770
1771         * scm/music-functions.scm (make-voice-props-revert): Revert also
1772         MultiMeasureRest staff-position in oneVoice.
1773
1774 2004-03-29  Heikki Junes <hjunes@cc.hut.fi>
1775
1776         * Documentation/user/changing-defaults.itely, 
1777         Documentation/user/lilypond.tely: few fixes. Place no comma between
1778         two options: a and b, but commas between three options: a, b, and c.
1779         By this manner, grouping is possible: a and b, and c and d.
1780
1781 2004-03-29  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1782
1783         * Documentation/user/GNUmakefile: add rule for .nexi
1784
1785 2004-03-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1786
1787         * Documentation/user/music-glossary.tely: move glossary direntry
1788
1789         * stepmake/stepmake/texinfo-vars.make (INFOINSTALL): 
1790         only do mkdir/install-info if INFO_INSTALL_FILES != "".
1791
1792 2004-03-28  Jan Nieuwenhuizen  <janneke@gnu.org>
1793
1794         * stepmake/aclocal.m4: Verify that gettext configure check with
1795         gcc-3.3 and autoconf 2.59 is still broken.  Update warning.
1796
1797 2004-03-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1798
1799         * scripts/lilypond-book.py (Lilypond_snippet.is_outdated): use
1800         glob.glob for .png filenames. This catches multipage pngs.  
1801
1802         * Documentation/user/changing-defaults.itely (Determining the grob
1803         property): fix references.
1804
1805         * lily/staff-symbol.cc (print): only add extent if non empty.
1806         This fixes staff-container.ly.
1807
1808         * lily/timing-engraver.cc (initialize): init whichBar, so a score
1809         starting with a mmrest also works.
1810
1811         * scripts/lilypond-book.py (Lilypond_snippet.is_outdated): require
1812         PNG for texinfo too.
1813
1814         * po/lilypond.pot: update translation strings.
1815
1816         * VERSION: 2.1.35 released
1817         
1818         * scripts/convert-ly.py (FatalConversionError.sub_abs): convert
1819         context argument too.
1820
1821         * make/ly-rules.make ($(outdir)/%.texi): use variable for outdir.
1822
1823         * input/mutopia/W.A.Mozart/mozart-hrn-3.ly: Mozart died in 1791
1824
1825         * python/lilylib.py (command_name): don't return 1st path
1826         component.
1827
1828         * scripts/lilypond-book.py (Lilypond_snippet.is_outdated): treat
1829         .png case separately.
1830
1831         * python/lilylib.py (system): typo.
1832         
1833 2004-03-28  Jan Nieuwenhuizen  <janneke@gnu.org>
1834
1835         * input/regression/span-bar.ly: Fix typos.  Set indent-level:2,
1836         run indent-region.
1837
1838         * Documentation/user/preface.itely: Run texinfo-all-menus-update.
1839         Fixes compile.
1840
1841         * lily/function-documentation.cc: Compile fix: Include <string.h>.
1842         Add header.
1843
1844 2004-03-27  Heikki Junes  <hjunes@cc.hut.fi>
1845
1846         * vim/lilypond-indent.vim: small fixes.
1847
1848 2004-03-26  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1849
1850         * Documentation/user/notation.itely (Entering lyrics): Add example
1851         with correct english double quotes (at least for LaTeX output,
1852         maybe not a good idea if we switch to PS as the default output
1853         format).
1854
1855 2004-03-26  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1856
1857         * lily/staff-performer.cc (create_audio_elements): play instrument
1858         changes before notes arrive. This fixes instrument of the first
1859         note in a score.
1860
1861         * scripts/convert-ly.py (FatalConversionError.conv): add #'() case
1862         to 1.9.0 conversion.
1863
1864         * lily/mark-engraver.cc: doc string.
1865
1866         * make/lilypond.redhat.spec.in (Group): add vim scriptlets.
1867
1868         * Documentation/user/introduction.itely (Introduction): new node.
1869
1870 2004-03-25  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1871
1872         * lily/duration.cc (LY_DEFINE): dotcount argument is now optional.
1873
1874         * input/regression/spacing-ragged-last.ly: new file.
1875
1876         * lily/gourlay-breaking.cc (do_solve): add raggedlast support for
1877         spacing.
1878
1879         * scm/font.scm: rewrite using GOOPS.
1880         
1881         * lily/context-def.cc (filter_engravers): derefence pointer.
1882
1883         * lily/lily-guile.cc (type_check_assignment): use
1884         ly_scheme_function iso. scm_primitive_eval where possible.
1885
1886         * lily/performance.cc (output): limit channels at 15. This fixes
1887         percussion inadvertently showing up in large scores.
1888
1889 2004-03-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1890
1891         * input/regression/tuplet-gap.ly: new file.
1892
1893         * lily/tuplet-bracket.cc (make_bracket): take gap interval.
1894         (print): compute gap length from number size, include italic
1895         correction.
1896
1897         * scm/define-grobs.scm (all-grob-descriptions): remove gap from
1898         tuplet-bracket
1899
1900         * scm/paper.scm (set-default-paper-size): new function, to be
1901         called at toplevel.
1902         (set-paper-size): new function, to be called inside \paper {}
1903         (set-default-paper-size): new function, to be called at toplevel.
1904
1905         * lily/paper-def.cc (LY_DEFINE): ly:paper-def?: new function. 
1906
1907         * lily/beam-performer.cc (process_music): idem.
1908
1909         * lily/slur-performer.cc (process_music): stop melisma for stop event.
1910         
1911         * tex/titledefs.tex: remove scshape for piece.
1912
1913         * lily/line-spanner.cc (line_stencil): font-encoding = music, not
1914         font-family
1915
1916         * lily/time-signature.cc (special_time_signature): font-encoding
1917         not family.
1918
1919         * lily/dynamic-engraver.cc (acknowledge_grob): fix typo, attach
1920         dynamic to head. This fixes p placement in morgenlied.
1921
1922 2004-03-23  Werner Lemberg  <wl@gnu.org>
1923
1924         * stepmake/stepmake/generic-targets.make (help): Improve text.
1925
1926 2004-03-23  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1927
1928         * VERSION: 2.1.34 released
1929         
1930         * lily/main.cc (main_with_guile): switch debugging.
1931
1932         * lily/system.cc (get_line): plug leak.
1933
1934         * lily/paper-book.cc (pages): plug memory leaks: delete page array
1935         and contents.
1936         (stencil2line): plug leak.
1937
1938         * Documentation/user/changing-defaults.itely (Determining a grob
1939         property):  new node.
1940         (Layout interfaces): new node.
1941         (Navigating the program reference): new node.
1942
1943         * lily/accidental-engraver.cc (acknowledge_grob): add property
1944         harmonicAccidentals
1945
1946         * lily/piano-pedal-engraver.cc (del_linespanner): new function.
1947         general cleanups.
1948         
1949         * input/les-nereides.ly (middleDynamics): resurrect Les
1950         nereides. Remove pedal hack.
1951
1952 2004-03-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1953
1954         * input/regression/property-grace-polyphony.ly: new file.
1955
1956         * lily/translator-property.cc (execute_pushpop_property): only pop
1957         one instance of the property. This fixes << \\ >> together with
1958         \grace.
1959
1960         * lily/break-align-interface.cc (ordered_elements): we cannot
1961         modify the #'elements property, so return reordered array.
1962
1963 2004-03-23  Heikki Junes  <hjunes@cc.hut.fi>
1964
1965         * buildscripts/lilypond.words.py: remove.
1966         * buildscripts/lilypond-words.py: add new, renamed file. 
1967         Give generated targets and dirs explicitly in arguments.
1968
1969         * GNUmakefile.in, elisp/GNUmakefile, elisp/lilypond-init.el,
1970         elisp/lilypond-mode.el, vim/lilypond-ftplugin.vim,
1971         vim/lilypond-syntax.vim: update to use new lilypond-words.py.
1972         
1973         * config.make.in: give '/usr/share/vim' explicitly as $(vimdir).
1974
1975         * vim/GNUmakefile: use --words and --vim targets in lilypond-words.py
1976
1977         * Documentation/topdocs/INSTALL.texi: update vim-mode installing
1978         orders.
1979
1980         * vim/GNUmakefile: add local-uninstall target.
1981
1982         * Documentation/topdocs/INSTALL.texi: give even more detailed orders.
1983         
1984         * vim/vimrc: add a one-liner file.
1985
1986         * vim/GNUmakefile: try to remove empty dirs during uninstalling, put
1987         vimrc in EXTRA_DIST_FILES.
1988
1989         * vim/GNUmakefile: ignore errors due to rmdir of non-empty directories.
1990
1991 2004-03-22  Heikki Junes  <hjunes@cc.hut.fi>
1992
1993         * config.make.in: add vimdir.
1994
1995         * vim/GNUmakefile: add local-install.
1996
1997 2004-03-22  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1998
1999         * tex/titledefs.tex: Replaced \ifx\blabla\undefined
2000         with \lilypondifundefined{blabla}. Solves problem with multiple
2001         titles in the same lilypond-book document.
2002
2003 2004-03-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2004
2005         * scm/document-backend.scm (interface-doc): sort grob list for
2006         interface.
2007
2008         * scm/define-grobs.scm (all-grob-descriptions): fix ordering of
2009         pre/post break align-order.
2010
2011         * spelling patch courtesy Edward Sutton.
2012
2013         * Documentation/user/changing-defaults.itely (Changing context
2014         default settings): new node.
2015         (Defining new  contexts): new node.
2016
2017         * scripts/lilypond-book.py (is_derived_class): use numbers
2018         iso. booleans.
2019
2020         * python/lilylib.py (make_ps_images): add margin to PS images.
2021
2022         * scripts/lilypond-book.py (is_derived_class): new function. Take
2023         class arg iso. object.
2024         (to_eps): make a non EPS file if EPS contains %%Pages. Workaround
2025         for bug in GS/dvips.
2026
2027         * lily/text-item.cc (interpret_markup): idem.
2028
2029         * scm/define-markup-commands.scm: remove split around-space hack.
2030
2031         * lily/staff-symbol-referencer.cc (get_rounded_position): new
2032         function, fold WL's fixes into one function.
2033
2034 2004-03-22  Werner Lemberg  <wl@gnu.org>
2035
2036         * lily/stem.cc (Stem::extremal_heads, Stem::note_head_positions),
2037         lily/dot-column.cc (Dot_column::do_shifts), lily/note-column.cc
2038         (Note_column::head_position_interval): Do proper rounding for
2039         calls to Staff_symbol_referencer::get_position.
2040
2041 2004-03-21  Werner Lemberg  <wl@gnu.org>
2042
2043         * lily/score.cc (ly_run_translator), lily/paper-def.cc
2044         (Paper_def::get_paper_outputter), lily/input-file-results.cc
2045         (Input_file_results::Input_file_results), lily/my-lily-parser.cc
2046         (My_lily_parser::parse_file): Improve formatting progress indication
2047         sent to stdout.
2048
2049 2004-03-21  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2050
2051         * VERSION: 2.1.33 released.
2052
2053         * scripts/lilypond-book.py (do_file): reinstate --filter support.
2054
2055         * buildscripts/mf-to-table.py (base): use %d for TfmCheckSum
2056
2057         * stepmake/stepmake/generic-targets.make: rewrite hack so no
2058         warning is issued about dummy.dep.
2059
2060         * scm/new-font.scm: fix design sizes of nummer
2061
2062 2004-03-21  Werner Lemberg  <wl@gnu.org>
2063
2064         * stepmake/bin/install-sh: Updated (from gnulib).  This removes
2065         some annoying warnings from mkdir during `make install'.
2066
2067 2004-03-21  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2068
2069         * lily/performer-group-performer.cc (do_announces): call
2070         Performer_group_performer::create_audio_elements () too.
2071
2072         * scripts/convert-ly.py (conv): add rule for breakAlignOrder.
2073
2074         * scm/define-grobs.scm (all-grob-descriptions): add property
2075         break-align-orders
2076
2077         * lily/global-context.cc (get_default_interpreter): new
2078         function. Override from base class, so no new Score contexts are
2079         created.
2080
2081         * lily/include/stencil.hh (class Stencil): document origin field.
2082
2083         * lily/staff-symbol.cc (print): span staff-symbol on column
2084         extents for non-broken columns. 
2085
2086         * ly/engraver-init.ly (breakAlignOrder): put staff-bar behind
2087         key-signature.
2088
2089         * tex/titledefs.tex: don't use smallcaps for piece.
2090
2091         * lily/system.cc (uniquify_list): bugfix. This fixes spuriously
2092         translated stencils in the output.
2093
2094         * lily/paper-outputter.cc (output_line): don't add Stencil::origin.
2095
2096 2004-03-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2097
2098         * lily/tie-performer.cc (acknowledge_audio_element): bugfix: use
2099         and init ties_created_
2100
2101         * VERSION: release 2.1.32
2102
2103         * lily/include/music-iterator.hh (IMPLEMENT_CTOR_CALLBACK): remove
2104         doc string from IMPLEMENT_CTOR_CALLBACK().
2105
2106         * lily/engraver.cc (typeset_grob): paranoia: take care of the case
2107         that engraver is in a performer hierarchy.
2108
2109 2004-03-17  Heikki Junes <hjunes@cc.hut.fi>
2110
2111         * vim/lilypond-ftdetect.vim: new file.
2112
2113 2004-03-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2114
2115         * scripts/lilypond-book.py (compose_ly): bugfix for relative < 0. 
2116         (compose_ly): default octave should be middle C.
2117
2118         * Documentation/user/changing-defaults.itely (Layout tunings
2119         within contexts): new node.
2120
2121         * lily/include/smobs.hh: document C++ smob interface.
2122
2123         * lily/function-documentation.cc: don't doc functions without
2124         docstring.
2125
2126 2004-03-19  Jan Nieuwenhuizen  <janneke@gnu.org>
2127
2128         * Documentation/user/lilypond.tely: Remove `* lilypond' node from
2129         direntry, so that `info lilypond' goes to Top.
2130
2131         * scm/output-ps.scm (polygon): Fix: add spaces.
2132
2133         * scm/page-layout.scm (ly:optimal-page-breaks): Bugfix: underful
2134         solutions are now optimal too.
2135
2136         * input/test/page-breaks.ly: New file.
2137
2138         * lily/paper-outputter.cc (Paper_outputter): Import page breaking
2139         functions into safe module.
2140
2141         * lily/lily-guile.cc (ly:number->string): Do not leave space at
2142         end, prepend zeros.
2143
2144         * scm/output-*.scm: Use ly:number->string rather than
2145         number->string.  Makes for saner output.
2146
2147         * scm/output-ps.scm (define-fonts): Always scale by designsize.
2148         Fixes feta-nummer, feta-din scaling.
2149
2150 2004-03-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2151
2152         * input/mutopia/W.A.Mozart/mozart-hrn-3.ly: use latin1.
2153
2154         * scm/music-functions.scm (descend-to-context): new
2155         function. Similar to context-spec-music.
2156         (make-time-signature-set): specify Score as descend-only. This
2157         fixes the polymetric.ly example.
2158
2159         * lily/context-specced-music-iterator.cc (construct_children): add
2160         support for descend-only context spec.
2161
2162         * lily/note-head.cc (brew_ez_stencil): read vector #'note-names to
2163         determine ez-notation letter. 
2164
2165         * lily/system.cc (get_line): start with dumping layer 3. This
2166         fixes ez notation.
2167
2168 2004-03-19  Jan Nieuwenhuizen  <janneke@gnu.org>
2169
2170         * input/test/title-markup.ly: Stress breaking harder.
2171
2172         * scm/page-layout.scm (height-score): Overfull page scores twice
2173         as bad as underfull (was: by a power).
2174         (walk-lines): Omit first walk-path round (breaking after new node,
2175         without lines).
2176
2177         * lily/paper-book.cc (pages): Bugfix: copy_height and tag_height
2178         diff values are negative.
2179         (output): Bugfix: treat negative vfill differently.
2180
2181         * Documentation/user/lilypond.tely (direntry): Add note about why
2182         `info lilypond' brings up `Invoking LilyPond' node.
2183
2184 2004-03-18  Jan Nieuwenhuizen  <janneke@gnu.org>
2185
2186         * input/mutopia/W.A.Mozart/mozart-hrn-3.ly: Mutopia tagline.
2187
2188         * lily/paper-book.cc: Remove cruft.
2189         (output): Bugfix: put vfill between lines.
2190         (pages): Bugfix: set page vars needed for filling.
2191
2192         * Documentation/user/music-glossary.tely: Compile fix: Use @arrow
2193         (was: @ar).
2194
2195         * scm/page-layout.scm: Further development.
2196
2197         * ly/declarations-init.ly (paper): Define page-breaking.
2198
2199 2004-03-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2200
2201         * lily/note-head.cc (brew_ez_stencil): add note-names
2202         property. Provides internationalization for note names.
2203
2204         * Documentation/user/changing-defaults.itely (Creating contexts):
2205         new node.
2206
2207         * lily/grace-iterator.cc (process): descend to child for \grace.
2208
2209         * lily/timing-translator.cc (initialize): Timing_translator adds
2210         Timing alias by itself.
2211
2212         * lily/context.cc (add_alias): new function.
2213
2214         * scm/lily.scm (tex-output-expression): new function, eval within
2215         drawing API. Guards against eval vulnerabilities.
2216
2217         * scm/output-tex.scm (tex-encoded-fontswitch): idem. 
2218
2219         * scm/output-ps.scm (scm): export lily drawing API.
2220
2221         * lily/include/lily-guile.hh (ly_scheme_function): new macro. Use
2222         throughout.
2223
2224 2004-03-17  Jan Nieuwenhuizen  <janneke@gnu.org>
2225
2226         * scm/page-layout.scm (optimal-page-breaking): New function.
2227         
2228         * lily/paper-book.cc (pages): Use it.
2229
2230 2004-03-16  Jan Nieuwenhuizen  <janneke@gnu.org>
2231
2232         * lily/include/paper-line.hh (class Paper_line): Full smob.
2233
2234 2004-03-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2235
2236         * lily/global-context.cc (run_iterator_on_me): fix grace note
2237         nesting by initting measurePosition.
2238
2239         * lily/timing-translator.cc (initialize): do no init
2240         measurePosition
2241         
2242         * lily/include/music-output-def.hh (class Music_output_def): add
2243         input_origin_ field.
2244
2245         * Documentation/user/changing-defaults.itely (Changing context
2246         properties on the fly): new node.
2247
2248         * lily/include/ly-smobs.icc (free_smob): remove smobbed_self()
2249         function. Only have smobbed_copy (), and do not provide
2250         smobbed_copy() for non-simple smobs. Changes throughout.
2251
2252 2004-03-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2253
2254         * lily/auto-change-iterator.cc (class Auto_change_iterator): add
2255         start_moment_. Fix by Doug A. Linhardt.
2256
2257 2004-03-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2258
2259         * lily/accidental-engraver.cc (acknowledge_grob): don't suppress
2260         accidentals for harmonic notes.
2261
2262         * lily/note-collision.cc (check_meshing_chords): don't merge heads
2263         of different style. (Thanks to Doug Linhardt).
2264
2265         * Documentation/user/changing-defaults.itely (Scheme tutorial):
2266         new node.
2267
2268 2004-03-16  Heikki Junes <hjunes@cc.hut.fi>
2269
2270         * Documentation/topdocs/INSTALL.texi: finish install orders for vim.
2271
2272         * vim/filetype.vim, vim/lilypond-ftplugin.vim,
2273         vim/lilypond-syntax.vim, vim/lilypond-compiler.vim,
2274         vim/lilypond-indent.vim: doc targets and deps in comments.
2275
2276 2004-03-15  Jan Nieuwenhuizen  <janneke@gnu.org>
2277
2278         * lily/paper-book.cc (stencil2line): Bugfix: put stencil in line.
2279
2280         * lily/system.cc (get_line): Return Paper_line.  Change all users.
2281
2282         * lily/include/paper-line.hh:
2283         * lily/include/paper-line.cc: New file.
2284
2285 2004-03-15  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2286
2287         * VERSION (MY_PATCH_LEVEL): release 2.1.31.
2288
2289         * GNUmakefile.in: remove stray make out=www
2290
2291         * input/test/bagpipe.ly (gcdg): octave fixes.
2292
2293         * scm/define-markup-commands.scm (number): use font-encoding
2294         iso. font-family
2295
2296         * ly/chord-modifiers-init.ly (blackTriangleMarkup): set
2297         font-encoding.
2298         
2299 2004-03-15  Heikki Junes <hjunes@cc.hut.fi>
2300
2301         * lily/parse-scm.cc: compile-bugfix: add missing header files for
2302         `output_format_global' and `PAGE_LAYOUT'.
2303
2304 2004-03-14  Jan Nieuwenhuizen  <janneke@gnu.org>
2305
2306         * lily/parse-scm.cc (internal_ly_parse_scm)[PAGE_LAYOUT]: Import
2307         lily functions in safe mode.
2308
2309         * scripts/lilypond-book.py (Lilypond_snippet.output_texinfo):
2310         Print filename for HTML, LATEX, before texidoc.
2311
2312         * scm/output-tex.scm (ps-output-expression): Eval embedded-ps
2313         instructions in output-ps module.
2314
2315         * scm/lily.scm: Do not load output-ps module.
2316
2317         * lily/paper-outputter.cc (Paper_outputter): Eval output-ps in
2318         safe mode.
2319
2320 2004-03-14  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2321
2322         * lily/span-dynamic-performer.cc (process_music): remove spurious
2323         warning.
2324
2325         * lily/context-def.cc (Context_def): init name to ""
2326
2327         * lily/font-interface.cc: add font-encoding property.
2328
2329         * scm/lily.scm (chain-assoc-get): bugfix.
2330
2331         * lily/paper-book.cc (stencil2line): protect static SCM.
2332
2333         * lily/font-interface.cc (text_font_alist_chain): rename function,
2334         and use text-font-defaults. 
2335
2336         * lily/font-select.cc (properties_to_font_size_family): call SCM code.
2337
2338         * scm/paper.scm (paper-set-staff-size): use new function.
2339
2340         * scm/new-font.scm (make-font-tree): new function.
2341
2342 2004-03-13  Jan Nieuwenhuizen  <janneke@gnu.org>
2343
2344         * lily/paper-book.cc (output): Bugfix: no output if no \paper.
2345
2346         * scm/lily.scm (get-output-module): New function.
2347         (output-alist): Remove ,ps-output-expression.
2348
2349         * scm/output-tex.scm (ps-output-expression): New function.
2350
2351         * scm/output-ps.scm (ps-output-expression): Remove.
2352         (header, start-page): Output page metadata.
2353
2354         * lily/paper-outputter.cc (Paper_outputter)[PAGE_LAYOUT]:
2355         initialise output_module_.  Do not write part of header.
2356         (output_scheme)[PAGE_LAYOUT]: Output through output_module_.
2357         (output_header): Output full header.
2358
2359         * scm/define-markup-commands.scm (bigger, smaller): Avoid crash.
2360         FIXME.
2361
2362 2004-03-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2363
2364         * scm/new-font.scm: new file. Tree based font lookup.
2365
2366         * scm/lily.scm (assoc-get): take default argument. Remove
2367         assoc-get-default.
2368         (chain-assoc-get): use chain-assoc-get everywhere.
2369
2370         * scripts/convert-ly.py (FatalConversionError.subst_in_trans):
2371         autobeamsettings conversion bug.
2372
2373         * lily/include/global-context.hh (Context): clean-up data hiding.
2374
2375         * lily/include/music-iterator.hh (class Music_iterator): clean-up
2376         data hiding.
2377
2378         * lily/include/grace-fixup.hh (struct Grace_fixup): new file.
2379
2380         * input/regression/stem-shorten.ly: add chord case.
2381
2382         * lily/stem.cc (get_default_stem_end_position): shorten stems
2383         triggered by note-head positions, not by forced-direction. This
2384         fixes a bug with too short stems.  
2385  
2386 2004-03-12  Jan Nieuwenhuizen  <janneke@gnu.org>
2387
2388         * scripts/lilypond-book.py (Lilypond_snippet.output_html,
2389         Lilypond_snippet.output_latex): Always call output_print_filename.
2390
2391         * lily/paper-book.cc (fill_pages): New method.  Try to cramp or
2392         expand pages.
2393
2394 2004-03-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2395
2396         * scm/part-combiner.scm (make-autochange-music): switch rests
2397         before switched notes too.
2398
2399         * lily/figured-bass-engraver.cc (process_music): change calling
2400         convention.
2401
2402         * scm/bass-figure.scm (format-bass-figure): rewrite function. 
2403
2404         * scm/define-markup-commands.scm (bracketed-y-column): new markup
2405         command.
2406
2407         * lily/include/stencil.hh (class Stencil): add origin field.
2408
2409         * lily/stencil-scheme.cc (LY_DEFINE): ly:stencil-move-to-edge: new
2410         function.
2411
2412         * lily/grob-scheme.cc (LY_DEFINE): ly:grob-alist-chain: new function. 
2413
2414         * lily/lexer.ll: remove support for \$ and $ in identifiers
2415
2416         * lily/sequential-iterator.cc: remove copy_grace_fixups
2417         (get_grace_fixup): slight abstraction of fixup code.
2418
2419         * input/test/title-markup.ly (spaceTest): vary staff sizes.
2420
2421 2004-03-12  Heikki Junes <hjunes@cc.hut.fi>
2422
2423         * vim/lilypond-indent.vim: use <C-F> (default) as indent key
2424         in insert-mode. add indenting rules.
2425
2426 2004-03-11  Jan Nieuwenhuizen  <janneke@gnu.org>
2427
2428         * lily/parser.yy (toplevel_expression)[PAGE_LAYOUT]: Remove
2429         protect hack.
2430
2431         * scm/page-layout.scm:
2432         * lily/paper-book.cc: Handle tagline/copyright.  Internal page
2433         layout and titling should now match external latex based version.
2434
2435         * scm/output-tex.scm (output-scopes): Bugfix: only write string
2436         header fields.
2437
2438         * ps/lilyponddefs.ps: Remove automatic page layout.
2439
2440         * scm/output-ps.scm (new-start-system): New interface function.
2441
2442         * lily/include/paper-outputter.hh (output_line): Add ORIGIN parameter.
2443
2444         * lily/paper-book.cc (output): Bugfix.
2445
2446 2004-03-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2447
2448         * VERSION (MY_PATCH_LEVEL): release 2.1.30
2449         
2450 2004-03-11  Jan Nieuwenhuizen  <janneke@gnu.org>
2451
2452         * Documentation/user/lilypond.tely: Bugfix: Remove './' from
2453         direntries.
2454
2455         * ps/lilyponddefs.ps: Bugfix.
2456
2457         * input/regression/multi-measure-rest-instr-name.ly: Typo.
2458
2459 2004-03-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2460
2461         * lily/auto-beam-engraver.cc (create_beam): add Stem as
2462         cause. This should fix warnings.
2463
2464         * mf/feta-slag.mf (trill_ne): fix upmordent size.
2465
2466         * lily/accidental.cc (accurate_boxes): enlarge Y-extent of flat to
2467         prevent aligned 6ths.
2468
2469         * lily/custos.cc (print): remove adjust-if-on-staffline.
2470
2471 2004-03-11  Jan Nieuwenhuizen  <janneke@gnu.org>
2472
2473         * lily/paper-book.cc: Do header and footer.
2474
2475 2004-03-10  Jan Nieuwenhuizen  <janneke@gnu.org>
2476
2477         * scm/lily.scm (safe-mode?): New name (was: security-paranoia).
2478
2479         * scm/paper.scm (lineheight): Remove
2480         (head-sep, foot-sep): Add.
2481
2482 2004-03-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2483
2484         * mf/feta-schrift.mf: reduce portato thickness.
2485
2486         * lily/context-scheme.cc (LY_DEFINE): remove ly:context-properties
2487
2488         * lily/grob-pq-engraver.cc (start_translation_timestep): remove
2489         programming_error ().
2490
2491         * lily/piano-pedal-engraver.cc (finalize): attach unfinished
2492         bracket to last command column.
2493
2494         * lily/piano-pedal-bracket.cc (print): only flatten bracket if it
2495         continues on next/prev system.
2496
2497         * input/regression/pedal-end.ly: new file.
2498
2499 2004-03-10  Werner Lemberg  <wl@gnu.org>
2500
2501         * make/lilypond.redhat.spec.in, make/lilypond.suse.spec.in:
2502         Remove pmx2ly stuff.
2503         * scripts/GNUmakefile (SEXECUTABLES): Remove pmx2ly.
2504
2505 2004-03-10  Jan Nieuwenhuizen  <janneke@gnu.org>
2506
2507         * scm/page-layout.scm: New file.
2508
2509         * scripts/lilypond-book.py (do_file): Bugfix: texinfo paper
2510         settings.
2511         (Lilypond_snippet.is_outdated): Also check for PNG file.
2512         Workaround for interrupted (web) builds.
2513
2514         * lily/paper-book.cc (get_pages): Bugfix: set dimensions for titles.
2515
2516         * ps/lilyponddefs.ps: Use only very small top-marging.
2517         (init-paper): Also pop page size string.
2518         (start-page, stop-page): New function.
2519
2520         * scm/output-ps.scm (header-end): Remove stray exec commands.
2521
2522 2004-03-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2523
2524         * lily/input-file-results.cc (do_one_file): use new Paper_book()
2525
2526         * lily/score.cc (default_rendering): clean protection.
2527
2528         * lily/paper-book.cc (mark_smob): implement smob marking.
2529
2530         * scripts/lilypond.py (make_html_menu_file): remove --psgz option
2531
2532         * Documentation/user/*.itely: user manual edits. 
2533
2534 2004-03-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2535
2536         * Documentation/user/converters.itely (Invoking musedata2ly):
2537         remove pmx2ly.
2538
2539         * scripts/pmx2ly: remove script.
2540         
2541 2004-03-09  Jan Nieuwenhuizen  <janneke@gnu.org>
2542
2543         * lily/score.cc (default_rendering): Protect paper-book members.
2544
2545         * lily/paper-def.cc (smobbed_copy): New method.
2546
2547         * lily/include/paper-book.hh (PAGE_LAYOUT): Define as "ps"; make
2548         switch runtime.
2549
2550         * lily/include/music-output.hh (process): Change signature to
2551         return SCM.
2552
2553         * lily/paper-book.cc (classic_output, get_title, get_scopes): New
2554         method.
2555
2556         * lily/paper-score.cc (process): Return stencils rather than
2557         outputting directly.  Remove paper-book kludge.  Delete grobs.
2558         (output): Remove.
2559
2560         * lily/include/paper-score.hh (class Paper_score): Remove outputter_.
2561
2562         * lily/score-engraver.cc (get_output): Do not reset pscore_.
2563
2564         * lily/score.cc (default_rendering)
2565         (ly_render_output): Move adding paper-score two levels up.
2566
2567         * lily/system.cc (get_line):
2568         * lily/paper-outputter.cc (output_line): Fix `between-system-string'.
2569
2570 2004-03-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2571
2572         * scm/font.scm (paper20-font-vector): add more design sizes for
2573         number.
2574
2575         * mf/GNUmakefile (depth): remove feta-din{11,13,19}, remove
2576         feta-nummber{5,7,11,13}.
2577
2578         * scm/font.scm (paper20-font-vector): bugfix: use din12, not 10
2579         for 12pt design size. 
2580
2581 2004-03-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2582
2583         * ly/engraver-init.ly: don't remove slur engraver from DrumVoice.
2584
2585 2004-03-09  Jan Nieuwenhuizen  <janneke@gnu.org>
2586
2587         * lily/font-select.cc (properties_to_font_size_family): Fix
2588         warning message.
2589
2590         * Experimental PostScript latin1 encoding:
2591         
2592         * mf/GNUmakefile (SAUTER_FONTS): Add ecmb14 ecrm12.
2593
2594         * scm/output-ps.scm: Experimental encoding using reencode-font.
2595         * scm/font.scm: Add latin1 `font-shape'.
2596         
2597         * scm/define-markup-commands.scm (latin-i): New font-shape command. 
2598
2599         * ps/lilyponddefs.ps (reencode-font): New function.
2600
2601         * lily/paper-book.cc (get_pages): Simplistic page breaking.
2602
2603         * scm/output-tex.scm (start-page):
2604         (stop-page): New interface function.
2605
2606 2004-03-08  Jan Nieuwenhuizen  <janneke@gnu.org>
2607
2608         * lily/paper-outputter.cc (output_expr):
2609         (output_header):
2610         (output_line): New method.
2611
2612         * lily/system.cc (get_line):
2613         (get_lines): New method.
2614         (output_scheme):
2615         (output_line): Remove.
2616
2617         * scm/lily.scm (make-title): New function.
2618
2619         * lily/paper-book.cc: 
2620         * lily/include/paper-book.hh: New file.
2621
2622         * lily/include/ly-module.hh: New file, matching ly-module.cc (WAS:
2623         ly-modules.hh).
2624
2625         * lily/ly-module.cc (ly_modules_lookup): New function.
2626
2627         * lily/main.cc (main_with_guile): Move memory leak debug code back.
2628
2629         * scm/output-ps.scm (make-title): Remove.
2630         (output-scopes): Junk header-title test.
2631
2632 2004-03-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2633
2634         * mf/feta-schrift.mf: thicker dot for portato.
2635
2636         * lily/accidental-placement.cc (position_accidentals): bugfix in
2637         offset, this fixes right-padding of AccidentalPlacement.
2638
2639         * lily/[h-z]*.cc: () formatting.
2640
2641         * Documentation/user/tutorial.itely (An orchestral part): more
2642         fixes for the tutorial.
2643
2644         * scm/translation-functions.scm (fraction-tuplet-formatter):
2645         reverse fraction.
2646
2647         * lily/parser.yy (context_def_spec_block): use \context instead of
2648         \translator.
2649
2650         * lily/[a-g].cc: () style cleanup.
2651
2652         * Documentation/user/tutorial.itely (Automatic and manual beams):
2653         editing of tutorial.
2654
2655 2004-03-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2656
2657         * buildscripts/mf-to-table.py (base): write encoding name.
2658
2659 2004-03-07  Jan Nieuwenhuizen  <janneke@gnu.org>
2660
2661         * Documentation/user/GNUmakefile (local-install-info): Issue
2662         warning (for packager, ie, if not installing in /usr or /usr/local).
2663
2664         * lily/stencil-scheme.cc: 
2665         * lily/staff-symbol-referencer.cc: 
2666         * lily/script-column.cc: 
2667         * lily/pitch.cc: 
2668         * lily/music.cc: 
2669         * lily/grob-pq-engraver.cc: 
2670         * lily/font-interface.cc: 
2671         * lily/music-output-def.cc: 
2672         * lily/duration.cc: 
2673         * lily/grob-scheme.cc:
2674         * lily/context-scheme.cc: Put scheme name on first line in
2675         LY_DEFINE to help etags (/ms multiline regexp flag broken?).  Stray
2676         style cleanups.
2677
2678         * stepmake/stepmake/scm-vars.make: 
2679         * stepmake/stepmake/c++-vars.make (TAGS_HEADERS, TAGS_SOURCES):
2680         Rename and split TAGS_FILES.
2681
2682         * GNUmakefile.in (ALL-TAGS): Remove.
2683         
2684         * stepmake/stepmake/generic-targets.make (TAGS): Also include
2685         deeper TAGS files.  Fixes regexp tags in TOP dir.
2686
2687 2004-03-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2688
2689         * VERSION: 2.1.29 released.
2690         
2691         * Documentation/user/changing-defaults.itely (Changing defaults):
2692         new file.
2693
2694         * Documentation/user/notation.itely (Notation manual): rename from 
2695         refman.itely
2696
2697         * Documentation/user/notation-appendices.itely (The Feta font):
2698         new file.
2699
2700         * Documentation/user/advanced.itely: add aborted attempt for
2701         advanced topics manual.
2702
2703 2004-03-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2704
2705         * scm/new-markup.scm: display Markups in sane format. Patch by
2706         Nicolas Sceaux.
2707
2708 2004-03-05  Jan Nieuwenhuizen  <janneke@gnu.org>
2709
2710         * lily/main.cc: Cleanups.
2711         (setup_localisation): New function.
2712         (sane_putenv): Remove.
2713         (main_with_guile): New name (Was: main_prog).  Remove musings
2714         about possible preparation for GUILE heavy memory usage and
2715         practical uselessness.  Do not set environment variables
2716         GUILE_INIT_SEGMENT_SIZE_1, GUILE_MAX_SEGMENT_SIZE.  Remove file
2717         name juggling.
2718         (parse_argv): New function.
2719         (copyright): New function.  It's 2004 already.
2720
2721         * lily/input-file-results.cc (do_one_file): Add file name juggling.
2722         (distill_inname): Move from main.
2723
2724 2004-03-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2725
2726         * GNUmakefile.in (EXTRA_DIST_FILES): remove VIM stuff.
2727
2728         * vim/GNUmakefile: flatten dirs, add GNUmakefile.
2729
2730         * Documentation/user/running.itely: new file.
2731
2732         * lily/include/audio-element.hh (class Audio_element): remove grace_b_
2733
2734         * lily/score-performer.cc (finish): call Translator::finalize ().
2735
2736 2004-03-05  Heikki Junes <hjunes@cc.hut.fi>
2737
2738         * lilypond-ftpplugin.vim: renamed to the following file.
2739         * lilypond-ftplugin.vim: new file.
2740
2741         * GNUmakefile.in: update VIM_FILES.
2742
2743 2004-03-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2744
2745         * scm/output-ps.scm (output-scopes): use ly:paper-lookup for font
2746         props.
2747
2748         * input/test/tie-sparse.ly: remove.
2749
2750         * lily/tie-performer.cc (try_music): copy & paste from
2751         Tie_engraver.
2752
2753         * lily/music-output-def.cc (LY_DEFINE): bugfix. Don't do
2754         variable_ref twice.
2755
2756         * lily/key-performer.cc (create_audio_elements): use
2757         alterations-in-key.
2758
2759         * scm/midi.scm (accidentals-in-key): divide alterations by 2.
2760
2761 2004-03-04  Heikki Junes <hjunes@cc.hut.fi>
2762
2763         * input/test/smart-transpose.ly: fix cases fes->e and similar.
2764         handle also quarter tones (not shown as tests). test also flats.
2765
2766         * Documentation/index.html.in: small fixes.
2767
2768 2004-03-03  Jan Nieuwenhuizen  <janneke@gnu.org>
2769
2770         * input/regression/new-markup-scheme.ly: Typo.
2771
2772         * scm/define-markup-commands.scm (fill-line): New markup.
2773
2774         * scm/output-ps.scm (ps-encoding): Add simplistic encoding.
2775         (output-paper-def): Fix alignment.
2776         (make-title): Fix height/width scaling.
2777
2778         * ps/lilyponddefs.ps (base-line-skip): Bugfix.
2779
2780         * input/test/title-markup.ly: Add remaining titles.  Layout and
2781         font size fixes.  Add simplistic latin1 test.
2782
2783 2004-03-03  Heikki Junes <hjunes@cc.hut.fi>
2784
2785         * input/test/nested-groups.ly: remove. move content (to next). 
2786         * input/test/staff-bracket.ly: replace content (from prev), this 
2787         has been already in templates.
2788
2789 2004-03-03  Jan Nieuwenhuizen  <janneke@gnu.org>
2790
2791         * stepmake/autogen.sh: Only issue warning about running configure
2792         without arguments when autogen.sh will actually be running
2793         configure.
2794
2795 2004-03-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2796
2797         * scm/new-markup.scm (stack-stencil-line): robustness.
2798
2799         * scm/define-markup-commands.scm (simple): robustification of
2800         simple-markup.
2801
2802         * Documentation/user/music-glossary.tely (Top): change central C
2803         to middle C.
2804
2805         * lily/text-item.cc (interpret_markup): cache make-simple-markup
2806
2807 2004-03-03  Jan Nieuwenhuizen  <janneke@gnu.org>
2808
2809         * input/test/title-markup.ly (spaceTest): Add.
2810
2811         * lily/text-item.cc (interpret_markup): Make line markup from
2812         multi word markup.
2813
2814         * scm/define-markup-commands.scm (word): New markup command.
2815         (simple): Use it.
2816
2817         * scm/output-ps.scm (define-fonts): Fix TeX font scaling.
2818
2819 2004-03-02  Heikki Junes <hjunes@cc.hut.fi>
2820
2821         * vim/ftplugin/lilypond.vim:
2822         * vim/syntax/lilypond.vim: use only local settings with setlocal.
2823         show matching paren in insert mode.
2824
2825 2004-03-02  Jan Nieuwenhuizen  <janneke@gnu.org>
2826
2827         * scm/output-ps.scm (make-title, output-scopes): Further
2828         development.
2829
2830         * input/test/title-markup.ly: New file.
2831
2832         * ps/lilyponddefs.ps: Disable PostScript titling.
2833
2834         * lily/paper-score.cc (process): Quote PORT argument to make-title.
2835
2836 2004-03-01  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2837
2838         * lily/arpeggio.cc (width_callback): remove padding.
2839  
2840         * scm/define-grobs.scm (all-grob-descriptions): add padding.
2841
2842         * scm/define-music-types.scm: remove make-music-by-name.
2843
2844         * Documentation/user/lilypond.tely: doc patch by Edward Sutton.
2845
2846 2004-03-01  Jan Nieuwenhuizen  <janneke@gnu.org>
2847
2848         * lily/paper-score.cc (process): Output titles using make-title.
2849
2850         * scm/output-ps.scm (output-stencil): Display directly instead of
2851         constructing string.
2852         (make-title): New function.
2853
2854 2004-03-01  Mats Bengtsson  <mabe@drongo.s3.kth.se>
2855
2856         * Documentation/user/lilypond-book.itely (Integrating LaTeX and
2857         music), Documentation/user/invoking.itexi (Invoking lilypond): 
2858         Move documentation of LaTeX packages for latin1 characters to the
2859         lilypond-book manual.
2860
2861 2004-03-01  Heikki Junes <hjunes@cc.hut.fi>
2862
2863         * Documentation/topdocs/INSTALL.texi: small fix (by Matthias Kilian).
2864
2865         * vimrc: add menu in console and shortcut <F10> for it.
2866
2867         * vim/:
2868         * vim/compiler/:
2869         * vim/syntax/:
2870         * vim/indent/:
2871         * vim/ftplugin/: new directories.
2872         
2873         * vim/filetype.vim: new file.
2874
2875         * lilypond.vim: remove files (see next).
2876         * vim/syntax/lilypond.vim: new, renamed file (see prev).
2877
2878         * vimrc: remove file (see next).
2879         * vim/ftplugin/lilypond.vim: new, renamed file (see prev).
2880
2881         * vim/ftplugin/lilypond.vim: change dir for dictionary.
2882         add header. apply bindings only locally.
2883
2884         * vim/indent/lilypond.vim: new file.
2885
2886         * vim/ftplugin/lilypond.vim: remove errorformat.
2887         * vim/compiler/lilypond.vim: new file for errorformats.
2888
2889         * Documentation/topdocs/INSTALL.texi: give easier orders.
2890
2891         * ROADMAP: add vim/
2892
2893 2004-02-29  Jan Nieuwenhuizen  <janneke@gnu.org>
2894
2895         * Documentation/user/introduction.itely (Introduction): Use @image
2896         iso @html <img...>.  Add workaround for images in columns in info.
2897
2898         * stepmake/aclocal.m4: Store computed version in variable.
2899
2900         * configure.in: Export MAKEINFO_VERSION.
2901
2902         * config.make.in (MAKEINFO_VERSION): Add.
2903
2904         * make/ly-rules.make: Add makeinfo <= 4.6 workaround.
2905
2906         * Documentation/user/GNUmakefile: Only build info with images when
2907         building web.
2908
2909         * GNUmakefile.in (install-WWW): Visit Documentation/user.
2910
2911         * stepmake/stepmake/texinfo-targets.make: Move info and texinfo
2912         stuff from documentation-targets.make
2913
2914 2004-02-29  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2915
2916         * VERSION: 2.1.28 released
2917         
2918         * scripts/convert-ly.py (conv): 
2919
2920 2004-02-29  Heikki Junes <hjunes@cc.hut.fi>
2921
2922         * ly/property-init: new functions: \arpeggioUp, \arpeggioDown,
2923         \arpeggioBoth. redefine \arpeggioBracket.
2924
2925         * Documentation/user/refman.itely: document new arpeggio
2926         functions.
2927
2928         * scripts/convert-ly.py: add a rule for \arpeggioBracket.
2929
2930         * input/regression/arpeggio-bracket.ly: apply convert-ly.
2931
2932         * input/mutopia/R.Schumann/romanze-op28-2.ly: apply convert-ly.
2933
2934 2004-02-29  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2935
2936         * Documentation/user/introduction.itely (Automated engraving):
2937         rewrite introduction using website text.
2938
2939 2004-02-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2940
2941         * scm/*.scm: make-music-by-name is replaced by make-music, which
2942         also accept music property settings, eg:
2943           (make-music 'TextScriptEvent 'direction DOWN 'text
2944               (make-simple-markup x))
2945
2946         Patch courtesy Nicolas Sceaux
2947
2948         * lily/beam-quanting.cc: cleanup, separate counts for left and
2949         right beam ends.
2950
2951         * lily/side-position-interface.cc (quantised_position): also
2952         quantize staccato position for forced stem directions. 
2953
2954 2004-02-27  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2955
2956         * scm/*.scm: Patch by Nicolas Sceaux: 
2957
2958         * scm/music-functions.scm: ly:grob-property and ly:music-property
2959         are made procedure with setters.
2960
2961         * scm/*.scm: replace ..-set-property! with set! (..-property  )
2962         
2963 2004-02-28  Heikki Junes <hjunes@cc.hut.fi>
2964
2965         * input/test/[t-v]*.ly: finish rewriting texidocs.
2966
2967         * input/test/vaticana.ly: remove.
2968         * input/test/ligature-vaticana.ly: new, renamed file name.
2969
2970         * input/test/stem-centered.ly: remove.
2971         * input/test/mensural-note-heads.ly: new file. take content from
2972         removed file stem-centered.ly.
2973
2974         * input/test/scales-greek.ly: simplify.
2975
2976         * input/test/s*.ly: reformulate texidocs.
2977         
2978         * input/test/[p-r]*.ly: use more verbose texidocs. add comments
2979         of missing features.
2980
2981 2004-02-27  Heikki Junes <hjunes@cc.hut.fi>
2982
2983         * input/test/[j-o]*.ly: update texidocs.
2984
2985 2004-02-27  Jan Nieuwenhuizen  <janneke@gnu.org>
2986
2987         * scm/documentation-generate.scm (usermanref): Add macro for TeX.
2988
2989         * Documentation/topdocs/NEWS.texi: Add note about info docs with
2990         images.
2991
2992         * Documentation/user/lilypond.tely (@direntry): Update.
2993
2994         * stepmake/stepmake/documentation-targets.make
2995         (install-info,uninstall-info): Install into $(package_infodir).
2996         Install images.  Run install-info to update dir.
2997
2998         * config.make.in (package_infodir): Add.
2999
3000         * Documentation/user/GNUmakefile (info-with-images,
3001         local-install-info, local-uninstall-info): New target.
3002
3003 2004-02-27  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3004
3005         * scm/define-grobs.scm (all-grob-descriptions): tune concaveness
3006         gap/threshold.
3007
3008         * lily/beam-quanting.cc (score_slopes_dy): remove
3009         ROUND_TO_ZERO_SLOPE kludge.
3010
3011         * lily/beam.cc (check_concave): remove old concaveness2 kludge.
3012
3013         * input/regression/beam-concave.ly (texidoc): add morgenlied example.
3014
3015         * lily/global-context.cc (Global_context): alway accept Score
3016         (run_iterator_on_me): cast Context to Score_context, not
3017         Context_def.
3018
3019         * Documentation/user/refman.itely: documentation patch by Edward
3020         Sanford Sutton.
3021
3022         * mf/GNUmakefile: unset sauter-fonts.
3023
3024 2004-02-27  Jan Nieuwenhuizen  <janneke@gnu.org>
3025
3026         * scripts/lilypond-book.py (output_texinfo): Output @image
3027         descriptions for info too.
3028
3029         * input/test/chord-names-jazz.ly: 
3030         * input/test/embedded-scm.ly: Clarify.
3031
3032         * input/test/cautionaries.ly: Typo.
3033
3034         * lily/input-smob.cc (ly_input_location): Compile fix.
3035
3036 2004-02-27  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3037
3038         * make/lilypond.redhat.spec.in (Group): add/delete music-glossary too. 
3039
3040         * ly/engraver-init.ly: move \grobdescriptions to Global. This
3041         fixes problems with system defaults being reverted with \override
3042         on Score level.
3043
3044         * lily/global-context.cc (Global_context): apply property-ops to
3045         Global_context too. 
3046
3047 2004-02-27  Jan Nieuwenhuizen  <janneke@gnu.org>
3048
3049         * scm/output-ps.scm (stencil->string): Rewrite.
3050
3051 2004-02-27  Heikki Junes <hjunes@cc.hut.fi>
3052
3053         * input/test/[+c-i]*.ly: refresh descriptions -- maintain
3054         impersonal style.
3055
3056 2004-02-26  Jan Nieuwenhuizen  <janneke@gnu.org>
3057
3058         * lily/input-smob.cc (ly_input_location: New function.
3059
3060         * scm/define-markup-commands.scm (upright): New markup command.
3061
3062         * lily/parser.yy (markup): Add STRING_IDENTIFIER.
3063
3064         * scm/font.scm (paper20-font-vector): cmcsc klugdge.
3065
3066         * scm/output-ps.scm (output-stencil): New function.
3067
3068         * scripts/lilypond-book.py (do_file): Bugfix: change search order
3069         of snippet types; fixes @ignore and @verbatim blocks.
3070
3071 2004-02-26  Heikki Junes <hjunes@cc.hut.fi>
3072
3073         * input/test/[a-b]*.ly: refresh descriptions -- avoid referring
3074         to a file in printed documentation, instead, refer either to a 
3075         syntax or to an output.
3076
3077 2004-02-26  Jan Nieuwenhuizen  <janneke@gnu.org>
3078
3079         * input/regression/beam-center-slope.ly: Add test.
3080
3081 2004-02-25  Jan Nieuwenhuizen  <janneke@gnu.org>
3082
3083         * mf/GNUmakefile (Fontmap, Fontmap.lily): Add Fontmap for GS.
3084         (SAUTER_FONTS): Reinstate.
3085
3086         * scm/define-markup-commands.scm (caps): New markup command.
3087
3088         * scm/output-ps.scm (output-scopes): Experimental markup output.
3089
3090         * scm/: Add missing headers.
3091
3092         * lily/stencil-scheme.cc (ly_stencil_get_expr): New accessor.
3093
3094         * lily/paper-outputter.cc (output_metadata): Add parameter PAPER.
3095
3096 2004-02-25  Jan Nieuwenhuizen  <janneke@gnu.org>
3097
3098         * lily/stencil-scheme.cc (ly_stencil_get_expr): New function.
3099         Stray style cleanups.
3100
3101 2004-02-25  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3102
3103         * lily/note-collision.cc (check_meshing_chords): bugfix for dot /
3104         no dot combination.
3105
3106         * scripts/convert-ly.py (FatalConversionError.subst_in_trans):
3107         substitute \override Staff.autoBeamSettings too
3108
3109         * Documentation/user/tutorial.itely: proofreading fixes by David
3110         Bobroff
3111
3112 2004-02-24  Jan Nieuwenhuizen  <janneke@gnu.org>
3113
3114         * scm/output-ps.scm (top-of-file): Add tagline definition.  FIXME.
3115
3116         * ps/music-drawing-routines.ps: 
3117         * ps/lilyponddefs.ps: Add end markers.
3118
3119 2004-02-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3120
3121         * VERSION: 2.1.27 released.
3122         
3123         * lily/hyphen-engraver.cc (finalize): suicide unterminated hyphens.
3124
3125         * scripts/lilypond-book.py (compose_ly): cleanup relative= option,
3126         obey documentation.
3127
3128 2004-02-24  Jan Nieuwenhuizen  <janneke@gnu.org>
3129
3130         * scripts/lilypond.py (find_pfa_fonts): Bugfix and update.
3131
3132         * scm/output-ps.scm: Resurrect.
3133         
3134         * scm/output-tex.scm: Minimal cleanups.
3135
3136         * scm/paper.scm (paper-set-staff-size): Add lineheight.
3137
3138         * make/ly-rules.make: Remove any broken lily-*.tex files before
3139         lilypond-book run.
3140
3141         * stepmake/stepmake/c++-vars.make (EXTRA_CXXFLAGS): Remove -pipe
3142         comment.
3143
3144         * stepmake/aclocal.m4: Add --enable-pipe option, with check.
3145         Enabled by default, may save 10% compile time.
3146
3147 2004-02-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3148
3149         * lily/lyric-phrasing-engraver.cc: remove
3150         
3151         * lily/lyric-engraver.cc: rewrite so lyric-phrasing-engraver no
3152         longer necessary. 
3153
3154         * lily/extender-engraver.cc (stop_translation_timestep): rewrite
3155         so lyric-phrasing-engraver is no longer necessary.
3156
3157         * ly/engraver-init.ly: move Break_forbid_engraver to Voice, remove
3158         Grob_pq_engraver from Staff.
3159
3160         * lily/grob-pq-engraver.cc: remove current_grobs array, read/write
3161         busyGrobs directly.
3162
3163         * input/regression/quote-transposition.ly: new file.
3164
3165         * lily/recording-group-engraver.cc (stop_translation_timestep):
3166         store instrumentTuning too. 
3167
3168         * lily/quote-iterator.cc (process): transpose events using
3169         instrumentTuning.
3170
3171         * scripts/convert-ly.py (FatalConversionError.subst): \set transposing
3172         -> \tuning <pitch>
3173
3174         * lily/parser.yy (command_req): add \tuning command for setting
3175         instrument tuning of staff.
3176
3177         * Documentation/user/GNUmakefile
3178         ($(outdir)/lilypond/lilypond.html): ugh: use perl iso. sed.
3179
3180         * Documentation/user/refman.itely (Customized accidental rules):
3181         typo.
3182
3183 2004-02-23  Heikki Junes <hjunes@cc.hut.fi>
3184
3185         * Documentation/user/music-glossary.tely: remove the missing norwegian
3186         translation; they can be put in later properly.
3187
3188 2004-02-23  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3189
3190         * lily/recording-group-engraver.cc (start_translation_timestep):
3191         init Recording_group_engraver twice.
3192
3193 2004-02-23  Jan Nieuwenhuizen  <janneke@gnu.org>
3194
3195         * gcc-3.4 snapshot: 3.4.0 20040215 (prerelease) compile fixes, and
3196         stray style cleanups:
3197
3198         * stepmake/stepmake/c++-vars.make (EXTRA_CXXFLAGS): Remove
3199         -Wmissing-prototypes.
3200
3201         * flower/include/killing-cons.tcc (Killing_cons): Add template
3202         specifier for car_.
3203
3204         * flower/include/parray.hh (binsearchs): Add template specifier
3205         for maxkey.
3206
3207         * flower/include/interval.hh: Declare elem () with template specfier.
3208
3209 2004-02-23  Heikki Junes <hjunes@cc.hut.fi>
3210
3211         * elisp/lilypond-indent.el (get-buffer-size): add customization
3212         groups for several variables (Reuben Thomas).
3213
3214 2004-02-23  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3215
3216         * Documentation/user/invoking.itexi (Point and click): add index
3217         entry.
3218
3219         * scm/slur.scm (calc-slur-extremity): use 'stem only if slur would
3220         go under beam.
3221
3222         * lily/beam-quanting.cc: tune down ROUND_TO_ZERO_SLOPE, this fixes
3223         sarabande beam. 
3224
3225         * flower/warn.cc (programming_error): cross fingers not thumbs.
3226
3227         * lily/rest.cc (polyphonic_offset_callback): return 0 when
3228         staff-position is set.
3229
3230         * VERSION: release 2.1.26 
3231         
3232         * scm/chord-entry.scm (construct-chord): process transposition
3233         after processing explicit-11.  
3234
3235 2004-02-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3236
3237         * lily/parser.yy (add_quote): add syntax for adding quotes:
3238         \addquote "id-string" Music
3239
3240         * scripts/lilypond-book.py (do_file): do not overwrite input file.
3241
3242         * scripts/convert-ly.py (conv): add rules for name changes.
3243
3244         * lily/context-scheme.cc (LY_DEFINE): use Scheme style naming for
3245         music/context/grob property functions. Internally, use
3246         get_property() and set_property() for both.
3247
3248 2004-02-22  Heikki Junes <hjunes@cc.hut.fi>
3249
3250         * elisp/lilypond-mode.el (get-buffer-size): define new function,
3251         for Emacs <= 20 (Laurent Martelli).
3252
3253 2004-02-21  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3254
3255         * lily/parser.yy (command_element): extract quoted vector in
3256         parser.
3257
3258         * input/regression/quote.ly: new file.
3259
3260         * lily/sequential-iterator.cc (process): only process if moment >= 0.
3261
3262         * lily/parser.yy (command_element): \quote DURATION NAME: support
3263         cue notes. 
3264
3265         * lily/quote-iterator.cc (class Quote_iterator): new file.
3266
3267 2004-02-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3268
3269         * lily/auto-beam-engraver.cc (try_music): accept and process
3270         beam-forbid-event.
3271
3272         * input/regression/auto-beam-no-beam.ly: new file.
3273
3274 2004-02-20  Mats Bengtsson  <mabe@drongo.s3.kth.se>
3275
3276         * lily/accidental.cc (print): Change font-relative-size ->
3277         font-size. Fixes cautionary-style = smaller.
3278
3279 2004-02-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3280
3281         * lily/system-start-delimiter.cc (staff_brace): remove
3282         font-relative-size
3283
3284         * lily/parser.yy (music_property_def): oops. SCM_UNDEFINED
3285         forgotten with scm_list_n. Fixes spurious coredumps.
3286
3287         * lily/accidental-engraver.cc (stop_translation_timestep): move
3288         update of localKeySignature to stop_translation_timestep (). This
3289         makes sure that all ties are noticed at the right moment.
3290         (stop_translation_timestep): clear tie only when right-side
3291         notehead was seen.
3292         (number_accidentals_from_sig): cleanup. 
3293
3294         * input/regression/accidental-tie.ly (mus): new file
3295
3296         * input/regression/tie-accidental, tie-break-accidental.ly: remove
3297         these longish tests.
3298
3299 2004-02-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3300
3301         * lily/include/*.hh (class Item): rename XXX_b () to is_XXX ().
3302
3303         * THANKS: update bugreporter list.
3304
3305         * lily/beam.cc (print): broken beams last until end of staff.
3306         (print): broken beams start from prefatory matter.
3307
3308         * scm/output-tex.scm (output-scopes): don't dump fraction exactly.
3309
3310         * lily/paper-score.cc (process): dump header only once.
3311
3312         * lily/paper-outputter.cc (Paper_outputter): move logic into
3313         Scheme.
3314
3315         * scm/output-tex.scm (output-scopes): new function.
3316         (output-paper-def): new function
3317         (tex-string-def): new function
3318         (symbol->tex-key): new function
3319
3320         * scripts/convert-ly.py (conv): add rule for | ~
3321
3322 2004-02-19  Heikki Junes  <hjunes@cc.hut.fi>
3323
3324         * input/regression/{many}.ly: refresh, trying to guess how
3325         it was designed.
3326
3327 2004-02-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3328
3329         * VERSION: release 2.1.25
3330
3331         * scm/define-translator-properties.scm
3332         (all-user-translation-properties): add printOctaveNames
3333
3334         * ly/engraver-init.ly: remove Note_event_swallower from
3335         NoteNamesContext.
3336
3337         * lily/note-name-engraver.cc (process_music): new property
3338         printOctaveNames
3339
3340         * lily/context.cc (find_existing_context): remove support for
3341         Current.
3342
3343         * scm/music-functions.scm (set-accidental-style): new function;
3344         duplicate accidental macros.
3345
3346         * ly/property-init.ly (hideStaffSwitch): remove accidental macros.
3347
3348         * lily/note-name-engraver.cc (process_music):
3349         process_acknowledged_grobs () -> process_music ()
3350
3351         * scm/part-combiner.scm (determine-split-list): robustification.
3352
3353 2004-02-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3354
3355         * lily/beam-quanting.cc (score_forbidden_quants): check all staff
3356         lines for falling into beam-gap.
3357         (score_forbidden_quants): check all staff lines for falling in
3358         beam gaps.
3359
3360         * lily/note-spacing.cc (get_spacing): less space at EOL in case of
3361         key/clef/time signatures. 
3362
3363         * input/test/ossia.ly: revise example.
3364
3365         * lily/span-bar.cc (evaluate_glyph): read 'glyph of self first.
3366         cleanup.
3367         
3368         * lily/grob-scheme.cc (LY_DEFINE): change a few function names to
3369         comply to Scheme standard.  Remove ly:get-paper-variable
3370
3371 2004-02-17  Mats Bengtsson  <mabe@drongo.s3.kth.se>
3372
3373         * scripts/convert-ly.py (2.1.22): Corrected documentation printout.
3374
3375 2004-02-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3376
3377         * lily/accidental-engraver.cc (process_acknowledged_grobs): use
3378         properties from Voice context. This fixes accidental size for
3379         staff-switches during grace contexts.
3380
3381         * lily/note-collision.cc (check_meshing_chords): only wipe heads
3382         if necessary. Else, simply wipe dots.
3383
3384         * input/test/beam-alternate.ly: new file
3385
3386         * input/test/piano-staff-distance.ly: new file.
3387
3388         * lily/translator-group.cc (recurse_down_translators): use
3389         Direction for bottom-up/top-down.
3390
3391         * lily/include/translator.hh (class Translator): add
3392         process_music() and do_announces(). This obviates
3393         recurse_down_{engravers,performers}.
3394
3395         * ly/declarations-init.ly (melismaEnd): use ManualMelismaEvent for
3396         \melisma and \melismaEnd
3397
3398         * lily/melisma-engraver.cc (process_music): change to
3399         Melisma_translator, unify with performer. Accept
3400         ManualMelismaEvent.
3401
3402         * ly/engraver-init.ly: add Font_size_engraver.
3403
3404 2004-02-16  Heikki Junes  <hjunes@cc.hut.fi>
3405
3406         * lily/align-interface.cc, lily/axis-group-engraver.cc: spell
3407         it hara-kiri.
3408
3409         * input/regression/{many}.ly: improve descriptions trying to figure
3410         out what is tested.
3411
3412 2004-02-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3413
3414         * lily/slur.cc (broken_trend_offset): robustness fix.
3415
3416         * VERSION: release 2.1.24
3417
3418         * lily/context.cc (find_create_context): go to Score if it exists.
3419
3420         * lily/context-scheme.cc: new file.
3421
3422         * lily/score-translator.cc (get_output): new file.
3423
3424         * lily/include/grob-info.hh: origin_contexts() now does not
3425         include the originating engraver
3426
3427         * lily/translator-group.cc (translator_each): clean up contents,
3428         remove superfluous stubs. Engraver_group_engraver and
3429         Performer_group_performer are the only classes using multiple
3430         inheritance.
3431
3432         * lily/include/score-context.hh (class Score_context): interface
3433         between Score_{engraver,performer} and Global_context.
3434
3435         * lily/include/global-context.hh (Context): change from
3436         global-translator. This is the entry point for contexts; it is not
3437         tweakable using \translator{}. Score is no longer the top context,
3438         but sits underneath Global.
3439
3440         * lily/include/context.hh (class Context): brain surgery: split
3441         out Context functionality from Translator_group. Context is now a
3442         separate type from Translator.
3443
3444 2004-02-15  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3445
3446         * lily/include/translator.hh (class Translator): make
3447         get_score_context() and get_global_translator (), and use the one
3448         which is appropriate.
3449
3450         * lily/context.cc: partially put functionality of Translator_group
3451         into Context.
3452
3453         * lily/include/context.hh (Translator): new class: put between
3454         Translator and Translator_group. 
3455
3456         * lily/new-accidental-engraver.cc: remove file.
3457
3458 2004-02-16  Heikki Junes  <hjunes@cc.hut.fi>
3459
3460         * input/regression/{many}.ly: improve descriptions: use complete 
3461         sentences, try to describe what is tested, avoid `we´, do not use 
3462         don't, ... 
3463
3464 2004-02-15  Heikki Junes  <hjunes@cc.hut.fi>
3465
3466         * Documentation/user/refman.itely: use `@c´ if $internalsref{...} @c
3467         is at EOL.
3468
3469         * Documentation/user/lilypond.tely: declare the topmost node only
3470         once; removes empty line in @contents.
3471
3472         * Documentation/user/music-glossary.tely: really add Finnish author.
3473         Draw more beatiful `->´ arrow in html: &rarr;
3474
3475 2004-02-15  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3476
3477         * lily/music.cc (LY_DEFINE): rename to ly:music-list?
3478
3479         * scripts/convert-ly.py (conv): add ly:music-list  change.
3480
3481         * lily/grob.cc: edit doc string.
3482
3483         * scm/define-grob-properties.scm (all-user-grob-properties):
3484         proofreading, editing of doc strings.
3485
3486         * input/regression/tablature-string-tunings.ly: new file.
3487
3488         * lily/staff-symbol-engraver.cc (process_music): new engraver,
3489         listen to stringTunings
3490
3491         * lily/align-interface.cc (align_elements_to_extents): remove Grob
3492         for self-alignment-[XY] code.
3493  
3494 2004-02-14  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3495
3496         * scm/slur.scm (calc-slur-extremity): change "rules" (home-brewn
3497         cond) into function. Cleanup.
3498
3499         * lily/text-spanner.cc: remove text-repeat-if-broken property.
3500         
3501         * VERSION (PACKAGE_NAME): 2.1.23 released
3502
3503 2004-02-14  Heikki Junes   <hjunes@cc.hut.fi>
3504
3505         * Documentation/user/{refman,internals}.itely: small fixes.
3506
3507 2004-02-14  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3508
3509         * lily/accidental-engraver.cc (acknowledge_grob): don't make
3510         accidentals for harmonic notes
3511
3512         * lily/new-fingering-engraver.cc (acknowledge_grob): kill dots,
3513         for harmonic notes.
3514
3515         * scm/document-backend.scm (interface-doc): prune Grob
3516         documentation: don't duplicate interface information.
3517
3518         * lily/*.cc: lots of updates of doc strings.
3519
3520 2004-02-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3521
3522         * input/test/ac-extra-voice.ly (accompany): remove file.
3523
3524         * input/test/maximum-rest-count.ly: remove file.
3525
3526         * scripts/convert-ly.py (FatalConversionError.subst_in_trans):
3527         conversion rule for \translator { }. Apply everywhere.  
3528
3529         * lily/parser.yy (music_property_def): set property for \once in
3530         the PropertyMusic itself, not the ContextSpec.
3531         (property_operation): change syntax within \translator { }
3532
3533         * scm/define-music-properties.scm (all-music-properties): clean up.
3534
3535         * lily/auto-beam-engraver.cc (test_moment): use
3536         updated_grob_properties() to retrieve autoBeam settings.
3537
3538         * lily/spacing-spanner.cc: bound shortest_playing_len by
3539         measure_length
3540
3541         * lily/spacing-engraver.cc (acknowledge_grob): ignore
3542         multi-measure events for spacing computation.
3543
3544         * mf/feta-bolletjes.mf (overdone_heads): make note heads more
3545         elliptical, to 1.49.
3546
3547         * lily/rest.cc (polyphonic_offset_callback): new function. Do
3548         vertical positioning for polyphony, without RestCollision object.
3549
3550         * lily/note-column.cc (add_head): prevent rests & note heads on
3551         one stem.
3552
3553         * lily/rest-collision.cc (do_shift): ignore rests with beams.
3554         (do_shift): rewrite only-rests case: use common refpoints: the
3555         routine will have sensible results when other rest-translations
3556         have taken place.
3557
3558         * lily/simple-spacer.cc (solve): cleanup: remove code for linelen
3559         < 0 case. 
3560
3561         * VERSION: 2.1.22 released
3562         
3563         * input/GNUmakefile (SUBDIRS): remove ascii-art
3564
3565 2004-02-13  Jan Nieuwenhuizen  <janneke@gnu.org>
3566
3567         * input/: Convert ly files that still had \property.  Fixes make
3568         web.  Remove exta spaces around '='. 
3569
3570         * scripts/convert-ly.py (conv): Redundant space fixes.
3571
3572         * scripts/lilypond-book.py (compile-ly): python2.1 fix.
3573
3574 2004-02-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3575
3576         * make/ly-rules.make ($(outdir)/%.pdf): add DVIPS_FLAGS. This will
3577         create scalable PS and PDFs  for input/{test,template,regression}.
3578
3579         * lily/context.cc (is_alias): move function.
3580         (is_alias): add Bottom as context alias. 
3581         (find_create_translator): add Bottom as a context alias for creation.
3582
3583         * lily/stencil.cc: rename Molecule to Stencil. Changes throughout.
3584
3585         * lily/parser.yy (music_property_def): new syntax for property
3586         assignments:
3587
3588         \set A.B = #C , \unset A.B
3589         \override A.B #C = #D, \revert A.B #C 
3590
3591         * lily/my-lily-lexer.cc: remove \property
3592
3593 2004-02-13  Heikki Junes  <hjunes@cc.hut.fi>
3594
3595         * Documentation/user/refman.itely: add dots after seealso refs.
3596
3597         * input/template/{many}.ly: harmonise descriptions.
3598
3599         * Documentation/user/music-glossary.itely: add Finnish author.
3600
3601 2004-02-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3602
3603         * VERSION (PACKAGE_NAME): release 2.1.21
3604
3605 2004-02-12  Jan Nieuwenhuizen  <janneke@gnu.org>
3606
3607         * Documentation/topdocs/NEWS.texi: Substitute Lyrics/LyricsVoice.
3608
3609         * scripts/lilypond-book.py (snippet_res): @include filename must
3610         not be empty.
3611
3612 2004-02-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3613
3614         * scm/documentation-generate.scm (markup-doc-string): dump
3615         markup-commands.tely
3616
3617         * scm/define-markup-commands.scm (override): new file.
3618         Move documentation from refman into doc-strings. 
3619
3620         * input/test/staff-container.ly: fix example.
3621
3622         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): remove
3623         StaffContainer
3624
3625         * lily/grob.cc: remove point_dimension_callback
3626         (Grob): read forced dimensions from X-extent and Y-extent.
3627         (get_paper): remove preset_extent.
3628
3629         * scm/define-grobs.scm (all-grob-descriptions): remove
3630         point_dimension_callback. 
3631
3632         * lily/dynamic-engraver.cc (acknowledge_grob): attach dynamic
3633         textscript to head. This makes no-spacing-rods work on
3634         DynamicText.
3635
3636         * lily/chord-name.cc: remove props chord, bass, inversion.
3637
3638         * Documentation/user/appendices.itely: add Scheme functions,
3639         context-properties and layout properties to manual.
3640
3641         * scm/part-combiner.scm (determine-split-list): include rests in a
3642         solo1/2 sequence.
3643
3644         * lily/new-part-combine-iterator.cc (substitute_both): new
3645         function.
3646         (class New_pc_iterator): add separate Voice=solo context, fixes
3647         autobeams going from chords to solo.
3648
3649 2004-02-11  Jan Nieuwenhuizen  <janneke@gnu.org>
3650
3651         * Documentation/user/invoking.itexi (Editor support): Fix typo.
3652
3653         * Documentation/user/tutorial.itely:
3654         * Documentation/user/refman.itely: Add short note about being part
3655         of lilypond.tely.
3656
3657         * COPYING: Make note more clear with respect to files that are
3658         explicitely licenced otherwise (Documention/user/ comes to mind).
3659         
3660         * Documentation/topdocs/AUTHORS.texi (AUTHORS): Use @,{c}.  Remove
3661         comment about barfing of @c,{}.
3662
3663         * Documentation/user/music-glossary.tely: Add list of authors.
3664
3665         * stepmake/stepmake/library-rules.make: Thank Nelson only in
3666         source (was: also in build log).
3667
3668 2004-02-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3669
3670         * lily/side-position-interface.cc (general_side_position): if
3671         staff-padding is set, then include staff in support too.
3672
3673         * GNUmakefile.in (README_FILES): remove TODO. Put in new CVS
3674         module workbook
3675
3676         * TODO: Remove.  Put in new CVS module /cvsroot/lilypond/workbook/
3677
3678         * lily/tuplet-engraver.cc: remove tupletInvisible
3679
3680         * scm/define-translator-properties.scm: cleanup, separate in
3681         internal and user props. 
3682
3683         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): change
3684         LyricsVoice -> Lyrics
3685
3686         * lily/new-part-combine-iterator.cc (process): only print warning
3687         for symbols.
3688
3689 2004-02-11  Jan Nieuwenhuizen  <janneke@gnu.org>
3690
3691         * scm/part-combiner.scm: Add proper header.
3692
3693         * All but lily/*: The great --2003 --2004 replace; the missing
3694         `bits'.
3695
3696         * TODO: Fix outline mode.  Add book notes.
3697
3698         * ROADMAP: Update.
3699
3700 2004-02-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3701
3702         * scm/part-combiner.scm (make-autochange-music): use
3703         accumulator. Fixes stack overflow.
3704
3705         * lily/*: rename brew_molecule -> print , molecule-callback ->
3706         print-function
3707
3708         * scm/define-grob-properties.scm: cleanup. Separate into internal
3709         and user properties.
3710
3711         * lily/translator-property.cc (updated_grob_properties): new
3712         function
3713         (execute_pushpop_property): change to new convention:
3714         object property inits are stored as (cons ALIST BASED-ON). This
3715         storage format allows concurrent tweaks in different contexts.
3716
3717 2004-02-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3718
3719         * TODO: new file.
3720
3721 2004-02-10  Jan Nieuwenhuizen  <janneke@gnu.org>
3722
3723         * debian/: Late Debian update (sorry Anthony).
3724
3725         * scripts/lilypond-book.py (do_file): Look for input_file in
3726         include path, or ask kpathsea if LATEX.
3727
3728         * input/template/GNUmakefile (LILYPOND_BOOK_FLAGS): 
3729         * input/test/GNUmakefile (LILYPOND_BOOK_FLAGS):
3730         * input/regression/GNUmakefile (LILYPOND_BOOK_FLAGS): Use
3731         --header=texidoc.
3732
3733         * Documentation/user/tutorial.itely (Fine tuning layout): Add lost
3734         relative.
3735
3736         * scripts/lilypond-book.py: Fixes for make web.  Default to stdout
3737         only when filtering, default to input_base otherwise.  Coding
3738         style fixes.
3739
3740 2004-02-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3741
3742         * lily/include/translator.hh (class Translator): add virtual
3743         qualifier.
3744
3745 2004-02-10  Jan Nieuwenhuizen  <janneke@gnu.org>
3746
3747         * scripts/lilypond-book.py (compose_ly): Python2.1 workarounds.
3748
3749 2004-02-09  Jan Nieuwenhuizen  <janneke@gnu.org>
3750
3751         * scripts/lilypond-book.py (compose_ly): Add kludge for relative.
3752
3753         * Documentation/user/refman.itely: Run texinfo-all-menus-update
3754         (fixes make web).
3755
3756         * GNUmakefile.in (web-clean): Do not remove fonts (they do not
3757         live in $(out)-www).
3758
3759         * scripts/lilypond-book.py: Small cleanups.  Junk hairy include
3760         dependencies.  Add link to .ly source in HTML output.
3761         (Lilypond_snippet.output_html): Handle multiple page picture
3762         output.
3763         (Lilypond_snippet.output_html, Lilypond_snippet.output_latex):
3764         Make usable for output_texinfo again.
3765
3766         * Documentation/user/GNUmakefile: Add static dependency for
3767         lilypond.tely includes.
3768
3769         * Documentation/user/tutorial.itely: Add some lost `relative'
3770         ly-options.
3771
3772 2004-02-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3773
3774         * lily/include/translator-group.hh: move Music_output_def member
3775         to Global_translator.
3776
3777         * scripts/lilypond-book.py (do_file):  fix latex output.
3778
3779         * VERSION: release 2.1.20
3780         
3781         * scm/part-combiner.scm (determine-split-list): robustness fix 
3782
3783         * lily/paper-score.cc (process): move gc stat stuff to init.ly 
3784
3785         * lily/parser.yy (music_output_def_body): plug memory leak.
3786
3787         * lily/translator-group.cc (add_fresh_group_translator): plug
3788         memory leak: unprotect Translator_group once added.   
3789
3790         * lily/span-dynamic-performer.cc (process_music): deprecate span-type.
3791
3792         * scripts/lilypond-book.py (Lilypond_snippet.notice_include):
3793         write .dep file.
3794         (Lilypond_snippet.ly): add \renameinput.
3795
3796 2004-02-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3797
3798         * Documentation/user/refman.itely (Markup command definition): Doc
3799         by Nicolas Sceaux. Rewrite by Han-Wen
3800
3801         * lily/lyric-hyphen.cc (brew_molecule): remove if hyphen is first
3802         thing of the line.
3803         (brew_molecule): only remove if hyphen is not at the end of line.
3804         (set_spacing_rods): new function: minimum-length specifies
3805         distance between syllables.
3806
3807         * scm/define-grobs.scm (all-grob-descriptions): add
3808         Hyphen_spanner::set_spacing_rods to LyricHyphen
3809
3810         * input/regression/lyric-hyphen-break.ly: new file.
3811
3812         * input/test/lyric-hyphen-retain.ly: new file.
3813
3814         * lily/new-part-combine-iterator.cc (construct_children):
3815         add Rest direction.
3816
3817 2004-02-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3818
3819         * scripts/lilypond-book.py (Snippet.replacement_text): add method.
3820
3821         * Documentation/bibliography/engraving.bib (donemus1982):
3822         update entry.
3823
3824 2004-02-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3825
3826         * scripts/lilypond-book.py (Substring.__init__): new class.
3827         (Snippet.output_texinfo): add texidoc option.
3828         (Include_snippet.replacement_text): new class.
3829         (Lilypond_snippet.__init__): new class
3830         (Lilypond_snippet.get_hash): bugfix: use full body for hashing.
3831
3832         * Documentation/user/refman.itely (Sound): 
3833         note about number of channels.
3834
3835         * scm/music-functions.scm (voicify-music): add \context Staff for
3836         << \\ >> polyphony.
3837
3838         * lily/parser.yy (verbose_command_req): \skip now creates
3839         SkipMusic, and does not lead to spurious staves.
3840
3841         * scm/define-music-types.scm (music-descriptions): rename
3842         NonEventSkip to SkipMusic
3843
3844         * input/no-notation/midi-lyric-barcheck.ly: new file.
3845
3846         * input/regression/collision-dots-invert.ly: new file.
3847
3848         * lily/note-collision.cc (check_meshing_chords): add stem_to_stem
3849         case.
3850
3851         * lily/new-lyric-combine-music-iterator.cc (process): let iterator
3852         die if melody died too.
3853
3854 2004-02-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3855
3856         * lily/source-file.cc (load_stdin): add trailing 0. Fixes problem
3857         with reading from stdin.
3858
3859         * lily/slur-performer.cc (try_music): new file.
3860
3861         * lily/melisma-performer.cc (try_music): new file. Handle
3862         melismata to help lyrics.
3863
3864         * lily/beam-performer.cc (try_music): new file. Handle beam events
3865         to help lyrics.
3866
3867         * lily/score-performer.cc (one_time_step): reinstate
3868         process_music().
3869
3870         * lily/performer.cc (process_music): add to interface.
3871
3872         * lily/performer-group-performer.cc (process_music): new function.
3873
3874         * lily/dot-column.cc (do_shifts): do collision resolution before
3875         dot positioning.
3876         
3877         * scripts/lilypond-book.py (Snippet.output_print_filename): new
3878         file, process printfilename option.
3879         (Snippet.__init__): rewrite: do not use global variables h or
3880         index.
3881         (main): really support -I option.
3882         (find_toplevel_snippets): new code.
3883         (find_toplevel_snippets): reinstate old version, without global
3884         variables.
3885
3886         * tex/texinfo.tex: really add file.
3887         
3888 2004-02-06  Jan Nieuwenhuizen  <janneke@gnu.org>
3889
3890         * scripts/lilypond-book.py (find_toplevel_snippets): Python < 2.3
3891         compatibility.
3892
3893 2004-02-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3894
3895         * scripts/hw-lilypond-book.py (Snippet.output_print_filename): 
3896
3897         * scm/define-translator-properties.scm (drumPitchTable): add
3898         property.
3899
3900         * scripts/lilypond-book.py (simple_toplevel_snippets): new
3901         function.
3902         (help_summary): docstrings.
3903         (do_file): strip the dir of input_base too.
3904
3905 2004-02-05  Jan Nieuwenhuizen  <janneke@gnu.org>
3906
3907         * Documentation/topdocs/NEWS.texi: Add item about lilypond-book.
3908
3909         * Documentation/user/lilypond-book.itely: Update.
3910
3911         * make/ly-rules.make: Update lilypond-book commands.
3912
3913         * Documentation/user/GNUmakefile: Update makeinfo commands,
3914         lilypond-book flags.
3915
3916         * scripts/lilypond-book.py: Rewrite (was: filter-lilypond-book.ly).
3917         
3918         * scripts/old-lilypond-book.py: New file (was: lilypond-book.ly).
3919
3920         * scripts/filter-lilypond-book.py: Remove.
3921
3922         * Documentation/user/*tely: Update options for new lilypond-book.
3923
3924         * tex/texinfo.tex: New file; from texinfo CVS.  This fixes build
3925         with @macros in @includes.
3926
3927 2004-02-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3928
3929         * lily/rest-collision-engraver.cc (process_acknowledged_grobs):
3930         make rest-collision only.
3931
3932         * lily/break-substitution.cc (substitute_one_mutable_property):
3933         clear all-elements using scm_assq_remove_x(). 
3934
3935         * lily/rest-collision.cc (do_shift): shift single rests
3936
3937         * flower/include/array.hh (class Array): rename to is_empty ()
3938
3939         * lily/drum-note-performer.cc: new file: perform drum notes.
3940
3941         * VERSION (PACKAGE_NAME): release 2.1.19.
3942         
3943 2004-02-05  Jan Nieuwenhuizen  <janneke@gnu.org>
3944
3945         * scripts/filter-lilypond-book.py
3946         (classic_lilypond_book_compatibility): New function.
3947
3948 2004-02-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3949
3950         * buildscripts/lilypond.words.py (F): remove drums.scm reference.
3951
3952         * Grand 2003 -> 2004 search replace. 
3953
3954         * lily/parser.yy (chord_body_element): add DRUM_PITCH to chords
3955         (i.e. < > )
3956
3957         * ly/performer-init.ly: add DrumStaff
3958
3959         * lily/axis-group-engraver.cc (acknowledge_grob): also take
3960         lyric-interface; this prevents lines with only extender lines from
3961         being junked.
3962  
3963         * scm/define-grob-interfaces.scm (lyric-interface): new interface
3964
3965         * lily/lyric-extender.cc (brew_molecule): get line breaking and
3966         extenders right, for once and for all (hopefully).
3967         
3968         * lily/break-substitution.cc (substitute_one_mutable_property):
3969         clear old 'all-elements for System grobs.
3970
3971         * lily/new-lyric-combine-music-iterator.cc (find_voice): make sure
3972         that associatedVoiceContext is always assigned when music & lyrics
3973         are found. 
3974
3975         * ly/engraver-init.ly: remove Lyrics context.
3976         (TabVoice): add noteheads engraver
3977
3978         * input/test/improv.ly: update: do not use Thread switching. 
3979
3980         * lily/pitch-squash-engraver.cc (acknowledge_grob): only squash if
3981         squashedPosition is a number  
3982
3983         * Documentation/user/refman.itely (Automatic note splitting):
3984         remove Thread references.
3985
3986         * input/no-notation/pc-direction.ly: remove file.
3987
3988         * ly/engraver-init.ly: remove Thread
3989
3990         * input/regression/tie-chord-partial.ly: remove file.
3991
3992         * scripts/convert-ly.py (conv): \harmonic rule
3993
3994         * lily/new-fingering-engraver.cc (acknowledge_grob): add new
3995         notation for harmonic notes: <c' g''\harmonic>
3996
3997         * lily/lily-guile.cc (alist_to_hashq): new function
3998
3999         * scm/lily.scm (alist->hash-table): new function.
4000
4001         * Documentation/user/refman.itely (Percussion staves): update doco.
4002
4003         * input/regression/drums.ly (timb): updates
4004
4005         * lily/note-performer.cc (create_audio_elements): robustness fix.
4006
4007         * ly/engraver-init.ly: add DrumStaff and DrumVoice contexts
4008
4009 2004-02-05  Jan Nieuwenhuizen  <janneke@gnu.org>
4010
4011         * scripts/filter-lilypond-book.py (find_toplevel_snippets): Do not
4012         discard valid matches.
4013
4014 2004-02-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4015
4016         * lily/drum-note-engraver.cc: new file.
4017
4018         * ly/drumpitch-init.ly: move drum definitions
4019
4020         * scm/drums.scm: remove file.
4021
4022         * lily/*.cc: remove abort-event everywhere.
4023
4024         * lily/note-heads-engraver.cc (process_music): robustification.
4025
4026         * lily/accidental-engraver.cc (process_acknowledged_grobs):
4027         robustification.
4028
4029         * lily/parser.yy (simple_element): add \drums mode.
4030         (simple_element): remove \pitchnames , \chordmodifiers. Use
4031         variables to store this. 
4032
4033         * lily/lexer.ll (My_lily_lexer): remove support for \PITCHNAME
4034         outside \notes.
4035
4036         * VERSION: release 2.1.18.
4037         
4038         * input/test: remove octave-duplicate.ly
4039
4040 2004-02-04  Jan Nieuwenhuizen  <janneke@gnu.org>
4041
4042         * scripts/filter-lilypond-book.py: Speed-up and clean-ups.
4043
4044 2004-02-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4045
4046         * lily/simultaneous-music-iterator.cc: remove clone() and copy
4047         constructor from Music_iterator. Changes throughout.
4048
4049         * lily/include/music-iterator.hh (class Music_iterator): remove
4050         Music_iterator::skip and Music_iterator::get_pending_events from
4051         interface. Rename report_to -> get_outlet 
4052
4053         * lily/auto-change-iterator.cc: move contents from
4054         new-auto-change-iterator.cc from
4055
4056         * scm/part-combiner.scm: determine split-list from Scheme. 
4057
4058         * lily/new-auto-change-iterator.cc (process): new file.
4059
4060         * lily/parser.yy (part_combined_music): remove old PC cruft.
4061
4062         * ly/engraver-init.ly: remove old
4063         PC cruft.
4064
4065         * Documentation/user/refman.itely (The Lyrics context): note about
4066         extender lines.
4067
4068         * lily/multi-measure-rest-engraver.cc (process_music): extra check
4069         to allow 0-length mmrest events.
4070
4071         * scm/part-combiner.scm (determine-split-list): many bugfixes.
4072
4073         * lily/new-part-combine-iterator.cc (kill_mmrest): new function.
4074
4075         * lily/spacing-engraver.cc (finalize): robustifications.
4076
4077         * input/regression/new-part-combine-solo-global.ly: new file.
4078
4079         * scm/part-combiner.scm: rewrite.
4080
4081 2004-02-03  Juergen Reuter  <reuter@ipd.uka.de>
4082
4083         * Documentation/user/refman.itely, input/puer-fragment.ly,
4084         input/test/vaticana.ly, ly/engraver-init.ly: ancient examples
4085         updated for proper use of lyricsto; replaced "(" and ")" ->
4086         "\melisma" and "\melismaEnd"
4087
4088         * input/test/ancient-font.ly: small updates to reduce compile
4089         warnings (TODO: junk this file)
4090
4091         * input/test/gregorian-scripts.ly: added comment about bug
4092
4093         * lily/gregorian-ligature-engraver.cc, lily/ligature-engraver.cc:
4094         tiny robustness fix
4095
4096         * mf/parmesan-clefs.mf: exact_center fixes (this broke due to
4097         recent changes in the feta code); temporarily mapped mensural g
4098         clef to a copy of petrucci g clef until mensural g clef will have
4099         been rewritten
4100
4101         * mf/parmesan-heads.mf: bugfix: solved character name clashing
4102         between mensural and neo-mensural heads (this broke quite a while
4103         ago)
4104
4105         * mf/parmesan-rests.mf: still more tiny set_char_box() fixes
4106
4107 2004-02-03  Jan Nieuwenhuizen  <janneke@gnu.org>
4108
4109         * scripts/filter-lilypond-book.py: Handle @include.  Add progress
4110         indication.  Fixes for verbatim, multi line comments.
4111
4112 2004-02-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4113
4114         * input/regression/new-part-combine-solo.ly: more cases.
4115
4116         * lily/slur.cc (height): robustness fix.
4117
4118         * lily/new-part-combine-iterator.cc (process): add apart-spanner. 
4119
4120         * input/mutopia/F.Schubert/morgenlied.ly (melody): revert
4121         stemUp/stemDown.
4122
4123         * scm/music-functions.scm (determine-split-list): further analysis.
4124
4125         * lily/script-engraver.cc (try_music): discard duplicate
4126         articulations.
4127
4128         * input/regression/new-part-combine-solo.ly: new file
4129
4130         * input/regression/new-part-combine-a2.ly: new file.
4131
4132         * ly/performer-init.ly: add Devnull
4133
4134         * scripts/convert-ly.py (FatalConversionError.sub_acc): add rule
4135         for \musicglyph #"accidental-*"
4136         (conv): \newpartcombine rule.
4137
4138 2004-02-03  Jan Nieuwenhuizen  <janneke@gnu.org>
4139
4140         * scripts/filter-lilypond-book.py: Handle @lilypondfile, bugfixes.
4141
4142 2004-02-02  Jan Nieuwenhuizen  <janneke@gnu.org>
4143
4144         * scripts/filter-lilypond-book.py: Handle verbatim, latex
4145         textwidth, --output.
4146
4147 2004-02-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4148
4149         * scm/new-markup.scm (doubleflat): add accidental markups.
4150
4151         * VERSION: release 2.1.17
4152         
4153         * Documentation/user/refman.itely (Automatic part combining):
4154         revise documentation of the part-combiner.
4155
4156         * input/regression/pc-switch-slur.ly (texidoc): remove file.
4157         
4158         * input/test/part-combine-{moment,staff}.ly: remove file.
4159
4160         * input/regression/pc-mmrest.ly (two): remove file.
4161
4162         * scm/define-music-types.scm (music-descriptions): add
4163         Solo{One,Two}Event and UnisonoEvent
4164
4165         * lily/new-part-combine-iterator.cc (unisono): add state_
4166         variable, signal changes with part-combine-event.
4167
4168         * input/regression/new-part-combine-text.ly: new file.
4169
4170         * lily/part-combine-engraver.cc: new file.
4171
4172 2004-02-02  Jan Nieuwenhuizen  <janneke@gnu.org>
4173
4174         * scripts/filter-lilypond-book.py: Handle snippet options.
4175
4176 2004-02-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4177
4178         * scm/music-functions.scm (determine-split-list): detect solo1/2
4179         and unisono.
4180
4181         * lily/new-lyric-combine-music-iterator.cc (construct_children):
4182         revert fix, document why.
4183
4184         * lily/tie-performer.cc (process_music): new function. Set melisma
4185         property.
4186
4187         * lily/tuplet-bracket.cc (make_bracket): make sure that gap is
4188         always smaller than bracket size.
4189         (make_bracket): oops. Size of the gap was off by factor 2
4190
4191         * input/test/text-rotate.ly: new file.
4192
4193         * scm/new-markup.scm (markup): a macro that provides a
4194         LilyPond-like syntax in scheme for building markups, in order to
4195         help markup command definition. (Nicolas Sceaux)
4196
4197         * input/test/lyrics-skip-notes.ly: new example.
4198
4199         * lily/parser.yy (post_event): make HYPHEN into postfix event.
4200
4201         * lily/new-lyric-combine-music-iterator.cc (find_context_below):
4202         use is_alias() iso. == . This fixes lyrics on
4203         GregorianTranscriptions. 
4204
4205 2004-02-02  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4206
4207         * scripts/lilypond.py (ly_paper_to_latexpaper): Add newline before 
4208         \thispagestyle{lastpage} to avoid that it's printed on the second
4209         last page when there's only a single score line on the last page.
4210         (The page breaking mechanism in TeX played some ugly tricks to us.)
4211
4212 2004-02-01  Jan Nieuwenhuizen  <janneke@gnu.org>
4213
4214         * scripts/filter-lilypond-book.py: Further development.
4215
4216         * input/regression/collision-dots-move.ly: New test.
4217
4218         * lily/note-collision.cc (check_meshing_chords): Move dots on left
4219         hand side note head of non-merged collision to the right.
4220
4221         * lily/new-lyric-combine-music-iterator.cc (start_new_syllable):
4222         Construct children before accessing property from emtpy
4223         lyrics_context_.
4224         (construct_children): Find thread before finding LyricsVoice.
4225         Create LyricsVoice one if none found, fixes crash (thanks Erik
4226         Sandberg).
4227
4228 2004-01-31  Jan Nieuwenhuizen  <janneke@gnu.org>
4229
4230         * cygwin/: Forward port.
4231
4232 2003-10-01  Jan Nieuwenhuizen  <janneke@gnu.org>
4233
4234         * buildscripts/install-info-html.sh: Use Bash.
4235
4236         * cygwin/mknetrel: Patch from Bert.
4237
4238 2003-09-30  Jan Nieuwenhuizen  <janneke@gnu.org>
4239
4240         * cygwin/lily-wins.py: Check whether to run ly2dvi or lilypond.
4241
4242         * stepmake/stepmake/topdocs-targets.make (copy-to-top): Do not
4243         try to copy *png, index.html (Bertalan Fodor).
4244
4245         * cygwin/mknetrel (preinstall): Set webdir (Bertalan Fodor).
4246
4247 2003-09-30  Jan Nieuwenhuizen  <janneke@gnu.org>
4248
4249         * lily/note-collision.cc (check_meshing_chords): Do not remove
4250         dots (from down head) when merging similar heads (thanks Matthias
4251         Kilian).  Simplify merge_possible tests and other cleanups
4252
4253         * input/regression/collision-merge-differently-dotted.ly: Add test
4254         for disappearing dots on similar heads for both voices.
4255
4256 2004-01-30  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4257
4258         * Documentation/user/invoking.itexi (Invoking lilypond): Document
4259         that tagline overrides copyright for single page scores. Correct
4260         the default tagline value.
4261
4262 2004-01-29  Jan Nieuwenhuizen  <janneke@gnu.org>
4263
4264         * Documentation/topdocs/NEWS.texi: Compile fix (thanks Mats).
4265
4266 2004-01-29  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4267
4268         * buildscripts/lilypond-login.sh: Avoid warning about undefined
4269         TEXMF if it's previously unset.
4270
4271 2004-01-29  Heikki Junes <hjunes@cc.hut.fi>
4272
4273         * scm/chord-name.scm (german-markup): bugfix: use SEMI-TONE.
4274
4275         * input/test/trills.ly: fix the unfolding of lineprall.
4276
4277         * input/test/figured-bass-alternative.ly: fix accidental.
4278
4279 2004-01-28  Jan Nieuwenhuizen  <janneke@gnu.org>
4280
4281         * Documentation/topdocs/NEWS.texi: Add note about safe mode.
4282         
4283         * input/no-notation/dos-guile.ly: 
4284         * input/no-notation/dos-ps.ly: 
4285         * input/no-notation/dos-tex.ly: New file.  These tests still FAIL.
4286         
4287         * input/no-notation/safe-include.ly:
4288         * input/no-notation/safe-guile.ly:
4289         * input/no-notation/safe-ps.ly: 
4290         * input/no-notation/safe-tex.ly: New file.
4291
4292         * scripts/lilypond.py (global_latex_preamble): Add \nofiles for
4293         safe mode Add -s,--safe-mode option.  Use -S,--set for setting
4294         options now.
4295         (run_lilypond): When in --safe-mode, pass option to lilypond-bin.
4296         When in --safe-mode, set environment openout_any=p[aranoid].
4297
4298         * tex/ltest.tex: 
4299         * tex/lilyponddefs.tex: Add \nofiles.
4300
4301         * python/lilylib.py (get_bbox, make_ps_images): Add -dSAFER to gs
4302         options.
4303
4304         * mf/GNUmakefile (FETA_LIST_FILES): Install feta*list.lys too.
4305         This allows building the user manual using a binary installation
4306         and a matching unpacked source tree.
4307
4308         * scm/lily.scm (safe-module): New variable. 
4309
4310         * lily/includable-lexer.cc (new_input): Fix error messages.
4311
4312         * lily/parse-scm.cc (internal_ly_parse_scm): Add parameter SAFE.
4313         If SAFE, evaluate in safe-module.  Change callers.
4314
4315         * lily/main.cc (Long_option_init): Reinstate safe-mode.
4316
4317         * lily/lexer.ll (embedded_scm): While processing main-input,
4318         invoke ly_parse_scm with safe mode if running in safe-mode.
4319         (<<EOF>>): Reset main_input_b_, fixes old-relative chech
4320         in init.ly for safe-mode.
4321
4322 2004-01-28  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4323
4324         * scripts/lilypond.py (ly_paper_to_latexpaper): Regain
4325         compatibility with old versions of geometry.sty (compat2
4326         already implied includehead).
4327         Change the page layout slightly so bottom + footskip = top +
4328         headheight + headsep = 16mm, the remaining paperheight-32mm
4329         are used for the music. Increase footskip to 5mm, so the top of
4330         the footer text doesn't touch the music.
4331
4332 2004-01-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4333
4334         * VERSION: release 2.1.16
4335         
4336         * scm/music-functions.scm (determine-split-list): bugfix: only use
4337         new-active for both voices if both indexes advance. This fixes the
4338         biggest outstanding problem with new-pc. 
4339
4340         * lily/new-part-combine-iterator.cc (construct_children): set more
4341         directions.
4342
4343 2004-01-27  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4344
4345         * scripts/convert-ly.py (conv): add instrument rule.
4346
4347         * lily/instrument-name-engraver.cc: add Vocal_name_engraver.
4348
4349         * lily/side-position-interface.cc: remove add_staff_support ()
4350         Change all callers to use staff-padding.
4351
4352         * lily/auto-beam-engraver.cc (create_beam): opps. Don't use
4353         make_spanner().
4354
4355         * lily/a2-engraver.cc (process_acknowledged_grobs): 
4356
4357         * lily/text-engraver.cc: remove scriptHorizontal property.
4358
4359         * lily/beam.cc (least_squares): also set least-squares-dy for
4360         special case of slanted 2-stem beam to center.
4361
4362         * lily/side-position-interface.cc (out_of_staff): move contents of
4363         out_of_staff into aligned_side.
4364         remove out_of_staff().
4365
4366         * input/regression/measure-grouping.ly: fix warning.
4367
4368         * lily/side-position-interface.cc: add staff-padding support to
4369         Side_position_interface::aligned_side.
4370
4371         * lily/system-start-delimiter-engraver.cc (process_music): whoops,
4372         one get_property too many.
4373
4374         * flower/include/drul-array.hh (linear_combination): new function
4375         (scale_drul): new function
4376
4377         * lily/beam.cc: use Drul_array<Real> iso. interval, because *=
4378         operations on empty intervals are silly.
4379
4380 2004-01-26  Jan Nieuwenhuizen  <janneke@gnu.org>
4381
4382         * lily/note-heads-engraver.cc (process_music): use robust_scm2int
4383         (iso gh_scm2int), fixes crash in new part-combiner.
4384
4385         * configure.in: Up mftrace to 1.0.27.
4386
4387 2004-01-26  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4388
4389         * VERSION: release 2.1.15
4390         
4391         * lily/lyric-phrasing-engraver.cc (stop_translation_timestep):
4392         align all stanza numbers.
4393
4394 2004-01-26  Heikki Junes <hjunes@cc.hut.fi>
4395
4396         * Documentation/user/{introduction.itely,refman.itely,
4397         converters.itely}: fix some text inside parentheses; text should
4398         be readable (even) if parentheses are either replaced with commas 
4399         or dropped out.
4400
4401 2004-01-25  Werner Lemberg  <wl@gnu.org>
4402
4403         * buildscripts/lilypond.words.py, input/puer-fragment.ly,
4404         input/test/vaticana.ly, input/test/ancient-font.ly,
4405         input/test/mensural-ligatures.ly, input/test/gregorian-scripts.ly,
4406         lily/include/staff-symbol.hh, lily/breathing-sign.cc,
4407         ly/params-as-init.ly, scm/define-grobs.scm,
4408         scm/define-grob-properties.scm: s/stafflinethickness/linethickness/.
4409
4410         * ly/params-as-init.ly: Removed.  Obsolete.
4411         * buildscripts/lilypond.words.py: Updated.
4412
4413 2004-01-25  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4414
4415         * mf/parmesan-clefs.mf: switch off mensural G clefs.
4416
4417         * mf/feta-din{4,5,7,9}.mf: remove.
4418         
4419         * lily/engraver.cc (internal_make_item): centralize item/spanner
4420         factory.
4421
4422         * scripts/convert-ly.py (FatalConversionError.sub_durs): bugfix:
4423         do correct chord conversion for ^"sim."  (backportme)
4424         (FatalConversionError.sub_articulations): substitute ^"foo" in
4425         chords too. (backportme)
4426
4427         * scm/define-grobs.scm (all-grob-descriptions): use staff-padding
4428         for Fingering.
4429
4430         * lily/side-position-interface.cc (out_of_staff): don't do
4431         anything if staff-padding not defined. 
4432
4433         * mf/feta-params.mf (stafflines): introduce linethickness as
4434         general blackness of the font.
4435
4436         * lily/stem.cc (position_noteheads): rounding error robustness.
4437
4438         * input/regression/rest-collision-beam.ly: move beam/rest stuff
4439         from beam-collision.ly 
4440
4441         * lily/beam.cc (rest_collision_callback): remove direction.
4442
4443         * scm/define-grobs.scm (all-grob-descriptions): remove
4444         enclose-bounds in OttavaBracket and PianoPedalBracket
4445
4446         * scm/new-markup.scm (def-markup-command) new macro, which takes
4447         care of defining the COMMAND-markup and make-COMMAND-markup
4448         procedures, setting markup-signature and keyword-signature object
4449         properties, and pushing the markup command in
4450         markup-function-list.
4451
4452         All markup commands are defined thanks to it.  Users may also use
4453         it to define their own markup commands. (Nicolas Sceaux)
4454
4455         * scm/new-markup.scm: Scheme style clean-up: there should be no
4456         parenthesis alone on a line; LET* should not be used where LET is
4457         enough. (Nicolas Sceaux)
4458
4459 2004-01-25  Jan Nieuwenhuizen  <janneke@gnu.org>
4460
4461         * scripts/filter-lilypond-book.py: Add script.
4462
4463 2004-01-23  Jan Nieuwenhuizen  <janneke@gnu.org>
4464
4465         * ly/engraver-init.ly: Set enclose_bounds to #1 (was: ##t).
4466
4467 2004-01-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4468
4469         * Documentation/user/refman.itely (Fingering instructions): add
4470         single note chords. 
4471
4472         * lily/multi-measure-rest-engraver.cc: use a single
4473         MultiMeasureEvent for mm rests. This prevents problems with the
4474         new part combiner.
4475
4476         * scm/music-functions.scm (determine-split-list): analysis has
4477         global effect: a difference halfway a phrase makes the entire
4478         phrase be typeset as apart.
4479         (make-multi-measure-rest): make mmrest as a single rhythmic event. 
4480
4481 2004-01-23  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4482
4483         * ly/performer-init.ly: add Devnull.
4484
4485         * Documentation/user/refman.itely (Font selection): remove paper20
4486         ref.
4487         
4488 2004-01-22  Jan Nieuwenhuizen  <janneke@gnu.org>
4489
4490         * scripts/convert-ly.py (1.9.0): Handle phrasing slur.
4491
4492 2004-01-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4493
4494         * scm/music-functions.scm (determine-split-list): bugfixes.
4495
4496         * scm/lily.scm (uniq-list): new implementation, O(1) stack.
4497
4498         * input/test/scales-greek.ly: use C as base, results in different
4499         alterations at the clef.
4500
4501         * input/regression/pedal-ped.ly: new file.
4502
4503         * input/regression/pedal-bracket.ly: new file.
4504
4505         * lily/piano-pedal-bracket.cc (brew_molecule): new function;
4506         replace after_line_breaking()
4507
4508         * lily/line-interface.cc (line): read thickness.
4509         (line): dash-fraction = 0 always for dotted-line style.
4510
4511         * input/test/staff-lines.ly (lower): bugfix.
4512
4513         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): move
4514         \accepts Devnull into Score.
4515
4516         * scm/lily.scm: remove bla.scm load.
4517
4518 2004-01-21  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4519
4520         * VERSION: release 2.1.14
4521         
4522         * Documentation/topdocs/INSTALL.texi (Top): fix FTP url. 
4523
4524         * lily/side-position-interface.cc (general_side_position): add
4525         Staff_symbol_referencer::staff_space ().
4526
4527         * lily/include/context-def.hh: rename from translator-def.hh
4528
4529 2004-01-21  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4530
4531         * input/template/piano-dynamics.ly (pedal): Updated definition of
4532         Dynamics such that \cresc works, for example.
4533
4534 2004-01-21  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4535
4536         * lily/stem.cc (calc_stem_info): use
4537         Staff_symbol_referencer::staff_space
4538
4539         * lily/beam-quanting.cc (quanting): scale Stem_info 
4540
4541         * lily/beam.cc (rest_collision_callback): use minimum-distance
4542         property for rest/beam collisions.
4543         (rest_collision_callback): bugfixes.
4544
4545         * lily/system.cc (post_processing): extra-offset is now relative
4546         to the size of the current staff.
4547
4548         * scm/music-functions.scm (notice-the-events-for-pc): record all
4549         voices, only analyze "one" and "two".
4550
4551         * lily/recording-group-engraver.cc (finalize): bugfix: want self,
4552         not parent. 
4553
4554         * lily/new-part-combine-iterator.cc (construct_children): create
4555         Devnull from Voice context
4556
4557         * scm/music-functions.scm (determine-split-list): bugfixes.
4558
4559         * lily/lily-guile.cc (robust_scm2int): new function
4560
4561         * lily/staff-symbol-referencer.cc (line_thickness): new
4562         function. Use throughout.
4563
4564         * lily/font-size-engraver.cc (acknowledge_grob): only process grob
4565         in its own context.  Add to preset font-size.
4566
4567         * lily/stem.cc (thickness): new function.
4568
4569         * lily/staff-symbol.cc (get_ledger_line_thickness): new function:
4570         compute thickness from ledger-line-thickness.
4571
4572         * lily/note-head.cc (brew_ledger_lines): use
4573         Staff_symbol::get_ledger_line_thickness ().
4574
4575         * lily/beam.cc (rest_collision_callback): use
4576         Staff_symbol_referencer::staff_space().
4577
4578         * lily/parser.yy (My_lily_lexer): change syntax: \newpartcombine
4579         Mus1 Mus2
4580
4581         * lily/include/translator.hh (class Translator): add accepts_list_
4582         so  \with { \denies / \accepts } also works.
4583
4584         * scm/music-functions.scm (determine-split-list): determine split
4585         list from music events.
4586
4587         * lily/new-part-combine-iterator.cc: more states.
4588
4589         * lily/moment.cc (LY_DEFINE): new function ly:moment<? 
4590
4591 2004-01-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4592
4593         * lily/system.cc (set_loose_columns): use the right prebroken cols
4594         for interpolating loose column position.
4595
4596         * lily/text-spanner.cc (brew_molecule): default to no vertical
4597         lines.
4598
4599         * lily/ottava-bracket.cc (brew_molecule): vertical line doesn't
4600         take space.
4601
4602         * scm/define-grobs.scm (all-grob-descriptions): less padding.
4603
4604 2004-01-20  Jan Nieuwenhuizen  <janneke@gnu.org>
4605
4606         * scripts/convert-ly.py: Do not test filename when processing
4607         stdin.
4608
4609         * lily/axis-group-engraver.cc: Include warn.hh (compile fix).
4610
4611 2004-01-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4612
4613         * lily/axis-group-engraver.cc (finalize): extra check; if
4614         process_music () is never called, then staffline_ == 0.
4615
4616         * lily/simultaneous-music-iterator.cc (pending_moment): don't
4617         check run_always ().
4618         
4619         * VERSION: release 2.1.13
4620
4621         * input/regression/note-head-style.ly (pattern): cleanup.
4622
4623         * mf/GNUmakefile ($(outdir)/$(redhat-package)): use http for
4624         downloading.
4625
4626         * scm/output-lib.scm (shift-right-at-line-begin): new function:
4627         kludge rehearsalmark placement.
4628
4629         * lily/grob-scheme.cc (LY_DEFINE): add ly:item-break-dir , ly:item?
4630         , ly:spanner?
4631
4632         * lily/note-head.cc (internal_brew_molecule): only shorten ledger
4633         close to note head for accidentals.
4634
4635         * lily/tuplet-bracket.cc (get_default_dir): new algorithm for
4636         tuplet direction.
4637
4638         * mf/parmesan-heads.mf (overdone_heads): enlarge harmonic head.
4639
4640 2004-01-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4641
4642         * lily/include/music-iterator.hh (class Music_iterator): add
4643         substitute_outlet() to iterator API.
4644
4645         * lily/new-part-combine-iterator.cc (construct_children):
4646         New_pc_iterator: new class, better part combining.
4647
4648         * lily/tie-column.cc (werner_directions): new function
4649
4650         * lily/tie.cc (set_direction): call Tie_column::set_direction ()
4651
4652         * lily/axis-group-engraver.cc (process_acknowledged_grobs): give
4653         empty objects group spanner as parent
4654
4655         * lily/tuplet-bracket.cc (calc_position_and_height): check musical
4656         slope against graphical slope.
4657
4658         * lily/ottava-bracket.cc (brew_molecule): support minimum-length
4659         for ottava bracket.
4660
4661         * lily/side-position-interface.cc (general_side_position):
4662         opps. reinstate *dir.
4663
4664         * lily/parser.yy: plug many memory leaks. We're down to 4 for each
4665         parser run.
4666
4667         * lily/tuplet-bracket.cc: remove calc_dy ().
4668
4669         * Documentation/user/refman.itely (Balloon help): document balloon
4670         help
4671
4672 2004-01-19  Jan Nieuwenhuizen  <janneke@gnu.org>
4673
4674         * scm/document-backend.scm (check-dangling-properties): Grob
4675         properties are defined define-grob-properties.scm.
4676         
4677 2004-01-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4678         
4679         * VERSION: release 2.1.12
4680
4681         * scm/define-grobs.scm (all-grob-descriptions): larger font for
4682         ChordName
4683
4684         * scm/new-markup.scm (sub-markup): sup & super: make smaller in
4685         relation to surroundings.
4686
4687         * lily/tuplet-bracket.cc (calc_position_and_height): add staff
4688         Y-extent to the note-extents: stay clear of the staff.
4689
4690 2004-01-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4691
4692         * Documentation/user/GNUmakefile
4693         ($(outdir)/lilypond/lilypond.html): posix conforming globs. Link
4694         iso. copy.
4695
4696         * stepmake/stepmake/metafont-rules.make: remove --keep-trying.
4697
4698         * lily/separating-group-spanner.cc (set_spacing_rods): add padding.
4699
4700         * mf/,scripts/,make/,ly/,scm/: remove AsciiScript remnants.
4701
4702         * lily/lily-guile.cc (robust_scm2double): new function. Use throughout.
4703
4704         * lily/line-interface.cc (line): remove thickness from calling interface.
4705
4706         * lily/hairpin.cc: use Line_interface
4707
4708         * lily/line-interface.cc: new file. Line_interface for everything
4709         with dotted/dashed lines.
4710         
4711
4712         * lily/tuplet-bracket.cc (make_bracket): use Line_interface.
4713
4714         * lily/ottava-bracket.cc (brew_molecule): new file, separate routine
4715         for constructing ottava brackets.
4716         
4717         * lily/ottava-engraver.cc (acknowledge_grob): hang the bracket on
4718         the note heads.
4719
4720         * Documentation/user/internals.itely (Engravers and performers):
4721         fix broken link.
4722
4723         * scm/music-functions.scm (make-mark-set): new function.
4724
4725         * lily/lookup.cc: remove Lookup::horizontal_slope (): it is
4726         functionally identical to beam.
4727
4728         * lily/mensural-ligature.cc (brew_flexa): replace horizontal_slope
4729         () with beam (). 
4730
4731         * Documentation/user/refman.itely (Rehearsal marks): document new
4732         functionality.
4733
4734         * input/regression/rehearsal-mark-number.ly: new file.
4735
4736         * input/regression/rehearsal-mark-letter.ly: new file.
4737
4738         * scm/translation-functions.scm (number->mark-string): new function
4739         (format-mark-letters): new function
4740         (format-mark-numbers): new function
4741
4742         * lily/mark-engraver.cc (process_music): rehearsalMark is now
4743         integer; formatting is done through markFormatter property.
4744         
4745         * scm/define-translator-properties.scm: fold all *-done properties
4746         into positioning-done.
4747
4748         * lily/beam.cc (position_beam): new function
4749         (brew_molecule): make sure that positions are calced before making
4750         the molecule.
4751
4752         * scm/output*.scm (beam):  take 4th argument for function.
4753
4754         * ps/music-drawing-routines.ps: take blot as 4th argument.
4755
4756         * lily/beam.cc (brew_molecule): fix beam offsets: overlap with the
4757         stem to avoid small dents.
4758         
4759 2004-01-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4760
4761         * VERSION: release 2.1.11
4762
4763         * input/regression/balloon.ly: new file.
4764
4765         * lily/balloon.cc (brew_molecule): new file: draw boxes around
4766         objects, and make help texts. 
4767
4768         * scm/new-markup.scm (parse-simple-duration): parse duration
4769         string to log & dots. (Thanks Nicolas!)
4770
4771         * scripts/convert-ly.py (FatalConversionError.sub_note): add \note
4772         rule.
4773
4774 2004-01-17  Heikki Junes   <hjunes@cc.hut.fi>
4775
4776         * buildscripts/lilypond.words.py: remove unused files (THANKS Werner
4777         Lemberg).
4778
4779         * THANKS: alphabetic order.
4780
4781 2004-01-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4782
4783         * input/regression/note-head-harmonic.ly: new file.
4784
4785         * Documentation/user/internals.itely (Technical manual): explain
4786         difference between music, translation, layout.
4787
4788         * mf/parmesan-heads.mf (overdone_heads): add 0harmonic head.
4789
4790         * scm/output-ascii-script.scm (bracket): rounding bfs.
4791
4792         * scripts/convert-ly.py (conv): add \include "paper" rule. 
4793
4794         * ly/paper*.ly: remove files. 
4795         
4796         * scm/paper.scm (set-staff-size): new function: set default
4797         staff-size.
4798
4799         * scripts/convert-ly.py (conv): add conversion rule.
4800
4801         * lily/music-output-def.cc (LY_DEFINE): ly_output_def_scope: new
4802         function.
4803
4804         * scm/paper.scm: new file.
4805         (set-staff-size): new function 
4806         (set-paper-size): new function
4807
4808         * lily/parser.yy (music_output_def_body): restructure definition,
4809         so first Scheme statement in \paper also happens in new scope. 
4810
4811         * lily/system.cc (post_processing): move uniquify_list () to
4812         dumping molecule stage.
4813
4814         * ly/engraver-init.ly: set barCheckSynchronize to #f. Warning:
4815         this will mess up scores that use barchecks to shorten measures.
4816
4817         * mf/feta-bolletjes.mf (overdone_heads): make note heads rounder
4818         at 20pt too.
4819
4820         * Documentation/user/tutorial.itely (Printing lyrics): document
4821         \lyricsto
4822
4823         * lily/my-lily-lexer.cc: \newaddlyrics -> \lyricsto
4824
4825         * Documentation/user/refman.itely (Fermatas): document \lyricsto
4826
4827         * lily/new-lyric-combine-music-iterator.cc (process): don't crash
4828         if Voice is not found.
4829
4830         * VERSION: release 2.1.10
4831         
4832         * input/{test,regression}/: remove old-relative 
4833
4834         * lily/lexer.ll: add empty markup signature. 
4835
4836         * scm/new-markup.scm (markup-functions-and-signatures): reinstate
4837         strut markup
4838
4839         * lily/parser.yy (markup): MARKUP_HEAD_EMPTY
4840
4841         * scm/define-translator-properties.scm: update melismata property
4842         doco.
4843
4844         * lily/system.cc (output_lines): revert uniquify_list() patch,
4845         strange side effects seen.
4846         
4847         * lily/line-spanner.cc (dashed_line_molecule): return nothing if
4848         dash-period < 0.
4849
4850         * scm/midi.scm (instrument-equalizer-alist): fix equalizer setting
4851         for flute. 
4852
4853 2004-01-15  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4854
4855         * input/regression/*.ly: use newaddlyrics iso. addlyrics
4856
4857         * input/regression/lyrics-multi-stanza.ly (texidoc): remove file.
4858
4859         * lily/lyric-extender.cc (brew_molecule): behave decently in case
4860         of line breaks.
4861         (brew_molecule): add padding to left, not right.
4862
4863         * lily/system.cc (uniquify_list): new function
4864         (output_lines): uniquify_list () on all-elements. This fixes
4865         double symbols in the output.
4866
4867         * lily/beam.cc (rest_collision_callback): don't move anything if
4868         staff-position is set.
4869
4870         * input/regression/rest-pitch.ly (texidoc): add rest under beam.
4871
4872         * lily/system.cc (typeset_grob): warn if adding twice.
4873
4874         * lily/sequential-iterator.cc (run_always): implement run_always().
4875         (also in other files.)
4876         
4877         * input/mutopia/F.Schubert/standchen.ly: use newaddlyrics. 
4878
4879         * lily/event.cc (to_relative_octave): add octave-check.
4880
4881         * Documentation/user/refman.itely (Line breaking): add noBreak.
4882
4883         * scm/new-markup.scm (normalsize-markup): add function.
4884         (sans-markup): new function.
4885
4886         * lily/beam-engraver.cc (valid_end_point): opps, beam-stop-events
4887         come earlier nowadays.  This fixes beams on grace notes.
4888         
4889         * scm/music-functions.scm (direction-polyphonic-grobs): new
4890         variable, share between override and revert. This fixes script
4891         directions in polyphonic sections. (backportme)
4892
4893 2004-01-14  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4894
4895         * lily/text-spanner.cc (brew_molecule): don't do shorten-pair for
4896         breakpoints.
4897
4898         * lily/break-align-interface.cc: add doco
4899
4900         * Documentation/user/refman.itely (Rehearsal marks): add index marks. 
4901
4902 2004-01-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4903
4904         * VERSION: release 2.1.9
4905
4906         * scm/document-markup.scm (markup-doc-node): add note about naming.
4907
4908         * scm/new-markup.scm (left-align-markup): bugfix. 
4909
4910         * Documentation/user/refman.itely (Ottava brackets): more doco for
4911         ottava.
4912
4913         * lily/side-position-interface.cc (out_of_staff): also do
4914         out_of_staff() correctly for d == DOWN.
4915
4916         * lily/text-spanner.cc (brew_molecule): only put vertical line and
4917         horizontal line if they move to the right.
4918         
4919         * scm/define-grobs.scm (all-grob-descriptions): set
4920         text-repeat-if-broken for ottava spanner
4921
4922         * lily/text-spanner.cc (brew_molecule): text-repeat-if-broken
4923         property.
4924
4925         * mf/feta18.mf: design size is 18 not 22.5
4926
4927         * lily/new-lyric-combine-music-iterator.cc (process): new file.
4928         Add a single LyricsVoice to a melody. Melismata may be set
4929         individually.
4930
4931         * input/regression/lyric-combine-new.ly: new file. Demo \newaddlyrics.
4932
4933         * lily/dot-column.cc: add stdio.h
4934
4935 2004-01-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4936
4937         * lily/item.cc: documentation for break-visibility (Thanks, John).
4938
4939 2004-01-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4940
4941         * lily/bar-line.cc (compound_barline): add bartype :  (dotted).
4942
4943         * lily/translator-def.cc: rename Translator_def to Context_def.
4944
4945         * Documentation/user/internals.itely (Lexical details): clarify
4946         string def.
4947
4948         * Documentation/user/refman.itely (Rhythmic music): add link to
4949         RhythmicStaff 
4950
4951 2004-01-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4952
4953         * lily/translator.cc: document start_translation_timestep()
4954
4955         * scm/output-tex.scm (tex-encoded-fontswitch): use
4956         round for rounding (inexact->exact yields rationals)
4957
4958         * lily/*.cc: remove superfluous start_translation_timestep() calls.
4959
4960         * lily/translator-group.cc (get_simple_trans_list): 
4961         new function; construct simple_trans_list_ lazily.
4962         
4963 2004-01-10  Jan Nieuwenhuizen  <janneke@gnu.org>
4964
4965         * lily/paper-outputter.cc (output_scope): Check if number before
4966         checking exact (guile cvs).
4967
4968         * scm/*: Escape backslashes in scheme strings (guile cvs).
4969
4970 2004-01-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4971
4972         * Documentation/user/refman.itely (Tablatures basic): annotate
4973         seealso sections.
4974
4975         * lily/*.cc: cleanup of engraver initialize() functions.
4976
4977         * lily/repeat-acknowledge-engraver.cc
4978         (start_translation_timestep): remove first_b_
4979
4980         * lily/tab-note-heads-engraver.cc: listen to string number events
4981         inside < > too. (backportme).
4982
4983         * Documentation/user/refman.itely (Text scripts): add fatText to
4984         index.
4985
4986 2004-01-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4987
4988         * VERSION: 2.1.8
4989
4990         * stepmake/bin/add-html-footer.py (built): add Wiki links to
4991         footer.
4992
4993         * lily/parser.yy (translator_mod): allow \with { \remove .. }
4994
4995         * lily/bar-check-iterator.cc (process): only warn if
4996         barCheckLastFail was changed.
4997
4998         * scm/define-translator-properties.scm (barCheckLastFail): add
4999         property.
5000
5001         * lily/main.cc (main_prog): print summary of failed files.
5002
5003         * lily/axis-group-engraver.cc: move all spanner creation to
5004         process_music (). Now staffs can be adjusted with \override too.
5005         (Jan, you are a brilliant programmer!)
5006         
5007         * lily/chord-tremolo-engraver.cc (try_music): fix spurious warning. 
5008
5009 2004-01-09  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5010
5011         * Documentation/user/tutorial.itely (Integrating text and music):
5012         Show the commands to produce a PDF as well.
5013
5014 2004-01-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5015
5016         * lily/translator-def.cc (get_translator_names): accept user
5017         tweaks too. 
5018
5019         * mf/feta-bolletjes.mf (overdone_heads): oops, slashes are twice
5020         as big as normal heads. 
5021
5022         * input/*ly: run convert-ly
5023         
5024         * lily/tuplet-bracket.cc (brew_molecule): call after_line_breaking
5025         () if dependencies are fluked.
5026
5027         * scm/document-translation.scm (engraver-doc-string): update on
5028         latest string/symbol conventions.
5029
5030         * lily/translator-ctors.cc: use Scheme_hash_table.
5031
5032         * lily/translator-def.cc (get_translator_names): new function
5033         (add_context_mod): new function
5034         (get_accepted): new function
5035
5036         * lily/parser.yy (context_mod): put all modifications of
5037         \translator { } in a single production, encode as SCM.
5038
5039         * lily/translator-def.cc (add_context_mod): rewrite Translator_def
5040         to use read-only lists, so additions to the definition can be
5041         prepended easily.  
5042
5043         * Documentation/user/invoking.itexi (Editor support): add node on
5044         editor support.
5045
5046         * Documentation/user/refman.itely (Bar check): add lyrics example
5047         of bar checks. 
5048
5049         * input/mutopia/F.Schubert/morgenlied.ly: add bar checks.
5050
5051         * scripts/convert-ly.py (conv): add conversion rule.
5052
5053         * lily/parser.yy: use \change iso. \translator for staff switch.
5054
5055         * lily/my-lily-lexer.cc: add \change.
5056
5057         * scm/define-translator-properties.scm
5058         (default-melisma-properties): add definition.
5059
5060 2004-01-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5061
5062         * Documentation/user/refman.itely (Bar lines): clarification of
5063         systemStartDelimiter. 
5064
5065         * input/test/slur-shape.ly (x): remove file.
5066
5067         * lily/translator-group.cc (apply_property_operations): new function.
5068
5069 2004-01-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5070
5071         * lily/parser.yy (optional_prop_ops): allow \with {
5072         PROPERTYSETTINGS } following \context or \new.
5073
5074         * lily/my-lily-lexer.cc: add \with.
5075
5076         * lily/parser.yy (property_operation): clean up definition of
5077         property operations.
5078         (property_op_to_music): new function.
5079         (context_spec_music): new function
5080
5081         * VERSION: 2.1.7 released.
5082         
5083         * input/regression/collision-merge-dots.ly: new file.
5084
5085         * lily/note-collision.cc (check_meshing_chords): if merging heads,
5086         then kill the dots too. 
5087
5088         * lily/separating-line-group-engraver.cc (acknowledge_grob):
5089         set/unset breakableSeparationItem
5090
5091         * lily/separation-item.cc (relative_width): add function.
5092
5093         * scm/define-grob-interfaces.scm (only-prebreak-interface): add
5094         only-prebreak-interface
5095
5096         * lily/system.cc (output_lines): only junk only-prebreak-interface
5097         grobs.
5098
5099         * lily/multi-measure-rest-engraver.cc (stop_translation_timestep):
5100         read breakableSeparationItem
5101
5102         * input/regression/multi-measure-rest-multi-staff-center.ly: new file.
5103
5104         * lily/system.cc (output_lines): don't suicide Spacing_items. 
5105
5106         * lily/dot-column.cc (dot_config_badness): new function:
5107         select the best scoring dot configuration: dots should go close to
5108         the note heads, but be shifted up or down according to conventions.
5109         (print_dot_configuration): idem.
5110         (shift_one): idem
5111         (remove_collision): idem.
5112
5113         * input/regression/dots.ly: add more test cases.
5114
5115 2004-01-06  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5116
5117         * lily/include/scm-hash.hh (class Scheme_hash_table): idem.
5118
5119         * flower/include/interval.hh: rename elem_b to contains 
5120
5121         * lily/tie.cc: change 'heads to 'head-pair.
5122
5123         * lily/lyric-phrasing-engraver.cc (process_acknowledged_grobs):
5124         fill in 'heads field.
5125
5126         * lily/lyric-extender.cc (brew_molecule): use heads for width, use
5127         minimum-length for short ones, and shorten so collisions with the
5128         next syllable are avoided.
5129
5130         * lily/beam-quanting.cc (score_slopes_dy): add extra points for
5131         near-zero slopes.
5132         Only do DAMPING_DIRECTION_PENALTY for non-horizontal dy 
5133
5134         * lily/dots.cc: remove quantized_position callback. All Y
5135         positioning is done by dot-column.cc
5136
5137         * lily/dot-column.cc (do_shifts): rewrite shifting routine: do
5138         exhaustive test of all dot positions. This fixes disappearing dots
5139         in dotted chords.
5140
5141 2004-01-05  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5142
5143         * mf/feta-klef.mf (test_staff): fatten up G clef
5144         (test_staff): fatten up f clef.
5145         
5146
5147 2004-01-05  Jan Nieuwenhuizen  <janneke@gnu.org>
5148
5149         * input/mutopia/E.Satie/petite-ouverture-a-danser.ly: 
5150         * input/les-nereides.ly: Use latin1 characters for title, like
5151         Morgenlied.
5152
5153 2004-01-05  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5154
5155         * scm/font.scm (paper20-font-vector): add bold-narrow series (only
5156         cmb10).
5157
5158         * lily/lyric-extender.cc (brew_molecule): add little space before
5159         extender line.
5160
5161         * lily/beam-quanting.cc (score_forbidden_quants): check if
5162         outer stafflines fall in any beam gaps.
5163
5164         * scm/define-grobs.scm (all-grob-descriptions): use bold-narrow
5165         for lyric texts.
5166
5167 2004-01-04  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5168
5169         * VERSION: 2.1.6 released.
5170
5171         * lily/beam-quanting.cc (quanting): add inspect-quants property:
5172         this shows the demerits of a user-defined beam position pair.
5173
5174         * scm/define-grobs.scm (all-grob-descriptions): set
5175         beamed-extreme-minimum-free-lengths to a different value.
5176
5177         * lily/scm-option.cc: add debug-beam scm-option
5178
5179         * mf/feta-bolletjes.mf (overdone_heads): fix stem attachments.
5180
5181 2004-01-03  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5182
5183         * lily/beam.cc (brew_molecule): rewrite debug output: split up scores.
5184
5185         * scm/define-grobs.scm (all-grob-descriptions): use semi-fixed
5186         space after barline.
5187
5188         * mf/feta-eindelijk.mf (tracingvariables): make top of 8th rest fatter.
5189
5190         * lily/spacing-spanner.cc (breakable_column_spacing): take average
5191         of spacing wishes, not maximum. Only do this for delta-t == 0. In
5192         the other case, take standard column-breakable spacing. Do not
5193         warn about "no spacing wishes".
5194
5195         This fixes wide spaces after barlines in very loose lines.
5196
5197         * lily/multi-measure-rest.cc (big_rest): bugfix for blots.
5198
5199 2004-01-02  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5200
5201         * lily/stanza-number-engraver.cc (acknowledge_grob): bugfix:
5202         acknowledge_grob lyric-syllable, not lyric-text.
5203
5204         * lily/hyphen-spanner.cc (brew_molecule): rewrite. Make multiple
5205         dashes of length #'length separated by #'dash-period. 
5206
5207         * lily/lyric-extender.cc (brew_molecule): idem
5208
5209         * lily/multi-measure-rest.cc (big_rest): idem
5210
5211         * lily/system-start-delimiter.cc (simple_bar): idem
5212
5213         * lily/bar-line.cc (simple_barline): use rounded box
5214
5215         * VERSION: release 2.1.5
5216
5217         * Documentation/user/lilypond-book.itely (Integrating LaTeX and
5218         music): move note about dvips to more visible place.
5219
5220         * lily/lyric-phrasing-engraver.cc: move from
5221         new-phrasing-engraver.cc, remove old cruft (syllable-group,
5222         lyric-phrasing-engraver.hh)
5223         
5224         * lyric-align.ly: remove file
5225         
5226         * scripts/convert-ly.py (FatalConversionError.func): add removal
5227         rule for automaticMelismata
5228
5229         * ly/engraver-init.ly (ScoreContext): switch on
5230         New_phrasing_engraver by default.
5231
5232         * lily/slur-engraver.cc (class Slur_engraver):
5233         process_acknowledged_grobs -> process_music.
5234         (try_music): signal melismata correctly.
5235
5236         * lily/lyric-extender.cc (brew_molecule): cleanup. Junk
5237         word-space, right-trim-amount, and extend past right bound only
5238         for note heads.
5239
5240         * lily/new-phrasing-engraver.cc (acknowledge_grob): add
5241         lyric-extender support: add note-heads to the extender
5242         automatically.
5243
5244         * lily/parser.yy: extender is now post_event. 
5245
5246         * lily/accidental-engraver.cc (number_accidentals): remove
5247         spurious warning about non-parent contexts.
5248
5249         * lily/music-output-def.cc (assign_translator): \translator { }
5250         for a Foo context implicitly redefines \FooContext.
5251
5252         * input/mutopia/F.Schubert/morgenlied.ly (pianoLH): many layout
5253         fixes.
5254
5255         * lily/slur.cc (brew_molecule): don't use stafflinethickness
5256         doubly in slur weight. 
5257
5258         * input/regression/prefatory-spacing-matter.ly (TODO): add clef :|
5259         combination.
5260
5261         * scm/define-grobs.scm (all-grob-descriptions): change clef -
5262         staffbar distance.
5263
5264         * scripts/lilypond.py (global_latex_preamble): crank down size of
5265         the margins. Now there is a 12 mm top and bottom margin, which
5266         should correspond with the printable area of modern printers.
5267
5268         This enlarges the music height of the printable page a little.
5269
5270         * mf/feta-accordion.mf (accreg_pen): remove circled-R, BB and SB
5271         signs. Use \markup instead.
5272         (accreg_pen): tweak for accordeon asterisk.
5273
5274 2003-12-31  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5275
5276         * lily/melisma-engraver.cc (try_music): use melisma_busy()
5277
5278         * lily/lyric-engraver.cc (process_music): remove alignment kludge 
5279
5280         * lily/lyric-combine-music-iterator.cc (melisma_busy): new function.
5281
5282         * lily/stanza-number-engraver.cc (acknowledge_grob): rewrite
5283
5284         * scm/define-grobs.scm (all-grob-descriptions): change
5285         StanzaNumber description: make side support, i.s.o. breakable.
5286         use Instrument_name_engraver for texts in the margin.
5287
5288         * scm/define-translator-properties.scm: remove
5289         melismaEngraverBusy, stz property.
5290
5291         * *.cc: naming: change empty_b () into is_empty ()
5292
5293         * lily/self-aligment-interface.cc (aligned_on_parent): new function.
5294
5295         * input/regression/lyric-phrasing-new.ly: new file.
5296
5297         * lily/new-phrasing-engraver.cc (process_acknowledged_grobs): new
5298         engraver, redo lyric phrasing, but cleaner and simpler.  Lyrics on
5299         melismata are now left-aligned.
5300
5301 2003-12-30  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5302
5303         * input/mutopia/F.Schubert/GNUmakefile: add morgenlied.ly
5304
5305         * mf/feta19.mf: remove.
5306         
5307         * mf/feta-klef.mf (test_staff): more tweaks
5308
5309         * mf/feta-toevallig.mf: more small size tweaks.
5310
5311         * mf/feta-eindelijk.mf (lower_brush): adjust quarter and shorter
5312         rests for smaller sizes.
5313
5314         * mf/feta-bolletjes.mf: fix cross heads.
5315
5316         * VERSION: release 2.1.4
5317         
5318         * scripts/convert-ly.py (FatalConversionError.func): add rule for
5319         deprecated #'ancient font family
5320
5321         * lily/mark-engraver.cc (process_music): only set rehearsalMark if
5322         it is a string or number.
5323
5324         * scm/output-lib.scm (note-head-style->attachment-coordinates):
5325         change calling convention of stem-attachment function. 
5326
5327         * buildscripts/mf-to-table.py: read and dump WX/WY fields
5328
5329         * mf/feta-autometric.mf: dump WX/WY fields too
5330         
5331         * mf/parmesan-heads.mf: idem.
5332
5333         * mf/feta-bolletjes.mf (slash_slope): set WX/WY fields for
5334         attachment coordinates.
5335
5336         * lily/note-head.cc (stem_attachment_coordinate): read stem
5337         attachment from the notehead glyphs WX/WY fields.
5338
5339         * lily/include/font-metric.hh (struct Font_metric): add methods
5340         get_indexed_wxwy (), make a distinction between looking up by
5341         index and ASCII  
5342
5343         * mf/feta-bolletjes.mf: rewrite note head MF code.
5344         (test_outlines): make heads more rotund for smaller sizes. 
5345
5346 2003-12-29  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5347
5348         * mf/feta-params.mf (stafflines): fix stafflinethickness at 0.5 pt
5349         throughout. Font scaling fixes throughout.
5350
5351         * mf/feta-sleur,slur.mf: remove. 
5352
5353         * mf/feta-slag.mf: rewrite.
5354
5355 2003-12-24  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5356
5357         * VERSION: release 2.1.3
5358
5359         * stepmake/stepmake/toplevel-targets.make: remove pfa targets
5360
5361         * make/lilypond.redhat.spec.in (Group): remove MAKE_PFA_FILES
5362
5363         * lily/mark-engraver.cc (process_music): fix mark
5364         \default. (backportme)
5365
5366         * stepmake/stepmake/automatically-generated.sub.make (default):
5367         use -n for head/tail commands. 
5368
5369         * lily/tie-engraver.cc (acknowledge_grob): make ties only for note
5370         heads with the same pitch.
5371
5372 2003-12-20  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5373
5374         * lily/recording-group-engraver.cc (finalize): set protected_scm
5375         member to '() before finalizing.
5376
5377         * lily/translator-group.cc (finalize): remove removal_processing () 
5378
5379         * lily/recording-group-engraver.cc: new engraver: record
5380         synchronized start & end times for each music object.
5381
5382         * lily/parser.yy (toplevel_expression): execute score rendering
5383         during parsing. Cleanup output-filename handling; this is no
5384         longer done with global variables.
5385         (translator_spec_body): allow \type modification too.
5386
5387         * lily/score.cc:  ly:run-translator: new function
5388         (LY_DEFINE): ly:render-output new function.
5389
5390         Separate interpreting and rendering, and make available as
5391         functions at Scheme level.
5392
5393 2003-12-17  Jan Nieuwenhuizen  <janneke@gnu.org>
5394
5395         * scm/to-xml.scm (<xml-node>): New class to build xml-doc.
5396         (musicxml-node->string):
5397         (xml-node->string):
5398         (music-to-musicxml): New function.
5399
5400 2003-12-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5401
5402         * VERSION: 2.1.2 released
5403
5404         * lily/include/lily-guile.hh (SCM_VECTOR_REF): compat glue
5405
5406         * scm/font.scm (paper20-font-vector): discouple font design sizes
5407         from sizes specified in .ly file: store all design sizes of a font
5408         in a single vector.
5409
5410         * lily/font-select.cc (get_font_by_design_size): new function
5411
5412         * mf/feta*,parmesan*: use 2^{1/6} as scaling factor for fonts.
5413         add parmesan,feta in sizes 14 and 18.
5414         
5415         * mf/feta-toevallig.mf: use blot diameter for double sharp.
5416
5417         * lily/font-size-engraver.cc (acknowledge_grob): change definition
5418         of fontSize: this now sets font-size
5419
5420 2003-12-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5421
5422         * VERSION: 2.1.1 released
5423         
5424         * Documentation/user/refman.itely (Tuning objects): add note about
5425         concurrent tweaks in different contexts. 
5426
5427         * lily/tie-engraver.cc (acknowledge_grob): use
5428         Staff_symbol_referencer::get_position iso. reading staff-position
5429         directly.
5430
5431         * lily/piano-pedal-engraver.cc (create_bracket_grobs): don't take
5432         currentMusicalColumn as left span-point for bracket. The bracket
5433         is too long when there are accidentals.
5434
5435 2003-12-03  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5436
5437         * buildscripts/lilypond-profile.sh,
5438         buildscripts/lilypond-login.sh: Only set $TEXMF if necessary.
5439         Thanks to Reuben Thomas <rrt@mupsych.org>
5440
5441 2003-12-03  Heikki Junes  <hjunes@cc.hut.fi>
5442
5443         * ly/italiano.ly: additions for semi-sharps and semi-flats by Eric
5444         Wurbel <wurbel@univ-tln.fr>.
5445
5446 2003-11-17  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5447
5448         * scripts/midi2ly.py: Add space after chords.
5449
5450 2003-11-07  Heikki Junes  <hjunes@cc.hut.fi>
5451
5452         * input/regression/{many}: add few @code{ ... }.
5453
5454 2003-11-05  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5455
5456         * mf/GNUmakefile (SAUTER_FONTS): Added cmss14, 
5457         cmbxti6, cmcsc8, cmss14, cmtt5 and cmtt7.
5458         Removed cmbx5, cmbx6 (which are included in teTeX)
5459         and cmbxti14 which is not used in fonts.scm.
5460
5461 2003-11-04  Heikki Junes  <hjunes@cc.hut.fi>
5462
5463         * lily/midi-item.cc: fine tune quarter tones.
5464
5465 2003-11-03  Heikki Junes  <hjunes@cc.hut.fi>
5466
5467         * lily/midi-item.cc lily/include/midi-item.hh (get_fine_tuning):
5468         new function, warn how many cents are missing in fine tuning.
5469
5470 2003-11-01  Heikki Junes  <hjunes@cc.hut.fi>
5471
5472         * input/bugs/rhytmicstaff-tie.ly: add file.
5473
5474         * THANKS: Create skeleton for 2.1.
5475
5476 2003-10-31  Heikki Junes  <hjunes@cc.hut.fi>
5477
5478         * input/test/bar-lines.ly (TODO): dashed "|".
5479
5480 2003-10-30  Heikki Junes  <hjunes@cc.hut.fi>
5481
5482         * Documentation/user/refman.itely, input/regression/tie-accidental.ly,
5483         input/regression/tie-chord.ly: Fix spell for tying.
5484
5485         * input/test/ly2dvi-testpage.ly: removed (renamed, see below).
5486
5487         * input/test/lilypond-testpage.ly, Documentation/user/invoking.itexi:
5488         new file (renamed, see above).
5489
5490         * Documentation/user/lilypond-book.itely
5491         * buildscripts/lilypond-login.sh elisp/lilypond-mode.el
5492         * input/example-1.ly input/example-2.ly input/example-3.ly
5493         * input/les-nereides.ly input/test/fill-a4.ly input/test/spacing-2.ly
5494         * input/test/title.ly po/cs.po po/da.po po/de.po po/es.po po/fi.po
5495         * po/fr.po po/it.po po/ja.po po/lilypond.pot po/nl.po po/ru.po
5496         * po/sv.po scm/output-pdftex.scm scm/output-tex.scm
5497         * scripts/lilypond-book.py scripts/lilypond.py
5498         * stepmake/bin/package-zip32.sh tex/lilyponddefs.tex tex/titledefs.tex
5499         * vimrc: replace ly2dvi with lilypond and remove silly comments.
5500
5501         * Documentation/user/lilypond.tely: update version.
5502
5503         * Documentation/user/{appendices,introduction,refman,tutorial}.itely:
5504         Remove extra spaces in each @node, fixes spaces.
5505
5506 2003-10-29  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5507
5508         * scripts/lilypond-book.py (output_dict): Add definition of
5509         \lilypondbook also for LaTeX output. Solves several bug reports.
5510
5511 2003-10-29  Heikki Junes  <hjunes@cc.hut.fi>
5512
5513         * input/test/follow-thread.ly, input/test/polymetric.ly: Fix typos.
5514
5515 2003-10-24  Heikki Junes  <hjunes@cc.hut.fi>
5516
5517         * input/test/transposition.ly: Fix key signatures, given in comments.
5518
5519 2003-10-23  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5520
5521         * scm/midi.scm (instrument-names-alist),
5522         Documentation/user/appendices.itely: Correct spelling of shakuhachi
5523
5524 2003-10-14  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5525
5526         * input/test/temporary-stave.ly (texidoc): New example based on an
5527         email question from Ralph Little.
5528
5529 2003-10-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5530
5531         * VERSION: release 2.1.0
5532         
5533         * lily/note-performer.cc (try_music): accept busy-playing-event.
5534
5535         * lily/swallow-perf.cc (try_music): return false for
5536         busy-playing-event and melisma-playing-event.
5537
5538 2003-10-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5539
5540         * scripts/etf2ly.py: Patch by Arvid Grotting for minor keys and <<
5541         >> in \score.
5542
5543 2003-10-05  Jan Nieuwenhuizen  <janneke@gnu.org>
5544
5545         * scripts/convert-ly.py (sub_chords): Bugfix: convert to -[, so
5546         that articulation_substitute will not move beam start again.
5547         (articulation_substitute): Bugfix: remove stray space so that new
5548         old chords ending '>>' does not get broken up.
5549         (sub_chord): Use TAB for indentation (not spaces).
5550         
5551         * elisp/lilypond-font-lock.el (LilyPond-mode-set-syntax-table):
5552         Bugfix for startup: Use ?^ instead of ?\^.
5553
5554 2003-10-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5555
5556         * lily/lyric-combine-music-iterator.cc
5557         (Lyric_combine_music_iterator): change init order, to prevent GC
5558         segfaults.
5559
5560         * lily/context-specced-music-iterator.cc (construct_children): 
5561         only change  translator if found. This fixes a core dump problem.
5562
5563 2003-09-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5564
5565         * scm/slur.scm (default-slur-extremity-rules): use equal? for
5566         comparison.
5567
5568         * mf/feta-bolletjes.mf: make hole in half note little
5569         smaller for stem attachment.
5570
5571         * lily/stem.cc (brew_molecule): tweaks for new flag layout.
5572
5573         * mf/feta-banier.mf: don't draw stem with flag, just small square
5574         attachment.
5575
5576         * mf/feta-bolletjes.mf (slash_slope): remove ledger ending 
5577
5578         * mf/feta-banier.mf: remove upstem/downstem characters.
5579
5580         * mf/feta-params.mf (stafflines): stems are 1.3 SLT. 
5581
5582         * ly/params-init.ly (blotdiameter): set blotdiameter to 2/3 of
5583         stafflinethickness (in the default)
5584
5585         * lily/stem.cc (brew_molecule): use round_filled_box for stem.
5586
5587         * lily/lily-guile.cc (parse_symbol_list): strip spaces at the end.
5588
5589         * Documentation/topdocs/INSTALL.texi (Top): reorder.
5590
5591         * scripts/convert-ly.py (conv): add up-to-staff conversion rule.
5592
5593         * lily/include/directional-element-interface.hh:
5594         junk class, make {get,set}_grob_direction functions.
5595
5596         * lily/slur.cc (get_attachment): do something sensible when
5597         attaching to stem without heads (eg. a rest).
5598
5599         * lily/stem.cc: remove #'up-to-staff ; use #'stem-end-position for
5600         forcing up to staff.  remove #'support-head property
5601         (brew_molecule): small cleanup.
5602         (flag): remove #'grace property.
5603
5604 2003-09-29  Jan Nieuwenhuizen  <janneke@gnu.org>
5605
5606         * cygwin/postinstall-lilypond.sh: 
5607         * cygwin/postremove-lilypond.sh: Bugfix for fonts remove command
5608         (Volker Zell).
5609
5610 2003-09-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5611
5612         * scripts/lilypond-book.py: resurrect 'eps' option. 
5613         (TexiPaper.to_eps): use -Ppdf for EPS files.
5614
5615         * VERSION (PATCH_LEVEL): branch off 2.0, go to 2.1 in HEAD
5616
5617         * scripts/lilypond.py (run_dvips): use -Ppdf for preview.
5618
5619         * VERSION: release 2.0.1
5620
5621         * lily/bezier.cc (get_other_coordinate): change assert into
5622         warning.
5623
5624         * lily/note-head.cc (internal_brew_molecule): make left protusion
5625         smaller, to accomodate for natural sign.
5626         (internal_brew_molecule): only do this when the accidental is
5627         close enough.
5628         (extent): new function
5629
5630         * lily/skyline.cc (merge_skyline): new function
5631         (heighten_skyline): new function
5632
5633         * lily/accidental-placement.cc (position_accidentals) 
5634         (position_accidentals): fix todo.
5635
5636 2003-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5637
5638         * input/test/+.ly (texidoc): put version number inline.
5639
5640         * GNUmakefile.in: remove rsync-web target.
5641         
5642         * input/regression/bar-scripts.ly (onestaff): raggedright
5643
5644 2003-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5645
5646         * lily/*.cc: remove #if 0'd code in couple of places.
5647
5648         * lily/midi-stream.cc (operator <<): rewrite.
5649
5650         * lily/note-head.cc (internal_brew_molecule): 
5651         only make ledgers when the Staff symbol has lines.
5652
5653         * ly/property-init.ly (arpeggioBracket): simplify
5654
5655         * lily/translator-group.cc (execute_pushpop_property): use
5656         SCM_EQ_P for comparing keys. This fixes reverting
5657         auto-beam-settings.
5658
5659 2003-09-28  Jan Nieuwenhuizen  <janneke@gnu.org>
5660 *
5661         * lily/midi-stream.cc (operator <<): Also write MIDI string when
5662         midi_debug_global_b.
5663         (operator <<): Normalise loop.
5664
5665 2003-09-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5666
5667         * scripts/lilypond.py (escape_path): revise.
5668
5669         * scm/music-functions.scm (set-output-property): new function.
5670         
5671 2003-09-27  Jan Nieuwenhuizen  <janneke@gnu.org>
5672
5673         * cygwin/mknetrel: Next try in building doc on Cygwin natively;
5674         use addmakeflags again.
5675
5676         * cygwin/lily-wins.py (escape_shell): New function; use it.
5677
5678         * scripts/lilypond.py (escape_shell): Escape quotes and other
5679         spaces too.  Do not escape escaping backslashes.
5680
5681         * make/srcdir.make.in (web-install): Must call install-WWW now.
5682
5683         * mf/GNUmakefile: resolve conflict: %list.ly is a target, not a
5684         dependency
5685
5686 2003-09-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5687
5688         * scripts/lilypond.py (escape_path): escape quotes too. 
5689
5690         * Documentation/user/lilypond.tely (Unified index): rename Index
5691         to accomodate Windows breakage.
5692
5693         * make/lilypond.redhat.spec.in (Group): remove out=www for web-install 
5694
5695         * mf/GNUmakefile ($(outdir)/%.afm  $(outdir)/%.enc
5696         $(outdir)/%.tex $(outdir)/%.dep $(outdir)/%list.ly): list.ly is a
5697         target not a source.
5698
5699 2003-09-27  Jan Nieuwenhuizen  <janneke@gnu.org>
5700
5701         * cygwin/mknetrel: Use EXTRABUILDARGS, EXTRAINSTALLARGS instead of
5702         addmakeflags.  Build and install doc and web also when building on
5703         Cygwin.
5704
5705         * mf/GNUmakefile: Bugfix.
5706
5707         * GNUmakefile.in (web-install): Bugfix: set out prefix Similar to
5708         target web.
5709
5710         * cygwin/lily-wins.py: Quote filename.
5711
5712 2003-09-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5713
5714         * mf/GNUmakefile ($(outdir)/$(redhat-package)): use passive ftp.
5715
5716 2003-09-25  Jan Nieuwenhuizen  <janneke@gnu.org>
5717
5718         * cygwin/bug-lilypond-cygwin.sh: Add tests for registry
5719         settings.
5720
5721         * configure.in: Require g++ > 3.0.4.
5722
5723         * mf/GNUmakefile: Bugfix: Add list.ly target.
5724         
5725         * Documentation/user/GNUmakefile: Bugfix: list.ly target.
5726
5727         * stepmake/stepmake/omf-targets.make (omf-local-install): Buxfix:
5728         make omf directory, add uninstall targets.
5729
5730 2003-09-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5731
5732         * lily/tie-performer.cc (initialize): init prev_event
5733
5734         * make/lilypond.redhat.spec.in: move site-start back to /usr/share.
5735
5736         * lily/script-engraver.cc (make_script_from_event): don't crash on
5737         non-string articulation-type.
5738
5739         * lily/new-fingering-engraver.cc (add_script): don't crash on
5740         0 scripts 
5741         (acknowledge_grob): warn about text script events.
5742
5743 2003-09-24  Heikki Junes  <hjunes@cc.hut.fi>
5744
5745         * buildscript/lilypond.words: fix path for drums.scm.
5746
5747 2003-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5748
5749         * lily/spacing-spanner.cc (note_spacing): don't make longer
5750         durations than measure-length.
5751
5752         * VERSION: release 2.0.0
5753
5754         * GNUmakefile.in (rsync-web): version independent rsync target.
5755
5756         * input/test/+.ly (texidoc): idem.
5757
5758         * input/regression/+.ly: print version number.
5759
5760         * input/regression/accidentals.ly (mel): shorten.
5761
5762         * input/regression/accidental-octave.ly (texidoc): shorten.
5763
5764         * input/regression/hairpin-dashed.ly (texidoc): docstring.
5765
5766         * input/regression/completion-heads-polyphony.ly: octave
5767
5768         * input/regression/beam-manual.ly: remove
5769
5770         * input/regression/beam-chord.ly: remove
5771
5772         * input/regression/grace-dynamic.ly: remove
5773         
5774         * input/regression/grace-volta-repeat.ly: octave fixes.
5775
5776         * input/regression/hairpin-dashed.ly (texidoc): doc string.
5777
5778         * lily/parser.yy (step_number): semitones for chord entry too.
5779         (make_chord_step): more robust code, semitones. 
5780
5781         * input/regression/breathing-sign-ancient.ly (texidoc): new file.
5782
5783         * input/regression/breathing-sign.ly (texidoc): split ancient and
5784         normal breathing signs.
5785
5786         * scm/define-grobs.scm (all-grob-descriptions): swap
5787         beamed-extreme-minimum-free-lengths and
5788         beamed-minimum-free-lengths; the 'extreme' case should allow
5789         shorter stems. This fixes forced directions on beamed 32nd and
5790         shorter notes.
5791
5792         * ly/engraver-init.ly (ScoreContext): keyAccidentalOrder is in
5793         quartertones, not semitones.
5794         (NoteNamesContext): swallow more event types
5795
5796         * Documentation/topdocs/NEWS.texi (Top): insert close brace.
5797
5798         * VERSION (PACKAGE_NAME): release 1.9.10
5799
5800 2003-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5801
5802         * lily/rhythmic-column-engraver.cc (process_acknowledged_grobs):
5803         set note head as cause of note-column.  This gives a better error
5804         message.
5805
5806 2003-09-23  Jan Nieuwenhuizen  <janneke@gnu.org>
5807
5808         * Documentation/topdocs/INSTALL.texi: Update emacs mode.
5809
5810 2003-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5811
5812         * mf/GNUmakefile (pfa_warning): instruct 
5813
5814         * stepmake/aclocal.m4: typo.
5815
5816         * Documentation/user/cheatsheet.itely: more verbose examples.
5817
5818         * input/regression/clefs.ly: remove bogus docstring.
5819
5820 2003-09-23  Jan Nieuwenhuizen  <janneke@gnu.org>
5821
5822         * GNUmakefile.in (SUBDIRS): Add elisp.
5823
5824         * elisp/lilypond-mode.el: 
5825         * elisp/lilypond-init.el: 
5826         * elisp/lilypond-indent.el: 
5827         * elisp/lilypond-font-lock.el: Move from top dir.
5828
5829         * stepmake/stepmake/elisp-vars.make: New file.
5830
5831         * config.make.in (elispdir): Add.
5832
5833         * Documentation/topdocs/INSTALL.texi: Typo.
5834
5835         * make/ly-rules.make: Test for files instead of touching void and
5836         ignoring errors.
5837
5838         * GNUmakefile.in:
5839         * make/lilypond.redhat.spec.in:
5840         * debian/rules: Fix lilypond.words stuff a bit.  For running from
5841         <builddir>, adding
5842         
5843              (push "<builddir>/share/lilypond/elisp" load-path)
5844
5845         to your ~/.emacs.el should give you LilyPond-mode again.
5846
5847         * scripts/lilypond-book.py (re_dict): Only fix texinfo @mbinclude
5848         regexp for DOS/Windows, we are too paranoid to fix others.
5849
5850 2003-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5851
5852         * scm/chord-name.scm (natural-chord-alteration): no quarter tones.
5853
5854         * input/test/chord-names-jazz.ly (banterProperties): fix
5855
5856         * lily/parser.yy (bass_mod): bass figure alterations are semi
5857         tones, not quarter tones
5858
5859         * lily/beam.cc (set_stem_lengths): only lengthen stems
5860         for gapped beams.
5861
5862         * lily/beam-quanting.cc (score_forbidden_quants): divide demerit
5863         by beamcount.
5864
5865         * buildscripts/lilypond-profile.sh (Error): more zsh stuff: print
5866         a warning that the warning may erroneous.
5867
5868         * Documentation/topdocs/INSTALL.texi (Top): add note about get-pfa
5869         target.
5870
5871         * mf/GNUmakefile: add get-pfa, get-debian-pfa, get-rpm-pfa
5872         targets.
5873
5874         * GNUmakefile.in ($(config_h)): config.h should depend on
5875         config.hh.in .
5876         (lilypond.words): remove fontball stuff.
5877
5878         * stepmake/aclocal.m4: only print config.cache warning if it exists.
5879
5880         * configure.in: remove pktrace reference.
5881
5882         * GNUmakefile.in (rsync-web): permissions and ownership for
5883         website.
5884
5885         * lily/volta-engraver.cc (staff_eligible): new function.
5886         (stop_translation_timestep): kill off spanners if not eligible.
5887
5888         * VERSION (PATCH_LEVEL): release 1.9.9
5889
5890         * input/regression/beam-quanting-32nd.ly (texidoc): new file
5891
5892         * lily/beam-quanting.cc: tune down SECONDARY_BEAM_DEMERIT, so stem
5893         length is more important than forbidden quants.
5894         
5895 2003-09-23  Heikki Junes  <hjunes@cc.hut.fi>
5896
5897         * buildscripts/lilypond.words: order words in search order,
5898         add lilypond.words.vim to be generated.
5899
5900         * lilypond.vim: use lilypond.words.vim for keyword matching.
5901
5902         * lilypond-mode.el: use search order. fix word selection rules.
5903
5904         * lilypond-font-lock.el: fix fontifying long durations.
5905
5906         * Documentation/topdocs/INSTALL.texi: doc lilypond.words.vim.
5907
5908 2003-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
5909
5910         * cygwin/mknetrel: Remove PYTHONPATH and manpage workarounds.
5911
5912         * stepmake/stepmake/generic-targets.make:
5913         * stepmake/stepmake/bin/make-version.py: 
5914         * stepmake/aclocal.m4:
5915         * make/stepmake.make:
5916         * make/toplevel-version.make: Build fixes: remove last traces of
5917           VERSION/PACKAGE_NAME/LILYPONDPREFIX experiment.
5918
5919         * lily/beam.cc: Add gap-count property.
5920
5921 2003-09-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5922
5923         * scm/define-grob-properties.scm (gap-count): add gap-count
5924
5925         * make/lilypond-vars.make: add /lilypond to LILYPONDPREFIX
5926
5927 2003-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
5928
5929         * cygwin/mknetrel.doc: Typo.
5930
5931         * buildscripts/make-font-dir.py (Font_info): Build fix: add 'ss'
5932
5933         * make/lilypond-vars.make (PYTHONPATH): srcdir build fix.
5934
5935 2003-09-22  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5936
5937         * scripts/lilypond.py: add support for 'legal' and 'tabloid' paper
5938         sizes. Remove support for 'ledger'(=tabloid+landscape).
5939
5940 2003-09-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5941
5942         * mf/GNUmakefile ($(outdir)/%.pfa): break apart one-big-rule for
5943         sauter PFAs.
5944
5945         * configure.in: remove VERSION stuff once again.
5946
5947         * scm/font.scm (paper20-style-sheet-alist): add cmss entries.
5948
5949         * scm/define-grobs.scm (all-grob-descriptions): use sans family
5950         for chord names.
5951
5952         * mf/GNUmakefile: always trace pfa fonts.
5953         (SAUTER_FONTS): add cmss[567] too fonts
5954
5955         * configure.in: require mftrace. 
5956
5957         * lily/staff-performer.cc (new_instrument_string): don't look at
5958         instrument property.
5959
5960         * lily/lily-guile.cc: renaming, ly_dir_p is the Scheme function,
5961         is_direction is the C++ one. Similar for ly_axis_p and
5962         ly_number_pair_p
5963
5964 2003-09-21  Jan Nieuwenhuizen  <janneke@gnu.org>
5965
5966         * lily/beam.cc (brew_molecule): read gap-count to determine
5967         number of tremolo (gapped) beams.
5968
5969         * lily/chord-tremolo-engraver.cc (acknowledge_grob): repeats
5970         shorter than 1/8
5971
5972         * flower/include/array.hh (default_compare): new function
5973
5974         * cygwin/mknetrel: Native fixes.
5975
5976         * cygwin/GNUmakefile (EXTRA_DIST_FILES): Add mknetrel.*
5977
5978 2003-09-20  Jan Nieuwenhuizen  <janneke@gnu.org>
5979
5980         * Documentation/topdocs/NEWS.texi: Add note about .ly double click
5981         feature for Windows.
5982
5983         * stepmake/stepmake/generic-vars.make: Cygwin fix from stable.
5984
5985         * cygwin/mknetrel: Updates for native use on Cygwin.
5986
5987         * lily/parser.yy: Compile fix: add stdio.h for snprintf.
5988
5989         * stepmake/stepmake/help2man-rules.make: 
5990         * cygwin/mknetrel: Bugfix for manpages.
5991
5992         * GNUmakefile.in (SUBDIRS): Use plain srcdir stepmake instead of
5993         $(builddir).  Stepmake is a normal subdirectory now, that is not
5994         configured.  Another srcdir build fix.
5995
5996         * Documentation/topdocs/INSTALL.texi,
5997         buildscripts/lilypond.words.py, lilypond-font-lock.el,
5998         lilypond-init.el, lilypond-mode.el, debian/rules,
5999         make/lilypond.{redhat,madrake,suse}.spec.in, vimrc:
6000         rename generated file lilypond.words to lilypond.words.el.
6001
6002 2003-09-20  Heikki Junes  <hjunes@cc.hut.fi>
6003
6004         * ly/chord-modifiers-init.ly, lilypond.vim: updates for vim.
6005
6006         * GNUmakefile.in, buildscripts/lilypond.words: give only path in
6007         GNUmakefile.in.
6008
6009 2003-09-19  Jan Nieuwenhuizen  <janneke@gnu.org>
6010
6011         * stepmake/stepmake/help2man-rules.make: Allow manpages to fail
6012         when cross building.
6013
6014         * configure.in: srcdir build fix.
6015
6016         * cygwin/GNUmakefile:
6017         * cygwin/lily-wins.py:
6018         * cygwin/postremove-lilypond.sh: 
6019         * cygwin/postinstall-lilypond.sh: Merge from stable.
6020
6021         * cygwin/bug-lilypond-cygwin.sh: s/lilypond/lilypond-bin,
6022         s/ly2dvi/lilypond/.
6023
6024 2003-09-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6025
6026         * lily/slur.cc (after_line_breaking): only set control points if
6027         none supplied yet.
6028
6029         * input/test/slur-manual.ly: new file.
6030
6031         * scripts/convert-ly.py (FatalConversionError.sub_chords): convert
6032         <<  >> chords too.
6033
6034         * VERSION (PACKAGE_NAME): release 1.9.8
6035
6036         * scripts/lilypond.py (escape_path): escape spaces in directory names
6037
6038         * input/test/text-spanner.ly: fixes.
6039
6040 2003-09-19  Heikki Junes  <hjunes@cc.hut.fi>
6041
6042         * buildscripts/lilypond.words.py: add drum names as note names to
6043         Emacs-mode.
6044
6045 2003-09-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6046
6047         * input/regression/hairpin-dashed.ly: new file.
6048
6049         * scripts/convert-ly.py (conv): warn about dash-length.
6050
6051         * lily/dynamic-engraver.cc (try_music): end (de)crescendo
6052         automatically if we get a new one.
6053
6054         * lily/lookup.cc (dashed_line): new function
6055
6056         * lily/line-spanner.cc (dashed_line_molecule): cleanups. Use
6057         dash-fraction.
6058
6059 2003-09-18  Heikki Junes  <hjunes@cc.hut.fi>
6060
6061         * buildscripts/lilypond.words.py: extract note names.
6062
6063         * lilypond-mode.el: take note names from lilypond.words -file.
6064         small fix in the use of string-match.
6065
6066         * lilypond-font-lock.el: use lilypond.words for note names, add 
6067         maxima to note a duration.
6068
6069 2003-09-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6070
6071         * lily/breathing-sign.cc: remove railtracks() function. 
6072
6073         * input/regression/arpeggio-bracket.ly (texidoc): add file.
6074
6075         * lily/arpeggio.cc (brew_chord_bracket): clean-up 
6076         (brew_molecule): bugfix don't make arpeggio shorter when
6077         arpeggio-direction is set.
6078
6079         *  debian/rules: small corrections in the (Pedro K)
6080
6081         * Documentation/user/tutorial.itely (Tutorial): use lyinc in
6082         examples.
6083
6084         * lily/auto-beam-engraver.cc (process_music): end/junk beam if
6085         special (repeat) bar comes along.
6086
6087         * input/regression/auto-beam-bar.ly: update.
6088
6089         * scripts/lilypond-book.py (output_dict): remove support for the
6090         EPS option.
6091
6092         * scm/define-grobs.scm (all-grob-descriptions): add X-extent for
6093         VerticalAlignment and VerticalAxisGroup this fixes the size
6094         computations for the entire system.
6095  
6096         * input/les-nereides.ly (bass): remove superfluous fontSize.
6097
6098         * scripts/lilypond-book.py (make_lilypond_file): \lilypondfile{}
6099         causes directory of file to be added to include path.
6100
6101         * input/regression/beam-break.ly: test single stem beams.
6102
6103         * input/regression/system-start-bracket.ly: fix.
6104
6105         * lily/beam.cc (set_stem_lengths): single-stem-beam fix.
6106
6107         * stepmake/stepmake/c-rules.make ($(outdir)/%.c): use -o for flex.
6108
6109         * lily/beam-quanting.cc (quanting): check french-beaming per stem.
6110         (score_stem_lengths): do something sensible for single stem beams.
6111
6112         * lily/beam.cc (least_squares): add kludge for single stem beams.
6113
6114         * scripts/convert-ly.py (FatalConversionError.sub_alteration): add
6115         keySignature to list of broken things.
6116
6117         * input/regression/keys.ly: fix.
6118
6119         * VERSION (PACKAGE_NAME): release 1.9.7
6120
6121         * Documentation/topdocs/NEWS.texi (Top): add quarter tones.
6122
6123         * Documentation/user/refman.itely (Pitches): doc quarter tones.
6124
6125         * lily/pitch.cc (LY_DEFINE): ly:pitch-quartertones: new function
6126         (quartertone_pitch): new function
6127
6128         * mf/feta-toevallig.mf: add 3/4 sharp, 1/4 sharp, 1/4 flat, 3/4
6129         flat. WARNING: FONT CHANGED.
6130
6131         * ly/nederlands.ly: add -eh and -ih for quarter tones.
6132
6133         * lily/accidental-placement.cc (add_accidental): support for
6134         quarter tones.
6135
6136         * ly/LANGUAGEs.ly: use symbols for alterations.
6137
6138         * mf/feta-toevallig.mf: change accidental codes. 
6139
6140         * scm/lily.scm (ly:get-option): switch on debugging only for
6141         --verbose.
6142
6143         * lily/lily-guile.cc: remove ly:verbose?
6144
6145         * lily/scm-option.cc (LY_DEFINE): add verbose to get-option.
6146
6147         * lily/parser.yy (TODO): only do gh_call() for apply with
6148         procedure argument.
6149
6150         * lily/tie-engraver.cc (start_translation_timestep): move melisma
6151         stuff in accordance with new timing of tie-events.
6152
6153         * lily/my-lily-lexer.cc: remove \outputproperty
6154
6155         * lily/melisma-engraver.cc (try_music): use melismaBusyProperties.
6156
6157         * scm/define-translator-properties.scm (melismaBusyProperties):
6158         add melismaBusyProperties property.
6159
6160 2003-09-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6161
6162         * input/test/ambitus-mixed.ly (texidoc): new file.
6163
6164         * buildscripts/mutopia-index.py (find): prune debugging
6165
6166         * lily/side-position-interface.cc: doc updates
6167
6168         * Documentation/user/refman.itely: updates, tweaks.
6169
6170         * lily/parser.yy (Simple_music): remove outputproperty
6171
6172         * make/stepmake.make: use VERSION again; importing VERSION via
6173         autoconf dependencies is too hairy.
6174
6175 2003-09-17  Heikki Junes  <hjunes@cc.hut.fi>
6176
6177         * lilypond-mode.el: allow `-' for keywords and identifiers.
6178
6179 2003-09-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6180
6181         * VERSION: release 1.9.6
6182         
6183         * lilypond-mode.el (LilyPond-command-alist): invoke lilypond
6184         iso. ly2dvi.
6185
6186         * Documentation/user/*.itely: fixes everywhere
6187
6188         * lily/completion-note-heads-engraver.cc: rewrite engraver:
6189         produce ties from the engraver itself, do not broadcast TieEvent.
6190
6191         * lily/my-lily-lexer.cc: remove pitch & duration.
6192
6193         * lily/parser.yy (TODO): remove \pitch and \duration
6194
6195         * input/test/explicit.ly: remove file.
6196
6197         * Documentation/user/refman.itely (Pitches): remove \pitch 
6198         \duration command.
6199
6200 2003-09-16  Heikki Junes  <hjunes@cc.hut.fi>
6201
6202         * buildscripts/lilypond.words.py: add all slur types to Emacs
6203         insertion menu, suppose everything is postfixed by dropping 
6204         unnecessary `-' -marks.
6205
6206 2003-09-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6207
6208         * lily/stem.cc (get_default_stem_end_position): lengthen stems for
6209         tremoloed stems.
6210
6211         * lily/stem-tremolo.cc (brew_molecule): position tremolo next to
6212         head for flagged stems.
6213
6214         * lily/stem.cc (get_default_stem_end_position): futz with extra
6215         stem length if there is a stem tremolo.
6216
6217         * lily/tuplet-bracket.cc (brew_molecule): don't print bracket when
6218         it would be too small.
6219
6220         * lily/font-metric.cc: return #f for non-existent glyph.
6221         
6222         * VERSION (MY_PATCH_LEVEL): read VERSION; version number is now
6223         exported through config.make.
6224
6225         * input/regression/clef-oct.ly: new file.
6226
6227         * scm/clef.scm (make-clef-set): use regexps, support arbitrary
6228         transposition.
6229
6230         * input/template/*.ly: remove old relative.
6231
6232         * ly/english.ly: add X names for double sharp.
6233
6234 2003-09-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6235
6236         * lily/font-select.cc: new file handle font selection routines.
6237
6238         * lily/parser.yy: add ; (Patrick Atamaniuk)
6239
6240         * input/test/time-signature-double.ly: use markups for double time
6241         sigs.
6242
6243         * scm/chord-name.scm: remove new-chord-name-brew-molecule ; use
6244         ChordNames.SeparationItem #'padding for adjusting space after chords.
6245         
6246         * lily/music-output-def.cc (LY_DEFINE): 
6247         new function ly:paper-lookup.
6248         
6249         * mf/parmesan-clefs.mf: use # quantities for char_box
6250         offsets. Fixes overflow errors in the PFA. 
6251
6252         * scm/new-markup.scm (strut-markup): change calling interface for
6253         markup. Pass paper-def, not grob. This would allow \markup to be
6254         used separately from grobs.
6255
6256         * lily/paper-def.cc: new function ly:paper-font; this function
6257         replaces ly:get-font.
6258
6259         * lily/include/font-interface.hh (struct Font_interface): take
6260         Paper_def iso. Grob for get_font().
6261
6262 2003-09-14  Graham Percival  <gperlist@shaw.ca>
6263
6264         * Documentation/user/ tutorial.itely, refman.itely: add warning
6265         about \key and accidentals.
6266
6267 2003-09-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6268
6269         * scm/new-markup.scm (musicglyph-markup): undefine font-name.
6270
6271         * Documentation/user/*.itely: manual tweaks
6272
6273 2003-09-13  Juergen Reuter  <reuter@ipd.uka.de>
6274
6275         * mf/parmesan-clefs.mf: still more set_char_box() fixes and code
6276         cleanup; bugfix: exact_center
6277
6278         * Documentation/user/refman.itely: added more documentation on
6279         ambitus according to recent questions on lilypond-user list
6280
6281 2003-09-12  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6282
6283         * input/regression/ottava.ly (texidoc): demo 15ma too.
6284
6285         * GNUmakefile.in ($(outdir)/VERSION): add VERSION target 
6286
6287         * input/mutopia/J.S.Bach/baerenreiter-sarabande.ly (sarabandeA):
6288         octave fixes.
6289
6290 2003-09-10  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6291
6292         * lily/lexer.ll: add \r to the rules for newlines; this fixes
6293         problems on older Mac editors.
6294
6295 2003-09-12  Juergen Reuter  <reuter@ipd.uka.de>
6296
6297         * mf/parmesan-clefs.mf: more set_char_box() fixes and code cleanup
6298
6299 2003-09-11  Juergen Reuter  <reuter@ipd.uka.de>
6300
6301         * mf/parmesan-custodes.mf, mf/parmesan-heads.mf,
6302         mf/parmesan-clefs.mf: added comments on character alignment and
6303         set_char_box() conventions
6304
6305         * mf/parmesan-custodes.mf, mf/parmesan-clefs.mf: fixed more
6306         set_char_box()'s
6307
6308         * mf/parmesan-clefs.mf: vaticana: adjusted stem width
6309
6310 2003-09-10  Heikki Junes  <hjunes@cc.hut.fi>
6311
6312         * spec/lilypond.{mandrake,suse}.spec.in: update lilypond.words path.
6313
6314 2003-09-10  Juergen Reuter  <reuter@ipd.uka.de>
6315
6316         * mf/parmesan-custodes.mf: vaticana custos: bugfix: slightly
6317         shortened to avoid almost-collision with staff line; code cleanup;
6318         other custodes: fixed char boxes; code cleanup
6319
6320 2003-09-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6321
6322         * configure.in: release 1.9.5
6323         
6324         * scripts/lilypond.py (global_latex_preamble): only set
6325         twosideshift if 'twoside' is in latexoptions 
6326
6327         * stepmake/GNUmakefile.in: remove nested stepmake packaging stuff.
6328
6329         * VERSION: remove
6330
6331         * scripts/*2ly.py: update <> syntax
6332
6333 2003-09-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6334
6335         * lily/chord-name-engraver.cc (process_music): add origin for
6336         chord name.
6337
6338         * input/regression/chord-name-exceptions.ly (theMusic): add base too.
6339
6340         * scm/chord-ignatzek-names.scm (ignatzek-chord-names): bugfix: do
6341         bass notes for exceptions too.
6342
6343         * scm/define-grobs.scm (all-grob-descriptions): rename
6344         HaraKiriVerticalGroup to RemoveEmptyVerticalGroup
6345
6346         * scm/define-grob-properties.scm (remove-first): add remove-first
6347         property for orchestral scores.
6348
6349         * Documentation/user/*.itely: switch <<>> and <> 
6350
6351         * lily/glissando-engraver.cc (process_music): bugfix: move line to
6352         last_line only once. This fixes the two consecutive glissandi problem.
6353
6354 2003-09-09  Juergen Reuter  <reuter@ipd.uka.de>
6355
6356         * lily/vaticana-ligature-engraver.cc: bugfix: fixed programming
6357         error message "flexa-width undefined"
6358
6359         * lily/vaticana-ligature-engraver.cc, lily/gregorian-ligature.cc,
6360         lily/include/gregorian-ligature.hh: print warning when ignoring
6361         head prefixes on flexa shapes
6362
6363         * lily/vaticana-ligature-engraver.cc: bugfix: always add an extra
6364         space before a series of inclinatum heads
6365
6366         * lily/vaticana-ligature-engraver.cc, lily/gregorian-ligature.cc,
6367         lily/include/gregorian-ligature.hh: junked AFTER_VIRGA; small
6368         cleanups
6369
6370         * mf/parmesan-custodes.mf: redesigned custos; fixed stem length
6371         and char_box
6372
6373 2003-09-08  Juergen Reuter  <reuter@ipd.uka.de>
6374
6375         * input/regression/breathing-sign.ly: tiny fixes
6376
6377         * lily/mensural-ligature.cc: renamed stem->cauda/join to avoid
6378         semantical collision with vaticana ligatures
6379
6380         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
6381         scm/define-grob-properties.scm: bugfix: semantics of delta_pitch
6382         now consistent with mensural ligatures
6383
6384         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
6385         mf/parmesan-heads.mf: bugfix: length of cauda of flexa depends on
6386         context pitches and staff position; dto. for virga stem; removed
6387         obsolete virga and clivis characters from parmesan font (WARNING:
6388         font changed)
6389
6390         * mf/parmesan-heads.mf, mf/parmesan-clefs.mf,
6391         mf/parmesan-timesig.mf: fixed several set_char_box ()'s
6392
6393         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
6394         scm/define-grob-properties.scm: consistency fix: renamed
6395         join_left->add_cauda
6396
6397         * mf/parmesan-heads.mf: bugfix: cephalicus head: corrected
6398         appendix length; bugfix: yoffs_bt for reverse direction punctum
6399         characters
6400
6401         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc:
6402         small cleanups; added more docu
6403
6404         * lily/mensural-ligature-engraver.cc,
6405         lily/vaticana-ligature-engraver.cc,
6406         lily/coherent-ligature-engraver.cc: cleanup: moved delta-pitch
6407         computation to CoherentLigatureEngraver
6408
6409         * ly/gregorian-init.ly, lily/gregorian-ligature.cc,
6410         scm/define-grob-properties.scm: bugfix: added missing linea and
6411         cavum properties; bugfix: removed dead semivocalis property
6412
6413         * mf/parmesan-heads.mf: bugfix: linea punctum: vertical lines
6414         length; redesigned quilisma, stropha and auctum
6415
6416         * ly/engraver-init.ly, scm/define-grobs.scm: use 0.6 as default
6417         line thickness
6418
6419         * lily/vaticana-ligature-engraver.cc, mf/parmesan-heads.mf,
6420         Documentation/user/refman.itely: bugfix: introduced shifted
6421         epiphonus head to avoid collision with adjacent plica
6422
6423 2003-09-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6424
6425         * scm/font.scm (paper20-style-sheet-alist): add smaller font sizes.
6426
6427         * mf/GNUmakefile (SAUTER_FONTS): add smaller sizes.
6428
6429 2003-09-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6430
6431         * Documentation/user/tutorial.itely (A lead sheet): remove
6432         duplicate chords.
6433
6434         * Documentation/bibliography/computer-notation.bib (pages): reorganise.
6435
6436 2003-09-03  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6437
6438         * Documentation/bibliography/computer-notation.bib (isbn): add
6439         xivcim publication.
6440
6441 2003-09-05  Heikki Junes  <hjunes@cc.hut.fi>
6442
6443         * GNUmakefile.in: drop lilypond.words for generation.
6444
6445 2003-09-03  Heikki Junes  <hjunes@cc.hut.fi>
6446
6447         * buildscripts/lilypond.words.py: take filename (also) from an arg.
6448
6449         * GNUmakefile.in (README_FILES): put lilypond.words to $(outdir).
6450
6451 2003-09-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6452
6453         * input/test/figured-bass-alternate.ly (fl): new file.
6454
6455         * Documentation/topdocs/README.texi (Top): clarifications.
6456
6457         * Documentation/bibliography/computer-notation.bib (isbn): add phd
6458         theses of Gieseking and Renz.
6459
6460         * GNUmakefile.in (README_FILES): remove README.mandrake.
6461
6462 2003-09-01  Heikki Junes  <hjunes@cc.hut.fi>
6463
6464         * buildscripts/lilypond.words.py: add file. Creates lilypond.words
6465         from source files and search patterns listed in the script.
6466
6467         * GNUmakefile.in: add target `lilypond.words'.
6468
6469         * lilypond.words: remove file, generated by `make lilypond.words'.
6470
6471         * make/lilypond.{mandrake,redhat,suse}.spec.in: make lilypond.words.
6472
6473 2003-08-31  Heikki Junes  <hjunes@cc.hut.fi>
6474
6475         * lily/parser.yy, lily/my-lily-lexer.cc: spell it acciaccatura.
6476
6477 2003-08-31  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6478
6479         * VERSION: 1.9.4 released
6480
6481         * scripts/convert-ly.py (FatalConversionError.figures_replace):
6482         rule for < > <-> << >> substitution
6483
6484         * lily/lexer.ll: exchange meaning of << >> and < > 
6485
6486         * VERSION (PACKAGE_NAME): 1.9.3 released
6487
6488         * stepmake/stepmake/help2man-rules.make ($(outdir)/%.1): build man
6489         pages unconditionally.
6490
6491 2003-08-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6492
6493         * Documentation/user/music-glossary.tely (Top): small syntax
6494         fixes.
6495
6496         * scm/music-functions.scm (remove-tag): filter \tagged music
6497         expressions.
6498
6499         * input/regression/tag-filter.ly (texidoc): new file.
6500
6501         * lily/parser.yy (post_event): add \tag #'symbol / \tag #'(symbol1
6502         symbol2 .. ) etc. 
6503
6504         * scripts/convert-ly.py (FatalConversionError.conv): fingering
6505         convert rule.
6506
6507         * Documentation/user/refman.itely (Fingering instructions): adjust
6508         manual.
6509
6510         * lily/new-fingering-engraver.cc (position_scripts): don't crash
6511         for borderline cases (e.g. 1 fingering.)
6512         (position_scripts): revise interface, use fingerOrientations to
6513         set fingering positions.
6514
6515         * scm/document-translation.scm (context-doc): add aliases to
6516         automated documentation.
6517
6518         * make/lilypond-vars.make: remove stepmake compat glue.
6519
6520         * make/generic-vars.make: remove cruft.
6521
6522         * lily/main.cc (main): don't identify binary.
6523
6524 2003-08-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6525
6526         * lily/include/translator.hh (class Translator): remove
6527         type_string_ , use symbol for context name throughout.
6528         Changes through whole source tree.
6529
6530         * scripts/lilypond.py: rename ly2dvi.py to lilypond.py
6531         set PDF as default, and always make PDF.
6532
6533         * lily/GNUmakefile (SUBDIRS): rename binary to lilypond-bin
6534
6535 2003-08-29  Heikki Junes  <hjunes@cc.hut.fi>
6536
6537         * ChangeLog lilypond.words Documentation/topdocs/NEWS.texi
6538         Documentation/user/refman.itely input/regression/allfontstyle.ly
6539         input/regression/grace-types.ly:
6540         fix spelling for acciaccatura (Webster's 1913).
6541
6542 2003-08-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6543
6544         * lily/main.cc (usage): adjust blurb, include url.
6545
6546         * input/regression/breathing-sign.ly (texidoc): transpose up
6547
6548 2003-08-28  Juergen Reuter  <reuter@ipd.uka.de>
6549
6550         * input/regression/breathing-sign.ly: changed ancient examples to
6551         be relevant (by request of Han-Wen); updated BreathingSign text
6552         property according to new syntax.
6553
6554         * ly/gregorian-init.ly: updated BreathingSign text property
6555         according to new syntax
6556
6557 2003-08-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6558
6559         * Documentation/user/refman.itely (Clef): give example of G_8 clef.
6560         (Clef): index entries for clefs.
6561
6562         * python/lilylib.py (system): remove errorlog files.
6563         
6564 2003-08-28  Heikki Junes  <hjunes@cc.hut.fi>
6565
6566         * lilypond.words: add \new and new graces. Add dynamics to menus
6567         keeping 1.8.x compatibility; after all the engraving relating to 
6568         notes becomes postfixed `-' marks will be removed.
6569
6570 2003-08-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6571
6572         * lily/molecule.cc (align_to): idem.
6573
6574         * lily/molecule-scheme.cc: ly_align_to_x takes continuous dir argument.
6575         
6576         * ly/grace-init.ly (stopAcciaccaturaMusic): correct misspelling of
6577         accacciatura everywhere.
6578
6579         * VERSION (PACKAGE_NAME): released 1.9.2
6580
6581         * GNUmakefile.in (EXTRA_DIST_FILES): dist lilypond.vim too.
6582
6583         * scm/document-markup.scm (markup-doc-node): sort markup function
6584         list.
6585
6586         * lily/paper-outputter.cc (output_version): change "Lily was here"
6587         into  "Engraved by LilyPond"
6588
6589         * lily/my-lily-lexer.cc (My_lily_lexer): don't crash
6590         on unquoted strings before \notenames.
6591
6592         * lily/parser.yy (lyric_element): allow markup as lyric text. This
6593         increases the number of s/r reductions to 4.
6594
6595         * scm/new-markup.scm (fraction-markup): \fraction command.
6596
6597         * lily/lexer.ll: allow any string without \ { }  # and " in \markup
6598         mode
6599
6600         * lily/lookup.cc (round_filled_box): rename function.
6601         (LY_DEFINE): round-filled-box: change signature.
6602
6603         * Documentation/user/refman.itely: revise section explaining grace
6604         notes.
6605
6606         * lily/translator-scheme.cc (LY_DEFINE): add ! to
6607         ly:set-context-property
6608
6609         * input/*/*.ly (vmus): use \new everywhere.
6610
6611         * lily/my-lily-lexer.cc: add \accacciatura and \appoggiatura
6612
6613         * ly/grace-init.ly (stopGraceMusic): add slurs on grace note by
6614         default
6615
6616         * scm/music-functions.scm (set-stop-grace-properties)
6617         (set-start-grace-properties, add-grace-property): new functions
6618         for modular grace tweak control.
6619
6620         * ly/engraver-init.ly (ScoreContext): new property graceSettings.
6621         
6622 2003-08-28  Jan Nieuwenhuizen  <janneke@gnu.org>
6623
6624         * Documentation/topdocs/INSTALL.texi: Explain install-pfa-fonts.
6625
6626         * GNUmakefile.in (install-pfa-fonts):
6627         (get-pfa-fonts): New target.
6628
6629         * stepmake/stepmake/toplevel-targets.make: Add pfa-fonts and
6630         install-pfa-fonts help.
6631
6632 2003-08-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6633
6634         * lily/translator-scheme.cc (LY_DEFINE):
6635         ly:context-pushpop-property new function.
6636         (LY_DEFINE): new function ly:translator-find  
6637         new function ly:translator?
6638         (LY_DEFINE): new function ly:context?
6639
6640         * lily/translator-def.cc: remove
6641         Translator_def::apply_pushpop_property().
6642
6643         * python/lilylib.py (read_pipe): only store and display error log
6644         if verbose not set.
6645         (read_pipe): only display log if it contains something.
6646
6647 2003-08-27  Jan Nieuwenhuizen  <janneke@gnu.org>
6648
6649         * Documentation/misc/GNUmakefile: Re-add.
6650         (TEXTS): Add CHANGES.
6651
6652 2003-08-27  Heikki Junes  <hjunes@cc.hut.fi>
6653
6654         * lilypond.words: add \newcontext.
6655
6656 2003-08-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6657
6658         * lily/tie-performer.cc (stop_translation_timestep): only flush
6659         tied_notes when we have actually made a tie. Fixes bugs with ties
6660         in polyphonic scores.
6661
6662 2003-08-26  Jan Nieuwenhuizen  <janneke@gnu.org>
6663
6664         * stepmake/autogen.sh: Bugfix: copy aclocal.m4, autogen.sh also if
6665         they do not exist.
6666
6667 2003-08-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6668
6669         * VERSION (PACKAGE_NAME): released 1.9.1 
6670
6671         * ly/engraver-init.ly (RemoveEmptyStaffContext): don't add
6672         Instrument_name_engraver
6673
6674         * lily/tie-performer.cc (create_audio_elements): bugfix
6675
6676         * Documentation/user/music-glossary.tely (Top): comment out
6677         font-style statements.
6678
6679         * input/test/force-hshift.ly: revise example.
6680
6681         * Documentation/bibliography/engraving.bib (note): typos.
6682
6683         * configure.in: bump GCC requirements to 3.x
6684
6685         * lily/include/audio-item.hh (class Audio_tie): rename
6686         note_l_drul_ to note_drul_
6687
6688         * lily/tie-performer.cc (class Tie_performer): patch for new ties.
6689
6690         * lily/parser.yy (relative_music): whoops. All \relative were off
6691         by ...  a lot .... Ahem.
6692
6693         * scm/define-music-types.scm (music-descriptions): idem.
6694
6695         * lily/beam-engraver.cc: move new-beam-event to beam-event
6696
6697         * lily/tie-engraver.cc (class Tie_engraver): move New_tie_engraver
6698         to Tie_engraver
6699
6700         * input/regression/bar-number.ly: remove unnecessary old-relative
6701         options.
6702         
6703         * Documentation/user/internals.itely (Creating contexts): document
6704         \newcontext
6705
6706         * lily/parser.yy (Composite_music): add \newcontext
6707
6708         * Documentation/user/refman.itely (MIDI block): add note about
6709         dotted tempos.
6710
6711         * scm/font.scm: remove old markup legacy
6712
6713         * GNUmakefile.in (web-clean): remake share/ after web-clean.
6714
6715         * lily/breathing-sign.cc (brew_molecule): remove function
6716
6717         * lily/text-item.cc: remove old-style markups.
6718         (interpret_markup): C++ version of markup function
6719         (brew_molecule): idem.
6720
6721         * lily/my-lily-lexer.cc (start_main_input): define input-file-name
6722         as Scheme variable.
6723
6724         * scripts/convert-ly.py (conv): dashes rule.
6725         Apply rule.
6726
6727         * Documentation/user/lilypond-book.itely: syntax fixes. 
6728
6729 2003-08-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6730
6731         * VERSION (PACKAGE_NAME): release 1.9.0
6732
6733         * Documentation/user/lilypond-book.itely (Invoking lilypond-book):
6734         note about dvips. (Should backport.)
6735
6736         * scripts/convert-ly.py
6737         (FatalConversionError.articulation_substitute): add
6738         convert-new-chords code. Remove convert-new-chords.py
6739
6740         * Documentation/user/refman.itely (Octave check): document
6741         \octave.
6742
6743         * Documentation/topdocs/NEWS.texi: add \octave, postfix and
6744         \relative changes.
6745
6746         * lily/parser.yy (command_element): octave check:
6747
6748            \octave PITCH
6749
6750         checks that PITCH (without octave) yields PITCH (with octave) in
6751         \relative
6752
6753         * lily/relative-octave-music.cc (to_relative_octave): octave check.
6754
6755         * lily/scm-option.cc: ly:set-option now has the default argument
6756         #t.
6757
6758         * lily/lexer.ll: add \renameinput
6759
6760         * python/lilylib.py (command_name): robustifications.
6761
6762         * scripts/ly2dvi.py (run_latex): use >& for redirection iso. of
6763         /dev/stderr. This is ash compatible.
6764
6765         * ly/init.ly: add warning if compatibility was not necessary.
6766
6767         * lily/scm-option.cc (LY_DEFINE): add ly:get-option
6768
6769         * flower/include/string-handle.icc: formatting cleanups, rename
6770         references by ref_count_.
6771
6772 2003-08-25  Heikki Junes  <hjunes@cc.hut.fi>
6773
6774         * make/lilypond.mandrake.spec.in: syncronize the spec file with
6775         Torbjorn Turpeinen (tobbe@nyvalls.se): fix group, update reqs,
6776         package libs separately, fix conflicting php variable out=/dev/vc/
6777         invoking `unset out', declare menus, use only one icon-file, fix
6778         doc-path in menu.
6779
6780 2003-08-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6781
6782         * scripts/convert-ly.py (FatalConversionError.conv): typo
6783
6784         * Documentation/misc/GNUmakefile: restore misc directory.
6785
6786         * input/mutopia/J.S.Bach/bwv940.ly: add 1 petite prelude
6787
6788         * input/mutopia/J.S.Bach/GNUmakefile (EXTRA_DIST_FILES): remove
6789         Petites-Preludes 
6790
6791         * input/test/partial-blank.ly (quickmeasure): syntax
6792
6793         * lily/slur.cc (get_attachment): bugfix: don't crash on non-cons
6794         attachment property.
6795
6796         * Documentation/user/refman.itely: remove superfluous -'s 
6797         (Grace notes): ) fixes.
6798
6799         * lily/music.cc: generic compress(), transpose() functions. Remove
6800         others.
6801
6802         * lily/parser.yy (gen_text_def): remove support for #'(italic )
6803         style markup entry.
6804
6805         * lily/parser.yy: all articulations postfix; remove obligatory -
6806         for [,  ) and \!
6807         
6808         * lily/music.cc (to_relative_octave): write generic
6809         to_relative_octave function; various relative cleanups.
6810         Hmmm.
6811
6812         * lily/scm-option.cc: add options new-relative and old-relative
6813
6814         * po/sv.po: new po file.
6815
6816         * Documentation/user/refman.itely (Dynamics): website
6817         fixes. (should backport!)
6818
6819 2003-08-22  Heikki Junes  <hjunes@cc.hut.fi>
6820
6821         * make/lilypond.mandrake.spec.in: declare version only once.
6822
6823 2003-08-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6824
6825         * lily/simultaneous-music.cc (to_relative_octave): undo relative
6826         meaning for now.
6827
6828 2003-08-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6829
6830         * input/mutopia/J.S.Bach/wtk1-fugue1.ly: updates
6831
6832         * input/mutopia/J.S.Bach/wtk1-prelude1.ly: remove file
6833
6834         * input/mutopia/F.Schubert/standchen.ly (trebleThrough): fixes
6835
6836         * lily/simultaneous-music.cc (to_relative_octave): add Event_chord.
6837
6838         * lily/music.cc (var): add ly:music-transpose function.
6839
6840         * lily/parser.yy (pre_events): remove prefix articulations.
6841
6842         * lily/music-sequence.cc (do_relative_octave): change relative meaning.
6843
6844         * VERSION (MY_PATCH_LEVEL): open HEAD/1.9 branch.
6845
6846         * Documentation/user/refman.itely (Text markup): add comment about
6847         markup in header.
6848
6849 2003-08-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6850
6851         * lily/paper-outputter.cc (write_header_fields_to_file): 
6852         only dump value if it is a string.
6853
6854         * flower/include/dictionary.hh: remove.
6855         
6856         * Documentation/ChangeLog-1.5: add back old log.
6857
6858         * Documentation/topdocs/INSTALL.texi (Top): explain how to get
6859         .pfas from a .deb.
6860
6861 2003-08-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6862
6863         * Documentation/bibliography/engraving.bib: add entry for
6864         Jaschinski's Notation
6865
6866 2003-08-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6867
6868         * Documentation/user/refman.itely (Beaming): add note about
6869         allowBeamBreak
6870
6871 2003-08-18  Juergen Reuter  <reuter@ipd.uka.de>
6872
6873         * lilypond.words, ly/engraver-init.ly, ly/params-init.ly: added
6874         GregorianTranscription contexts
6875
6876         * ly/engraver-init.ly: vaticana contexts: minor fixes
6877
6878         * Documentation/user/refman.itely (Ancient notation): added note
6879         on appendix length bug
6880
6881         * input/puer-fragment.ly, input/test/gregorian-scripts.ly,
6882         input/test/vaticana.ly: use vaticana contexts; small fixes
6883
6884 2003-08-17  Jan Nieuwenhuizen  <janneke@gnu.org>
6885
6886         * flower/hash.cc: Remove.
6887
6888         * flower/include/dictionary.hh (V>): Compile fix: Remove assignment
6889         to (nonexistent?) hash_func_ identifier.
6890
6891         * python/midi.c (midi_error, midi_warning): Use char const* for
6892         __FUNCTION__ argument.
6893
6894         * python/gettext.py: Remove.  We already require python 2.1, which
6895         includes gettext.py.
6896
6897         * configure.in: Require python 2.1, as INSTALL.texi says.
6898         it.
6899
6900         * Documentation/topdocs/INSTALL.texi: Add note to avoid bison
6901         versions 1.50 and 1.75.  Remove note about lexer patch.
6902
6903 2003-08-16  Jan Nieuwenhuizen  <janneke@gnu.org>
6904
6905         * Documentation/topdocs/INSTALL.texi: Update type1 font
6906         description to actual situation.  Add comment about new font ball
6907         layout.
6908
6909         * GNUmakefile.in (pfa-fonts): Create font-ball so that untar
6910         in $LILYPONDPREFIX suffices for installation.
6911
6912 2003-08-11  Jan Nieuwenhuizen  <janneke@gnu.org>
6913
6914         * debian/control (Build-Depends): Add flex-old as alternative to
6915         flex.  Deprecate bison 1.75.
6916
6917 2003-08-17  Juergen Reuter  <reuter@ipd.uka.de>
6918
6919         * lilypond.words, ly/engraver-init.ly, ly/params-init.ly: added
6920         Vaticana contexts
6921
6922         * Documentation/user/refman.itely (Ancient notation): documented
6923         some bugs; tiny fixes; added docu on Vaticana contexts
6924
6925         * gregorian-init.ly, ly/script-init.ly: moved ancient articulation
6926         scripts
6927
6928 2003-08-16  Juergen Reuter  <reuter@ipd.uka.de>
6929
6930         * Documentation/user/refman.itely (Ancient notation): added some
6931         introductory words; added section on ancient time signatures;
6932         added some @seealso and @refcommands; small fixes and
6933         beautifications
6934
6935 2003-08-15  Juergen Reuter  <reuter@ipd.uka.de>
6936
6937         * input/regression/note-head-style.ly: many fixes and updates
6938
6939         * Documentation/user/refman.itely: added small sections on ancient
6940         accidentals, rests and flags; revised ancient note head section;
6941         small wording/spelling fixes
6942
6943         * input/test/rests.ly: layout fixes
6944
6945 2003-08-14  Juergen Reuter  <reuter@ipd.uka.de>
6946
6947         * input/puer-fragment.ly: bugfix: central C position of do clef
6948
6949         * ly/gregorian-init.ly: workaround: add small padding space before
6950         divisiones (the correct fix would be the spacing engine to handle
6951         this)
6952
6953 2003-08-13  Graham Percival  <gperlist@shaw.ca>
6954
6955         * input/test/bar-lines-lyric-only.ly, boxed-molecule.ly,
6956         cue-notes.ly: minor fixes.
6957
6958 2003-08-13  Juergen Reuter  <reuter@ipd.uka.de>
6959
6960         * Documentation/user/refman.itely: bugfix: remove obsolete link to
6961         input/test/custos-style.ly
6962
6963         * Documentation/index.html.in: bugfix: link to Tutorial.html
6964
6965         * input/puer-fragment.ly: bugfix: assigment of syllables "no-bis"
6966         to neumes; bugfix: "et": epiphonus, not just a simple pes
6967
6968 2003-08-12  Heikki Junes <hjunes@cc.hut.fi>
6969
6970         * lilypond-mode.el: split `Insert Tag' if it is long enough.
6971
6972         * lilypond.words: add new features: markup, column, center, \[ \].
6973         
6974 2003-08-10  Heikki Junes <hjunes@cc.hut.fi>
6975
6976         * Documentation/topdocs/NEWS.texi, DEDICATION,
6977         stepmake/bin/add-html-footer.py
6978         input/mutopia/J.S.Bach/baerenreiter-sarabande.ly
6979         input/mutopia/J.S.Bach/wtk1-fugue1.ly
6980         input/mutopia/J.S.Bach/wtk1-prelude1.ly
6981         Documentation/topdocs/INSTALL.texi: `bug'fix: a colon `:' is 
6982         added (only) after a sentence which is complete; if the sentence is 
6983         not ended a comma `,' or nothing is used. fix also spaces.
6984
6985 2003-08-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6986
6987         * Documentation/topdocs/INSTALL.texi (Top): change GUILE
6988         requirements to plain 1.6.
6989
6990         * buildscripts/mutopia-index.py (read_lilypond_header): update
6991         mutopia-index.py to 1.4 syntax [sic]
6992
6993 2003-08-07  Heikki Junes <hjunes@cc.hut.fi>
6994
6995         * make/lilypond.mandrake.spec.in: remove menu, sync with redhat-spec.
6996
6997 2003-08-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6998
6999         * Documentation/index.html.in: url for regression pdf
7000
7001         * Documentation/user/cheatsheet.itely (Cheat sheet): single staff.
7002
7003         * Documentation/user/tutorial.itely (Piano staves): s/staffs/staves/g
7004
7005         * make/lilypond.redhat.spec.in (Buildrequires): texinfo >= 4.6 reqd.
7006
7007         * VERSION: 1.8.0 released
7008         
7009         * GNUmakefile.in (local-WWW-post): footify build fix.
7010
7011         * configure.in: require GUILE 1.6.4
7012
7013         * Documentation/user/GNUmakefile: don't copy *.png for
7014         lilypond-internals
7015
7016         * GNUmakefile.in (local-WWW-post): move mutopia-index to toplevel
7017         local-WWW-post target.
7018         (rsync-web): add rsync-web target
7019
7020         * Documentation/user/introduction.itely (Music notation and
7021         engraving): add neume example
7022
7023         * input/puer-fragment.ly (cantus): add puer-fragment
7024
7025 2003-08-06  Jan Nieuwenhuizen  <janneke@gnu.org>
7026
7027         * input/no-notation/midi-volume-equaliser.ly: Add volume setting
7028         to notes, so that equalizer is actualy being used.
7029
7030         * scm/midi.scm (instrument-equalizer-alist):
7031         (absolute-volume-alist): Define public, so that user can copy or
7032         override.
7033
7034         * lily/key-performer.cc (create_audio_elements): Check for minor
7035         key.  Only if key is minor, set MIDI key to minor.
7036
7037 2003-08-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7038
7039         * Documentation/user/refman.itely (Hiding staffs): fixes.
7040
7041         * mf/feta-eindelijk.mf (tracingvariables): add TODO.
7042
7043         * lily/system-start-delimiter.cc (after_line_breaking): retrieve
7044         vertical extents to deal with Hara kiri correctly.
7045
7046         * input/regression/hara-kiri-short.ly: remove
7047
7048         * input/regression/hara-kiri-pianostaff.ly: update test.
7049
7050         * Documentation/user/*.tely: remove WEBTITLE
7051
7052         * scm/output-tex.scm (comment): idem.
7053
7054         * scm/output-pdftex.scm: remove GUILE 1.4 glue
7055
7056         * scm/music-functions.scm (make-lyric-event): new function
7057
7058         * scm/lily.scm (lilypond-version): new function
7059
7060         * input/test/version-output.ly: new file.
7061
7062         * Documentation/user/lilypond.tely: add version number to
7063         front-page.
7064
7065 2003-08-05  Jan Nieuwenhuizen  <janneke@gnu.org>
7066
7067         * input/test/midi-scales.ly: Reformat to match midi2ly output again.
7068
7069 2003-08-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7070
7071         * input/template/gregorian-transcription.ly (barTwo): syntax update.
7072
7073         * Documentation/user/refman.itely (Hiding staffs): rename node.
7074
7075 2003-08-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7076
7077         * input/regression/new-markup-syntax.ly (texidoc): remove
7078         molecule-callback override.
7079
7080 2003-08-04  Jan Nieuwenhuizen  <janneke@gnu.org>
7081
7082         * input/les-nereides.ly: Mark tweaks with %tweak.
7083
7084         * Debian patch, see debian/changelog (Anthony Fok).
7085
7086 2003-08-04  Jan Nieuwenhuizen  <janneke@gnu.org>
7087
7088         * buildscripts/lilypond-profile.sh: Add workaround for zsh posix
7089         problem.
7090
7091 2003-08-04  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
7092
7093         * Documentation/user/refman.itely (Text markup): Fix language bug.
7094
7095 2003-08-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7096
7097         * input/* : postfix syntax fixes.
7098
7099         * Documentation/user/refman.itely (Text markup): add note about
7100         raise/lower with ^ or _ .
7101         
7102         * po/fi.po: fix \\apply strings.
7103
7104         * lily/parser.yy (open_event): warn for prefix articulations.
7105
7106 2003-08-04  Juergen Reuter  <reuter@ipd.uka.de>
7107
7108         * lily/all-font-metrics.cc (find_font): bugfix: apply Han-Wen's last
7109         fix also on parmesan font.
7110
7111 2003-08-03  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7112
7113         * VERSION 1.7.30 released
7114         
7115         * GNUmakefile.in (EXTRA_DIST_FILES): remove lexer GCC patch.
7116
7117         * buildscripts/mutopia-index.py (headertext): rewording
7118
7119 2003-08-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7120
7121         * scm/new-markup.scm (strut-markup): new markup function.
7122
7123         * scm/bass-figure.scm (make-bass-figure-markup): insert vertical
7124         space also when no accidental is there.
7125
7126 2003-08-02  Jan Nieuwenhuizen  <janneke@gnu.org>
7127
7128         * input/les-nereides.ly: Updates.
7129
7130 2003-08-02  Heikki Junes <hjunes@cc.hut.fi>
7131
7132         * lilypond-mode.el (LilyPond-insert-tag-current): new function,
7133         which repeats the tag insertion selected from "Insert tag" menu.
7134
7135 2003-08-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7136
7137         * lily/all-font-metrics.cc (find_font): load AFM files first only
7138         for feta fonts. This fixes problems with TeXlive and other TeX
7139         distros that include AFM files for the CM fonts. 
7140
7141         * scm/font.scm (qualifiers-to-font-name): remove.
7142
7143         * lily/paper-def.cc: remove get_var.
7144
7145         * input/trip.ly: remove file.
7146         
7147         * input/regression/spacing-note-flags.ly (raggedright): remove
7148         stafflinethickness
7149
7150         * input/les-nereides.ly: update to new syntax, cleanups.
7151
7152 2003-08-01  Jan Nieuwenhuizen  <janneke@gnu.org>
7153
7154         * Documentation/user/refman.itely: Clarify shortest-note problem
7155         of autobeamer.
7156
7157 2003-08-01  Heikki Junes <hjunes@cc.hut.fi>
7158
7159         * lilypond-mode.el: Add each word to regexps only once.
7160
7161         * lilypond-mode.el (LilyPond-insert-tag): add new function, which 
7162         is based on the syntax definitions in lilypond.words. Remove all 
7163         LilyPond-insert-tag-* functions. Restructure LilyPond menu. 
7164         LilyPond->Insert menu is generated by the entries in lilypond.words 
7165         to which have been given a syntax definition.
7166
7167         * lilypond.words: give syntax definitions (LilyPond-insert-tag) for 
7168         \notes, \relative, \score, \simultaneous, \transpose.
7169
7170         * lilypond-mode.el: allow non-alpha characters only in menu keywords.
7171
7172         * lilypond.words: add useful `\context Staff =' and `\context Voice ='.
7173         
7174         * lilypond-mode.el: add menu keywords separately.
7175
7176         * lilypond.words: post-syntaxed slur pairs and syntax for \times.
7177
7178 2003-08-01  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
7179
7180         * Documentation/topdocs/INSTALL.texi (Top): Documentation of the
7181         current ugly installation method for PFA fonts.
7182
7183 2003-07-31  Heikki Junes <hjunes@cc.hut.fi>
7184
7185         * lilypond-mode.el: Junk LilyPond-quick-notes-insert; instruct 
7186         to use LilyPond Quick Insert Mode by Nicolas Sceaux, instead.
7187
7188         * Documentation/user/music-glossary.tely: update legato.
7189
7190 2003-07-30  Jan Nieuwenhuizen  <janneke@gnu.org>
7191
7192         * lexer-gcc-3.0.patch: Remove.
7193
7194         * lexer-gcc-3.1.sh: Disable FlexLexer.h massaging.
7195
7196 2003-07-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7197
7198         * debian/rules (binary-arch): remove NEWS.
7199
7200 2003-07-30  Heikki Junes <hjunes@cc.hut.fi>
7201
7202         * buildscripts/{ many }, lily/main.cc, po/{ all }, scripts{ many },
7203         stepmake/bin{ many }: polish the `--help's of different scripts;
7204         model taken from the core-utils of Linux.
7205
7206         * flower/getopt-long.cc, python/lilylib.py: add space, see above.
7207
7208 2003-07-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7209
7210         * flower/parse-afm.cc (parseCharMetrics): add warnings.
7211
7212         * flower/libc-extension.cc: idem.
7213
7214         * flower/include/libc-extension.hh: protect against isinf macros.
7215
7216 2003-07-29  Heikki Junes <hjunes@cc.hut.fi>
7217
7218         * { many }: Use two uppercase letters in LilyPond.
7219
7220         * lily/main.cc, po/{ many }, scripts/{ many }: add verbs.
7221
7222         * VERSION: 1.7.29 released.
7223         
7224 2003-07-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7225
7226         * lily/tie.cc: add TODO comment.
7227
7228         * lily/bezier.cc: replace bezier-bow with bezier-sandwich.
7229
7230         * scm/*.scm: remove bezier-bow. Use bezier-sandwich with rounded
7231         linejoins and linecaps. This fixes problems with occasional spikes
7232         on slur/tie endings.
7233         
7234         * input/regression/font-name.ly: don't use PS fonts for
7235         compatibility reasons. 
7236
7237         * mutopia/claop.py (accents): update to 1.8
7238
7239         * Documentation/user/music-glossary.tely (Top): remove 13pt.
7240
7241         * Documentation/user/macros.itexi: don't color glossary links.
7242
7243         * Documentation/user/invoking.itexi (Error messages): new section
7244
7245 2003-07-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7246
7247         * input/regression/font-name.ly: add file.
7248
7249         * scm/document-backend.scm (grob-doc): remove <hr> from
7250         lilypond-internals
7251
7252         * Documentation/topdocs/INSTALL.texi (Top): bump GUILE
7253         reqd version to 1.6.4 
7254
7255         * lily/font-interface.cc (get_font): bugfix: take font-name from
7256         alist chain too. This fixes font-name override for \markup.
7257
7258 2003-07-28  Jan Nieuwenhuizen  <janneke@gnu.org>
7259
7260         * Documentation/pictures/GNUmakefile (OUT_DIST_FILES): Remove icon.
7261
7262         * input/test/polymetric-differing-notes.ly: Compile fix.
7263
7264 2003-07-28  Juergen Reuter  <reuter@ipd.uka.de>
7265
7266         * Documentation/user/refman.itely: fixed typo
7267
7268         * lily/vaticana-ligature-engraver.cc: bugfix: insert extra space
7269         before flexa
7270
7271 2003-07-27  Heikki Junes  <hjunes@cc.hut.fi>
7272
7273         * input/test/{ many }: search & fix some typos.
7274
7275 2003-07-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7276
7277         * scripts/ly2dvi.py (include_path): use preview_resolution for PNG
7278         images.
7279
7280         * scm/music-functions.scm (make-voice-props-set): set Script /
7281         TextScript dir for polyphony too.
7282
7283         * scm/define-grobs.scm (all-grob-descriptions): decrease space
7284         before clef.
7285
7286         * flower/libc-extension.cc (my_round): ANSI-C compatible rounding.
7287
7288 2003-07-27  Rune Zedeler  <rz@daimi.au.dk>
7289
7290         * Documentation/user/refman.itely (Percussion): Small
7291         clarifications and fixes.
7292
7293         * scm/drums.scm: Bugfix: Use string instead of symbol when naming
7294         threads. This fixes different heads playing simultaneously.
7295
7296 2003-07-27  Heikki Junes  <hjunes@cc.hut.fi>
7297
7298         * Documentation/user/{ many }: increase readability (read through 
7299         User manual from `one big page').
7300
7301 2003-07-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7302
7303         * input/test/polymetric-differing-notes.ly: add example with
7304         disparate note values.
7305
7306         * input/test/polymetric.ly: rename from poly-metric
7307
7308         * scripts/ly2dvi.py (include_path): bugfix: use outbase
7309         iso. outname.
7310
7311         * mf/feta-klef.mf: clef fixes, remove left/right spacing.  set
7312         G-clef bbox to real char extents. This fixes the G-clef being
7313         offset too much to the right.
7314         document perc clef offset.
7315
7316         WARNING: FONT CHANGED.
7317
7318         * Documentation/user/tutorial.itely (Tutorial): move menu.
7319
7320 2003-07-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7321
7322         * buildscripts/lilypond-profile.sh (Error): trim error message.
7323
7324         * Documentation/user/invoking.itexi (Invoking the lilypond
7325         binary): add note about path.
7326
7327         * Documentation/user/macros.itexi: add @c at EOL, hopefully
7328         suppresses superfluous spaces.
7329
7330 2003-07-25  Jan Nieuwenhuizen  <janneke@gnu.org>
7331
7332         * buildscripts/lilypond-profile.sh: Add documentation to error
7333         message.
7334
7335         * make/srcdir.make.in (web-install): Use SRCMAKE, set outdir.
7336
7337 2003-07-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7338
7339         * scripts/lilypond-book.py: HTML fixes (by Michael Ossmann
7340         <mike@ossmann.com>)
7341
7342         * Documentation/bibliography/computer-notation.bib (pages): prune
7343         unscientific language.
7344
7345         * Documentation/user/GNUmakefile: copy unsplit file to
7346         lilypond.html (idem for lilypond-internals).
7347
7348         * buildscripts/mutopia-index.py (read_dict): remove "example file:"
7349
7350         * Documentation/topdocs/NEWS.texi (Top): rewrite NEWS in texinfo.
7351
7352         * python/lilylib.py (lilypond_version): 2.1 proof version check.
7353
7354         * lily/staff-symbol-referencer.cc (LY_DEFINE): lrint, the final
7355         fix.
7356         
7357 2003-07-25  Heikki Junes  <hjunes@cc.hut.fi>
7358
7359         * Documentation/user/{ various }: bind text snippets with their
7360         examples, e.g. by punctuation: This is an example.
7361
7362 2003-07-25  Jan Nieuwenhuizen  <janneke@gnu.org>
7363
7364         * ly/performer-init.ly (VoiceContext): Typos.
7365
7366         * stepmake/stepmake/toplevel-targets.make (install): For srcdir
7367         builds, leave final-install to toplevel srcdir makefile.
7368
7369         * make/srcdir.make.in (install): New target.
7370
7371 2003-07-24  Jan Nieuwenhuizen  <janneke@gnu.org>
7372
7373         * ly/performer-init.ly (TabStaffContext, TabVoiceContext): Add.
7374         This fixes core dump on MIDI output (Simon Weatherill).
7375
7376         * stepmake/stepmake/generic-targets.make (WWW-post): Oops, depend
7377         on local-WWW-post.
7378
7379 2003-07-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7380
7381         * make/lilypond.redhat.spec.in: add dvips to reqs.
7382
7383 2003-07-24  Jan Nieuwenhuizen  <janneke@gnu.org>
7384
7385         * make/srcdir.make.in (web): Add special web target.
7386
7387         * stepmake/stepmake/generic-targets.make (WWW): Remove $(MAKE)
7388         from inner $(LOOP).
7389
7390         * cygwin/mknetrel: Override $(webdir) (was: $(docdir)).
7391
7392         * stepmake/stepmake/generic-targets.make (www-targets-help):
7393         * GNUmakefile.in (web-install): Install in $(webdir).
7394
7395         * input/test/smart-transpose.ly (texidoc): texidoc compile fix.
7396
7397         * cygwin/changelog: 
7398         * cygwin/mknetrel: Update.
7399
7400         * GNUmakefile.in (web-install): Rename (was: install-html-doc).
7401         (html-doc): Remove (use: web).
7402
7403         * stepmake/stepmake/script-rules.make: 
7404         * stepmake/stepmake/python-module-rules.make ($(outdir)/%.py):
7405         Fix $(config_make) dependencies for srcdir build.
7406
7407         * stepmake/stepmake/generic-targets.make ($(config_make)): Fix
7408         target for srcdir build.
7409
7410         * stepmake/make/stepmake.make: 
7411         * make/srcdir.make.in: 
7412         * GNUmakefile.in:
7413         * make/stepmake.make (config_make): Rename variable (was:
7414         configuration).
7415
7416 2003-07-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7417
7418         * Documentation/user/internals.itely (Manipulating music
7419         expressions): run lilypond on example too.
7420
7421         * flower/include/libc-extension.hh: move lrint define to
7422         header. bugfix.
7423         
7424 2003-07-24  Jan Nieuwenhuizen  <janneke@gnu.org>
7425
7426         * stepmake/GNUmakefile.in (STEPMAKE_TEMPLATES): 
7427         * stepmake/stepmake/GNUmakefile (STEPMAKE_TEMPLATES): Add www (why
7428         do we recurse whole tree?).
7429
7430         * GNUmakefile.in (html-doc): Resurrect.
7431
7432         * Documentation/pictures/GNUmakefile (default, local-dist): Remove
7433         obsolete $(package-icon) dependency.
7434
7435 2003-07-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7436
7437         * Documentation/user/refman.itely (Automatic staff changes):
7438         add seealso 
7439
7440         * Documentation/index.html.in: link to bigpage.
7441
7442         * Documentation/user/tutorial.itely (Tutorial): streamline.
7443
7444         * Documentation/index.html.in: url typo.
7445
7446         * VERSION (PACKAGE_NAME): release 1.7.28
7447
7448         * python/lilylib.py (error_log): remove '/' from name.
7449
7450         * input/regression/pedal.ly: remove; dups input/test/
7451         
7452         * stepmake/stepmake/texinfo-rules.make: remove footify everywhere.
7453
7454         * Documentation/index.html.in: python style doco index.
7455
7456         * Documentation/{footer,header}.html.in (src): remove, 
7457
7458         * Documentation/pictures: remove all but lelie-logo.xpm.
7459
7460         * stepmake/stepmake/texinfo-vars.make (MAKEINFO): unset LANG
7461         before running makeinfo.
7462
7463         * lily/include/music-iterator.hh (IMPLEMENT_CTOR_CALLBACK): add
7464         @code{}
7465
7466 2003-07-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7467
7468         * input/test/bar-number-regular-interval.ly: rename.
7469
7470         * Documentation/user/*: various fixes. 
7471
7472 2003-07-24  Heikki Junes  <hjunes@cc.hut.fi>
7473
7474         * Documentation/{ many }: polish for update-all-menus. typos.
7475
7476         * po/fi.po: fixes.
7477
7478         * Documentation/topdocs/{README.texi,INSTALL.texi}: update links.
7479
7480         * buildscripts/mutopia-index.py: polish.
7481
7482         * input/regression/{ many }, input/test{ many }: polish texidocs.
7483
7484 2003-07-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7485
7486         * scripts/convert-ly.py (FatalConversionError.conv): rule for
7487         pedal-style
7488
7489         * lily/text-spanner.cc (brew_molecule): use bracket-flare
7490         iso. edge-widen.
7491
7492         * lily/piano-pedal-engraver.cc (process_music): change from
7493         process_acknowledged ()
7494
7495         * lily/piano-pedal-bracket.cc: new file. Change
7496         setup_pedal_bracket in after_line_breaking callback.  Thoroughly
7497         cleaned up.
7498
7499         * lily/text-spanner.cc (setup_pedal_bracket): cleanup.
7500
7501         * input/regression/tuplets.ly (texidoc): rename file.
7502
7503         * po/fr.po: update
7504
7505         * buildscripts/lilypond-profile.sh: error message if script is not
7506         sourced.
7507
7508         * lily/tuplet-bracket.cc (make_bracket): change edge-widen to
7509         bracket-flare
7510         (make_bracket): simplify code.
7511
7512         * lily/parser.yy (verbose_command_req): catch typos in \key scale
7513         argument.
7514
7515         * python/lilylib.py (lilypond_version_check): new function
7516
7517         * scripts/lilypond-book.py (TexiPaper.incl_opt): idem
7518
7519         * scripts/ly2dvi.py (run_lilypond): add version check.
7520
7521         * scripts/lilypond-book.py (option_definitions): typo
7522
7523         * scripts/ly2dvi.py (include_path): typo
7524
7525         * make/lilypond.redhat.spec.in (Group): add INSTALL.txt
7526
7527         * lily/parse-scm.cc (parse_handler): typo
7528
7529         * Documentation/user/macros.itexi: use @heading for headings.
7530
7531         * Documentation/user/refman.itely: updates, fixes.
7532
7533 2003-07-23  Heikki Junes  <hjunes@cc.hut.fi>
7534
7535         * po/fi.po: add Finnish translations. fixes.
7536
7537         * stepmake/stepmake/toplevel-targets.make: rpm-mandrake -> rpm-mdk.
7538
7539         * lily/piano-pedal-engraver.cc: fixed warnings, got working syntax
7540         from lily/glissando-engraver.cc.
7541
7542 2003-07-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7543
7544         * lily/volta-bracket.cc (brew_molecule): opps: only wipe number
7545         for non-first _broken_ bracket.
7546
7547         * Documentation/user/refman.itely: corrections.
7548
7549 2003-07-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7550
7551         * lily/new-fingering-engraver.cc (position_scripts): add heads to
7552         support of the fingerings.
7553
7554         * po/fr.po: French translation update.
7555
7556         * lily/parser.yy (Composite_music): add extra \ for "\apply" in
7557         strings.
7558
7559 2003-07-22  Jan Nieuwenhuizen  <janneke@gnu.org>
7560
7561         * Documentation/user/introduction.itely: Small fixes.
7562
7563 2003-07-22  Heikki Junes  <hjunes@cc.hut.fi>
7564
7565         * Documentation/topdocs/AUTHORS.texi: polish.
7566
7567 2003-07-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7568
7569         * Documentation/user/introduction.itely: revise
7570
7571         * Documentation/user/tutorial.itely: reorganise.
7572
7573         * Documentation/topdocs/index.tely: remove.
7574
7575         * Documentation/header.html.in: prune.
7576
7577         * GNUmakefile.in: clean up web building.
7578
7579         * stepmake/stepmake/generic-targets.make (WWW): add WWW as generic
7580         target.
7581
7582 2003-07-21  Heikki Junes  <hjunes@cc.hut.fi>
7583
7584         * lilypond-font-lock.el: do not try to match two-char slurs \) \].
7585
7586         * lilypond-mode.el: turn on blink-matching-paren.
7587
7588 2003-07-21  Jan Nieuwenhuizen  <janneke@gnu.org>
7589
7590         * scm/output-sodipodi.scm (svg-header): Fix typo.
7591
7592 2003-07-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7593
7594         * python/lilylib.py (error_log): use mktemp iso.  temp_dir. This
7595         fixes a security hole.
7596
7597         * scripts/lilypond-book.py (original_dir): remove temp_dir
7598
7599         * scm/document-translation.scm: use @code tags.
7600
7601 2003-07-20  Heikki Junes  <hjunes@cc.hut.fi>
7602
7603         * lilypond-font-lock.el: do not try to match two-char slurs \( \[.
7604
7605         * lilypond-mode.el: add a buffer-local post-command-hook to set
7606         context dependent syntax-table after each cursor event. Remove old
7607         stuff. XEmacs: turn on parenthesis highlighting in LilyPond-mode.
7608
7609         * lilypond-indent.el: update comments.
7610
7611         * Documentation/footer.html.in: add period.
7612
7613 2003-07-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7614
7615         * make/lilypond.redhat.spec.in (Group): don't strip binary.
7616
7617         * scm/document-translation.scm (document-property-operation): add
7618         @code{} tags.
7619
7620         * VERSION (PACKAGE_NAME): release 1.7.27
7621
7622         * config.make.in: add PAPER variable
7623
7624         * buildscripts/new-chords.py (help): add help text
7625
7626         * Documentation/user/introduction.itely (Typography and program
7627         architecture):  fixes.
7628
7629         * Documentation/user/GNUmakefile (DVIPS_PAPERSIZE): set A4 paper
7630         for texinfo and dvips. This fixes problems with PDF output of the
7631         wrong size.
7632
7633         * stepmake/stepmake/tex-rules.make ($(outdir)/%.ps): add
7634         DVIPS_PAPERSIZE variable
7635
7636         * stepmake/stepmake/texinfo-rules.make ($(outdir)/%.dvi): add
7637         TEXINFO_PAPERSIZE variable 
7638
7639 2003-07-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7640
7641         * mf/feta-macros.mf: whoops: only draw lines for test situations.
7642
7643         * mf/feta-toevallig.mf: lowres fixes.
7644
7645 2003-07-19  Jan Nieuwenhuizen  <janneke@gnu.org>
7646
7647         * NEWS: Typo and fill-paragraph fixes.
7648
7649         * flower/libc-extension.cc (lrint)[!HAVE_LRINT]: Use round () and
7650         cast #define.
7651
7652         * configure.in: 
7653         * config.hh.in: Check for lrint.
7654
7655 2003-07-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7656
7657         * VERSION: 1.7.26 released
7658
7659         * lily/separation-item.cc: add padding property.
7660
7661         * input/test/*.ly: various fixes, remove solo-a2.ly
7662
7663         * scm/new-markup.scm (brew-new-markup-molecule): arg order
7664         bugfix. Fixes old-style markup compatibility.
7665
7666         * Documentation/user/introduction.itely (Introduction): historical
7667         elucidations
7668
7669         * Documentation/user/music-glossary.tely (Top): linewidth fix.
7670
7671         * Documentation/topdocs/AUTHORS.texi (AUTHORS): cleanup.
7672
7673         * Documentation/index.texi (Top): cleanup.
7674
7675         * Documentation/user/introduction.itely (Introduction): rewrite
7676         introduction, 
7677         (Music notation and  engraving): about notation. Add flat-picture
7678
7679 2003-07-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7680
7681         * ly/engraver-init.ly (LyricsVoiceContext): add padding for
7682         separation items. This keeps lyrics from bumping into each other.
7683
7684 2003-07-18  Jan Nieuwenhuizen  <janneke@gnu.org>
7685
7686         * GNUmakefile.in (topdocs-web): New target.
7687         (local-web): Depend on topdocs-web; fixes html-doc.
7688
7689 2003-07-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7690
7691         * po/lilypond.pot: run po-replace
7692
7693         * Documentation/GNUmakefile (SUBDIRS): remove windows/ directory
7694
7695         * scm/drums.scm (reset-drum-kit): new function.
7696
7697         * Documentation/GNUmakefile (SUBDIRS): remove misc/ directory.
7698
7699         * scripts/update-lily.py: remove
7700         
7701         * VERSION: release 1.7.25
7702         
7703         * Documentation/user/introduction.itely (Introduction): rewrite
7704         start of introduction.
7705
7706 2003-07-18  Juergen Reuter  <reuter@ipd.uka.de>
7707
7708         * lily/all-font-metrics.cc: fixed typo
7709
7710 2003-07-18  Heikki Junes  <hjunes@cc.hut.fi>
7711
7712         * lilypond-font-lock.el (LilyPond-mode-set-syntax-table, 
7713         LilyPond-mode-context-set-syntax-table): new functions to define
7714         the syntax table according to context.
7715
7716         * lilypond-mode.el: use LilyPond-mode-set-syntax-table.
7717
7718 2003-07-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7719
7720         * Documentation/user/refman.itely (Figured bass): 
7721         language nit courtesy http://www.vocabula.com
7722
7723         * GNUmakefile.in: remove no kpathsea hack.
7724
7725         * Documentation/topdocs/INSTALL.texi (Top): remove web-doc from
7726         doco.
7727
7728         * GNUmakefile.in: remove web-doc target.
7729
7730         * lily/all-font-metrics.cc (find_afm): add message about
7731         buildscripts/clean-fonts.sh 
7732
7733         * scm/define-music-properties.scm (figure): use string for 'figure
7734
7735         * lily/parser.yy (bass_number): allow strings for bassfigure too. 
7736
7737         * input/regression/ : add raggedright = ##t where applicable. 
7738         
7739         * scm/bass-figure.scm (make-bass-figure-markup): add
7740         alignBassFigureAccidentals property.
7741
7742         * lily/volta-bracket.cc (brew_molecule): only put text on 1st
7743         bracket.
7744
7745         * lily/hyphen-spanner.cc (set_spacing_rods): new function: take
7746         syllables widths into account for minimum-length.
7747
7748         * input/test/staff-container.ly: update file
7749
7750         * input/test/stem.ly: remove
7751
7752         * lily/event.cc (LY_DEFINE): add ly: prefix.
7753
7754         * input/test/clef-manual-control.ly: from manual-clef
7755
7756         * input/test/repeat-shorter-bracket.ly: move from coda-kludge 
7757
7758         * input/test/different-time-signatures.ly: move to poly-metric.ly
7759
7760         * input/test/hara-kiri*,scales.ly: remove
7761         
7762         * input/test/chord-names-dpnj.ly (efullmusic): remove file (merged
7763         with chord-names-jazz.ly)
7764
7765         * make/mutopia-rules.make ($(outdir)/%.pdf): use +lilypond.map to
7766         get scalable cm fonts too.
7767
7768         * stepmake/stepmake/metafont-rules.make (ENCODINGOPTION): add
7769         --encoding for mftrace if present.
7770
7771         * input/regression/slur-area.ly: move from test/
7772
7773         * input/test/: remove simple-slur-endings slur-attachment
7774         slur-broken-cross-staff slur-broken.ly slur-damping.ly
7775         slur-follow-music.ly slur-position.ly slur-proof.ly slur-shape.ly
7776         slur-symmetry slur-symmetry tie-broken.ly
7777
7778         * scm/drums.scm (set-drum-kit): add function.
7779
7780         * Documentation/user/refman.itely (Percussion staves): use
7781         set-drum-kit
7782
7783         * scripts/etf2ly.py (interpret_finale_key_sig): handle minor keys
7784         too
7785         (Global_measure.set_timesig): handle 3/8 time sig too.
7786
7787         * scm/output-lib.scm (note-head-style->attachment-coordinates):
7788         note about triangle note heads.
7789
7790         * scm/drums.scm: use alist for instrument-settings. This fixes the
7791         bug with assigning to drums in the .ly file.
7792
7793         * mf/feta-autometric.mf (code): start font at 32. WARNING: FONT
7794         CHANGED.
7795
7796         * scm/define-grob-interfaces.scm (cluster-beacon-interface): add
7797         cluster-beacon-interface
7798
7799         * scm/define-grobs.scm (all-grob-descriptions): default to ramp.
7800
7801         * scripts/convert-ly.py (FatalConversionError.conv): add cluster rule.
7802
7803         * ly/spanners-init.ly (stopGroup): remove start/stopCluster.
7804
7805         * lily/cluster.cc (brew_molecule): examine ClusterSpannerBeacons
7806         to get positions.
7807
7808         * lily/cluster-engraver.cc: rewrite: catch cluster-note-events,
7809         make ClusterSpannerBeacon to record Y positions. This removes the
7810         need to switch off notes. Use \apply #notes-to-clusters { .. }  to
7811         make cluster-note-events.
7812
7813 2003-07-17  Jan Nieuwenhuizen  <janneke@gnu.org>
7814
7815         * stepmake/aclocal.m4: Do AC_PATH_PROG for python.
7816
7817         * configure.in: Use lily/main.cc as identifying source file.
7818
7819         * lily/accidental-engraver.cc: Compile fix: include protected-scm.hh.
7820
7821         * config.hh.in: 
7822         * python/midi.c: Remove <pyphonX>/Python.h ifdef tree.
7823
7824         * configure.in: Require PYTHON >= 2.0.
7825
7826         * stepmake/aclocal.m4 (STEPMAKE_PYTHON_DEVEL): Rewrite.  Ask
7827           $PYTHON for include dir location.
7828         (STEPMAKE_PYTHON): New function.  Use
7829         
7830             PYTHON=foo ./configure
7831
7832           to override.
7833
7834 2003-07-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7835
7836         * lily/translator-scheme.cc (LY_DEFINE): bugfix: always return
7837         something.
7838
7839         * make/lilypond.redhat.spec.in (Group): change ftp.cs.uu.nl to
7840         ftp.lilypond.org everywhere.
7841
7842 2003-07-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7843
7844         * lily/text-item.cc (interpret_new_markup): do only if new-markup
7845         detected.
7846
7847         * Documentation/user/refman.itely (Grace notes): note on explicit
7848         contexts
7849
7850 2003-07-16  Heikki Junes  <hjunes@cc.hut.fi>
7851
7852         * lilypond-font-lock.el: add a comment about LilyPond specific
7853         escape characters: ^, - and _, in the syntax table.
7854
7855         * Documentation/user/appendices.itely: a majuscule fix.
7856
7857 2003-07-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7858
7859         * input/test/trills.ly (endHorizScript): fixes.
7860
7861         * input/test/chord-names-jazz.ly: merge in alternate Jazz
7862         notation, move from regression.
7863
7864         * input/test/script-stack.ly: change name from stacked-scripts
7865
7866         * input/test/ossia.ly: octave errors.
7867
7868         * input/no-notation/midi-tuplets.ly: move from input/test/, idem
7869         for midi-volume-equaliser
7870
7871 m2003-07-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7872
7873         * scm/output-ps.scm (lily-traced-cm-fonts): substitution for lily
7874         cm fonts.
7875
7876         * mf/feta-beugel.mf: don't multiply font_count by 10.
7877
7878         * lily/lookup.cc (horizontal_line): new function. Use
7879         horizontal-line in output backends.
7880
7881         * Documentation/user/tutorial.itely (An orchestral part): new
7882         section on orchestral stuff and identifiers.
7883
7884 2003-07-14  Heikki Junes  <hjunes@cc.hut.fi>
7885
7886         * lilypond-mode.el: comment-out paren-highlighting, it still causes
7887         some interference to other modes.
7888
7889 2003-07-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7890
7891         * lily/spacing-spanner.cc (musical_column_spacing): use average,
7892         not maximum of spacing wishes in polyphonic situations.
7893
7894         * scm/define-grobs.scm (all-grob-descriptions): bold tuplet
7895         number
7896
7897         * lilypond-indent.el: remove paren matching. 
7898
7899         * lily/text-item.cc (interpret_new_markup): new function
7900         use iso. text2molecule.
7901
7902         * lily/main.cc (notice): change FSF address 
7903
7904         * po/de.po: update PO file to 1.6.
7905
7906 2003-07-13  Heikki Junes  <hjunes@cc.hut.fi>
7907
7908         * Documentation/user/ {many}: Add periods and remove spaces.
7909         
7910 2003-07-11  Heikki Junes  <hjunes@cc.hut.fi>
7911
7912         * lilypond-indent.el (LilyPond-paren-set-mode): From XEmacs' paren.el:
7913         Disable buffer-locally default paren hook and make a new one. 
7914
7915         * lilypond-mode.el: Turn off locally paren-mode, but turn on
7916         locally LilyPond-paren-mode. Add todo for mouse double-click.
7917
7918 2003-07-10  Heikki Junes  <hjunes@cc.hut.fi>
7919
7920         * lilypond-indent.el (LilyPond-show-paren-mode): From Emacs' paren.el:
7921         Disable buffer-locally default paren idle timer and make a new one. 
7922
7923         * lilypond-mode.el: Turn off locally show-paren-mode, but turn on
7924         locally LilyPond-show-paren-mode. Add to menu a toggle for
7925         LilyPond-show-paren-function.
7926
7927 2003-07-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7928
7929         * input/template/jazz-combo.ly (drumNotes): 1.7 fixes 
7930
7931 2003-07-09  Heikki Junes  <hjunes@cc.hut.fi>
7932
7933         * Documentation/user/refman.itely: spelling fix.
7934
7935         * lilypond-mode.el, lilypond-indent.el: restrusture and comment
7936         paren highlight function definitions. add todo for
7937         LilyPond-show-paren-mode.
7938
7939 2003-07-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7940
7941         * input/template/jazz-combo.ly: new file.
7942
7943 2003-07-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7944
7945         * mf/feta-toevallig.mf: tweak for bottom of flat sign. 
7946         lo-res fixes.
7947
7948         * mf/feta-schrift.mf: bugfix in varcoda sign.
7949         WARNING: FONT CHANGED
7950
7951         * lily/my-lily-lexer.cc (lookup_identifier): return SCM_UNDEFINED,
7952         in accordance with lexer.ll.   
7953
7954 2003-07-05  Jan Nieuwenhuizen  <janneke@gnu.org>
7955
7956         * Documentation/user/tutorial.itely: Edit introduction.
7957
7958 2003-07-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7959
7960         * lily/staff-symbol-referencer.cc (LY_DEFINE): add
7961         ly:grob-staff-position
7962
7963 2003-07-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7964
7965         * scm/to-xml.scm: import srfi-1
7966
7967         * VERSION (MAJOR_VERSION):  release 1.7.24
7968
7969         * python/lilylib.py (make_ps_images): make multipage _really_ work.
7970
7971         * scripts/lilypond-book.py (do_file): put texidoc before image.
7972         (TexiPaper.process_ly2dvi_block): make multipage _really_ work.
7973
7974         * input/regression/*.ly: fix snippet octaves 
7975
7976         * input/test/spanner-after-break-tweak.ly: import
7977         broken-spanner-adjustment
7978
7979         * input/no-notation/midi-transposing.ly: move from input/test/
7980
7981         * input/test/: remove chord-markup
7982
7983         * input/regression/instrument-name-partial.ly: move from input/test.
7984
7985         * input/test/vertical-text.ly: remove
7986
7987         * ly/engraver-init.ly (LyricsVoiceContext): add more vertical
7988         space above lyrics lines.
7989
7990         * input/test/uniform-breaking.ly: remove file.
7991
7992         * lily/gourlay-breaking.cc (combine_demerits): add comment about
7993         uniform spacing density. 
7994
7995         * input/test/chords.ly (keys): remove file.
7996
7997         * scm/documentation-lib.scm (oop): use srfi-1 too.
7998
7999         * input/regression/*.ly: add \version
8000
8001         * Documentation/user/*.itely: various fixes.
8002
8003         * buildscripts/mf-to-table.py (base): break table every three
8004         symbols.
8005
8006         * input/:  remove %% new-chords-done %% .
8007
8008         * input/tutorial: remove os-flute-2.ly os-score.ly miniatures.ly
8009         os-music.ly
8010         
8011 2003-07-03  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8012
8013         * make/lilypond.redhat.spec.in: require GUILE >= 1.6.4-7
8014
8015         * scm/new-markup.scm (box-markup): new function.
8016         (box-markup): new function. Contributed by Dick Schoeller
8017         <schoeller@attbi.com>
8018
8019         * scm/lily.scm: remove reduce-no-unit 
8020         (list-insert-separator): use fold-right
8021
8022         * lily/molecule-scheme.cc (ly_molecule_add): take variable number
8023         of arguments. 
8024
8025         * NEWS: more neutral language for ancient notation 
8026
8027         * lily/chord-tremolo-engraver.cc (acknowledge_grob): only set
8028         inside pointing beaming for chord tremolo.
8029
8030         * Documentation/user/lilypond-book.itely: minor editing
8031
8032 2003-07-03  Juergen Reuter  <reuter@ipd.uka.de>
8033
8034         * NEWS: added news for 1.8 regarding ancient notation
8035
8036         * Documentation/user/refman.itely (Gregorian square neumes
8037         ligatures): fixed typo
8038
8039         * lily/vaticana-ligature-engraver.cc,
8040         lily/include/vaticana-ligature.hh: bugfix: use special heads for
8041         lower/upper head of Pes only when heads are stacked
8042
8043         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
8044         scm/define-grob-properties.scm: cleanup: make "join-left" a
8045         boolean grob property and save delta pitch in grob property
8046         "delta-pitch" instead
8047
8048         * lily/include/gregorian-ligature.hh: bugfix: corrected comments
8049
8050 2003-07-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8051
8052         * lily/parser.yy (Repeated_music): bug fix, beam multiplicity was
8053         completely borked
8054
8055         * lily/chord-tremolo-engraver.cc (try_music): warnings for user-errors.
8056         (try_music): bug fix: beam multiplicity was completely borked.
8057
8058         * scm/lily.scm: remove tail, filter-list, filter-out-list,
8059         first-n, butfirst-n in favor of srfi-1 functions.
8060         remove string-join, string-pad in favor of srfi-13 functions.
8061
8062         * mf/parmesan-custodes.mf (dir_down): remove _ from glyph names.
8063
8064         * NEWS: use complete sentences.
8065
8066         * Documentation/user/introduction.itely (Example applications):
8067         add note about databases and lilypond-book.
8068
8069         * input/test/volta.ly: remove file
8070
8071         * input/regression/volta-broken-left-edge.ly: simplify file
8072
8073 2003-07-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8074
8075         * Documentation/user/refman.itely (Constructing a tweak): new
8076         subsection.
8077
8078         * Documentation/user/tutorial.itely (Fine tuning layout): add
8079         common tweaks.
8080
8081         * scm/define-grobs.scm (TextScript): use new brewer.
8082
8083 2003-06-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8084
8085         * VERSION: release 1.7.23
8086
8087         * scm/new-markup.scm (brew-new-markup-molecule): bugfix 
8088
8089         * python/lilylib.py (make_ps_images): bugfixes.
8090
8091         * input/regression/volta-multi-staff.ly: new file.
8092
8093         * Documentation/user/macros.itexi: refcommands, refcommand macros.
8094
8095         * Documentation/user/tutorial.itely (Piano staffs): new section.
8096         (Setting variables): new section
8097         (Fine tuning layout): new section
8098
8099         * input/just-friends.ly: remove file. Superseeded by
8100         input/test/chords-without-melody.ly
8101
8102         * ly/property-init.ly: add all commands to refman.
8103
8104         * scm/define-translator-properties.scm: remove
8105         graceAccidentalSpace, graceAlignPosition, keyOctaviation 
8106
8107         * mf/parmesan-custodes.mf (dir_down): remove underscore from glyph
8108         name. Underscores botch up PS output.
8109
8110         * scm/define-translator-properties.scm: remove
8111         textNonEmpty, oneBeat, regularSpacingDelta
8112
8113         * scripts/convert-ly.py (FatalConversionError.conv): conversion
8114         rule for automaticBars.
8115
8116         * lily/timing-engraver.cc (start_translation_timestep): change
8117         barNonAuto to automaticBars
8118
8119 2003-06-30  Graham Percival  <gperlist@shaw.ca>
8120
8121         * input/test/perform-tie.ly: delete file.
8122
8123 2003-06-29  Juergen Reuter  <reuter@ipd.uka.de>
8124
8125         * Documentation/user/refman.itely (Gregorian square neumes
8126         ligatures): bugfix: do not show ledger lines in neumes table
8127         (fixed by setting staff symbol to transparent rather than removing
8128         it from staff context)
8129
8130 2003-06-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8131
8132         * scm/new-markup.scm (brew-new-markup-molecule): move old markup
8133         glue into brew-new-markup-molecule.
8134
8135         * input/mutopia/J.S.Bach/Petites-Preludes/*.ly: syntax updates.
8136
8137         * Documentation/user/introduction.itely (Computerized typography):
8138         new section
8139
8140         * Documentation/user/tutorial.itely (An orchestral part): remove
8141         pc example from tutorial.
8142
8143         * input/tutorial/lilbook.tex: use screech-boink
8144
8145         * scripts/lilypond-book.py (compile_all_files): split formatting
8146         output body and scheduling lilypond compilation.
8147         (format_lilypond_output_bodies): new function
8148         (format_lilypond_block): new function
8149         (html_pages): allow multi-page images in HTML
8150
8151         * python/lilylib.py (make_ps_images): rename function from
8152         make_preview, merge with make_page_images
8153
8154 2003-06-28  Graham Percival  <gperlist@shaw.ca>
8155
8156         * input/test/key-clefs.ly: moved to regression.
8157
8158         * input/test/perform-grace.ly: moved to to no-notation/midi-grace.ly
8159
8160         * input/no-notation/README: added note about midi-*.ly files.
8161
8162         * input/test/two-key.ly: moved to no-notation/parse5.ly
8163
8164         * input/test/ short-part-combine.ly sketch.ly system-start-brace.ly
8165         system-start-bracket.ly two-slurs.ly voice-switch.ly : deleted
8166
8167         * input/test/ {various}: modified comments, marked some for deletion.
8168
8169         * input/test/lines.ly: deleted file; duplicate of
8170         embedded-postscript.ly
8171
8172         * input/test/mmrest-collision: moved to regression.
8173
8174 2003-06-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8175
8176         * scm/chord-name.scm (note-name->markup): don't superscript root
8177         alterations in chordnames.
8178
8179 2003-06-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8180
8181         * Documentation/user/refman.itely (Multi measure rests): more
8182         index/cross-referencing.
8183
8184         * lily/line-spanner.cc (line_molecule): bugfix for trill style.
8185
8186         * scm/font.scm: remove properties-to-font-name code.
8187
8188         * scm/define-grob-properties.scm: remove 'type
8189
8190         * scripts/convert-ly.py (FatalConversionError.conv): type -> style
8191         conversion
8192
8193         * lily/text-spanner.cc: change 'type grob prop to 'style 
8194
8195         * lily/unfolded-repeat-iterator.cc (process): bugfix: use a
8196         "first" flag to decide whether to make a start-repeat
8197
8198         * input/regression/grace-volta-repeat-2.ly: new file.
8199
8200 2003-06-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8201
8202         * lilypond-indent.el: rename generic functions to LilyPond-*
8203
8204 2003-06-22  Graham Percival  <gperlist@shaw.ca>
8205
8206         * input/test/thumb.ly: delete, merged into refman.
8207
8208         * Documentation/user/refman.itely: added thumb info to Fingering.
8209
8210         * input/test/ follow-break.ly multi-slope.ly note-shift.ly
8211         notemode-chords.ly orchestalpart.ly rhythmic-staff.ly
8212         vertical-align.ly : deleted files.
8213
8214 2003-06-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8215
8216         * lily/align-interface.cc (find_fixed_alignment_parent): new function.
8217
8218         * lily/line-spanner.cc (broken_trend_offset): remove function.
8219         (get_broken_offset): idem.
8220         (brew_molecule): rewrite the line-break case.
8221
8222         * input/regression/follow-voice-break.ly:  new file.
8223
8224         * lily/line-spanner.cc (after_line_breaking): remove lines at the
8225         start of a system.
8226
8227 2003-06-20  Graham Percival  <gperlist@shaw.ca>
8228
8229         * input/test/tuplet-rest.ly: moved to regression.
8230
8231         * input/test/ script-horizontal.ly tuplet-spanner-duration.ly:
8232         deleted file.
8233
8234         * input/test/ {many} : marked file for possible deletion.
8235
8236 2003-06-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8237
8238         * input/regression/beam-funky.ly: add note about (disputed)
8239         correct beaming.
8240
8241         * ly/engraver-init.ly (ScoreContext): put key-signature after
8242         staff-bar
8243         
8244 2003-06-20  Graham Percival  <gperlist@shaw.ca>
8245
8246         * input/test/ broken.ly lyric-phrasing.ly: deleted.
8247
8248         * input/test/slur-mininum.ly: renamed to slur-minimum-length.ly.
8249
8250         * input/test/staff-line-leading.ly: renamed to  staff-space.ly.
8251
8252         * input/test/no-stem-extend.ly: moved to stem-extend.ly; previous
8253         stem-extend was deleted (it was duplicate example, and not as
8254         good).
8255
8256         * input/test/[s-z]*.ly: add texidoc index.
8257
8258 2003-06-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8259
8260         * lily/slur.cc (get_boundary_notecolumn_y): change name from
8261         get_first_notecolumn_y
8262
8263         * lily/spanner.cc (broken_spanner_index): new function.
8264
8265 2003-06-19  Graham Percival  <gperlist@shaw.ca>
8266
8267         * input/test/ beam-damp.ly grace-end.ly lyric-extender.ly
8268         lyric-hyphen.ly : moved to regression.
8269
8270         * input/test/ beam-stem-test.ly beamed-slur-endings.ly
8271         diverse-spacing.ly duration-check.ly knee.ly lyrics.ly : deleted.
8272
8273         * input/test/instrument-name-mmrest.ly: moved to
8274         ../regression/multi-measure-rest-instr-name.ly
8275
8276         * input/test/knee-sym.ly: moved to
8277         ../regression/beam-knee-symmetry.ly.
8278
8279         * input/test/hymn.ly: change comments.
8280
8281         * input/test/[p-r]*.ly: add texidoc index.
8282
8283 2003-06-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8284
8285         * input/mutopia/J.S.Bach/Petites-Preludes/*.ly (opus): update
8286         to postfix syntax
8287         
8288         * input/mutopia/W.A.Mozart/mozart-hrn3-romanze.ly (romanze): new
8289         syntax.
8290
8291         * VERSION: release 1.7.22
8292
8293 2003-06-18  Graham Percival  <gperlist@shaw.ca>
8294
8295         * input/test/[h-k]*.ly: added texidoc index.
8296
8297         * input/test/knee-mult.ly: removed file (duplicate of beam-isknee.ly)
8298
8299         * input/test/equaliser.ly: renamed to midi-volume-equaliser.ly.
8300
8301         * input/test/ various : mark files for deletion or moving to
8302         regression.
8303
8304         * input/test/note-chords.ly: renamed to chord-names-no-inversions.ly.
8305
8306         * input/test/[l-o]*.ly: added texidoc index.
8307
8308 2003-06-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8309
8310         * scm/music-functions.scm (make-ottava-set): 
8311         only do ottavation if centralCPosition is set.
8312
8313         * lily/translator-scheme.cc (ly:context-property-where-defined):
8314         return '() if not found.
8315
8316 2003-06-17  Heikki Junes  <hjunes@cc.hut.fi>
8317
8318         * lilypond-mode.el (LilyPond-un-comment-region): removed.
8319         Use one command for both commenting and uncommenting.
8320
8321         * lilypond-indent.el (LilyPond-comment-region): new function,
8322         (un)comments each line separately.
8323
8324         * lilypond-mode.el, lilypond-indent.el: fix XEmacs paren-match.
8325         
8326         * lilypond-mode.el (LilyPond-add-imenu-menu): new function,
8327         imenu is not added by default; adapted from f90.el,
8328         makes Help-menu, which does not fit, visible in XEmacs.
8329         
8330 2003-06-16  Heikki Junes  <hjunes@cc.hut.fi>
8331
8332         * lilypond-mode.el: Set show-paren-mode local; minor-mode
8333         show-paren-mode sets blink-matching-paren-on-screen local.
8334         Try to make show-paren-function to paren-highlight local.
8335
8336         * lilypond-indent.el (LilyPond-scan-sexps): new function.
8337         Copy definitions of Emacs' show-paren-function and
8338         XEmacs' paren-highlight and make minimal changes;
8339         add comments about locality. 
8340         Fix matching first open-paren-char in '<< .. >>'.
8341
8342 2003-06-16  Graham Percival  <gperlist@shaw.ca>
8343
8344         * input/test/g*: added texidoc index.
8345
8346         * input/test/[a-g]*: added raggedright==#t when it
8347          seemed appropiate.
8348
8349         * input/test/ fake-grace.ly figured-bass.ly : removed file.
8350
8351         * Documentation/topdoc/INSTALL.texi: removed false warnings
8352         about gcc 3.3.
8353
8354 2003-06-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8355
8356         * input/test/spanner-after-break-tweak.ly (texidoc): new file.
8357
8358         * input/test/chords-without-melody.ly (texidoc): add from
8359         input/just-friends.ly
8360
8361         * input/regression/size{13--26}.ly: move from input/
8362
8363         * input/{opus-130,praeludium-fuga,scarlatti-*}.ly
8364         input/{star-spangled-banner,twinkle}.ly: remove 
8365         
8366         * lily/slur.cc: remove slur over rest warnings.
8367
8368         * lily/note-spacing.cc (get_spacing): include left part of right
8369         object in fixed space. This fixes stretched space before
8370         accidentals.
8371
8372         * input/regression/spacing-accidental-stretch.ly: new file.
8373
8374 2003-06-16  Rune Zedeler  <rz@daimi.au.dk>
8375
8376         * input/mutopia/R.Schumann/romanze-op28-2.ly: Minor fixes.
8377         Reduce to 16pt.
8378
8379 2003-06-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8380
8381         * input/regression/spacing-knee.ly: docstring
8382
8383         * input/regression/spacing-multi-tuplet.ly (multipart): docstring
8384
8385         * input/tutorial/{gallupi,minuet,sammartini,singing-saw}.ly
8386         input/tutorial/{test,solar,flowing}.ly: remove
8387
8388         * input/rhythm.ly: remove
8389
8390         * input/mutopia/F.Schubert/standchen.ly: update syntax.
8391
8392         * input/mutopia/E.Satie/petite-ouverture-a-danser.ly (global):
8393         update syntax. 
8394
8395         * scm/define-grobs.scm (all-grob-descriptions): set
8396         knee-spacing-correction to 1.0
8397
8398         * lily/note-spacing.cc (stem_dir_correction): compute knee
8399         correction using stem-thickness and head width.
8400
8401         * input/regression/beam-quanting-horizontal.ly: update texidoc
8402
8403         * scm/define-grobs.scm (all-grob-descriptions): set
8404         beamed-extreme-minimum-free-lengths to 1.25 for 32nd beams.
8405         This fixes 32nd beams for noteheads in spaces quants.
8406
8407         * scripts/lilypond-book.py (process_lilypond_blocks): opps.
8408
8409 2003-06-15  Heikki Junes  <hjunes@cc.hut.fi>
8410
8411         * README.mandrake: Change lilypond-extras to lilypond-documentation.
8412
8413 2003-06-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8414
8415         * input/test/dpncnt.ly,part-combine-score.ly: remove.
8416
8417         * VERSION (PACKAGE_NAME): release 1.7.21
8418
8419         * input/regression/stem-shorten.ly: new file.
8420
8421         * lily/stem.cc (get_default_stem_end_position): revise stem
8422         shortening code.
8423
8424         * input/regression/spacing-multi-tuplet.ly: move from input/test/
8425
8426         * input/test/{scripts,volta-start,sleur}.ly: remove
8427         
8428         * input/regression/span-bar.ly: smaller file.
8429
8430         * input/regression/spacing-{natural,tight,loose}.ly: remove
8431
8432         * input/test/markup.ly: remove
8433
8434         * scripts/lilypond-book.py: put printfilename in separate chunk,
8435         so texidoc is printed after the filename.  
8436
8437 2003-06-12  Heikki Junes  <hjunes@cc.hut.fi>
8438
8439         * make/lilypond.mandrake.spec.in: fix docdirs.
8440
8441 2003-06-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8442
8443         * input/regression/beam-french.ly: bugfix.
8444
8445         * buildscripts/lys-to-tely.py (name2line): sort filenames. 
8446
8447         * input/regression/(various).ly: add raggedright = #t.
8448
8449         * input/regression/auto-beam.ly: move from abe.ly
8450
8451 2003-06-13  Graham Percival  <gperlist@shaw.ca>
8452
8453         * input/test/f*.ly: added texinfo index.
8454         
8455         * input/test/broken-thread-line.ly: renamed to follow-break.ly.
8456
8457 2003-06-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8458
8459         * lily/beam-quanting.cc (score_forbidden_quants): also add inter
8460         quant penalty for beam just outside staff.
8461
8462         * input/regression/beam-quanting-horizontal.ly (texidoc): move
8463         from beam-pos.ly,  remove non-horizontal tests. 
8464
8465         * input/test/(various): cleanup header info. 
8466
8467         * input/test/tchaikovsky.ly: remove file.
8468
8469         * scm/chord-generic-names.scm: move from
8470         double-plus-new-chord-name.scm
8471
8472         * input/test/orchestscore.ly: remove file
8473
8474         * Documentation/user/refman.itely (Vocal music): update documentation.
8475
8476         * scm/define-translator-properties.scm (chordNoteNamer): remove
8477         chordNameStyle, use chordNameFunction
8478
8479         * scm/chord-name.scm (set-chord-name-style): remove
8480         set-chord-name-style. Use \property chordNameFunction.
8481
8482 2003-06-12  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8483
8484         * Documentation/user/lilypond-book.itely (Integrating LaTeX and
8485         music): remove @TeX{} command.
8486
8487 2003-06-12  Jan Nieuwenhuizen  <janneke@gnu.org>
8488
8489         * lilypond-indent.el (scan-sexps): Renamed to
8490         aargh-this-breaks-other-emacs-modes-scan-sexps.
8491
8492 2003-06-12  Heikki Junes  <hjunes@cc.hut.fi>
8493
8494         * lilypond-indent.el: Fix: match concurrent one-char opening and 
8495         closing slurs: '()', etc. Add comments.
8496
8497         * Documentation/user/music-glossary.tely: fix: change Ã¤ to @"a.
8498
8499         * lilypond-font-lock.el: match unending string at eof.
8500
8501         * make/lilypond.mandrake.spec.in: refreshed packed file list.
8502         
8503 2003-06-10  Graham Percival  <gperlist@shaw.ca>
8504
8505         * input/test/beam-abbrev.ly input/test/default-neutral-dir.ly
8506         input/test/beam-dir.ly input/test/beam-position.ly    
8507         input/test/beam-suspect.ly input/test/beam-trend.ly    
8508         input/test/beams.ly input/test/crescendo-text.ly : deleted
8509         * input/test/beam-chord.ly: moved to input/regression/beam-chord.ly
8510         * input/test/ beam-pos.ly beam-second.ly : moved to input/regression/
8511         * input/test/default-bars.ly: moved to bar-always.ly
8512         * input/test/ {many}: deleted old "renamed from foo to bar" comments.
8513
8514 2003-06-10  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8515
8516         * input/test/chord-names-dpnj.ly (texidoc): bugfix.
8517
8518 2003-06-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8519
8520         * scm/chord-ignatzek-names.scm (remove-step): rename file.
8521
8522 2003-06-10  Heikki Junes  <hjunes@cc.hut.fi>
8523
8524         * lilypond-indent.el: Match better slurs in scheme expressions.
8525         Refontify buffer if a block-comment-ender, '}' after '%', is inserted.
8526
8527         * Documentation/user/invoking.itexi: document Emacs' paren matching.
8528
8529 2003-06-10  Jan Nieuwenhuizen  <janneke@gnu.org>
8530
8531         * scm/chord-name.scm (set-chord-name-style): Update for 'ignatzek.
8532
8533         * input/ac-extra-voice.ly: Add texidoc.
8534
8535         * ly/chord-modifiers-init.ly: 
8536         * ly/engraver-init.ly (ScoreContext): Add chordNameExceptionsFull
8537         and chordNameExceptionsPartial for new chord names.
8538
8539         * input/test/chord-names-dpnj.ly: 
8540         * input/test/dpncnt.ly: Update.
8541
8542         * scm/chord-name.scm: 
8543         * scm/double-plus-new-chord-name.scm: Add compatibility for new
8544         chord selection and options.
8545
8546         * ly/chord-modifiers-init.ly: Add exceptions 
8547
8548         * scm/define-translator-properties.scm (chordNameStyle) 
8549         (chordNameExceptionsFull, chordNameExceptionsPartial): Add.
8550
8551 2003-06-10  Rune Zedeler  <rune@zedeler.dk>
8552
8553         * ly/property-init.ly (germanChords): Added.
8554         (semiGermanChords): Added.
8555         
8556         * input/test/chord-names-german.ly: Use new macros
8557         
8558 2003-06-09  Heikki Junes  <hjunes@cc.hut.fi>
8559
8560         * lilypond-indent.el: Use similar parenthesis highlighting for 
8561         Emacs and XEmacs through redefinitions of parenthesis highlighting 
8562         functions; removed LilyPond-show-paren-function. Fix indenting.
8563         Turn paren-matching on also in XEmacs.
8564
8565         * lilypond-font-lock.el: Set brackets' syntax to open/close-chars,
8566         as needed by parenthesis highlighting functions (in scan-sexp).
8567
8568 2003-06-08  Jan Nieuwenhuizen  <janneke@gnu.org>
8569
8570         * stepmake/aclocal.m4 (STEPMAKE_CHECK_VERSION_UNSUPPORTED): New
8571         function.
8572         (STEPMAKE_GETTEXT): If g++ >= 3.3, use gcc for gettext checking.
8573
8574 2003-06-08  Heikki Junes  <hjunes@cc.hut.fi>
8575
8576         * lilypond-indent.el: tune regexp for show-paren-function.
8577
8578 2003-06-07  Jan Nieuwenhuizen  <janneke@gnu.org>
8579
8580         * scripts/ly2dvi.py (run_latex, run_dvips, 'main'): Make preview
8581         for all LilyPond-produced tex snippets.
8582
8583         * tex/lilyponddefs.tex: Allow overriding of interscoreline.  This
8584         fixes one line --preview output of ly2dvi.
8585
8586 2003-06-07  Heikki Junes  <hjunes@cc.hut.fi>
8587
8588         * lilypond-indent.el: match only one type of slurs in
8589         LilyPond-show-paren-function.
8590
8591 2003-06-05  Jan Nieuwenhuizen  <janneke@gnu.org>
8592
8593         * debian/GNUmakefile (EXTRA_DIST_FILES): 
8594         * debian/lilypond1.7.dirs: 
8595         * debian/lilypond1.7-doc.dirs: New file.
8596
8597         * input/regression/chord-name-exceptions.ly: Add parameter for
8598         ignatzekExceptions.  Quote hash in docstring.
8599
8600 2003-06-06  Heikki Junes  <hjunes@cc.hut.fi>
8601
8602         * lilypond-indent.el (show-paren-function): define show-paren-function
8603         as LilyPond-blink-matching-open and use it for closing parens.
8604         Let LilyPond-blink-matching-open know whether a bracket was inserted.
8605
8606         * lilypond-indent.el: renamed LilyPond-beginning-of-containing-sexp to
8607         LilyPond-scan-containing-sexp and LilyPond-blink-matching-open to
8608         LilyPond-blink-matching-paren in order to match both open and close
8609         brackets.
8610         
8611 2003-06-05  Heikki Junes  <hjunes@cc.hut.fi>
8612
8613         * lilypond-indent.el (LilyPond-show-paren-function): introduce for
8614         testing by modifying the code from FSF Emacs paren.el. Add comments.
8615
8616 2003-06-04  Jan Nieuwenhuizen  <janneke@gnu.org>
8617
8618         * input/test/dpncnt.ly: Transpose example to match new
8619         default \chords octave.  Add comment.
8620         
8621         * scm/chord-name.scm (sequential-music-to-chord-exceptions): Add
8622         comment about octave change.
8623
8624 2003-06-04  Graham Percival  <gperlist@shaw.ca>
8625
8626         * input/test/[d,e]: added texinfo index tags.
8627         * input/test/empty-staffs.ly: renamed to blank-paper-tab.ly.
8628
8629 2003-06-04  Graham Percival  <gperlist@shaw.ca>
8630
8631         * Documentation/topdocs/INSTALL.texi: added warning about gxx-3.3.
8632
8633 2003-06-04  Heikki Junes  <hjunes@cc.hut.fi>
8634
8635         * lilypond-indent.el (LilyPond-blink-matching-open): use no argument,
8636         as in blink-matching-open.
8637
8638 2003-06-03  Graham Percival  <gperlist@shaw.ca>
8639
8640         * input/test/[a-c]: more comments in files.
8641         * input/test/ac-extra-voice.ly beam-abbrev.ly beam-chord.ly beam-dir.ly
8642         beam-pos.ly beam-position.ly beam-second.ly beam-suspect.ly 
8643         beam-trend.ly beams.ly crescendo-text.ly  default-neutral-dir.ly :
8644         mark file for proposed deletion.
8645         * input/test: renaming files:
8646         auto-beam-4-8.ly to beam-auto-4-8.ly
8647         auto-beam-override.ly to beam-auto-override.ly
8648         auto-beam.ly to beam-auto.ly
8649         blank.ly to blank-paper.ly
8650         absolute-volume.ly to dynamic-absolute-volume.ly
8651
8652 2003-06-03  Jan Nieuwenhuizen  <janneke@gnu.org>
8653
8654         * input/test/dpncnt.ly: 
8655         * input/test/chord-names-dpnj.ly: Resurrect.
8656
8657         * lily/my-lily-lexer.cc: Remove chordnames keyword.
8658
8659         * ly/chord-modifiers-init.ly (ignatzekExceptions): Update, tidy up.
8660
8661         * scm/chord-name.scm (sequential-music-to-chord-exceptions):
8662         Better docstring, add parameter OMIT-ROOT, tidy up.
8663
8664 2003-06-03  Heikki Junes  <hjunes@cc.hut.fi>
8665
8666         * lilypond-indent.el: match two-char slurs \[ ... \] and \( ... \).
8667
8668 2003-06-02  Jan Nieuwenhuizen  <janneke@gnu.org>
8669
8670         * scm/output-ascii-script.scm (as-font-alist-alist):
8671         (as-properties-to-font-name):
8672         (as-make-style-sheet): Remove.
8673
8674         * scm/font.scm (as-make-font-list): New function.
8675         (as-font-sheet-alist): New variable.
8676
8677         * ly/paper-as9-init.ly: 
8678         * ly/paper-as5-init.ly: Update.
8679
8680         * ly/paper-as5.ly:
8681         * ly/paper-as9.ly: New file.
8682
8683 2003-05-29  Jan Nieuwenhuizen  <janneke@gnu.org>
8684
8685         * mf/GNUmakefile (AFM_FILES): Add AF_FILES.
8686
8687 2003-05-28  Graham Percival  <gperlist@shaw.ca>
8688         * input/sondag-morgen/*: removed due to copyright concerns.
8689         * input/[a,b]*.ly: added a newline at the end of the texinfo
8690         doc string (produces better output in HTML version).
8691         * input/c*.ly: added texinfo index and added comments to
8692         aid in future changes to input/test/ files.
8693
8694 2003-05-28  Graham Percival  <gperlist@shaw.ca>
8695         
8696         * Documentation/user/refman.itely: fixed build problem (missing
8697         file) caused by previous renaming.
8698
8699 2003-05-28  Graham Percival  <gperlist@shaw.ca>
8700         
8701         * input/test/[a,b]*.ly: added texinfo index and added comments to
8702         aid in future changes to input/test/ files.
8703         * input/test/bar-number-every-5-reset.ly: renamed to
8704         bar-number-every-five-reset.ly
8705         * input/test/bar-script-visibility.ly: renamed to
8706         bar-number-show-all.ly
8707
8708 2003-05-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8709
8710         * ly/engraver-init.ly (VoiceContext): move Note_head_line_engraver
8711         to Voice.
8712
8713         * lily/glissando-engraver.cc (acknowledge_grob): new file: split
8714         out note-line and glissando functionality.
8715         
8716         * lily/line-spanner.cc (brew_molecule): cleanup.
8717
8718 2003-05-27  Jan Nieuwenhuizen  <janneke@gnu.org>
8719
8720         * scripts/as2text.scm: Use rdelim module.
8721         (start-system): Rename from start-line.
8722         (stop-system): Rename from stop-line.
8723         (af-gulp-file): Use string iso symbol for getenv.
8724
8725         * scm/output-ascii-script.scm: Add guile and lily modules.
8726         (font-name-alist): New variable.
8727         (draw-line): New function.
8728
8729         * scm/output-lib.scm (func, arg->string): Re-add from archive.
8730         (Were these silently removed, without ChangeLog entry?)
8731
8732 2003-05-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8733
8734         * scm/music-functions.scm (make-ottava-set): bugfixes: also
8735         process 2nd ottava correctly.
8736
8737 2003-05-27  Heikki Junes  <hjunes@cc.hut.fi>
8738
8739         * lilypond-indent.el: allow strings in LilyPond-parens-alist.
8740
8741 2003-05-26  Jan Nieuwenhuizen  <janneke@gnu.org>
8742
8743         * Documentation/user/converters.itely (Invoking midi2ly): Update.
8744
8745 2003-05-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8746
8747         * VERSION: release 1.7.20
8748         
8749         * lily/text-spanner.cc (brew_molecule): clean up function. This
8750         fixes bugs with broken 8va spanners.
8751
8752         * lily/simple-spacer.cc (solve): also compute force for raggedright.
8753         This prevents spurious line-breaks with raggedright
8754         
8755 2003-05-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8756
8757         * lily/key-performer.cc (create_audio_elements): always use major
8758         key
8759
8760         * Documentation/user/internals.itely: updates
8761
8762         * input/regression/beam-break.ly: new file.
8763
8764         * lily/beam.cc (brew_molecule): handle broken beams (i.e. print
8765         beams if starting or terminating stems have 'beaming set.)
8766
8767         * lily/beam-engraver.cc (process_music): add forbidBeamBreak
8768         property.
8769
8770         * lily/parser.yy (verbose_command_req): add comment about scales.
8771
8772 2003-05-25  Heikki Junes  <hjunes@cc.hut.fi>
8773
8774         * lilypond-indent.el: adjust regexps in bracket-matching.
8775
8776 2003-05-24  Juergen Reuter  <reuter@ipd.uka.de>
8777
8778         * Documentation/user/refman.itely: more tiny fixes
8779
8780         * Documentation/user/refman.itely: bugfix: "Chord namess" ->
8781         "Chord names"; added table with input syntax for solesmes neumes
8782         table; added some words about rationale on input syntax design
8783
8784         * lily/gregorian-ligature-engraver.cc,
8785         lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
8786         lily/include/gregorian-ligature.hh: bugfix: horizontal head
8787         alignment of Pes Initio Debilis
8788
8789         * Documentation/user/refman.itely,
8790         lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
8791         mf/parmesan-heads.mf: fixed most of the head selection/alignment
8792         bugs in the solesmes neumes table
8793
8794 2003-05-24  Heikki Junes  <hjunes@cc.hut.fi>
8795
8796         * lilypond-indent.el: Match '(' and ')' by skipping '\(' and '\)'.
8797         Similarly, match '[' and ']' by skipping '\[' and '\]'.
8798
8799         * lilypond-mode.el: fix tag-score. small improvements.
8800
8801 2003-05-23  Jan Nieuwenhuizen  <janneke@gnu.org>
8802
8803         * .cvsignore: Add aclocal.m4.
8804
8805         * lily/music-constructor.cc: Include <assert.h>.
8806
8807 2003-05-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8808
8809         * ly/engraver-init.ly (HaraKiriStaffContext): use
8810         RemoveEmptyStaffContext instead.
8811
8812         * Documentation/user/refman.itely: updates
8813
8814 2003-05-23  Juergen Reuter  <reuter@ipd.uka.de>
8815
8816         * Documentation/user/refman.itely: added solesmes neumes table;
8817         bugfix: make section "More Stanzas" a subsection of "Vocal Music";
8818         bugfix: "Ornaments" -> "Articulations"
8819
8820         * ly/gregorian-init.ly: junked "aucta" and "semivocalis"
8821
8822 2003-05-22  Heikki Junes  <hjunes@cc.hut.fi>
8823
8824         * lilypond-indent.el: Add a message about trying to match \] or \).
8825         
8826 2003-05-22  Juergen Reuter  <reuter@ipd.uka.de>
8827         
8828         * input/test/gregorian-scripts.ly, input/test/vaticana.ly: removed
8829         obsolete "arithmetic_*"
8830
8831         * input/bugs/ligatures.ly: removed (will be put into a different
8832         directory later)
8833
8834 2003-05-22  Jan Nieuwenhuizen  <janneke@gnu.org>
8835
8836         * stepmake/aclocal.m4: Add tetex-devel as package suggestion for
8837         libkpathsea (Maurizio Tomasi).
8838
8839 2003-05-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8840
8841         * input/regression/repeat-slash.ly (texidoc): new file
8842
8843         * lily/slash-repeat-engraver.cc (try_music): new file, handle
8844         slash repeats separately. Slash repeats and %
8845         repeats can now be nested.
8846
8847 2003-05-22  Heikki Junes  <hjunes@cc.hut.fi>
8848
8849         * lilypond-indent.el: Add preliminary test for closing \] and \).
8850         
8851 2003-05-21  Juergen Reuter  <reuter@ipd.uka.de>
8852
8853         * lily/gregorian-ligature-engraver.cc,
8854         lily/vaticana-ligature-engraver.cc,
8855         lily/include/gregorian-ligature.hh, ly/gregorian-init.ly,
8856         mf/parmesan-heads.mf: various semivocalis related bugfixes
8857
8858         * input/bugs/ligatures.ly: new file demonstrating problems with
8859         ligatures
8860         
8861 2003-05-21  Heikki Junes  <hjunes@cc.hut.fi>
8862
8863         * lilypond-mode.el,
8864         lilypond-font-lock.el,
8865         lilypond-indent.el: Move all paren matching to lilypond-indent.el.
8866
8867 2003-05-20  Heikki Junes  <hjunes@cc.hut.fi>
8868
8869         * lilypond-mode.el: Remove outdated code. Stress the difference 
8870         between Emacs and XEmacs definitions.
8871
8872         * lilypond-mode.el,
8873         lilypond-indent.el: Define a function interactive only when necessary.
8874
8875 2003-05-19  Heikki Junes  <hjunes@cc.hut.fi>
8876
8877         * lilypond-mode.el: Use temp-dir for Commands on Buffer/Region.
8878         Use inactive regions also in XEmacs.
8879
8880 2003-05-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8881
8882         * Documentation/user/refman.itely (Repeat syntax): more updates
8883
8884         * lily/simple-spacer.cc (solve): move solution process into
8885         solve(). This fixes a bug with collisions and raggedright = ##t.
8886  
8887         * scm/lily.scm (scm): remove output-pysk.scm, music-types.scm
8888
8889         * ly/engraver-init.ly: remove GraceContext. Update examples.
8890
8891 2003-05-18  Jan Nieuwenhuizen  <janneke@gnu.org>
8892
8893         * GNUmakefile.in (fonts): Also make fontball.
8894
8895         * Website fixes:
8896
8897         * ly/engraver-init.ly (GraceContext): Add.
8898
8899         * run:
8900
8901             convert-ly $(find . -name *.ly)
8902
8903         * ly/chord-modifiers-init.ly (ignatzekExceptionMusic): Hmm: fix
8904         new chords.
8905
8906 2003-05-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8907
8908         * VERSION: 1.7.19 released
8909         
8910         * scm/music-functions.scm (set-octavation): new function.
8911
8912         * input/regression/ottava.ly: new file
8913
8914         * lily/translator-scheme.cc (LY_DEFINE): new function
8915         ly:unset-context-property
8916         (LY_DEFINE) new function ly:context-property-where-defined: 
8917
8918 2003-05-18  Heikki Junes  <hjunes@cc.hut.fi>
8919
8920         * lilypond-font-lock.el: Add postfix syntax for horizontal groups.
8921
8922         * lilypond.words: add few.
8923
8924         * input/test/script-chart.ly: fix typo.
8925
8926 2003-05-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8927
8928         * scm/define-grobs.scm: uniform naming for definitions and output
8929         routine files. 
8930
8931         * ly/engraver-init.ly (ChoirStaffContext): add \description from
8932         scm/context-description.scm
8933
8934         * lily/parser.yy (translator_spec_body): add \description to the
8935         \translator{} body syntax.
8936
8937         * lily/ottava-engraver.cc: new file.
8938
8939         * scm/chord-name.scm (natural-chord-alteration): replace old
8940         chord stuff. 
8941
8942         * input/mutopia/R.Schumann/romanze-op28-2.ly: syntax updates.
8943
8944         * Documentation/user/refman.itely (Metronome marks): update doco.
8945
8946         * input/regression/markup-note.ly: new file
8947
8948         * input/regression/metronome-marking.ly: new file
8949
8950         * lily/metronome-engraver.cc: new file. Print \tempo markings.
8951
8952         * scm/new-markup.scm (note-markup): make a note glyph, useful for
8953         metronome marks.
8954
8955 2003-05-17  Jan Nieuwenhuizen  <janneke@gnu.org>
8956
8957         * Documentation/user/GNUmakefile: Compatibility fix for new
8958         makeinfo.  Please upgrade to texinfo CVS or pretest > 4.5.90 (rsn)
8959         for making binary packages; info splitting bug has been fixed.
8960
8961         * Documentation/user/refman.itely: Compile fixes.
8962
8963 2003-05-16  Heikki Junes  <hjunes@cc.hut.fi>
8964
8965         * lilypond-mode.el: XEmacs-fix: Use (mark) to find active-mark.
8966         Count \midi -keywords also for a region.
8967
8968 2003-05-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8969
8970         * lily/lookup.cc (LY_DEFINE): new function
8971
8972         * Documentation/user/tutorial.itely: updates
8973
8974 2003-05-15  Heikki Junes  <hjunes@cc.hut.fi>
8975
8976         * lilypond-mode.el: Allow Midi on buffer.
8977         Use only '.ly'-extension, remove '.sly' and '.fly'.
8978         Allow use of inactive regions. Invoke next Command on Master file, 
8979         Buffer or Region, if C-cc, C-cb, or C-cr, accordingly, was pressed.
8980
8981 2003-05-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8982
8983         * Documentation/user/tutorial.itely: updates.
8984
8985 2003-05-14  Heikki Junes  <hjunes@cc.hut.fi>
8986
8987         * lilypond-mode.el: Show messages in one line only, as in XEmacs.
8988
8989 2003-05-13  Juergen Reuter  <reuter@ipd.uka.de>
8990
8991         * lily/coherent-ligature-engraver.cc: fixed typo
8992
8993         * lily/coherent-ligature-engraver.cc,
8994         lily/gregorian-ligature-engraver.cc,
8995         lily/ligature-bracket-engraver.cc, lily/ligature-engraver.cc,
8996         lily/mensural-ligature-engraver.cc, lily/note-heads-engraver.cc,
8997         lily/vaticana-ligature-engraver.cc,
8998         lily/include/ligature-engraver.hh, ly/gregorian-init.ly,
8999         scm/grob-description.scm: cleanup: junked LigatureHead grob and
9000         removed all ligature specific stuff from NoteHead code
9001
9002         * lily/ligature-head.cc, lily/include/ligature-head.hh: removed;
9003         ligatures now use regular noteheads
9004
9005         * lily/vaticana-ligature.cc: tiny code cleanups
9006
9007         * lily/vaticana-ligature-engraver.cc: bugfix: insert additional
9008         space between two adjacent noteheads of the same pitch
9009
9010         * scm/grob-description.scm: bugfix: VaticanaLigature: interface
9011         description; cleanup: removed obsolete font-family settings
9012
9013 2003-05-11  Juergen Reuter  <reuter@ipd.uka.de>
9014
9015         * lily/coherent-ligature-engraver.cc,
9016         lily/gregorian-ligature-engraver.cc,
9017         lily/ligature-bracket-engraver.cc, lily/ligature-engraver.cc,
9018         lily/mensural-ligature-engraver.cc,
9019         lily/vaticana-ligature-engraver.cc,
9020         lily/include/gregorian-ligature-engraver.hh: updated for new
9021         Coherent_ligature_engraver; added comments that describe the basic
9022         design ideas of the ligature implementation
9023
9024         * lily/coherent-ligature-engraver.cc,
9025         lily/include/coherent-ligature-engraver.hh: new file: shared code
9026         between mensural ligatures and Gregorian chant notation ligatures
9027
9028 2003-05-11  Heikki Junes  <hjunes@cc.hut.fi>
9029
9030         * lilypond-mode.el: XEmacs fixes: include two definitions for the
9031         key for autocompletion XEmacs [iso-left-tab], Emacs [iso-lefttab],
9032         use only two arguments in sit-for, use no arguments in
9033         read-char-exclusive, backspace is not a character (127) in XEmacs.
9034
9035         * lilypond-font-lock.el: XEmacs: small fix to scheme-fontifying.
9036
9037 2003-05-06  Heikki Junes  <hjunes@cc.hut.fi>
9038
9039         * lilypond-mode.el: un-commenting works after syntax-table fix.
9040
9041         * lilypond-font-lock.el: fontify \[- and \]-slurs as horizontal
9042         group, verbose commenting for syntax table.
9043
9044         * lilypond-indent.el: add TODO for ligature slurs.
9045
9046 2003-05-05  Heikki Junes  <hjunes@cc.hut.fi>
9047
9048         * lilypond-mode.el: Move comments of parenthesis matching away,
9049         (blink-matching-paren-on-screen) fix blinking in Emacs.
9050
9051         * lilypond-font-lock.el: Fix parent-matching for Emacs:
9052         Emacs syntax-table knows only "13"-style, XEmacs knows also "1b3b".
9053
9054         * lilypond-indent.el: Add TODO for parenthesis matching.
9055
9056 2003-05-03  Heikki Junes  <hjunes@cc.hut.fi>
9057
9058         * lilypond-mode.el: Fix XEmacs: 
9059         changed [S-iso-lefttab] to [(shift iso-lefttab)],
9060         invoke explicitly easy-menu-add (in Emacs done automatically).
9061         
9062         * lilypond.words: Add few words from input/*/*.ly.
9063
9064 2003-05-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9065
9066         * VERSION (PATCH_LEVEL): release 1.7.18
9067
9068         * scripts/lilypond-book.py: only print basename for printfilename
9069         option
9070
9071         * input/mutopia/J.S.Bach/baerenreiter-sarabande.ly: corrections
9072         and syntax updates.
9073
9074 2003-05-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9075
9076         * mf/feta-toevallig.mf: revamp flat symbol: use less points,
9077         better parametrisation. Move fatness of bulb downward.
9078
9079         * mf/parmesan-custodes.mf (dir_down): remove underscores from
9080         glyph names. Underscores are not allowed .ps encoding files.
9081
9082 2003-04-30  Juergen Reuter  <reuter@ipd.uka.de>
9083
9084         * lily/spacing-spanner.cc, ly/paper-init.ly: introduced paper
9085         variable "packed" for packed right-ragged mode
9086
9087         * lily/spacing-spanner.cc: fixed typo: colunm -> column; removed
9088         unused variable ragged; fixed indentation
9089
9090         * Documentation/user/refman.itely: tiny cleanups in ancient
9091         clef and custos section
9092
9093 2003-04-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9094
9095         * lily/parser.yy (Simple_music): add \applyoutput, syntax
9096         \applyoutput PROCEDURE
9097
9098         * lily/my-lily-lexer.cc: add \applyoutput.
9099
9100         * scm/music-types.scm (music-descriptions): add ApplyOutputEvent.
9101
9102         * lily/text-item.cc: clean text-interface description
9103
9104 2003-04-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9105
9106         * input/{regression,test}/: use postfix for slur endings and beam
9107         begins.
9108
9109         * lily/beam-engraver.cc (acknowledge_grob): set melismata for new
9110         style beams too. 
9111
9112         * input/regression/lyrics-melisma-beam.ly: new file.
9113
9114         * lily/lyric-engraver.cc (process_music): change from
9115         process_acknowledged_grobs()
9116
9117         * scm/auto-beam.scm (override-auto-beam-setting): write Scheme
9118         functions to set and revert auto-beam settings.
9119
9120 2003-04-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9121
9122         * lily/*.cc (number_accidentals): gh_assoc -> scm_assoc.
9123
9124 2003-04-24  Juergen Reuter  <reuter@ipd.uka.de>
9125
9126         * ChangeLog, Documentation/topdocs/AUTHORS.texi,
9127         Documentation/user/lilypond.tely: fixed some typos; updated author
9128         info
9129
9130         * Documentation/user/music-glossary.tely: bugfix: #'flag-style =
9131         #"" -> #'flag-style = #'()
9132
9133         * lily/cluster-engraver.cc, lily/ligature-bracket-engraver.cc:
9134         cleanup: removed dead #includes
9135
9136         * lily/gregorian-ligature-engraver.cc,
9137         lily/include/gregorian-ligature.hh,
9138         scm/grob-property-description.scm: small cleanups, small spacing
9139         fixes
9140
9141         * lily/gregorian-ligature-engraver.cc, lily/parser.yy,
9142         lily/vaticana-ligature.cc,
9143         lily/include/gregorian-ligature-engraver.hh,
9144         scm/grob-property-description.scm, scm/music-types.scm:
9145         "porrectus" -> "pes or flexa"
9146
9147         * ly/engraver-init.ly, scm/grob-description.scm,
9148         scm/grob-property-description.scm: junked porrectus, now handled
9149         by ligature code
9150
9151         * scm/grob-description.scm: bugfix: added space-alist entry for
9152         breathing sign/custos
9153
9154 2003-04-24  Jan Nieuwenhuizen  <janneke@gnu.org>
9155
9156         * Another grand 2003 update.
9157         
9158         * Remove mentioning of `mudela'; There's no such thing.
9159
9160 2003-04-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9161
9162         * Documentation/user/preface.itely (Preface to version 1.8): update
9163
9164         * Documentation/user/invoking.itexi (Invoking LilyPond): revise
9165
9166         * Documentation/user/converters.itely (Invoking convert-ly): revise
9167
9168         * scripts/convert-ly.py (outfile_name): remove --assume-old.
9169
9170         * scripts/lilypond-book.py (schedule_lilypond_block): remove --read-lys
9171
9172 2003-04-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9173
9174         * Documentation/user/internals.itely: more updates.
9175
9176 2003-04-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9177
9178         * Documentation/user/refman.itely: revise 
9179
9180         * Documentation/user/internals.itely: revise
9181
9182         * lily/music.cc (LY_DEFINE): add function ly:music-deep-copy
9183
9184 2003-04-23  Juergen Reuter  <reuter@ipd.uka.de>
9185
9186         * Documentation/user/refman.itely: bugfix: fixed broken @ref{};
9187         beautification: reformatted ancient clefs section; cleanup: small
9188         wording fixes
9189
9190 2003-04-22  Heikki Junes <hjunes@cc.hut.fi>
9191
9192         * lilypond.words: added words for chant notation, sorted
9193         alphabetically through "sort lilypond.words"
9194
9195 2003-04-22  Juergen Reuter  <reuter@ipd.uka.de>
9196
9197         * ly/gregorian-init.ly, ly/script-init.ly, mf/parmesan-scripts.mf,
9198         scm/script.scm, input/test/gregorian-scripts.ly: added scripts for
9199         chant notation
9200
9201 2003-04-21  Juergen Reuter  <reuter@ipd.uka.de>
9202
9203         * buildscripts/mf-to-table.py: bugfix: "--" in glyph names:
9204         prevent TeX from interpreting them as long dash
9205
9206         * input/test/vaticana.ly: updated
9207
9208         * mf/parmesan-accidentals.mf, mf/parmesan-clefs.mf,
9209         mf/parmesan-custodes.mf, mf/parmesan-flags.mf,
9210         mf/parmesan-heads.mf, mf/parmesan-rests.mf,
9211         mf/parmesan-scripts.mf, mf/parmesan-timesig.mf: more set_char_box
9212         fixes
9213
9214         * mf/parmesan-heads.mf: ledger endings: removed dead code
9215
9216 2003-04-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9217
9218         * VERSION: 1.7.17 released
9219         
9220         * Documentation/user/GNUmakefile
9221         ($(outdir)/lilypond-internals/lilypond-internals.html): copy ly
9222         files too.
9223
9224         * scm/document-markup.scm: new file: document all markup
9225         functions.
9226
9227         * scm/documentation-generate.scm: rename all documentation modules
9228         to document-*.scm
9229
9230         * scripts/lilypond-book.py: generate link to .ly file iso. link to
9231         .png
9232
9233         * input/test/divisiones.ly: added
9234
9235         * input/regression/output-property.ly: new file
9236
9237         * lily/cluster.cc: change cluster-interface to use style property
9238
9239 2003-04-20  Rune Zedeler  <rune@zedeler.dk>
9240
9241         * input/test/chord-names-german.ly: modified.
9242
9243         * scm/chords-ignatzek.scm:
9244           chord-name->german-markup: Added
9245           note-name->german-markup: Changed (now producing lowercase notenames)
9246
9247         * lily/chord-name-engraver.cc: Reads property chordNoteNamer
9248         
9249 2003-04-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9250
9251         * scripts/convert-ly.py (FatalConversionError.conv):
9252         divisiominima -> divisioMinima, etc.
9253
9254         * ly/engraver-init.ly (FiguredBassContext): add
9255         Separating_line_group_engraver to Figured bass context.
9256
9257         * ly/german-chords-init.ly: remove file
9258
9259         * input/test/chord-names-german.ly (scm): new file.
9260
9261         * ly/engraver-init.ly (ScoreContext): add chordRootNamer property.
9262
9263         * lily/chord-name-engraver.cc: move New_chord_name_engraver to
9264         Chord_name_engraver
9265
9266         * Documentation/user/refman.itely: lots of updates.
9267
9268         * input/regression/chord-name-exceptions.ly (chExceptionMusic):
9269         new file
9270
9271         * input/test/bar-number-every-5-reset.ly: new file.
9272
9273 2003-04-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9274
9275         * input/regression/chord-name-major7.ly: new file
9276
9277         * scm/chord-entry.scm (construct-chord): bugfix: don't remove 11
9278         if specced explicitly.
9279
9280         * input/regression/chord-name-entry-11.ly: new file.
9281
9282         * input/test/slur-beautiful.ly: new file.
9283
9284         * Documentation/user/refman.itely: updates.
9285
9286         * input/regression/collisions.ly (threevoice): cleanup.
9287
9288         * scripts/convert-ly.py:  linewidth = -1  -> raggedright = ##t.
9289
9290 2003-04-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9291
9292         * Documentation/user/*.itely: various updates.
9293
9294         * ly/spanners-init.ly: enddecr/ endcr.
9295
9296         * Documentation/user/tutorial.itely (Fine tuning a piece): editing
9297         of tutorial
9298
9299 2003-04-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9300
9301         * scripts/ly2dvi.py (extra_init): add compat2 to latex options.
9302
9303         * lily/new-chord-name-engraver.cc (process_music): use octavation
9304         (a number) instead of original-pitch to store inversions. This
9305         fixes a problem with transposed chords with inversions.  
9306
9307 2003-04-14  Jan Nieuwenhuizen  <janneke@gnu.org>
9308
9309         * stepmake/aclocal.m4: Include compile fix for broken flex, as
9310         used in includable-lexer.hh.
9311
9312         * lily/includable-lexer.cc: Bugfix: include config.h.
9313
9314         * stepmake/aclocal.m4: Check for $GUILE_CONFIG; allows
9315         circumvention of Debian packaging bug.
9316
9317 2003-04-13  Jan Nieuwenhuizen  <janneke@gnu.org>
9318
9319         * flex-2.5.31 hits Debian/unstable.  Fixes below.
9320         
9321         * lily/lexer.ll (avoid_silly_flex_induced_gcc_warnings): Disable.
9322
9323         * lily/includable-lexer.cc [!HAVE_FLEXLEXER_YY_CURRENT_BUFFER]
9324         (yy_current_buffer): New macro, compile hacks for flex 2.5.29.
9325
9326         * lily/include/includable-lexer.hh: 
9327         * lily/lexer.ll: Hack for multiple include of FlexLexer.h.
9328
9329         * config.hh.in (HAVE_FLEXLEXER_YY_CURRENT_BUFFER): Add.
9330
9331         * aclocal.m4: Regenerate.
9332
9333         * stepmake/aclocal.m4 (STEPMAKE_FLEXLEXER): Check for
9334         yyFlexLexer.yy_current_buffer, which was removed in flex-2.5.29.
9335
9336         * scm/pdf.scm (use-modules): Include lily.
9337
9338         * scm/pdftex.scm (start-system): Bugfix: add closing brace (Beernd
9339         Noordkamp).
9340         (use-modules): Include lily.
9341         (lily-def): Bugfix: include tex-val in let.
9342
9343 2003-04-12  Heikki Junes <hjunes@cc.hut.fi>
9344
9345         * lilypond-mode.el: sensible error if lilypond.words not found.
9346
9347         * lilypond.words: add few words.
9348
9349 2003-04-11  Juergen Reuter  <reuter@ipd.uka.de>
9350
9351         * mf/parmesan-clefs.mf: bugfix: char boxes corrected
9352
9353         * mf/parmesan-scripts.mf: fixed typo in char name
9354
9355 2003-04-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9356
9357         * VERSION: 1.7.16 released
9358
9359         * python/lilylib.py (setup_temp): temporary directories are mode 700.
9360         (this is a security vulnerability).
9361
9362         * Documentation/user/lilypond.tely: remove abbreviations (n't, 's)
9363
9364         * lily/multi-measure-rest-engraver.cc (stop_translation_timestep):
9365         add staff support.
9366
9367 2003-04-10  Juergen Reuter  <reuter@ipd.uka.de>
9368
9369         * mf/parmesan-scripts.mf, Documentation/user/refman.itely,
9370         ly/script-init.ly, scm/script.scm: bugfix: renamed
9371         fermata->signumcongruentiae to fix naming clash with feta font
9372
9373 2003-04-10  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9374
9375         * input/regression/multi-measure-rest-grace.ly (texidoc): new file
9376
9377         * lily/multi-measure-rest-engraver.cc
9378         (start_translation_timestep): use grace timing too for determining
9379         when to make mmrest.
9380         (start_translation_timestep): clear numbers too.
9381
9382 2003-04-09  Juergen Reuter  <reuter@ipd.uka.de>
9383
9384         * scm/music-types.scm: compile fix: escape braces
9385
9386         * buildscripts/mf-to-table.py: replaced \char -> \musicglyph to
9387         work around font selection problem
9388
9389         * Documentation/user/refman.itely: BreathingSign: added docu for
9390         property "text"
9391
9392 2003-04-09  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
9393
9394         * Documentation/topdocs/AUTHORS.texi (AUTHORS): Updated contact
9395         information.
9396
9397 2003-04-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9398
9399         * lily/multi-measure-rest-engraver.cc (class
9400         Multi_measure_rest_engraver): make multiple Number objects, one
9401         for each MultiMeasureTextEvent.
9402
9403         * scm/music-functions.scm (glue-mm-rest-texts): use
9404         MultiMeasureTextEvent
9405
9406         * scm/music-types.scm (music-descriptions): add MultiMeasureTextEvent
9407
9408         * Documentation/user/refman.itely (Multi measure rests): update.
9409
9410 2003-04-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9411
9412         * lily/ly-module.cc (ly_copy_module_variables): use
9413         scm_internal_hash_fold() for iterating modules.
9414
9415 2003-04-08  Juergen Reuter  <reuter@ipd.uka.de>
9416
9417         * Documentation/user/refman.itely: Section Custodes: added more
9418         example code
9419
9420         * mf/feta-eindelijk.mf, mf/parmesan-rests.mf: cleanup: moved
9421         neo-mensural rests to parmesan font
9422
9423         * mf/parmesan-heads.mf, mf/parmesan-timesig.mf: updated file
9424         header
9425
9426 2003-04-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9427
9428         * Documentation/user/macros.itexi: @fileref macro.
9429
9430         * buildscripts/lys-to-tely.py (name2line): add <NAME> tags for
9431         each file. 
9432
9433 2003-04-04  Juergen Reuter  <reuter@ipd.uka.de>
9434
9435         * lily/include/custos.hh, make/lilypond.suse.spec.in,
9436         Documentation/topdocs/AUTHORS.texi: updated my email address
9437
9438         * Documentation/user/refman.itely: updated custos documentation;
9439         beautified divisiones example; beautified articulations table
9440
9441         * lily/breathing-sign.cc: bugfix: finalis molecule
9442
9443 2003-04-03  Juergen Reuter  <reuter@ipd.uka.de>
9444
9445         * Documentation/user/refman.itely: added docu for
9446         contemporary fermata symbols, gregorian breathing signs; small fixes
9447
9448         * ly/gregorian-init.ly: removed obsolete #'type props
9449
9450 2003-04-01  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
9451
9452         * lily/multi-measure-rest.cc (set_spacing_rods): Handle the
9453         minimum-length property correctly.
9454
9455 2003-03-31  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9456
9457         * scm/music-functions.scm (make-multi-measure-rest): set input
9458         locations for multimeasure rests.
9459
9460 2003-03-31  Juergen Reuter  <reuter@ipd.uka.de>
9461
9462         * input/regression/breathing-sign.ly: updated to for ancient
9463         notation
9464
9465 2003-03-31  Jan Nieuwenhuizen  <janneke@gnu.org>
9466
9467         * scripts/ly2dvi.py: Add newline.
9468
9469 2003-03-30  Jan Nieuwenhuizen  <janneke@gnu.org>
9470
9471         * scripts/ly2dvi.py (dependency_files): Compile fix.
9472
9473 2003-03-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9474
9475         * scripts/ly2dvi.py (find_pfa_fonts): add --png option
9476         (make_html_menu_file): --html menu. 
9477
9478 2003-03-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9479
9480         * scripts/ly2dvi.py (run_dvips): +add the .map file 
9481
9482 2003-03-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9483
9484         * input/screech-boink.ly: new file.
9485
9486 2003-03-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9487
9488         * scripts/lilypond-book.py (make_lilypond_file): convert
9489         lilypond-file to lilypond block directly, without going through
9490         begin/end lilypond text.
9491         
9492
9493 2003-03-21  Juergen Reuter  <reuter@ipd.uka.de>
9494
9495         * lily/breathing-sign.cc, lily/include/breathing-sign.hh,
9496         scm/grob-description.scm: moved Michael's original breathing sign
9497         code in brew_molecule() to divisio_minima(); provided new
9498         brew_molecule() that effectively replaces the
9499         Text_item::brew_molecule callback (with additional fallback to
9500         Michael's original code); added callbacks for brewing divisio
9501         maior/maxima and finalis
9502
9503         * gregorian-init.ly: added breathing sign shortcuts for virgula,
9504         caesura, divisiominima, divisiomaior, divisiomaxima, and finalis
9505
9506         * script-init.ly: added shortfermata, longfermata,
9507         verylongfermata, varcoda
9508
9509         * scm/script.scm, mf/feta-schrift.mf: added shortfermata,
9510         longfermata, verylongfermata, varcomma, varcoda
9511
9512 2003-03-19  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
9513
9514         * Documentation/user/{tutorial.itely,refman.itely,internals.itely}: 
9515           Remove all noquote and insert a few quote.
9516         
9517         * Documentation/user/lilypond-book.itely (Music fragment options),
9518           scripts/lilypond-book.py: Don't include quotation blocks by
9519           default. Introduce option quote instead of noquote
9520
9521 2003-03-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9522
9523         * VERSION: 1.7.15 released
9524         
9525         * Documentation/user/lilypond.tely: omf updates.
9526
9527         * buildscripts/texi2omf.py (omf_vars): include version.date
9528
9529         * make/lilypond.redhat.spec.in: fixes for spec file. 
9530
9531         * stepmake/stepmake/texinfo-vars.make (GENERATE_OMF):  replace var
9532         by function definition: lily now requires a recent GNU Make.
9533
9534         * scripts/lilypond-book.py (write_deps): remove .tex dependency
9535         writing.
9536
9537         * make/ly-rules.make: remove .ly -> .tex rule
9538
9539         * Documentation/user/refman.itely (Figured bass): revised figured
9540         bass example.
9541
9542 2003-03-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9543
9544         * stepmake/stepmake/omf-targets.make (local-install): add
9545         scrollkeeper-update message.
9546
9547         * scripts/lilypond-book.py (lilypond_binary): explicity add path
9548         to binary.
9549         (TexiPaper.process_ly2dvi_block): idem for ly2dvi
9550
9551         * scripts/ly2dvi.py (lilypond_binary): explicity add path to binary.
9552
9553         * Documentation/user/converters.itely (Invoking midi2ly): add
9554         track/channel notice.
9555
9556 2003-03-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9557
9558         * stepmake/stepmake/omf-targets.make (omf-local-install): bugfixes
9559
9560         * lily/parser.yy (scalar): DIGIT is also a scalar.
9561
9562         * Documentation/user/music-glossary.tely: add @omf tags
9563
9564         * Documentation/user/lilypond.tely: add @omf tags
9565
9566         * scm/generate-documentation.scm (string-append): add @omf tags.
9567
9568         * stepmake/stepmake/omf-*: new files 
9569
9570         * input/regression/multi-measure-rest.ly (texidoc): add doco
9571
9572         * GNUmakefile.in (web-doc-install): add web-doc-install target
9573
9574         * lily/scm-hash.cc (remove): prevent underflow of elt_count_. This
9575         fixes crashes while dumping MIDI.
9576
9577         * ly/performer-init.ly (FiguredBassContext): add Figured bass for
9578         midi
9579
9580 2003-03-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9581
9582         * buildscripts/texi2omf.py: new file.
9583
9584         * mf/feta-beugel.mf: include font count, not staffsize (16) in
9585         font-name
9586
9587 2003-03-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9588
9589         * input/regression/beam-manual-beaming.ly (texidoc): new file.
9590
9591         * lily/sequential-iterator.cc (descend_to_child): call
9592         descend_to_child() for all types of music.
9593
9594 2003-03-08  Jan Nieuwenhuizen  <janneke@gnu.org>
9595
9596         * scm/translator-property-description.scm: Add
9597         bassFigureFormatFunction.  Replace some entries.
9598
9599 2003-03-04  Jan Nieuwenhuizen  <janneke@gnu.org>
9600
9601         * cygwin/post-lilypond.sh: Add FHS-specified path for fonts to
9602         clean out.
9603
9604 2003-03-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9605
9606         * scripts/midi2ly.py (Note.dump): never dump duration for
9607         dump_dur=0.
9608
9609         * scm/chords-ignatzek.scm (alteration->text-accidental-markup):
9610         new function
9611
9612         * scm/bass-figure.scm (make-bass-figure-markup): reimplement bass
9613         figures using new markups. Much simpler, and should improve layout
9614         a little.
9615
9616         * mf/feta-nummer-code.mf (code): insert space in location 32, not 33.
9617
9618 2003-03-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9619
9620         * ly/engraver-init.ly: use Hara kiri by default for 
9621         ChordNames, FiguredBass and Lyrics(Voice) context. 
9622
9623         * lily/axis-group-engraver.cc (acknowledge_grob): use
9624         rhythmic-grob-interface for selecting items not to hara-kiri'd 
9625
9626         * scm/new-markup.scm (markup-function-list): add bracket,
9627         vbracket.
9628
9629         * ly/engraver-init.ly (ChordNamesContext): set
9630         minimumVerticalExtent
9631
9632 2003-03-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9633
9634         * input/test/time-signature-double.ly: new file 
9635
9636         * input/regression/collision-head-chords.ly (texidoc): new file.
9637
9638         * lily/type-swallow-translator.cc: add note swallow translator 
9639
9640         * input/test/time-signature-double.ly: new file.
9641
9642         * lily/type-swallow-translator.cc: add Rest_swallow_translator
9643
9644         * ly/engraver-init.ly (ChordNamesContext): add Rest_swallow_translator
9645         (FiguredBassContext): idem.
9646
9647         * VERSION (MY_PATCH_LEVEL): 1.7.14 released
9648
9649         * input/mutopia/W.A.Mozart/*.ly (romanze): markup syntax updates. 
9650
9651         * buildscripts/mf-to-table.py: add .pfa, .pfb target dependency.
9652
9653         * stepmake/stepmake/metafont-rules.make ($(outdir)/%.pfb): remove
9654         .afm dependency
9655
9656         * buildscripts/mf-to-table.py (write_fontlist): use new markup syntax
9657
9658         * python/lilylib.py (make_page_images): add function.
9659
9660         * scripts/ly2dvi.py (run_latex): include title in preview image.
9661
9662         * scripts/lilypond-book.py (process_ly2dvi_blocks): call ly2dvi
9663         from lilypond-book for <ly2dvifile> tags in HTML.
9664
9665         * scripts/ly2dvi.py (option_definitions): add --debug option to
9666         print out environment.
9667
9668         * input/regression/tie-chord-partial.ly: new file.
9669
9670 2003-03-05  Heikki Junes <hjunes@cc.hut.fi>
9671
9672         * lilypond.words: add 3
9673
9674 2003-03-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9675
9676         * scm/new-markup.scm (markup-function-list): add finger-markup
9677
9678         * input/tutorial/brahms-tweaked.ly: new markup 
9679
9680         * scm/bass-figure.scm (brew-one-figure): bugfix for large bass figures 
9681
9682         * scm/new-markup.scm (brew-new-markup-molecule): robustness: don't
9683         crash when processing '() markup
9684
9685         * input/regression/breathing-sign.ly (texidoc): add caesura example.
9686
9687         * lily/breathing-sign.cc (railtracks): another caesura.
9688
9689         * mf/feta-schrift.mf: caesura symbol. 
9690
9691 2003-03-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9692
9693         * scripts/convert-ly.py (FatalConversionError.conv): add
9694         ly:molecule-XXX conversions.
9695
9696         * lily/molecule-scheme.cc: change names to ly:molecule-XXX
9697
9698         * input/regression/multi-measure-rest-text.ly: new file.
9699
9700         * scm/music-functions.scm (glue-mm-rest-texts): automatically
9701         convert MMREST-TEXT to MultiMeasureRestNumber settings.
9702
9703         * ly/engraver-init.ly (ScoreContext): move tablature settings to
9704         ScoreContext
9705
9706         * scm/new-markup.scm (center-markup): \center markup.
9707
9708         * scm/music-functions.scm: remove pitchify scripts.
9709
9710         * lily/music.cc (print_smob): display music name if available 
9711
9712 2003-03-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9713
9714         * Documentation/user/refman.itely (Instrument names): remove
9715         \turnOff doco.
9716
9717 2003-03-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9718
9719         * lily/score.cc (mark_smob): bugfix.
9720
9721         * input/regression/rehearsal-mark.ly: new file.
9722
9723         * lily/my-lily-parser.cc (here_input): revert reporting of errors:
9724         report error at the current token again.
9725
9726 2003-02-26  Jan Nieuwenhuizen  <janneke@gnu.org>
9727
9728         * cygwin/mknetrel: Exit if doc build fails.
9729
9730         * lily/GNUmakefile: Add hack for .deps and --srcdir build.
9731
9732 2003-02-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9733
9734         * scm/music-types.scm (music-descriptions): add doc strings
9735
9736 2003-02-25  Jan Nieuwenhuizen  <janneke@gnu.org>
9737
9738         * lily/lexer.ll: 
9739         * lily/include/my-lily-lexer.hh: 
9740         * lily/include/includable-lexer.hh: Add flex kludge.
9741
9742         * config.hh.in: 
9743         * config.make.in: 
9744         * stepmake/aclocal.m4 (STEPMAKE_DATADIR, STEPMAKE_LIBDIR): Junk
9745         cruft.
9746         
9747         * stepmake/aclocal.m4 (STEPMAKE_LIBDIR): Fix casual cut and paste
9748         code.
9749
9750 2003-02-24  Jan Nieuwenhuizen  <janneke@gnu.org>
9751
9752         * ly/spanners-init.ly (cresc, dim): Update to new markup text.
9753
9754         * lily/parser.yy (new_chord): Compile fix.
9755
9756 2003-02-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9757
9758         * Documentation/user/refman.itely (Tuning groups of objects):
9759         remove documentation for \turnOff. 
9760
9761         * lily/percent-repeat-engraver.cc (try_music): add correct
9762         processing moments for double-measure percents as well.
9763
9764         * input/regression/percent-repeat-skipbars.ly (texidoc): new file
9765
9766         * lily/lily-guile.cc (ly:dimension?): add dimension as separate
9767         grob prop type. 
9768
9769         * Documentation/user/refman.itely (Printing named chords): add
9770         chord name tweak doco.
9771
9772         * input/template/gregorian-transcription.ly: new file.
9773
9774 2003-02-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9775
9776         * VERSION: 1.7.13 released
9777         
9778         * input/test/*: lots of cleanups/comment-outs/removals in chord
9779         examples
9780         
9781         * input/regression/*: lots of cleanups/comment-outs/removals in
9782         chord examples
9783         
9784         * scripts/lilypond-book.py (check_texidoc): add no-texidoc to
9785         options
9786
9787         * lily/new-chord-name-engraver.cc (process_music): give original
9788         inversion pitch to chord name routine.
9789
9790         * input/tutorial/os-score.ly: update to new markup
9791
9792         * Documentation/user/appendices.itely: simply include
9793         chords-ignatzek. 
9794
9795         * Documentation/user/refman.itely (Chords mode): add documentation
9796         for chord mode.
9797
9798         * scm/chord-entry.scm (construct-chord): mark inversion as bass if
9799         not present in chord.
9800         (construct-chord): add inversion and bass support.
9801
9802         * lily/chord.cc: junk contents.
9803
9804 2003-02-17  Heikki Junes <hjunes@cc.hut.fi>
9805
9806         * Documentation/user/refman.itely:
9807         * Documentation/user/music-glossary.tely: fix. 
9808
9809 2003-02-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9810
9811         * scm/chord-entry.scm (construct-chord): move chord construction
9812         to Scheme.
9813
9814         * lily/parser.yy (new_chord): new setup for chord entry.
9815
9816 2003-02-16  Heikki Junes <hjunes@cc.hut.fi>
9817
9818         * lilypond.words:
9819         * Documentation/user/music-glossary.tely: add ambitus.
9820
9821 2003-02-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9822
9823         * scm/chords-ignatzek.scm (ignatzek-chord-names): robustness fix.
9824
9825         * lily/include/*.hh: string() -> to_string()
9826
9827         * scm/chords-ignatzek.scm: new file.
9828
9829         * ly/chord-modifiers-init.ly (ignatzekExceptionMusic): define
9830         standard chord name exceptions.
9831
9832         * scm/translator-property-description.scm (chordNameSeparator):
9833         add property.
9834         (majorSevenSymbol): add property
9835
9836         * lily/translator-scheme.cc (ly:context-properties): new function
9837         (ly:context-parent): new function.
9838         (print_smob): print context name.
9839
9840         * lily/music.cc (ly:get-music-length): new function
9841         (print_smob): don't print properties.
9842
9843         * lily/duration.cc (duration<?): new function
9844
9845         * input/regression/chords-funky-ignatzek.ly: new file.
9846
9847         * scm/double-plus-new-chord-name.scm (ignatzek-chord-names):
9848         jazz chords.
9849
9850         * lily/pitch.cc (ly:pitch-diff): new function.
9851
9852         * input/regression/chords-ignatzek.ly: new file.
9853
9854 2003-02-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9855
9856         * scm/double-plus-new-chord-name.scm (ignatzek-chord-names): classify
9857         pitches for jazz chords.
9858
9859 2003-02-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9860
9861         * lily/pitch.cc (LY_DEFINE): add ly:pitch-steps
9862
9863 2003-02-05  Heikki Junes  <hjunes@cc.hut.fi>
9864
9865         * lilypond.words: add 1
9866
9867 2003-02-04  Heikki Junes  <hjunes@cc.hut.fi>
9868
9869         * Documentation/topdocs/AUTHORS.texi: refine.
9870
9871 2003-01-25  Heikki Junes  <hjunes@cc.hut.fi>
9872
9873         * lilypond-font-lock.el: lyrics-mode update for multiple stanza.
9874         
9875         * lilypond.words: add one.
9876
9877 2003-01-23  Heikki Junes  <hjunes@cc.hut.fi>
9878
9879         * lilypond-font-lock.el: Fontify post-notated slurs [-^_][()].
9880         Fontify bass note in chords, e.g., e in c1/e.
9881         
9882 2003-01-19  Jan Nieuwenhuizen  <janneke@gnu.org>
9883
9884         * Documentation/user/music-glossary.tely: Dutch updates and
9885         additions (Arent Storm).
9886
9887 2003-01-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9888
9889         * input/regression/ambitus.ly:  move file.      
9890
9891         * lily/include/pitch.hh (class Pitch): make Pitch objects immutable.
9892
9893         * lily/event.cc (transpose): add tonic property to Key_change_req
9894         and to Key_engraver.
9895
9896 2003-01-17  Heikki Junes  <hjunes@cc.hut.fi>
9897
9898         * Documentation/user/refman.itely: fix typo.
9899
9900         * lilypond.words: removed wrong identifiers.
9901
9902 2003-01-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9903
9904         * mf/feta-toevallig.mf: make flat stem shorter 
9905
9906 2003-01-16  Heikki Junes  <hjunes@cc.hut.fi>
9907
9908         * lilypond-font-lock.el: Fontify post-notated slurs -( and -).
9909
9910         * lilypond.words: add from Phrasing slur.
9911         
9912 2003-01-15  Heikki Junes  <hjunes@cc.hut.fi>
9913
9914         * lilypond-mode.el: allow launching multiple ViewPS processes.
9915         
9916         * lilypond.words: add from Text markup.
9917
9918 2003-01-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9919
9920         * input/test/ossia.ly (texidoc): add comment.
9921
9922         * input/regression/voice-follower.ly: new file.
9923
9924         * mf/feta-toevallig.mf: make flat heavier.
9925
9926         * lily/cluster-engraver.cc: clean up Cluster engraver
9927
9928         * lily/cluster.cc (brew_molecule): cleaned up Cluster code and
9929         Engraver. Use Note_column to compute Y positions and deal with
9930         line break stuff.
9931
9932 2003-01-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9933
9934         * lily/stem.cc: move french-beaming to stem.
9935
9936 2003-01-13  Heikki Junes  <hjunes@cc.hut.fi>
9937
9938         * lilypond-font-lock.el: fontify all durations in chords.
9939
9940         * lilypond.words: add from lily/my-lily-lexer.cc
9941
9942 2003-01-12  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9943
9944         * VERSION: release 1.7.12
9945
9946         * lily/vaticana-ligature-engraver.cc (finish_primitive): compile fixes.
9947
9948         * lily/gregorian-ligature.cc: new file
9949
9950         * lily/*: the Great 2003 search & replace.
9951
9952         * Documentation/user/refman.itely (Manual repeat commands): add
9953         note about font selection.
9954
9955 2003-01-12  Heikki Junes  <hjunes@cc.hut.fi>
9956
9957         * lilypond-mode.el: propose recompiling midi while invoking playing,
9958         not while stopping playing.
9959
9960 2003-01-11  Heikki Junes  <hjunes@cc.hut.fi>
9961
9962         * lilypond.words: add one.
9963
9964         * lilypond-font-lock.el: add colour groups for horizontal, vertical 
9965         and expressional note grouping. Fontify chord modes.
9966
9967 2003-01-09  Heikki Junes  <hjunes@cc.hut.fi>
9968
9969         * Documentation/user/music-glossary.tely (Top): translate melisma.
9970
9971 2003-01-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9972
9973         * Documentation/user/music-glossary.tely (Top): add melisma.
9974
9975 2002-01-08  Juergen Reuter  <reuter@ipd.uka.de>
9976
9977         * lily/gregorian-ligature-engraver.cc: bugfix: added missing
9978         interfaces for (abstract) grob GregorianLigature
9979
9980         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc:
9981         renamed head* -> glyph_name*, x-shift* -> x-offset*
9982
9983         * scm/grob-property-description.scm: bugfix: added missing descriptions
9984
9985 2003-01-07  Jan Nieuwenhuizen  <janneke@gnu.org>
9986
9987         * input/test/chord-names-dpnj.ly: New file.
9988
9989         * scm/double-plus-new-chord-name.scm: Implement full and partial
9990         exceptions.
9991
9992         * lily/lexer.ll: <markup>: Allow dash and hyphen in markup command.
9993
9994         * scm/double-plus-new-chord-name.scm
9995         (double-plus-new-chord->markup): Fix sub->markup.
9996
9997
9998 2003-01-07  Juergen Reuter  <reuter@ipd.uka.de>
9999
10000         * lily/custos-engraver.cc: added TODO; editorial changes
10001
10002         * lily/ligature-bracket-engraver.cc: added typeset_ligature () for
10003         consistency with other ligature engravers; removed access on (now)
10004         private variable _ligature of Ligature_engraver
10005
10006         * lily/include/ligature-engraver.hh, lily/ligature-engraver.cc:
10007         renamed last_bound -> last_bound_; issue programming_error on
10008         abstract method calls; moved primitives code from
10009         Mensural_bracket_engraver to here (because almost ligature
10010         engravers will need it); renamed try_stop_ligature () ->
10011         typeset_ligature (); bugfix: store primitives of finished ligature
10012         in separate variable finished_primitives_ to avoid clash on input
10013         like "\] \["; added current_ligature () to enable access on
10014         private variable _ligature
10015
10016         * lily/mensural-ligature-engraver.cc: removed primitives_ code
10017         (now in super class); renamed try_stop_ligature () ->
10018         typeset_ligature ()
10019
10020         * lily/mensural-ligature.cc: issue programming_error on abstract
10021         method calls
10022
10023         * lily/note-heads-engraver.cc: added TODO comment upon bool
10024         in_ligature
10025
10026         * mf/parmesan-heads.mf: fixed some of set_char_box()
10027
10028         * scm/grob-description.scm: added VaticanaLigature
10029
10030         * scm/grob-property-description.scm: added neume prefix properties
10031
10032         * ly/gregorian-init.ly, lily/gregorian-ligature-engraver.cc,
10033         lily/include/gregorian-ligature-engraver.hh,
10034         lily/include/gregorian-ligature.hh: new files; framework for
10035         gregorian ligature engravers such as vaticana
10036
10037         * lily/vaticana-ligature.cc, lily/vaticana-ligature-engraver.cc,
10038         lily/include/vaticana-ligature.hh, input/test/vaticana.ly:
10039         vaticana style ligature implementation (still somewhat uncomplete)
10040
10041 2003-01-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10042
10043         * VERSION: release 1.7.11
10044
10045         * scripts/convert-ly.py: add ly:pitch-transpose rule
10046
10047 2003-01-06  Jan Nieuwenhuizen  <janneke@gnu.org>
10048
10049         * input/test/dpncnt.ly: New file.
10050
10051         * lily/my-lily-lexer.cc: Add chordnames keyword.
10052
10053         * lily/parser.yy (chordnames_block): Parse chord name exception
10054         lists, see input/test/dpncnt.ly.
10055
10056         * scm/chord-name.scm (set-double-plus-new-chord-name-style): New
10057         function.
10058
10059         * scm/lily.scm (filter-out-list): Bugfix: filter rest using
10060         filter-out too.
10061
10062         * lily/pitch.cc (ly_pitch_transpose): Scheme name now
10063         ly:pitch-transpose (was ly:transpose-pitch), in conformance with
10064         pitch functions (except for ly:make-pitch, but that's apparently
10065         some sort of scheme naming standard?).
10066
10067         * scm/lily.scm (!=): define-public.
10068
10069         * scm/new-markup.scm (make-markup-maker): define-public make-markups.
10070
10071 2003-01-05  Jan Nieuwenhuizen  <janneke@gnu.org>
10072
10073         * scm/double-plus-new-chord-name.scm
10074         (double-plus-new-chord-name->markup): New file.
10075
10076 2003-01-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10077
10078         * python/lilylib.py (make_preview): don't suppress progress for
10079         bbox extraction.
10080
10081 2003-01-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10082
10083         * Documentation/user/appendices.itely (scheme): update for new syntax.
10084
10085         * input/regression/chord-name-styles.ly: new file
10086
10087         * lily/instrument-name-engraver.cc: create instrument names
10088         without barline too.  Allows instrument name on ChordNames  
10089
10090         * scm/new-markup.scm (interpret-markup): allow simple strings as
10091         markup too.
10092
10093 2003-01-04  Jan Nieuwenhuizen  <janneke@gnu.org>
10094
10095         * scm/chord-name.scm: Super/raise changes and fixes for Banter.
10096         (step->markup-accidental): Fix: add accidental.
10097         (chord::inner-name-american): 
10098         (chord::inner-name-jazz): Ugly fix from inner-name-banter: do not
10099         append stray '/' if last superscript addition was 'o'.
10100
10101         * scm/new-markup.scm (normal-size-sub-markup) 
10102         (normal-size-super-markup): New function.
10103
10104         * lily/source-file.cc (Source_file): Add warning for possibly
10105         intentional but suspicious initialization.
10106
10107         * scm/chord-name.scm: Small rewrites, layout fixes.  Identify and
10108         add comments about cut-and-paste programming.
10109
10110         * flower/rational.cc (lcm): Not used; comment out.
10111
10112 2003-01-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10113
10114         * lily/new-fingering-engraver.cc (position_scripts): use
10115         fingerHorizontalDirection to determine fingering horizontal
10116         directions.
10117  
10118         * lily/accidental-engraver.cc (acknowledge_grob): add accidental to
10119         fingering support.
10120
10121         * scripts/convert-ly.py (FatalConversionError.conv): add style
10122         conversion rule. 
10123
10124         * scm/chord-name.scm (set-chord-name-style): new function.
10125         (new-chord-name-brew-molecule): revise to interpret markup only
10126         (new-chord->markup): cleanuppish rewrite. To be called from the
10127         new engraver.
10128
10129         * lily/new-chord-name-engraver.cc: new engraver: call Chord ->
10130         Markup earlier, during interpreting.
10131
10132         * input/test/{banter,jazz,american}-chords.ly (scheme): update
10133         style settings. Rename to chord-names-*.ly
10134
10135 2003-01-03  Jan Nieuwenhuizen  <janneke@gnu.org>
10136
10137         * scm/chord-name.scm: Painful merge of Amy's patch to old-style
10138         markup code and update to new markup.  Most probably broke some of
10139         it.
10140         
10141 2002-12-30  Juergen Reuter  <reuter@ipd.uka.de>
10142
10143         * Documentation/user/refman.itely: added docu for ambitus and
10144         clusters
10145
10146         * lily/lookup.cc, scm/tex.scm: cleanup: avoid nasty double
10147         ly_quote_scm() in lookup.cc
10148
10149         * mf/parmesan-clefs.mf: set_char_box fix
10150
10151         * lily/cluster-engraver.cc: junk implicit protection; use
10152         Protected_scm instead
10153
10154 2002-12-29  Jan Nieuwenhuizen  <janneke@gnu.org>
10155
10156         * scm/chord-name.scm: Junk "`(," constructs, use make-FOO-markup
10157         throughout.
10158
10159         * scm/new-markup.scm: Turn-off error-triggering test code.
10160
10161 2002-12-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10162
10163         * scm/new-markup.scm (markup-thrower-typecheck) 
10164         (markup-typecheck?):  add full typechecking functions.
10165         (make-markup-maker): add make-FOO-markup functions.
10166         (markup-argument-list-error): nice error checking messages.
10167         (make-markup): better function: less quoting escapades.
10168
10169 2002-12-29  Jan Nieuwenhuizen  <janneke@gnu.org>
10170
10171         * scm/chord-name.scm: Remove fixme's.  Jazz chords still broken.
10172
10173 2002-12-28  Jan Nieuwenhuizen  <janneke@gnu.org>
10174
10175         * cygwin/lilypond.hint (requires): Add cygwin.
10176
10177         * .cvsignore: Remove stepmake (huh!?!), add lib.
10178
10179         * GNUmakefile.in: Add libdir links for builddir runs.
10180
10181         * scripts/midi2ly.py: Add [lilypond_]libdir/python to path,
10182         instead of datadir.
10183
10184         * make/substitute.make (ATVARIABLES): Add lilypond_libdir,
10185         local_lilypond_libdir.
10186
10187         * config.make.in (lilypond_libdir): Add.
10188
10189         * stepmake/stepmake/substitute-rules.make: 
10190         * stepmake/stepmake/script-rules.make: 
10191         * stepmake/stepmake/python-module-rules.make:
10192         * stepmake/aclocal.m4 (STEPMAKE_LIBDIR): Fixes from
10193         lilypond-python-module patch.
10194
10195 2002-12-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10196
10197         * Documentation/user/refman.itely (Graphical interfaces): add note
10198         about xml2ly.
10199
10200 2002-12-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10201
10202         * scripts/ly2dvi.py (run_dvips): remove trailing newline
10203
10204 2002-12-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10205
10206         * VERSION: released 1.7.10
10207
10208         * scripts/musedata2ly.py (): idem
10209
10210         * scripts/midi2ly.py (dump_chord): idem
10211
10212         * scripts/etf2ly.py (version): idem 
10213
10214         * scripts/pmx2ly.py (Slur.calculate): new chord syntax
10215
10216         * scripts/mup2ly.py (pre_processor_commands): new chord syntax
10217
10218         * scm/tex.scm (tex-output-expression): remove eval compat
10219         glut. Other output files too.
10220
10221         * scm/chord-name.scm: don't export anything from chord module.
10222
10223         * input/test/american-chords.ly: idem
10224
10225         * input/test/banter-chords.ly (texidoc): idem
10226
10227         * input/test/Cc-chords.ly: add breakage notes.
10228
10229         * Documentation/user/refman.itely (Text markup): rewrite manual
10230         section.
10231
10232         * lily/parser.yy (scalar): allow \markup { } as property value. 
10233
10234         * scm/chord-name.scm: complete new markup usage
10235
10236         * scm/grob-description.scm (all-grob-descriptions): use new markup
10237         texts by default
10238
10239 2002-12-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10240
10241         * scm/chord-name.scm: partial move to new markup texts.
10242
10243 2002-12-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10244
10245         * scm/grob-description.scm (all-grob-descriptions): small bass figures.
10246
10247         * scm/bass-figure.scm (brew-bass-figure): make stack direction
10248         settable.
10249
10250 2002-12-18  Heikki Junes <hjunes@cc.hut.fi>
10251
10252         * lilypond-mode.el (LilyPond-command): propose 2midi if midi is
10253         invoked for old midi, wait for killing.
10254
10255 2002-12-16  Heikki Junes <hjunes@cc.hut.fi>
10256
10257         * Documentation/user/music-glossary.tely: Finnishing.
10258
10259 2002-12-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10260
10261         * mf/feta-nummer-code.mf: some kerning pairs.
10262
10263 2002-12-14  Rune Zedeler  <rz@localhost.localdomain>
10264
10265         * scm/output-lib.scm (set-bar-number-visibility): Context-function
10266         Added.
10267
10268         * Documentation/user/refman.itely (Bar numbers):
10269         set-bar-number-visibility added, modulo-bar-number removed again
10270         (sorry).
10271
10272 2002-12-14  Heikki Junes <hjunes@cc.hut.fi>
10273
10274         * scm/output-lib.scm (modulo-bar-number-visible): add function.
10275
10276         * Documentation/user/refman.itely: add modulo-bar-number-visible.
10277
10278         * Documentation/user/music-glossary.tely: translate into Finnish.
10279
10280 2002-12-10  Heikki Junes <hjunes@cc.hut.fi>
10281
10282         * lilypond-mode.el: add shortcut for 2midi
10283
10284         * lilypond-font-lock.el: fontify lyrics
10285
10286 2002-12-10  Rune Zedeler  <rz@daimi.au.dk>
10287
10288         * scm/drums.scm : use 1.7.x names.
10289
10290         * input/regression/drums.ly : Don't use << chords >>
10291
10292 2002-12-10  Heikki Junes <hjunes@cc.hut.fi>
10293
10294         * lilypond-mode.el: tidy, add TODO
10295
10296         * make/lilypond.mandrake.spec.in: install-info quietly.
10297
10298 2002-12-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10299
10300         * input/test/markup.ly: use new syntax.
10301
10302 2002-12-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10303
10304         * ly/params-init.ly (interscoreline): add word-space
10305
10306         * input/test/metronome.ly (eighthNote): idem.
10307
10308         * input/test/script-priority.ly: use new markup
10309
10310         * lily/parser.yy (markup): allow HEAD markup0 markup1 
10311
10312         * lily/molecule-scheme.cc (ly:molecule-translate): new function.
10313
10314         * lily/parser.yy (gen_text_def): bugfix.
10315         (full_markup): allow markup identifier.
10316
10317 2002-12-09  Heikki Junes <hjunes@cc.hut.fi>
10318
10319         * lilypond-mode.el (LilyPond-kill-job): Kill all LilyPond compiling
10320         jobs at the same time. Add horizontal lines to Command menu.
10321         Allow one compiling job -- propose killing others before a new one.
10322
10323         * lilypond.words: add markup, teeny, etc.
10324
10325 2002-12-08  Heikki Junes <hjunes@cc.hut.fi>
10326
10327         * lilypond-mode.el: Use LilyPond-command-alist for Midi and MidiAll.
10328         Allow only one type of midi process; launching Midi either stops
10329         midis or plays the current midi and launching MidiAll stops midis
10330         and starts timidity with "-ia", i.e., XAW-interface. Bind C-c C-return 
10331         to MidiAll. Choose "timidity-[1-9].ly" etc. files to MidiAll.
10332
10333 2002-12-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10334
10335         * lily/text-engraver.cc (process_acknowledged_grobs): use new
10336         markup  for new markup texts.
10337
10338         * lily/mark-engraver.cc (process_music): idem
10339         
10340         * lily/instrument-name-engraver.cc (create_text): idem
10341
10342         * scm/new-markup.scm (magnify-markup): new function.
10343
10344         * scm/molecule.scm (stack-lines): bugfix.
10345
10346         * lily/font-interface.cc (get_font): take font-magnification from
10347         alist chain.
10348
10349 2002-12-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10350
10351         * lily/molecule-scheme.cc: move scheme functions to separate file.
10352
10353         * lily/font-metric.cc  (ly_get_glyph): new function. 
10354         
10355         * scm/new-markup.scm (column-markup): use baseline-skip for columns.
10356         (italic-markup, dynamic-markup): new functions
10357         (font-markup): new function
10358
10359         * lily/molecule.cc (ly_molecule_combined_at_edge): optional
10360         padding and minimum
10361
10362 2002-12-07  Rune Zedeler  <rz@daimi.au.dk>
10363
10364         * lily/accidental-engraver.cc:
10365         Bugfix: Also print forced accidentals when autoAccidentals = \turnOff
10366
10367 2002-12-06  Heikki Junes <hjunes@cc.hut.fi>
10368
10369         * lilypond.vim:
10370         * lilypond-font-lock.el: Put \longa as duration. Accept only 
10371         [a-zA-Z] for user defined identifiers. Separate note cases 
10372         with and without a duration (allow cis\longaX).
10373
10374         * lilypond.words: Add words from Info.
10375
10376 2002-12-06  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
10377
10378         * stepmake/stepmake/c++-rules.make: Compile fix (bison 1.28)
10379
10380 2002-12-05  Heikki Junes <hjunes@cc.hut.fi>
10381
10382         * lilypond-mode.el: Propose reverting buffer before a command if
10383         it was edited with an another editor.
10384
10385 2002-12-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10386
10387         * lily/molecule.cc (ly_translate_molecule): new function
10388
10389         * python/GNUmakefile (INSTALLATION_DIR1): install Python module
10390         into libdir
10391
10392         * autogen.sh (srcdir): copy aclocal.m4 if newer. 
10393
10394         * stepmake/aclocal.m4: STEPMAKE_LIBDIR.
10395
10396 2002-12-04  Heikki Junes <hjunes@cc.hut.fi>
10397
10398         * lilypond.words: take \words from Info-index.
10399
10400 2002-12-04  Jan Nieuwenhuizen  <janneke@gnu.org>
10401
10402         * scm/sodipodi.scm: Add instruction for generating pfa fonts.
10403
10404 2002-12-02  Heikki Junes <hjunes@cc.hut.fi>
10405
10406         * make/lilypond.mandrake.spec.in: use %make and %makeinstall.
10407
10408 2002-12-01  Heikki Junes <hjunes@cc.hut.fi>
10409
10410         * make/lilypond.mandrake.spec.in: set menu-items to lilypond-info 
10411         and lilypond-documentation.
10412
10413 2002-12-02  Jan Nieuwenhuizen  <janneke@gnu.org>
10414
10415         * lily/parser.yy: Compile fix (bison 1.75).
10416
10417 2002-12-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10418
10419         * VERSION: 1.7.9 released
10420
10421         * scm/music-functions.scm (shift-one-duration-log): refactor.
10422         Use music-map.
10423
10424         * input/regression/chord-tremolo.ly (texidoc): add dot test.
10425
10426         * NEWS: update.
10427
10428         * lily/font-interface.cc (get-font): take alist chain i.s.o. alist
10429         argument
10430         
10431         * scm/music-functions.scm (display-music): new function
10432         (music-map): change arg order.
10433
10434         * input/regression/new-markup-syntax.scm: new file
10435
10436         * lily/parser.yy (markup): add \markup { .. } syntax.
10437
10438         * scm/new-markup.scm (override-markup): new function
10439         (lookup-markup): new function
10440         (music-markup): new function
10441         (lookup-markup-command): use markup-signature to store argument
10442         format for parser.
10443
10444         * lily/lexer.ll: preliminary \markup syntax. 
10445
10446 2002-11-30  Heikki Junes <hjunes@cc.hut.fi>
10447
10448         * make/lilypond.mandrake.spec.in: remove extra %changelog entries,
10449         add pre/post-dependencies and menus with icons from source.
10450
10451         * Documentation/pictures/lilypond-48x48.xpm:
10452         * Documentation/pictures/lilypond-32x32.xpm:
10453         * Documentation/pictures/lilypond-16x16.xpm: new files, background
10454         transparent.
10455
10456         * stepmake/stepmake/generic-targets.make:
10457         * stepmake/stepmake/toplevel-targets.make: Add make rpm-mandrake.
10458
10459 2002-11-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10460
10461         * input/regression/music-map.ly (texidoc): new file.
10462
10463         * scm/music-functions.scm (music-map): new function
10464
10465 2002-11-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10466
10467         * lily/ligature-engraver.cc (create_ligature_spanner): fix fixes.
10468
10469 2002-11-28  Heikki Junes <hjunes@cc.hut.fi>
10470
10471         * input/test/to-xml.ly:
10472         * lily/ligature-engraver.cc: Fixes documentation.
10473
10474         * lilypond.mandrake.spec.in:
10475         * lilypond.redhat.spec.in: Add lilypond.words.
10476
10477         * Documentation/user/refman.itely: Mention Info inside emacs.
10478         
10479         * lilypond.suse.spec.in:
10480         * lilypond.redhat.spec.in:
10481         * lilypond.mandrake.spec.in: Set root-owner for doc
10482         (tobbe@nyvalls.se).
10483
10484 2002-11-27  Jan Nieuwenhuizen  <janneke@gnu.org>
10485
10486         * scripts/ly2dvi.py (run_dvips): Use ly.read_pipe () instead of
10487         os.popen.read ().
10488
10489 2002-11-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10490
10491         * scripts/ly2dvi.py (include_path): print warning if failing anything.
10492
10493         * python/lilylib.py (error): add space
10494
10495 2002-11-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10496
10497         * GNUmakefile.in (EXTRA_DIST_FILES): add lilypond.words for
10498         distribution.
10499
10500 2002-11-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10501
10502         * lily/paper-outputter.cc (Paper_outputter): close port when
10503         finishing score.
10504
10505 2002-11-26  Jan Nieuwenhuizen  <janneke@gnu.org>
10506
10507         * scm/sodipodi.scm: Fixes.
10508
10509 2002-11-26  Heikki Junes <hjunes@cc.hut.fi>
10510
10511         * lilypond-mode.el: Look shortcuts in menu from keymap, if possible.
10512
10513         * buildscripts/make-font-dir.py: Fix. 
10514
10515 2002-11-25  Heikki Junes <hjunes@cc.hut.fi>
10516
10517         * lilypond-mode.el: Add support for Info inside Emacs.
10518
10519 2002-11-24  Jan Nieuwenhuizen  <janneke@gnu.org>
10520
10521         * buildscripts/make-font-dir.py: 
10522         * mf/GNUmakefile: Make sodipodi font map.
10523
10524         * scm/sodipodi.scm: Add more output functions.
10525
10526         * mf/feta-nummer.mf: 
10527         * mf/feta-beugel.mf: Add font_coding_scheme.
10528
10529         * lily/paper-outputter.cc (output_header): Fix creator string.
10530
10531 2002-11-23  Heikki Junes <hjunes@cc.hut.fi>
10532
10533         * lilypond-mode.el (LilyPond-autocompletion): invoked with
10534         [S-iso-lefttab], fixes at bol and eol, descriptive variable names.
10535
10536         * lilypond.words: add two (Everybody can add/remove words now!).
10537
10538         * debian/rules:
10539         * make/lilypond.suse.spec.in:
10540         * make/lilypond.mandrake.spec.in:
10541         * make/lilypond.redhat.spec.in: Add lilypond.words for emacs-files.
10542
10543         * Documentation/user/refman.itely: Mention autocompletion.
10544
10545 2002-11-23  Jan Nieuwenhuizen  <janneke@gnu.org>
10546
10547         * scripts/ly2dvi.py: Add paper sizes.
10548
10549         * lily/timing-engraver.cc: 
10550         * lily/time-signature.cc: 
10551         * lily/span-bar.cc: 
10552         * lily/grob-scheme.cc: Code formatting fixes.
10553
10554         * scm/sodipodi.scm: 
10555         * scm/sketch.scm:
10556         * buildscripts/mf-to-table.py: 
10557         * buildscripts/make-font-dir.py: Font testing.
10558
10559 2002-11-23  Heikki Junes <hjunes@cc.hut.fi>
10560
10561         * lilypond-mode.el (LilyPond-autocompletion): deletes end-of-word,
10562         inserts try-completion and shows all-completions.
10563
10564         * lilypond.words: '\' -> '\\'
10565
10566         * lilypond-mode.el: load libraries in the end, lilypond.words defines
10567         LilyPond-keywords, LilyPond-identifiers and LilyPond-reserved-words.
10568         
10569         * lilypond-font-lock.el: Use LilyPond-keywords, LilyPond-identifiers
10570         and LilyPond-reserved-words.
10571         
10572 2002-11-22  Heikki Junes <hjunes@cc.hut.fi>
10573
10574         * lilypond-mode.el (LilyPond-words-filename): find lilypond.words
10575         from load-path.
10576         
10577         * lilypond-mode.el (LilyPond-autocompletion): shows completions in
10578         the mini-buffer with Control-Shift-c.
10579         
10580 2002-11-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10581
10582         * lily/parser.yy (tempo_event): use tempo-unit for \tempo
10583         duration. This fixes \tempo taking time.
10584
10585 2002-11-21  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
10586
10587         * lily/volta-engraver.cc (process_acknowledged_grobs): 
10588         Allow for text markup in repeatCommands. 
10589
10590 2002-11-21  Heikki Junes <hjunes@cc.hut.fi>
10591
10592         * lilypond-mode.el (LilyPond-insert-string): new function, use it
10593         in LilyPond-insert-tag-notes. LilyPond-insert-between, new function.
10594         Get rid of skeleton.el-dependency.
10595
10596         * Documentation/topdocs/INSTALL.texi: tell how to get syntax-highlight.
10597
10598 2002-11-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10599
10600         * lily/beam-engraver.cc (stop_translation_timestep): reset
10601         now_stop_ev_
10602
10603         * lily/scm-option.cc: add parse-protect to ly:set-option
10604
10605         * lily/lexer.ll: set errorlevel if GUILE fails during parse.
10606
10607 2002-11-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10608
10609         * lily/include/ligature-bracket.hh: removed
10610         * lily/ligature-bracket.cc: removed
10611
10612         * lilypond-mode.el (LilyPond-expand-alist): set LaTeX extension to
10613         .tex
10614
10615         * lily/beam.cc (set_beaming): don't change beam count on rests.
10616         (brew_molecule): always set flag-width > 0.
10617
10618 2002-11-19  Heikki Junes <hjunes@cc.hut.fi>
10619
10620         * lilypond-mode.el: LilyPond-imenu-generic-re: only alphabetic
10621         chars, remove instructions; instead, refer to lilypond-init.el and
10622         Documentation/topdocs/INSTALL.texi.
10623
10624         * lilypond.words: add identifiers and reserved words.
10625
10626         * Documentation/topdocs/INSTALL.texi: separate sections for installing
10627         files and adding a load-path.
10628
10629         * lilypond-init.el: Instructions, extracted from 
10630         Documentation/topdocs/INSTALL.texi. 
10631         
10632 2002-11-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10633
10634         * VERSION: 1.7.8 released 
10635
10636         * lily/grob.cc (warning): better robustness fix.
10637
10638 2002-11-19 Juergen Reuter  <reuter@ipd.uka.de>
10639
10640         * lily/cluster-engraver.cc: bugfix: use protected scm upon columns
10641
10642         * lily/cluster-engraver.cc: stick better to variable naming
10643         conventions
10644
10645         * lily/cluster-engraver.cc: bugfix: delay typesetting of cluster
10646         until stop_translation_timestep()
10647
10648         * lily/cluster-engraver.cc, lily/cluster.cc: design fix: pass
10649         min/max coordinates to backend, but no musical info such as
10650         pitches
10651
10652         * lily/cluster.cc: robustness fix: do not crash upon empty cluster
10653
10654         * lily/grob.cc: robustness fix: warning(): do not crash if
10655         cause is not set
10656
10657         * lily/ligature-bracket-engraver.cc, scm/grob-description.scm: use
10658         the much more elaborated tuplet brackets than the very naive and
10659         simple ligature bracket grob
10660
10661 2002-11-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10662
10663         * Documentation/user/refman.itely (Analysis brackets): add
10664         horizontal bracket doco.
10665
10666         * ly/property-init.ly (setMmRestFermata): added.
10667
10668         * Documentation/user/refman.itely (Multi measure rests): fermatas
10669         on mm rests.
10670
10671         * input/regression/apply-context.ly (texidoc): new file
10672
10673         * lily/parser.yy (Simple_music): \applycontext #FUNCTION allows
10674         code to be executed during interpretation. Possible applications:
10675         smart octavation, more advanced bar checks. 
10676
10677         * lily/apply-context-iterator.cc: new file.
10678
10679 2002-11-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10680
10681         * input/test/new-markup.ly: new file.
10682
10683         * lily/text-item.cc (text_to_molecule): new function
10684
10685         * scm/new-markup.scm (lambda): new file
10686
10687         * lily/function-documentation.cc (ly_add_function_documentation):
10688         add proc property as well
10689
10690 2002-11-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10691
10692         * Documentation/user/music-glossary.tely (Top): add custos.
10693
10694 2002-11-18  Heikki Junes <hjunes@cc.hut.fi>
10695
10696         * Documentation/topdocs/INSTALL.texi: advise how to include source
10697         path to Emacs load-path and improve language.
10698
10699 2002-11-16  Jan Nieuwenhuizen  <janneke@gnu.org>
10700
10701         * GNUmakefile.in: config.h message fix.
10702
10703         * autogen.sh:
10704         * aclocal.m4: Regenerate.
10705
10706         * configure.in: 
10707         * config.make.in: 
10708         * stepmake/config.make.in: 
10709         * stepmake/configure.in: 
10710         * stepmake/autogen.sh: 
10711         * stepmake/aclocal.m4: Update for autoconf 2.56.
10712
10713 2002-11-16  Heikki Junes <hjunes@cc.hut.fi>
10714
10715         * Documentation/topdocs/INSTALL.texi: instructions for an user how
10716         to install Emacs-mode. Instructions how to use vim-mode.
10717
10718 2002-11-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10719
10720         * scm/music-types.scm (music-descriptions): no length for tempo event.
10721
10722         * input/*.ly: add \version everywhere.
10723         
10724         * input/*.ly: update syntax to 1.7 + new-chords.
10725
10726         * VERSION: 1.7.7 released.
10727         
10728         * Documentation/user/*.tely: new chord syntax.
10729
10730         * input/regression/[bc]*.ly (texidoc): syntax updates.
10731         
10732 2002-11-13  Heikki Junes <hjunes@cc.hut.fi>
10733
10734         * lilypond.words: add vocabulary to be used in auto-completion
10735
10736         * vimrc: autocompletion in Insert/Replace-mode with <Ctrn-N>
10737
10738         * lilypond.vim: allow note name at EOF
10739
10740 2002-11-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10741
10742         * buildscripts/new-chords.py (edit): -e option: inline editing.
10743
10744         * input/regression/a*.ly (texidoc): syntax updates.
10745
10746         * Documentation/user/lilypond-book.itely (Integrating La@TeX{} and
10747         music): elucidations. 
10748
10749 2002-11-11 Juergen Reuter  <reuter@ipd.uka.de>
10750
10751         * lily/include/lily-proto.hh, ly/engraver-init.ly,
10752         ly/spanners-init.ly, scm/grob-description.scm,
10753         scm/grob-property-description.scm, scm/music-types.scm,
10754         lily/cluster-engraver.cc, lily/cluster.cc,
10755         lily/include/cluster.hh, input/test/cluster.ly: cluster
10756         implementation
10757
10758         * lily/include/lookup.hh, lily/lookup.cc, scm/pdf.scm
10759         ps/music-drawing-routines.ps, scm/ascii-script.scm, scm/ps.scm,
10760         scm/sketch.scm, scm/tex.scm: support for dots and polygons added
10761
10762         * lily/lookup.cc: bugfix: fixed infinite loop in frame ()
10763
10764         * mf/parmesan-heads.mf: bugfix: vaticana punctum set_char_box
10765
10766         * scm/grob-description.scm: bugfix: by default, use default note
10767         head style when engraving ligatures
10768
10769         * lily/note-heads-engraver.cc: bugfix: do not steal ligature events
10770
10771         * lily/mensural-ligature-engraver.cc: bugfix: accept ligature
10772         events
10773
10774         * lily/ligature-bracket-engraver.cc: bugfix: accept ligature events
10775
10776         * input/test/ancient-font.ly: bugfix: style -> flag-style
10777
10778         * lily/ligature-engraver.cc: indentation fix
10779
10780         * lily/parser.yy: indentation fixes
10781         
10782 2002-11-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10783
10784         * input/regression/measure-grouping.ly: more elaborate example.
10785
10786         * lily/moment.cc: ly:add-moment, ly:mul-moment,
10787         ly:div-moment. New functions 
10788
10789         * scm/music-functions.scm (set-time-signature): new function,
10790         allow inline time sig settings with measure grouping.
10791
10792         * lily/parser.yy (command_element): move time sig construction
10793         into Scheme.
10794
10795         * lily/side-position-interface.cc (out_of_staff): new function,
10796         like padding, but keep minimum distance from staff. Easier than
10797         linespanners (dynamics, pedals), but roughly the same effect.
10798
10799 2002-11-10 Heikki Junes  <hjunes@cc.hut.fi>
10800
10801         * emacs-mode.el: Added spanish-note-replacements 
10802         (Carlos Betancourt, <carlos.betancourt@chello.be>).
10803
10804         * vimrc: (Un)commenting with <(S-)F12>, tidy.
10805
10806 2002-11-08  Heikki Junes  <hjunes@cc.hut.fi>
10807
10808         * lilypond.vim: Do not fontify cises, desis, etc.
10809
10810         * vimrc: view dvi with <S-F6>
10811
10812 2002-11-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10813
10814         * lily/lookup.cc (triangle): new function.
10815
10816         * input/regression/measure-grouping.ly (texidoc): new file: show
10817         triangles and brackets for beat groups of 3 and 2.
10818
10819         * lily/include/measure-grouping-spanner.hh (class
10820         Measure_grouping): new file.
10821
10822         * lily/measure-grouping-spanner.cc (brew_molecule): new file
10823
10824         * lily/measure-grouping-engraver.cc (class
10825         Measure_grouping_engraver): new file.
10826
10827 2002-11-06  Jan Nieuwenhuizen  <janneke@gnu.org>
10828
10829         * Merge from stable:
10830
10831             cvs update -jlilypond_1_6_6 -jlilypond_1_6_6_1
10832         
10833         * ly/paper16-init.ly (paperSixteen): Bugfix: set fonts instead of
10834         stylesheet.
10835
10836         * ly/paper19.ly: Include paper19-init.ly.
10837
10838         * ly/paper19-init.ly: New file.
10839
10840         * Documentation/user/tutorial.itely (First steps): Fix first
10841         example for font test.
10842
10843         * input/tutorial/brahms-tweaked.ly: Fix by hand for font test.
10844
10845         * ChangeLog: Add 1.7.6 release marker (see below).
10846
10847         * stepmake/stepmake/python-module-vars.make (EXTRA_DIST_FILES):
10848         Add .py files.
10849
10850 2002-11-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10851
10852         * input/tutorial/sammartini.ly (bassvoices): to new syntax.
10853
10854         * input/tutorial/*.ly: update to new syntax.
10855
10856         * lily/parser.yy (Composite_music): new transpose syntax,
10857         \transpose FROM TO MUSIC. 
10858
10859 2002-11-04  Jan Nieuwenhuizen  <janneke@gnu.org>
10860
10861         * scripts/lilypond-book.py: * scripts/ly2dvi.py: Fix: redirect
10862         latex progress/error output to stderr (by default this goes to
10863         stdout).  Show lilypond progress, even when not verbose.
10864
10865         * python/lilylib.py (system): New optional parameter to control
10866         showing of progress.
10867
10868         * scm/backend-documentation-lib.scm (check-dangling-properties):
10869         Fix error message.
10870
10871         * lily/text-item.cc (ADD_INTERFACE): Remove align, magnify.  Add
10872         axis, extent.
10873
10874         * scm/grob-property-description.scm (magnify): Remove.
10875         (extent, axis): Add.
10876
10877 2002-11-03  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10878
10879         * VERSION: Release 1.7.6.
10880
10881         * scripts/convert-ly.py: more uniformization substitutions.
10882
10883         * buildscripts/new-chords.py (sub_chords): new file.
10884
10885 2002-11-03  Jan Nieuwenhuizen  <janneke@gnu.org>
10886
10887         * mf/GNUmakefile: Bugfix: Use actual fontname (.AFM FontName) for
10888         lilypond.map.  Include sauter fonts too.  Cleanups.
10889
10890 2002-11-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10891
10892         * Documentation/user/tutorial.itely (First steps): change to new
10893         chord/tie/slur/beam notation.
10894
10895         * lily/parser.yy (event_that_take_dir): allow postfix notation for
10896         ties.
10897
10898         * lily/new-tie-engraver.cc (process_acknowledged_grobs): new
10899         engraver. Process ties in postfix notation, i.e. c8-~ c
10900
10901         * lilypond-mode.el (LilyPond-command-alist): run LaTeX by default.
10902
10903         * input/regression/beam-postfix-notation.ly (texidoc): new file.
10904
10905         * lily/parser.yy (event_that_take_dir): allows c8-[ for beams.
10906
10907         * lily/beam-engraver.cc (try_music): accept new-beam-events
10908
10909         * input/regression/chord-scripts.ly (texidoc): new file
10910
10911         * lily/new-fingering-engraver.cc (acknowledge_grob):  also handle
10912         script-events.
10913
10914         * scm/script.scm (default-script-alist): cleanup.
10915
10916         * lily/script-engraver.cc (make_script_from_event): cleanup.
10917
10918         * lily/lyric-combine-music-iterator.cc
10919         (Lyric_combine_music_iterator): remove superfluous events.
10920         (melisma_busy): new function. Fix broken melismas.
10921
10922 2002-10-31  Heikki Junes  <hjunes@cc.hut.fi>
10923
10924         * vimrc: Add shortcuts for compiling, midi-playing and PS-viewing.
10925         Remove nonvalid settings. Use descriptive key names.
10926         Use <Return> to indicate the pressing of that key.
10927
10928 2002-10-30  Jan Nieuwenhuizen  <janneke@gnu.org>
10929
10930         * scripts/lilypond-book.py (option_definitions): Typo.
10931
10932         * scripts/ly2dvi.py: Updates.
10933
10934         * python/lilylib.py (setup_environment, print_environment)
10935         (get_bbox, make_preview): Merge and remove from ly2dvi and
10936         lilypond-book.
10937
10938         * scripts/lilypond-book.py: Use lilylib.  Cleanups.
10939
10940         * .cvsignore: Remove some cruft.
10941
10942         * make/lilypond-vars.make (PYTHONPATH): Add python's outdir to
10943         path.
10944
10945         * scripts/ly2dvi.py: Use lilylib as module.  Fail gracefully if
10946         kpsexpand, kpsewhich, ps2pdf exit with error.  Cleanups and fixes
10947         throughout.
10948
10949         * python/lilylib.py (quiet_system): Junk
10950         (system): Display error log upon failure.
10951         (read_pipe): New function.  Cleanups and fixes.
10952
10953         * python/*.py: Rename from *.py.in.
10954         
10955         * make/substitute.make (ATVARIABLES): Add lilypond_datadir.
10956
10957         * GNUmakefile.in (SUBDIRS): Move python before scripts.
10958
10959 2002-10-30  Jan Nieuwenhuizen  <janneke@gnu.org>
10960
10961         * python/GNUmakefile: Bugfix: handle modules.
10962
10963         * stepmake/stepmake/python-module-targets.make (default): Add
10964         compiled modules. 
10965
10966         * stepmake/stepmake/python-module-rules.make: Add rule for byte
10967         compiling modules.
10968
10969         * stepmake/stepmake/python-module-vars.make (OUT_PY_MODULES):
10970         Bugfix.  (OUT_PYC_MODULES): Add.
10971
10972 2002-10-30  Heikki Junes  <hjunes@cc.hut.fi>
10973
10974         * make/lilypond.mandrake.spec.in: Repair info. Comment out menu.
10975         Use default paths. Refresh description.
10976
10977 2002-10-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10978
10979         * VERSION: 1.7.5 released
10980
10981         * input/regression/finger-chords.ly (texidoc): new file.
10982
10983         * lily/script-engraver.cc (process_music): remove scriptHorizontal
10984         support
10985
10986         * lily/fingering-engraver.cc (process_music): remove kludgy
10987         scriptHorizontal stuff.
10988
10989         * lily/script.cc: remove staff-support property.
10990
10991         * lily/new-fingering-engraver.cc (add_fingering): new
10992         file. Fingering engraver for new style chords.
10993
10994 2002-10-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10995
10996         * lily/parser.yy (bare_number): allow 4 \cm (without
10997         decimal dot). (should backport to 1.6?)
10998
10999         * ly/declarations-init.ly: use Scheme for dimension defs.
11000
11001         * lily/parser.yy (TODO): remove hard coded dimensions, add
11002         REAL NUMBER_IDENTIFIER production.
11003
11004         * lily/rest-collision.cc (force_shift_callback): rewrite using
11005         -done property.
11006
11007         * scm/grob-property-description.scm (rest-collision-done): add
11008         property.
11009         
11010         * lilypond.vim: add file (<hjunes@cc.hut.fi>)
11011
11012 2002-10-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11013
11014         * input/regression/multi-measure-rest-center.ly: new file.
11015
11016         * lily/multi-measure-rest.cc (big_rest): multi measure rest was
11017         off horizontally by 0.05 ss. Fixed.
11018
11019 2002-10-22  Jan Nieuwenhuizen  <janneke@gnu.org>
11020
11021         * scm/pdftex.scm: Rename ly-number to ly:number->string.
11022
11023         * Documentation/topdocs/index.tely: Remove duplicate from merge.
11024
11025 2002-10-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11026
11027         * lily/tie.cc (get_control_points): also avoid staff lines on the
11028         just outside the outer staff lines
11029
11030 2002-10-21  Jan Nieuwenhuizen  <janneke@gnu.org>
11031
11032         * ly/params-init.ly: Just define style-alist, no need to
11033         define-public.
11034
11035         * input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly: Fix style override
11036         (thanks Han-Wen).
11037
11038         * mf/GNUmakefile (FONT_FILES): Add feta-nummer.
11039         (FET_FILES): = FONT_FILES.
11040
11041         * Merge from stable:
11042
11043             cvs update -jlilypond_1_6_5 -jlilypond_1_6_6
11044
11045 2002-10-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11046
11047         * VERSION: 1.7.4 released.  
11048         
11049         * scm/generate-documentation.scm (string-append): add macro
11050         definitions.
11051
11052         * lily/text-item.cc (lookup_text): don't use virtual fonts for
11053         normal texts.
11054
11055         * lily/multi-measure-rest-engraver.cc: make separate
11056         MultiMeasureRestNumber grob. Introduce restNumberThreshold.
11057
11058         * lily/multi-measure-rest.cc: remove text handling. Remove
11059         number-threshold.
11060
11061 2002-10-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11062
11063         * scm/music-types.scm: doc patch by Graham Percival
11064
11065 2002-10-19  Jan Nieuwenhuizen  <janneke@gnu.org>
11066
11067         * buildscripts/make-font-dir.py (sketch_p): Bugfix: only write
11068         encoding part.
11069         (Font_info.set_defaults): pixelsize now also defauts to '0'.
11070         (sketch_p): Sketch wants only first four elements of X11 font spec.
11071
11072         * buildscripts/mf-to-table.py (parse_logfile): Bugfix. 
11073
11074         * mf/feta-autometric.mf: Write foundry and family to log.
11075
11076         * mf/GNUmakefile: Fixes for pfx builds.  Also write sketch
11077         font translation table.
11078
11079         * buildscripts/mf-to-table.py: Better font info into afm.
11080
11081         * buildscripts/make-font-dir.py: Use font info from afm.  Mftrace
11082         1.0.9 required.
11083
11084         * configure.in: Whine for mftrace 1.0.9.
11085
11086 2002-10-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11087
11088         * lily/parser.yy (chord_body): allow <<c e>>4 notation.
11089
11090         * lily/main.cc (main_prog): don't try to load init.EXT when
11091         processing foo.EXT.
11092
11093 2002-10-15  Rune Zedeler  <rune@zedeler.dk>
11094
11095         * scm/tex.scm (zigzig-line): added.
11096
11097         * scm/ps.scm (zigzag-line): added.
11098
11099         * ps/music-drawing-routines.ps (subvec): added.
11100         (draw_zigzag_line): added.
11101         
11102         * lily/line-spanner.cc: Add support for #'type = #'zigzag. reading
11103         grob properties zigzag-width and zigzag-length.
11104
11105         * input/regression/glissando.ly: Add some zig-zagged glissandi.
11106
11107 2002-10-15  Jan Nieuwenhuizen  <janneke@gnu.org>
11108
11109         * scm/sodipodi.scm: Some fixes.  Sketch also groks this bare-bones
11110         svg output, including font.
11111
11112 2002-10-14  Jan Nieuwenhuizen  <janneke@gnu.org>
11113
11114         * scm/lily.scm: Register sodipodi output module.
11115
11116         * scm/sodipodi.scm: New file.
11117
11118         * lily/afm.cc (read_afm_file): Read TfmCheckSum from comment.
11119
11120         * buildscripts/mf-to-table.py (base): Write TfmChecksum in
11121         comment, after header.
11122         (parse_logfile): Remove invalid key FontFamily.  Add mandatory key
11123         FullName.  Fix FontName key.
11124
11125 2002-10-14  Rune Zedeler  <rune@zedeler.dk>
11126
11127         * lily/rest.cc (after_line_breaking): bugfix: dots after half
11128         and breve rests.
11129         
11130         * input/test/blank-notes.ly: bugfix
11131
11132         * lily/rest.cc (after_line_breaking): bugfix: dots after whole
11133         rests. (Kim Shrier)
11134
11135         * input/test/rest-dot-positions.ly: Added. (Kim Shrier)
11136         
11137 2002-10-14  Jan Nieuwenhuizen  <janneke@gnu.org>
11138
11139         * scm/tex.scm: 
11140         * scm/ps.scm: Cleanup and remove obsolete junk.
11141
11142         * Documentation/user/internals.itely:
11143         * Documentation/user/refman.itely: Run texinfo-all-menus-update.
11144
11145         * lily/parser.yy: Identify shift/reduce problems.
11146
11147         * input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly: Rename
11148         make-style-sheet.  Too specific for convert-ly?
11149
11150 2002-10-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11151
11152         * po/cs.po: added czech translation, courtesy Tomas Kopecek.
11153
11154         * input/test/*.ly: various fixes.
11155
11156         * lily/music.cc (name): bugfix
11157
11158         * lily/piano-pedal-engraver.cc (try_music): fix pedals.
11159
11160         * lily/input-file-results.cc (code): set-point-and-click! ->
11161         set-point-and-click
11162         
11163 2002-10-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11164
11165         * Use uniform ly: prefix for exported scheme primitive functions.
11166
11167         * scm/music-types.scm: junk compat glue
11168
11169         * scripts/convert-ly.py: add rules for stuff below, junk
11170         compatibility glue for spanrequest.
11171
11172         * lily/parser.yy (verbose_event): remove \spanrequest,
11173         \commandspanrequest, \script. 
11174         
11175         * lily/identifier-smob.cc (LY_DEFINE): change name to ly-export
11176
11177         * lily/parser.yy: remove arpeggio keyword; use identifier. Idem
11178         for \penalty, \glissando.
11179
11180         * VERSION: release 1.7.3
11181         
11182 2002-10-13  Rune Zedeler  <rune@zedeler.dk>
11183
11184         * lily/accidental-engraver.cc: Fix
11185         grace-in-the-beginning-of-measure bug caused by the resent
11186         partial-measure fix.
11187
11188         * lily/stem.cc: reversed noteheads overlap half of the stem. (Full
11189         overlap looks too crowded)
11190         
11191 2002-10-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11192
11193         * lily/parser.yy (assignment): allow SCM expression as assignment.
11194
11195         * lily/include/music-output-def.hh (class Music_output_def):
11196         * lily/music-output-def.cc: 
11197         * lily/paper-def.cc: 
11198         * scm/font.scm (markup-to-properties):
11199         * lily/parser.yy (music_output_def_body): 
11200         remove style_sheet_
11201
11202 2002-10-12  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11203
11204         * ly/grace-init.ly (startGraceMusic): shorten default grace stem
11205         length.
11206
11207         * input/regression/spacing-to-grace.ly: new file.
11208
11209         * input/regression/spacing-end-of-line.ly: new file.
11210
11211         * lily/note-spacing.cc (get_spacing): take into account breakable
11212         stuff sticking out at the left (time sig change at line break).
11213
11214         * lily/spacing-spanner.cc (breakable_column_spacing): junk weird
11215         raggedright code.
11216
11217         * scm/music-functions.scm (make-voice-props-set): add
11218         staff-position for mm rests.
11219  
11220         * lily/spacing-spanner.cc (musical_column_spacing): shrink space
11221         before grace notes a little.
11222
11223         * lily/parser.yy (sup_quotes): use '\'' for sup_quotes.
11224
11225         * lily/break-align-interface.cc (do_alignment): right-edge spacing
11226         key adds space at the end of line. 
11227
11228 2002-10-11  Jan Nieuwenhuizen  <janneke@gnu.org>
11229
11230         * scm/sketch.scm: Fix beams.
11231
11232         * buildscripts/mf-to-table.py: Add EncodingScheme.
11233
11234         * scm/sketch.scm: Resurrect.
11235
11236 2002-10-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11237
11238         * lily/multi-measure-rest.cc: use breve rests for measure lengths
11239         longer than 4/4. Patch courtesy Kim Shrier <kim@tinker.com>.
11240
11241 2002-10-10  Jan Nieuwenhuizen  <janneke@gnu.org>
11242
11243         * stepmake/stepmake/c++-rules.make: Fixes for bison 1.50.
11244
11245         * lily/lexer.ll (My_lily_lexer): Avoid silly flex induced gcc warnings.
11246
11247 2002-10-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11248
11249         * lily/my-lily-lexer.cc (prepare_for_next_token): use previous
11250         token for origin information.
11251
11252         * lily/parser.yy (My_lily_lexer): do identifier location and
11253         cloning from lexer.
11254
11255         * scm/music-functions.scm (make-multi-measure-rest): move mmrest
11256         logic out of the parser. Add bar checks on both ends.
11257
11258         * Documentation/user/refman.itely (Multi measure rests): add more
11259         notes about mm rests.
11260
11261 2002-10-10  Jan Nieuwenhuizen  <janneke@gnu.org>
11262
11263         * input/regression/bar-scripts.ly: Re-enable.
11264
11265         * lily/parser.yy:
11266         * stepmake/stepmake/c++-rules.make: Fixes for bison 1.51 to be
11267         released rsn.  Bison 1.50 has a crucial bug and won't work.
11268
11269         * lily/lexer.ll (My_lily_lexer): Avoid silly flex induced gcc warnings.
11270
11271
11272 2002-10-07  Jan Nieuwenhuizen  <janneke@gnu.org>
11273
11274         * input/regression/bar-scripts.ly: Blunt documentation build fix.
11275
11276 2002-10-05  Jan Nieuwenhuizen  <janneke@gnu.org>
11277
11278         * Actually merge changes since 1.6.4 besides ChangeLog, and
11279         resolve conflicts.  Lots of updates, hope all is well.
11280         
11281         * cygwin/lilypond.hint (requires): Add ghostscript.
11282
11283         * scm: Update some (c).
11284         
11285 2002-10-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11286
11287         * input/test/{various}.ly: add \header fields and texidoc strings.
11288
11289 2002-10-05  Werner Lemberg  <wl@gnu.org>
11290
11291         * scripts/lilypond-book.py (output_dict) <latex>: `output_tex'
11292         renamed to `output_latex_quoted'.
11293         Added `output_latex_noquote'.
11294         (schedule_lilypond_block): Implement `noquote' option for LaTeX
11295         mode.
11296
11297 2002-11-03  Jan Nieuwenhuizen  <janneke@gnu.org>
11298
11299         * ChangeLog: Add 1.6.6 release marker.  See below.
11300
11301         * stepmake/stepmake/po-targets.make: Remove --c++ option.
11302
11303         * scripts/midi2ly.py: Fix global syntax warnings.
11304
11305         * GNUmakefile.in: Generate builddir locale tree too.
11306
11307         * scripts/ly2dvi.py:
11308         * scripts/midi2ly.py: 
11309         * scripts/mup2ly.py: 
11310         * scripts/update-lily.py:
11311         * lily/main.cc (setup_paths): Fix for locales setup.
11312
11313 2002-10-29  Jan Nieuwenhuizen  <janneke@gnu.org>
11314
11315         * Documentation/windows/installing.texi: Soften wording about
11316         necessity of becoming Administrator.  tommie@iae.nl reports this
11317         does not seem to be necessary for his flavour of Windows 2000.
11318         Explicitely discourage text mode mounts.
11319
11320 2002-10-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11321
11322         * lily/rest.cc (after_line_breaking): backport dot position fix.
11323
11324         * lily/rest-collision.cc (do_shift): also remove dots for suicided
11325         rests. Thanks to Klaus Zimmermann for finding this bug.
11326
11327 2002-10-24  Jan Nieuwenhuizen  <janneke@gnu.org>
11328
11329         * Documentation/topdocs/INSTALL.texi: Correction for broken /bin/sh.
11330
11331 2002-10-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11332
11333         * Documentation/user/music-glossary.tely: fix links.
11334
11335 2002-10-21  Werner Lemberg  <wl@gnu.org>
11336
11337         * tex/lily-ps-defs.tex (\lilypondsetdimen): Define ID macro.
11338         (\lilypondpostscript): Define PS macros `lyscaleXXX' (`XXX' is the
11339         scaling factor) only once and use them in the definition of
11340         \embeddedps.
11341         * ps/music-drawing-routines.ps (skeel): Removed.
11342
11343 2002-10-21  Jan Nieuwenhuizen  <janneke@gnu.org>
11344
11345         * stepmake/aclocal.m4: Changed 6 instances of $( ) to ` `, for
11346         Solaris7, as we don't use nested $( ) constructs.
11347
11348 2002-10-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11349
11350         * VERSION: Release 1.6.6.
11351         
11352 2002-10-21  Jan Nieuwenhuizen  <janneke@gnu.org>
11353
11354         * Documentation/topdocs/INSTALL.texi: Add note about using ksh for
11355         as workaround for /bin/sh problems on Solaris7.
11356
11357 2002-10-19  Werner Lemberg  <wl@gnu.org>
11358
11359         * GNUmakefile.in (web-doc): Fix typos.
11360         * tex/lilyponddefs.tex (\lilypondspecial): Don't scan
11361         `music-drawing-routines.ps' but emit \special{header=...} once.
11362         * scm/tex.scm (header-end): Updated.
11363
11364 2002-10-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11365
11366         * lily/stem-engraver.cc (acknowledge_grob): don't crash on
11367         undefined tremolo. 
11368
11369 2002-10-15  Werner Lemberg  <wl@gnu.org>
11370
11371         * scripts/lilypond-book.py (g_make_html): New global variable.
11372         (schedule_lilypond_block): Don't compute EPS and PNG for `texi'
11373         if `g_make_html' isn't set.
11374         [main]: Add format `texi-html'.
11375         (option_definitions): Updated.
11376         * Documentation/user/lilypond-book.itely: Updated.
11377
11378         * make/lilypond-vars.make (LILYPOND_BOOK_FORMAT): New variable.
11379         * make/ly-rules.make (%.texi, %.nexi): Use it.
11380         * stepmake/stepmake/www-targets.make (web): Pass `tex-html' as
11381         format to lilypond-book.
11382         * GNUmakefile.in (web-doc): Ditto.
11383
11384 2002-10-14  Werner Lemberg  <wl@gnu.org>
11385
11386         Further improve TeX output.  The produced files are about 40%
11387         smaller.  `lilyponddefs.tex' is now read only once.
11388
11389         * tex/lilyponddefs.tex: Remove footer stuff.
11390         (\ifundefined): Renamed to...
11391         (\lilypondundefined): This.  Use LaTeX's definition to
11392         make it nestable and make it global.
11393         (\lilypondstart, \lilypondend): New macro to initialize LilyPond
11394         output.
11395         (\lilypondspecial): New macro to read `music-drawing-routines.ps'.
11396         (\fetasixteen, \fetafont, \fetachar, \botalign, \leftalign): Make
11397         them global.
11398         (\placebox): Renamed to...
11399         (\lyitem): This.
11400         Make it global and call \outputscale by itself.
11401         (\lybox, \lyvrule): New macros to reduce input data.
11402         (\lilypondfirst, \lilypondsecond, \lilypondloop, \lilyponditerate):
11403         New auxiliary macros.
11404         (\SkipLilydefs, \EndLilyPondOutput): Removed.
11405         * tex/lily-pdf-defs.tex, tex/lily-ps-defs.tex (\lilySpace): Renamed
11406         to...
11407         (\lilypondspace): This and made it global.
11408         (\turnOnPostScript): Renamed to...
11409         (\lilypondpostscript): This and made it global.
11410         (\turnOnExperimentalFeatures): Renamed to...
11411         (\lilypondexperimentalfeatures): This and made it global.
11412         * tex/lily-ps-defs.tex (\PSsetTeXdimen): Renamed to...
11413         (\lilypondsetdimen): This and made it global.
11414         * tex/lilypond-latex.tex, tex/lilypond-plaintex.tex: Removed.
11415         * tex/GNUmakefile (TEX_FILES): Add `music-drawing-routines.ps'
11416         (all, $(outdir)/music-drawing-routines.ps): New rules.
11417         * buildscripts/mf-to-table.py (write_tex_defs): Use \gdef.
11418         * scm/pdftex.scm, scm/tex.scm (end-output, header-end, placebox,
11419         start-system, stop-system, stop-last-system, filledbox): Updated to
11420         use the changed macros from lilyponddefs.tex.
11421         * scripts/lilypond-book.ly (output_dict) <latex, texi>: Ditto.
11422
11423 2002-10-07  Jan Nieuwenhuizen  <janneke@gnu.org>
11424
11425         * Documentation/windows/installing.texi: Update.
11426
11427 2002-09-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11428
11429         * VERSION: 1.6.5 released
11430
11431         * scripts/lilypond-book.py (make_pixmap): don't produce empty pages.
11432
11433 2002-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11434
11435         * scm/translator-property-description.scm (voltaOnThisStaff): add
11436         property.
11437
11438 2002-09-28  Werner Lemberg  <wl@gnu.org>
11439
11440         * scm/tex.scm (header-end): Suppress page numbering.
11441
11442         * scripts/lilypond-book.py (output_dict) <output-texi-quoted>:
11443         Fix quotation for HTML output.
11444
11445 2002-09-28   Graham Percival   <gperciva@sfu.ca>
11446         
11447         * Documentation/user/refman.itely: grammar and phrasing
11448           fixes to "Note Entry" section.  Also adds a few new examples.
11449
11450 2002-09-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11451
11452         * flower/include/string-data.icc: include string.h
11453
11454 2002-09-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11455
11456         * scm/chord-name.scm (chord::inner-name-banter): remove space.
11457
11458 2002-09-27  Jan Nieuwenhuizen  <janneke@gnu.org>
11459
11460         * Documentation/user/GNUmakefile (extra-local-help): Add.
11461
11462         * stepmake/stepmake/www-targets.make (local-help): Add.
11463
11464 2002-09-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11465
11466         * Documentation/topdocs/INSTALL.texi (Top): recommend binary
11467         packages.
11468
11469         * Documentation/topdocs/README.texi (Top): building documentation
11470         (not website.)
11471
11472 2002-09-26  Jan Nieuwenhuizen  <janneke@gnu.org>
11473
11474         * Documentation/user/refman.itely: 
11475         * Documentation/user/tutorial.itely: 
11476         * Documentation/user/music-glossary.tely: Merge changes.
11477
11478         * Documentation/user/glossary.html.in: 
11479         * Documentation/index.texi: 
11480         * Documentation/header.html.in: Accomodate renaming of glossary.
11481         
11482         * Documentation/user/tutorial.itely: Add some glossary references.
11483         
11484         * Documentation/user/refman.itely: Minor fixes.
11485         
11486         * Documentation/user/lilypond.tely: Add glossary do direntry.
11487
11488         * Documentation/user/music-glossary.tely: Rename (previously:
11489         glossary.tely).  Fix anchor placement.
11490
11491         * Documentation/user/GNUmakefile: Make music-glossary.info too.
11492
11493 2002-09-23  Werner Lemberg  <wl@gnu.org>
11494
11495         * scripts/lilypond-book.py (output_dict): Fix handling of
11496         various environments by avoid extraneous newlines.
11497         Rename `output-all' regexp for html to `output-html'.
11498         Replace `output-all' regexp for texi with `output-texi-quote'
11499         and `output-texi-noquote'.
11500         (compose_full_body): Don't override `linewidth' user option
11501         for `singleline'.
11502         (schedule_lilypond_block): Don't indent text specified with
11503         `intertext' option.
11504         Add new option `noquote'.
11505         (compile_all_files): Use latex instead of tex to compile ly
11506         files directly.
11507
11508         * Documentation/user/lilypond-book.itely: Updated and revised.
11509         Improve layout.
11510
11511         * Documentation/user/glossary.tely,
11512         Documentation/user/introduction.itely,
11513         Documentation/user/tutorial.itely,
11514         Documentation/user/refman.itely,
11515         Documentation/user/appendices.itely: Fix overfull LilyPond
11516         boxes caused by the new lilypond-book code.  Other minor
11517         fixes.
11518
11519         * Documentation/user/macros.itexi (@texiflat): Don't emit
11520         trailing space.
11521
11522         * scm/tex.scm (end-output, header-end): Add preamble and
11523         postamble to make lilypond output directly compilable with
11524         latex.
11525
11526         
11527 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11528
11529         * Documentation/topdocs/INSTALL.texi (Top): bugfix for RH RPM
11530         instructions.
11531
11532 2002-09-25  Jan Nieuwenhuizen  <janneke@gnu.org>
11533
11534         * Documentation/user/glossary.tely: Add titling and hyperlinks.
11535
11536 2002-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11537
11538         * lily/beam.cc (connect_beams): don't crash if there are quarter
11539         notes in beams.
11540
11541 2002-09-24  Juergen Reuter  <reuter@ipd.uka.de>
11542
11543         * Documentation/user/refman.itely: corrected ancient clef
11544         docu; added docu on ligatures
11545
11546 2002-09-21  Juergen Reuter  <reuter@ipd.uka.de>
11547
11548         * Documentation/user/glossary.tely,
11549         Documentation/user/refman.itely, input/les-nereides.ly,
11550         input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly,
11551         input/test/bagpipe.ly, lily/stem.cc, ly/grace-init.ly,
11552         scm/grob-property-description.scm, scripts/convert-ly.py: renamed
11553         Stem properties: flag-style -> stroke-style, style -> flag-style.
11554
11555
11556 2002-09-22  Werner Lemberg  <wl@gnu.org>
11557
11558         * scripts/lilypond-book.py: Add option `notime' to suppress
11559         printing of a time signature.  Specify default indentation of 0pt
11560         if single line fragment.  Don't emit redundant `\paper{ }'.
11561
11562         * Documentation/user/lilypond-book.itely: Updated.
11563
11564         * Documentation/user/glossary.tely: Completely reformatting.
11565
11566 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11567
11568         * GNUmakefile.in (top-web): generate (possibly empty) examples.html
11569
11570 2002-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
11571
11572         * Documentation/user/tutorial.itely: Fix links.
11573         
11574         * Documentation/topdocs/index.tely:
11575         * Documentation/index.texi:
11576         * Documentation/header.html.in: Small website fixes and updates.
11577
11578         * debian/: Debian patch by Anthony Fok.
11579
11580 2002-09-21  Jan Nieuwenhuizen  <janneke@gnu.org>
11581
11582         * Documentation/footer.html.in: How time flies: It's already 2002!
11583
11584         * Documentation/topdocs/index.tely: Stable/development fix.  Use
11585         more descriptive link names than 'here'.
11586
11587 2002-09-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11588
11589         * VERSION: 1.7.2 released
11590         * VERSION: 1.6.4 released
11591         
11592         * scm/tex.scm (header-end): enclose lily output in begingroup/endgroup.
11593
11594         * scripts/convert-ly.py (FatalConversionError.conv): add rule for
11595         (ly-make-music "Foo_bar") -> (make-music-by-name 'FooBarEvent).
11596
11597         * mf/feta-din.mf (test): add x-height and space.
11598
11599         * lily/dynamic-engraver.cc (process_music): take dynamic direction
11600         from ^_ for crescendi. Idem for slurs and phrasing slurs.
11601
11602         * ly/grace-init.ly: add-to-grace-init: function to portably add
11603         settings to \grace. 
11604
11605         * lily/dynamic-engraver.cc (process_music): finish (de)crescendo
11606         if we get an absolute dynamic event.
11607  
11608         * lily/time-signature-engraver.cc (process_music): warn for \time 5/5
11609
11610         * lily/source-file.cc (get_line): oops. All line numbers were off
11611         by 2. Fix that. 
11612
11613         * lily/parser.yy (event_that_take_dir): allow () \< \> \! \( \) to
11614         be after the note, combined with -_^, i.e. c4-(-\)-\>  
11615
11616         * ly/params-init.ly (ledgerlinethickness): use Scheme expressions.
11617
11618         * lily/parser.yy (number_factor): remove (number) as number
11619         expression. ("Let them eat Lisp").
11620
11621 2002-10-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11622
11623         * lily/horizontal-bracket.cc: new file.
11624
11625         * lily/horizontal-bracket-engraver.cc: new file.
11626
11627         * input/regression/note-group-bracket.ly: new file. Support
11628         horizontal note brackets for music analysis.
11629
11630         * lily/stem.cc (flag): new flag-style: no-flag.
11631
11632         * input/test/stem-cross-staff.ly: new file
11633         
11634         * Documentation/user/internals.itely: Improved formatting, fixing
11635         typos.  Added a section `Output details' to describe how the TeX
11636         code looks like.
11637
11638         * lily/include/midi-stream.hh: use stdio.h iso. iostream.h
11639
11640         * lily/parser.yy: remove \dynamicscript.
11641
11642         * ly/dynamic-scripts-init.ly: redo the dynamic scripts
11643         definitions. 
11644
11645         * python/midi.c (midi_error): take two arguments.
11646
11647         * Merge 1.6.5 changes:
11648         
11649 2002-10-04  Jan Nieuwenhuizen  <janneke@gnu.org>
11650
11651         * scm/grob-description.scm (minimum-beam-collision-distance): 0.75
11652         staff-space.  Previous 1.5 was probably meant as half-spaces.
11653         (cautionary-style): parentheses (was: smaller).  This is what doco
11654         says, and it seems more logical.
11655
11656         * Documentation/user/refman.itely (Chromatic alterations): Bugfix
11657         for 2nd sentence.
11658
11659 2002-10-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11660
11661         * make/lilypond.redhat.spec.in: various fixes for RedHat 8.0
11662
11663 2002-10-03  Jan Nieuwenhuizen  <janneke@gnu.org>
11664
11665         * lily/beam.cc (rest_collision_callback): Fixed: partial rewrite.
11666
11667 2002-09-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11668
11669         * scripts/lilypond-book.py (make_pixmap): don't produce empty pages.
11670
11671 2002-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11672
11673         * scm/translator-property-description.scm (voltaOnThisStaff): add
11674         property.
11675
11676 2002-09-28  Werner Lemberg  <wl@gnu.org>
11677
11678         * scm/tex.scm (header-end): Suppress page numbering.
11679
11680         * scripts/lilypond-book.py (output_dict) <output-texi-quoted>:
11681         Fix quotation for HTML output.
11682
11683 2002-09-28   Graham Percival   <gperciva@sfu.ca>
11684         
11685         * Documentation/user/refman.itely: grammar and phrasing
11686           fixes to "Note Entry" section.  Also adds a few new examples.
11687
11688 2002-09-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11689
11690         * flower/include/string-data.icc: include string.h
11691
11692 2002-09-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11693
11694         * scm/chord-name.scm (chord::inner-name-banter): remove space.
11695
11696 2002-09-27  Jan Nieuwenhuizen  <janneke@gnu.org>
11697
11698         * Documentation/user/GNUmakefile (extra-local-help): Add.
11699
11700         * stepmake/stepmake/www-targets.make (local-help): Add.
11701
11702 2002-09-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11703
11704         * Documentation/topdocs/INSTALL.texi (Top): recommend binary
11705         packages.
11706
11707         * Documentation/topdocs/README.texi (Top): building documentation
11708         (not website.)
11709
11710 2002-09-26  Jan Nieuwenhuizen  <janneke@gnu.org>
11711
11712         * Documentation/user/refman.itely: 
11713         * Documentation/user/tutorial.itely: 
11714         * Documentation/user/music-glossary.tely: Merge changes.
11715
11716         * Documentation/user/glossary.html.in: 
11717         * Documentation/index.texi: 
11718         * Documentation/header.html.in: Accomodate renaming of glossary.
11719         
11720         * Documentation/user/tutorial.itely: Add some glossary references.
11721         
11722         * Documentation/user/refman.itely: Minor fixes.
11723         
11724         * Documentation/user/lilypond.tely: Add glossary do direntry.
11725
11726         * Documentation/user/music-glossary.tely: Rename (previously:
11727         glossary.tely).  Fix anchor placement.
11728
11729         * Documentation/user/GNUmakefile: Make music-glossary.info too.
11730
11731 2002-09-23  Werner Lemberg  <wl@gnu.org>
11732
11733         * scripts/lilypond-book.py (output_dict): Fix handling of
11734         various environments by avoid extraneous newlines.
11735         Rename `output-all' regexp for html to `output-html'.
11736         Replace `output-all' regexp for texi with `output-texi-quote'
11737         and `output-texi-noquote'.
11738         (compose_full_body): Don't override `linewidth' user option
11739         for `singleline'.
11740         (schedule_lilypond_block): Don't indent text specified with
11741         `intertext' option.
11742         Add new option `noquote'.
11743         (compile_all_files): Use latex instead of tex to compile ly
11744         files directly.
11745
11746         * Documentation/user/lilypond-book.itely: Updated and revised.
11747         Improve layout.
11748
11749         * Documentation/user/glossary.tely,
11750         Documentation/user/introduction.itely,
11751         Documentation/user/tutorial.itely,
11752         Documentation/user/refman.itely,
11753         Documentation/user/appendices.itely: Fix overfull LilyPond
11754         boxes caused by the new lilypond-book code.  Other minor
11755         fixes.
11756
11757         * Documentation/user/macros.itexi (@texiflat): Don't emit
11758         trailing space.
11759
11760         * scm/tex.scm (end-output, header-end): Add preamble and
11761         postamble to make lilypond output directly compilable with
11762         latex.
11763
11764         
11765 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11766
11767         * Documentation/topdocs/INSTALL.texi (Top): bugfix for RH RPM
11768         instructions.
11769
11770 2002-09-25  Jan Nieuwenhuizen  <janneke@gnu.org>
11771
11772         * Documentation/user/glossary.tely: Add titling and hyperlinks.
11773
11774 2002-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11775
11776         * lily/beam.cc (connect_beams): don't crash if there are quarter
11777         notes in beams.
11778
11779 2002-09-24  Juergen Reuter  <reuter@ipd.uka.de>
11780
11781         * Documentation/user/refman.itely: corrected ancient clef
11782         docu; added docu on ligatures
11783
11784 2002-09-21  Juergen Reuter  <reuter@ipd.uka.de>
11785
11786         * Documentation/user/glossary.tely,
11787         Documentation/user/refman.itely, input/les-nereides.ly,
11788         input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly,
11789         input/test/bagpipe.ly, lily/stem.cc, ly/grace-init.ly,
11790         scm/grob-property-description.scm, scripts/convert-ly.py: renamed
11791         Stem properties: flag-style -> stroke-style, style -> flag-style.
11792
11793 2002-09-22  Werner Lemberg  <wl@gnu.org>
11794
11795         * scripts/lilypond-book.py: Add option `notime' to suppress
11796         printing of a time signature.  Specify default indentation of 0pt
11797         if single line fragment.  Don't emit redundant `\paper{ }'.
11798
11799         * Documentation/user/lilypond-book.itely: Updated.
11800
11801         * Documentation/user/glossary.tely: Completely reformatting.
11802
11803 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11804
11805         * GNUmakefile.in (top-web): generate (possibly empty) examples.html
11806
11807 2002-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
11808
11809         * Documentation/user/tutorial.itely: Fix links.
11810         
11811         * Documentation/topdocs/index.tely:
11812         * Documentation/index.texi:
11813         * Documentation/header.html.in: Small website fixes and updates.
11814
11815         * debian/: Debian patch by Anthony Fok.
11816
11817 2002-09-21  Jan Nieuwenhuizen  <janneke@gnu.org>
11818
11819         * Documentation/footer.html.in: How time flies: It's already 2002!
11820
11821         * Documentation/topdocs/index.tely: Stable/development fix.  Use
11822         more descriptive link names than 'here'.
11823
11824 2002-10-03  Jan Nieuwenhuizen  <janneke@gnu.org>
11825
11826         * lily/beam.cc (rest_collision_callback): Fixed: partial rewrite.
11827
11828 2002-10-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11829
11830         * lily/part-combine-music-iterator.cc (get_state): cleanup
11831         (get_music_info): cleanup.
11832
11833 2002-10-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11834
11835         * scm/backend-documentation-lib.scm (interface-doc-string):
11836         crosslinks between interfaces and grobs. Headings for interfaces
11837         in grob explanation.
11838
11839 2002-09-30  Jan Nieuwenhuizen  <janneke@gnu.org>
11840
11841         * scm/to-xml.scm: Fixes.  input/trip.ly now parses as xml (without
11842         dtd).  Add preliminary dtd.
11843         (re-sub-alist): Robustify.
11844
11845 2002-09-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11846
11847         * lily/include/event-chord-iterator.hh,
11848         lily/context-specced-music-iterator.cc,
11849         lily/event.cc, lily/event-chord-iterator.cc: add
11850
11851 2002-09-29  Jan Nieuwenhuizen  <janneke@gnu.org>
11852
11853         * lily/: some (c) header fixes.
11854         
11855         * lily/request-chord.cc: Remove.
11856         
11857         * lily/include/event-chord-iterator.hh:
11858         * lily/include/event.hh:
11859         * lily/event-chord.cc: New file.
11860         
11861         * lily/stem-engraver.cc (acknowledge_grob): rename evented back to
11862         requested.
11863
11864 2002-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11865
11866         * lily/ : rename Request to Event
11867
11868         * lily/parser.yy (command_element): move clef stuff into Scheme.
11869
11870         * lily/:  rename length_mom () to get_length()
11871
11872         * lily/part-combine-music.cc: removed file and class.
11873
11874         * lily/context-specced-music-iterator.cc (class
11875         Context_specced_music_iterator): new file. Obsoletes the
11876         Context_specced_music type.
11877
11878         * scm/music-types.scm (make-repeated-music): put different kinds
11879         of repeated music into music-type table.
11880
11881         * VERSION: 1.7.1 released.
11882
11883         * scm/to-xml.scm: new file.
11884
11885         * input/test/to-xml.ly (fooBar): demo of what is possible with the
11886         new Input representation: dump music as XML.
11887
11888         * scm/engraver-documentation-lib.scm
11889         (engraver-accepts-music-types?): add links from music to engraver,
11890         from music-type to engraver.
11891
11892         * lily/include/command-request.hh: removed
11893         lily/include/musical-request.hh: removed. Removed all _req classes
11894         except Key_change_req. Changes throughout.
11895
11896 2002-09-28  Jan Nieuwenhuizen  <janneke@gnu.org>
11897
11898         * lily/tuplet-engraver.cc (try_music): Compile kludge.
11899
11900 2002-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11901
11902         * lily/*.cc: specify accepts for many engravers.
11903
11904         * scm/music-documentation-lib.scm: dump music expressions and
11905         music subtypes.
11906
11907         * scm/documentation-lib.scm: complete revision.
11908         Use GOOPS objects to store document tree explicitly. Cleaned up and
11909         sped up doco generation a lot.
11910
11911 2002-09-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11912
11913         * input/trip.ly (fugaIILeft): add arpeggio
11914
11915         * lily/translator-group.cc (try_music_on_nongroup_children):
11916         oops. The name symbol is in the cdr of the assoc handle.
11917
11918         * lily/:  remove Arpeggio_req, Breathing_sign_req, Extender_req,
11919         Hyphen_req, Glissando_req, Break_req, Mark_req 
11920
11921 2002-09-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11922
11923         * lily/musical-request.cc (music-duration-length,
11924         music-duration-compress): new functions.
11925
11926         * lily/ : Remove Note_req, Rest_req, Busy_playing_req. Changes
11927         throughout. Warning doesn't work yet.
11928
11929         * lily/translator-group.cc (try_music_on_nongroup_children):
11930         new implementation: store candidate acceptors in a hashTable.
11931
11932 2002-09-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11933
11934         * scm/music-types.scm (music-descriptions): change name to
11935         internal-class-name
11936
11937         * scm/chord-name.scm (chord::inner-name-banter): remove space.
11938
11939 2002-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11940
11941         * lily/beam.cc (connect_beams): don't crash if there are quarter
11942         notes in beams.
11943
11944 2002-09-24  Juergen Reuter  <reuter@ipd.uka.de>
11945
11946         * Documentation/user/refman.itely: corrected ancient clef
11947         docu; added docu on ligatures
11948
11949 2002-09-21  Juergen Reuter  <reuter@ipd.uka.de>
11950
11951         * Documentation/user/glossary.tely,
11952         Documentation/user/refman.itely, input/les-nereides.ly,
11953         input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly,
11954         input/test/bagpipe.ly, lily/stem.cc, ly/grace-init.ly,
11955         scm/grob-property-description.scm, scripts/convert-ly.py: renamed
11956         Stem properties: flag-style -> stroke-style, style -> flag-style.
11957
11958 2002-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11959
11960         * scm/music-functions.scm (music-separator?): don't use name music
11961         property.
11962
11963 2002-09-24  Jan Nieuwenhuizen  <janneke@gnu.org>
11964
11965         * stepmake/stepmake/generic-targets.make (help): Document check
11966         target.
11967
11968         * lily/new-accidental-engraver.cc: Compile fix.
11969
11970 2002-09-23  Jan Nieuwenhuizen  <janneke@gnu.org>
11971
11972         * scripts/convert-ly.py: Add rule.
11973
11974         * input/test/music-creation.ly:
11975         * input/test/add-staccato.ly:
11976         * input/test/add-text-script.ly: ly-make-music.
11977
11978         * scm/drums.scm (make-head-type-elem, make-articulation-script):
11979         More ly-make-music renamings.
11980
11981         * lily/command-request.cc: ADD_MUSIC: arpeggio_req.
11982
11983         * lily/music-constructor.cc (make_music): Add debugging info.
11984
11985         * scm/music-functions.scm (make-simultaneous-music,
11986         (make-sequential-music, context-spec-music):
11987         * scm/music-types.scm (music-descriptions): Get lily to run.
11988
11989 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11990
11991         * lily/command-request.cc (transpose_key_alist): new function.
11992
11993         * lily/key-performer.cc (create_audio_elements): cleanup. 
11994
11995 2002-09-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11996
11997         * lily/parser.yy: remove TYPED_MAKE_MUSIC().
11998
11999         * lily/include/translator.hh (ENTER_DESCRIPTION): add
12000         events-accepted field.
12001
12002         * scm/music-types.scm: new file.
12003
12004         * lily/parser.yy: put music type initialization into scheme,
12005         similar to grob initialization.  Changes throughout.
12006
12007 2002-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
12008
12009         * Documentation/user/tutorial.itely: Fix links.
12010         
12011         * Documentation/index.texi: 
12012         * Documentation/header.html.in: 
12013         * Documentation/topdocs/index.tely: Small website fixes and updates.
12014
12015         * debian/: Debian patch by Anthony Fok.
12016
12017 2002-09-21  Jan Nieuwenhuizen  <janneke@gnu.org>
12018
12019         * Documentation/footer.html.in: How time flies: It's already 2002!
12020
12021         * Documentation/topdocs/index.tely: Stable/development fix.  Use
12022         more descriptive link names than 'here'.
12023
12024         * ROADMAP: Remove test stuff.
12025
12026         * scripts/update-lily.py: Allow auto-building of stable and
12027         development versions.  Bugfixes.
12028
12029 2002-09-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12030
12031         * VERSION: released 1.7.0
12032
12033         * scm/tex.scm (header-end): enclose lily output in begingroup/endgroup.
12034
12035         * tex/lilyponddefs.tex: set hsize for plain tex, but only for
12036         positive line widths.
12037
12038 2002-09-20  Jan Nieuwenhuizen  <janneke@gnu.org>
12039
12040         * tex/lilyponddefs.tex: Handle \scoreshift and \outputscale in one
12041         go.  Fix comments.
12042
12043         * cygwin: Cygwin updates.
12044
12045 2002-09-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12046
12047         * Documentation/windows/installing.texi (Top): version for python,
12048         urls for ghostscript (thanks to John Potelle)
12049         
12050         * lily/simultaneous-music-iterator.cc
12051         (Simultaneous_music_iterator): init children_list_ before
12052         triggering GC.
12053
12054         * lily/*-iterator.cc: be even more careful with smobbed copy
12055         constructors. 
12056
12057         * lily/break-align-engraver.cc (acknowledge_grob): also typeset
12058         LeftEdge item.
12059
12060 2002-09-15  Werner Lemberg  <wl@gnu.org>
12061
12062         Improving LilyPond's output to make them ordinary TeX boxes with
12063         predictable dimensions.  System boxes are now vertically centered on
12064         the baseline; this offset can be further controlled with
12065         \lilypondscoreshift.
12066
12067         * lily/system.cc (System::post_processing): Pass length of current
12068         system to `start-system' (including any horizontal indentation).
12069
12070         * scm/tex.scm, scm/pdftex.scm: Make output of various functions
12071         prettier.
12072         (lily-def): Append `%'.
12073         (start-system): Add parameter `wd'.  Output more TeX code to specify
12074         box dimensions.
12075         (stop-system, stop-last-system): Complement changes in
12076         `start-system'.
12077         * scm/sketch.scm, scm/ps.scm, scm/pdf.scm, scm/ascii-script.scm:
12078         Updated.
12079
12080         * scripts/ly2dvi.py (global_latex_definition): Set \parindent to 0.
12081         * buildscripts/mf-to-table.py (write_tex_defs): Append `%'.
12082         Write final `\endinput'.
12083
12084         * tex/lily-ps-defs.tex, tex/lily-pdf-defs.tex,
12085         tex/lilypond-plaintex.tex, tex/lilypond-latex.tex,
12086         tex/lilyponddefs.tex, tex/titledefs.tex: Reformat code.  Assure that
12087         files and macro definitions don't produce spurious spaces and
12088         paragraphs (using \endlinechar).
12089         * tex/lilyponddefs.tex: New dimension `\scoreshift'.
12090
12091         * Documentation/user/internals.itely: Improved formatting, fixing
12092         typos.  Added a section `Output details' to describe how the TeX
12093         code looks like.
12094
12095 2002-09-17  Rune Zedeler  <rune@zedeler.dk>
12096
12097         * lily/accidental-engraver.cc: Also work with partial measures.
12098
12099 2002-09-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12100
12101         * lily/text-spanner-engraver.cc: whoops. Set bound in the correct
12102         spanner.
12103
12104 2002-09-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12105
12106         * lily/identifier-smob.cc (unpack_identifier): new file.
12107
12108         * lily/lexer.ll (identifier_type): new function.  use ly-id to
12109         pass off scheme expressions as music identifiers.
12110
12111         * scm/lily.scm: reorganisation, cleanups.
12112
12113         * lily/main.cc: small cleanups.
12114
12115 2002-09-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12116
12117         * lily/ly-module.{cc,hh}: new file.
12118
12119 2002-09-17  Rune Zedeler  <rune@zedeler.dk>
12120
12121         * lily/accidental-engraver.cc: Also work with partial measures.
12122
12123 2002-09-16  Jan Nieuwenhuizen  <janneke@gnu.org>
12124
12125         * VERSION (PACKAGE_NAME): Remove HEAD trap leftover.
12126
12127 2002-09-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12128
12129         * lily/my-lily-lexer.cc: use SCM module in stead of
12130         Scheme_hash_table. Changes throughout.  
12131
12132 2002-09-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12133
12134         * VERSION (MY_PATCH_LEVEL): make 1.7.0
12135