]> git.donarmstrong.com Git - lilypond.git/blob - ChangeLog
* lily/paper-score.cc (process): Do not show progress newline.
[lilypond.git] / ChangeLog
1 2004-06-14  Jan Nieuwenhuizen  <janneke@gnu.org>
2
3         * lily/paper-score.cc (process): Do not show progress newline.
4
5         * lily/paper-book.cc (output, classic_output): Show progess
6         newline after score.
7
8 2004-06-14  Heikki Junes <hjunes@cc.hut.fi>
9
10         * buildscripts/lilypond-words.py: add ly/vlaams.ly
11
12 2004-06-14  Jan Nieuwenhuizen  <janneke@gnu.org>
13
14         * lily/score.cc (ly:run-translator): Do not crash on empty music
15         list.
16
17         * lily/book.cc (process): Do not render score when systems is empty.
18
19         * input/simple-song.ly: Down one octave.
20
21         * scm/output-gnome.scm: Remove script again; re-add modules fix
22         (CVS conflict resolve?)
23
24         * lily/stencil.cc (ly:interpret-stencil): Was:
25         interpret_stencil_expression.
26
27 2004-06-13  Jan Nieuwenhuizen  <janneke@gnu.org>
28
29         * buildscripts/guile-gnome.sh: New file.
30
31         * scm/output-gnome.scm: White background, better window size, sane
32         canvas size.  Cleanups.
33
34 2004-06-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
35
36         * Documentation/user/invoking.itexi (Invoking the lilypond
37         binary): document --safe.
38
39         * scm/output-gnome.scm: set PATH in script.
40
41         * scm/page-layout.scm (default-page-make-stencil): don't stretch
42         if there is too few systems on a page.
43
44         * lily/parser.yy (relative_music): start at middle C without pitch
45         argument.
46
47         * Documentation/user/changing-defaults.itely (Page layout): new node.
48         (Paper size): rename node
49         (Page breaking): new node.
50         (Titling): move from invoking.
51         (File structure): new node.
52
53         * lily/parser.yy (score_body): allow \header and music anywhere in
54         \score body.
55
56 2004-06-13  Jan Nieuwenhuizen  <janneke@gnu.org>
57
58         * scm/lily.scm (ly:load): Remove page-breaking.scm.
59
60 2004-06-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
61
62         * lily/include/paper-system.hh: move cc/hh file from paper-line.*
63
64         * lily/include/paper-line.hh: rename to Paper_system.
65
66         * lily/include/paper-book.hh: doc class.
67
68         * lily/paper-book.cc (c_ragged_page_breaks): remove functions. 
69
70         * scm/page-layout.scm (plain-footer): add tagline/copyright. 
71         (plain-header): add instrument-name.
72         (default-page-make-stencil): bugfixes.
73
74         * lily/parser.yy (book_body): allow \header anywhere in \book{}
75
76         * lily/paper-book.cc: remove copyright & tagline. Remove
77         interactions with Page
78
79         * scm/page-layout.scm (ly:optimal-page-breaks): move back breaking
80         here, 
81         (default-page-make-stencil): new function
82         (default-page-music-height): new function
83         (page-headfoot): new function
84         (ly:optimal-page-breaks): generate stencils directly from here
85
86         * scm/titling.scm: new file, group titling functions
87
88 2004-06-13  Jan Nieuwenhuizen  <janneke@gnu.org>
89
90         * scm/output-gnome.scm: Handle multiple pages.
91
92         * scm/framework-gnome.scm: Do not load output-gnome.
93         (framework-gnome): Invoke output-gnome::header and
94         output-gnome::end-output as faked stencils.  Fixes experimental
95         gnome output.
96
97 2004-06-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
98
99         * input/mutopia/W.A.Mozart/mozart-hrn3-rondo.ly (rondo):
100         octavation compatibility fixes. Backportme. 
101
102         * scm/page-breaking.scm (ly:optimal-page-breaks): allow overfull
103         pages.
104         (ly:optimal-page-breaks): combine-penalties: no shortcut for
105         negative. Now we handle negative penalties (ie. \pageBreak)
106         correctly.
107
108         * lily/system.cc (get_line): extract page-penalty from the left
109         bound.
110
111         * scm/fret-diagrams.scm (fret-diagram): use @table for documentation
112
113 2004-06-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
114
115         * scm/framework-ps.scm: don't load output-XXX from framework-XXX
116
117 2004-06-12  Jan Nieuwenhuizen  <janneke@gnu.org>
118
119         * scm/output-gnome.scm: Update script.  Move development to
120         lilypond_2_3_2 branch for now.
121
122 2004-06-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
123
124         * scm/page-breaking.scm (ly:optimal-page-breaks): don't do
125         negative penalties.
126         cleanups.
127
128         * Documentation/user/changing-defaults.itely (Creating contexts):
129         index entries
130
131         * scm/page-breaking.scm (ly:optimal-page-breaks): new
132         file. Rewrite function. 
133
134         * lily/paper-book.cc (pages): new interface: page-breaking returns
135         list of line-list.
136
137         * lily/page.cc (Page): take lines argument.
138
139         * scm/document-translation.scm (all-engravers-doc): link to user man
140
141         * scm/page-layout.scm (ly:optimal-page-breaks): use penalty iso. score.
142
143         * Documentation/user/notation.itely (Relative octaves): typo.
144
145         * lily/paper-book.cc (LY_DEFINE): ly:output-formats. New function.
146
147 2004-06-11  Jan Nieuwenhuizen  <janneke@gnu.org>
148
149         * scm/output-gnome.scm: Update build script.
150
151 2004-06-10  Jan Nieuwenhuizen  <janneke@gnu.org>
152
153         * scm/output-gnome.scm: Add font scaling.  Attempt to resurrect
154         gnome backend.
155
156         * scm/framework-gnome.scm: New file.
157
158         * scm/lily.scm: Use it.
159
160         * lily/paper-outputter.cc: Janitorial cleanups.
161         (ly:outputter-dump-string): Remove unreachable statement.
162
163         * scm/framework-ps.scm: Add header.  Janitorial cleanups.
164         (ice-9): Bugfix: Add srfi-1.
165
166         * scm/framework-tex.scm: Add header.  Janitorial cleanups.
167
168 2004-06-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
169
170         * lily/new-lyric-combine-music-iterator.cc (do_quit): put warning
171         in do_quit()
172         
173 2004-06-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
174
175         * ly/book-paper-defaults.ly: set optimal-page-breaks as default
176
177 2004-06-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
178
179         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): remove
180         override of Beam::position-callbacks. Why would grace beams not be
181         quantized? Fixes: weird-stem-size-grace. 
182
183         * lily/new-lyric-combine-music-iterator.cc (find_voice): issue
184         warning only once. Backportme.
185
186         * lily/accidental-engraver.cc (number_accidentals_from_sig):
187         bugfix, 2nd try. Backportme.
188
189         * ly/vlaams.ly: new file. (Thanks Hendrik Maryns)
190
191 2004-06-04  Mats Bengtsson  <mabe@drongo.s3.kth.se>
192
193         * Documentation/user/notation.itely (Instrument transpositions):
194         Correct the name of the instrumentTransposition property.
195
196 2004-06-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
197
198         * scm/output-ps.scm (ps-font-command): fix parmesan coding too.
199
200 2004-06-04  Mats Bengtsson  <mabe@drongo.s3.kth.se>
201
202         * scripts/lilypond-book.py (output): Bug fix so preLilyPondExample
203         and postLilyPondExample are called when defined.
204
205 2004-06-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
206
207         * ly/nederlands.ly (pitchnames): use ly:parser-set-note-names.
208         This fixes setting notenames with `\include "nederlands.ly" '
209
210         * lily/my-lily-parser.cc (LY_DEFINE): ly:parser-set-note-names:
211         new function.
212
213 2004-06-01  Han-Wen Nienhuys   <hanwen@xs4all.nl>
214
215         * scm/page-layout.scm: don't do piece, it should be in score-title
216         only.
217
218         * lily/lexer.ll: lex \score separately.
219
220         * lily/paper-book.cc: junk stencil2line.
221
222         * lily/paper-line.cc (Paper_line): construct from Stencil
223         directly. No futzing with the dimensions.
224
225         * lily/include/paper-line.hh (class Paper_line): 
226
227         * lily/stencil.cc (interpret_stencil_expression): combine-stencil
228         takes arbitrary number of arguments.
229
230         * input/test/markup-score.ly (tuning): simplify example. 
231
232 2004-05-31  Han-Wen Nienhuys   <hanwen@xs4all.nl>
233
234         * lily/score.cc (LY_DEFINE): ly:score-embedded-format, new function. 
235
236         * scm/define-markup-commands.scm (score): define score-markup
237
238         * lily/parser.yy (markup): use score-markup.
239
240         * lily/score.cc: add ly:score? 
241
242 2004-05-30  Carl Sorensen <carl_sorensen@byu.edu>
243
244         * scm/fret-diagrams.scm: add fret-diagram-verbose markup; modified
245         fret-parse-string so it prepares for calls to fret-diagram-verbose
246         Changed display constants to props so they are available for
247         \override.
248         
249 2004-05-31  Han-Wen Nienhuys   <hanwen@xs4all.nl>
250
251         * VERSION: release 2.3.3
252
253         * stepmake/stepmake/generic-vars.make: unset LANG.
254
255         * input/regression/tuplet-nest.ly: bugfix.
256
257         * lily/tie-performer.cc (stop_translation_timestep): reset
258         ties_created_. Fixes: midi-tie.ly, midi-lyrics-barcheck.ly
259
260         * lily/chord-tremolo-engraver.cc (stop_translation_timestep):
261         clear repeat_ directly after setting stem_tremolo_. Fixes:
262         tremolo-repeat.ly
263
264         * input/regression/span-bar-break.ly: new file.
265
266         * scm/define-grobs.scm (all-grob-descriptions): remove
267         break-visibility from SpanBar. Fixes: piano-repeat.ly
268
269 2004-05-30  Han-Wen Nienhuys   <hanwen@xs4all.nl>
270
271         * python/lilylib.py (make_ps_images): only compute bbox when needed.
272
273         * scripts/lilypond-book.py (process_snippets): use lily -f ps
274         files for generating pngs. (failed experiment)
275
276         * scm/framework-ps.scm (output-classic-framework-ps): dump EPS
277         file with PFA fonts included.
278
279         * lily/score.cc (default_rendering): put header in too.
280
281         * lily/paper-line.cc (LY_DEFINE): change function to
282         ly:paper-line-extent
283
284         * scm/page-layout.scm (default-book-title): only add lines for
285         non-nil fields.
286         (default-score-title): idem.
287
288         * lily/my-lily-parser.cc (parse_string): delete lexer after use.
289
290         * lily/my-lily-lexer.cc (My_lily_lexer): copy keytable.
291
292         * lily/include/paper-book.hh (class Paper_book): remove height_
293         member.
294
295         * input/test/coriolan-margin.ly (texidoc): remove latex macros.
296
297         * lily/ly-module.cc (LY_DEFINE): bugfix.
298
299         * lily/paper-book.cc (book_title): separate function for the book
300         title.
301
302         * scm/page-layout.scm (default-book-title): only account for
303         markup fields.
304
305         * scm/framework-ps.scm: new file. Move high level interface from
306         output-ps.scm
307
308         * scm/music-functions.scm (def-grace-function): move macros from
309         ly/music-functions-init.ly
310
311         * lily/paper-outputter.cc (Paper_outputter): move scheme_calls to
312         framework-tex.scm
313
314         * scm/framework-tex.scm (dump-line): new file. High level
315         interface for output (pages, systems, header). 
316
317         * lily/include/page.hh (class Page): add is_last_ field.
318
319         * lily/paper-outputter.cc (print_smob): smobify Paper_outputter.
320
321         * lily/paper-book.cc (split_string): new function
322         (output): output multiple formats, i.e. --format=ps,tex
323
324         * scm/output-ps.scm (output-scopes): dump variables directly.
325         (define-fonts): rewrite for new interface
326
327         * ps/lilyponddefs.ps: remove lilypondpaper redefinitions.
328
329         * lily/paper-outputter.cc (Paper_outputter): take format argument.
330
331         * lily/main.cc (parse_argv): don't set extension for output.
332
333         * lily/clef-engraver.cc (create_clef): remove
334         Staff_symbol_referencer::set_position() call. 
335
336 2004-05-30  Nicolas Sceaux  <nicolas.sceaux@free.fr>
337
338         * ly/music-functions-init.ly (addlyrics): set the 'origin property
339         with the location argument in music function definitions.
340
341 2004-05-29  Han-Wen Nienhuys   <hanwen@xs4all.nl>
342
343         * lily/staff-symbol-engraver.cc (acknowledge_grob): remove item ->
344         staffsymbol dependency.
345
346         * lily/include/grob.hh (class Grob): live () -> is_live (). Small
347         cleanups.
348
349         * lily/book.cc (process): return Paper_book
350         (to_stencil): use Book::process().
351
352         * lily/include/my-lily-parser.hh (class My_lily_parser): remove
353         header_ field. Store in $globalheader
354
355         * lily/parser.yy (book_body): book header is initted to
356         $globalheader.
357         
358
359 2004-05-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
360
361         * input/test/fill-a4.ly: removed.
362
363         * lily/parser.yy (output_def): push scope of parent_ Output_def
364         too.
365
366 2004-05-28  Jan Nieuwenhuizen  <janneke@gnu.org>
367
368         * scm/output-gnome.scm: Update info.
369
370 2004-05-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
371
372         * lily/book-paper-def.cc: collapse Book_output_def to Output_def.
373
374         * scm/lily.scm (ly:modules-lookup): handle empty list, and more
375         than 1 module.
376
377         * lily/include/ly-module.hh (ly_use_module): rename is_module to
378         ly_c_module_p.
379
380         * scm/page-layout.scm (default-book-title): move Scheme titling
381         functions to here.
382
383         * lily/parser.yy (book_paper_block): remove scope too.
384
385         * ly/engraver-init.ly (EasyNotation): remove OrchestralScoreContext
386
387         * lily/rest.cc: add direction to rest properties.
388
389         * lily/include/output-def.hh: new file, move from
390         music-output-def.hh
391
392 2004-05-27  Jan Nieuwenhuizen  <janneke@gnu.org>
393
394         * scm/output-gnome.scm: Describe feta-cork hack.
395
396 2004-05-27  Han-Wen Nienhuys   <hanwen@xs4all.nl>
397
398         * lily/include/book-paper-def.hh: derive from Output_def 
399
400         * lily/include/paper-def.hh: move all functionality out of class.
401         Junk header.
402
403         * lily/include/music-output-def.hh: rename Music_output_def to
404         Output_def.
405
406         * input/wilhelmus.ly: only set space for Paper formatting. 
407
408         * lily/include/midi-def.hh: remove file, remove class.
409         Move functions to Music-output-def.
410
411         * lily/music-output-def.cc (Music_output_def): remove separate
412         translator table. Lookup translators in scope directly. This
413         obviates Context suffix for context identifiers, i.e.
414
415         \context {
416           \Staff
417           .. 
418           }
419
420
421         will work.
422         
423
424         * Documentation/user/notation.itely (Chords mode): typo: 13 -> 3.
425
426         * Documentation/user/changing-defaults.itely (Horizontal spacing):
427         document spacing override hack.
428
429 2004-05-27  Jan Nieuwenhuizen  <janneke@gnu.org>
430
431         * scm/output-gnome.scm: Add C-q, C-w keybindings.  Update
432         installation info.  Support point-and-click.  Add +/- zoom
433         keybindings.
434
435 2004-05-26  Han-Wen Nienhuys   <hanwen@xs4all.nl>
436
437         * VERSION: 2.3.2 released
438         
439         * lily/parser.yy (book_body): set default bookpaper.
440
441         * scm/output-tex.scm (header): kludge: hard code linewidth. 
442
443         * lily/my-lily-parser.cc (My_lily_parser): don't delete lexer.
444
445 2004-05-25  Han-Wen Nienhuys   <hanwen@xs4all.nl>
446
447         * lily/score.cc (default_rendering): scale outputdef before
448         starting.
449
450 2004-05-25  Jan Nieuwenhuizen  <janneke@gnu.org>
451
452         * scm/fret-diagrams.scm: Add header.
453
454         * scm/output-gnome.scm: Hello world :-)
455
456 2004-05-25  Han-Wen Nienhuys   <hanwen@xs4all.nl>
457
458         * scripts/lilypond.py (run_dvips): only add papersize if present.
459
460         * lily/accidental-engraver.cc (update_local_key_signature): new
461         function, fold code from initialize() and process_music().
462         (update_local_key_signature): use deep copy. This fixes one
463         problem from custom-key-signatures.ly.
464         (number_accidentals_from_sig): tighter check for
465         accidental-too-old.
466
467         * ly/engraver-init.ly: remove localKeySignature
468         definition from ChoirStaff, StaffGroup, Score.
469         
470         * lily/percent-repeat-engraver.cc (try_music): add moments for
471         barlines too. Fixes: skipbars-percent-repeat.ly.
472
473 2004-05-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
474
475         * lily/context-def.cc (filter_performers): don't go to cdrloc if
476         skipping last pair. Fixes: crash-bar-number.
477
478         * scm/fret-diagrams.scm (nil): fret-diagrams (courtesy Carl
479         D. Sorensen)
480
481         * input/test/fret-diagram.ly: new file.
482
483         * scm/paper.scm (paper-set-staff-size): scale linewidth too.
484         (scale-paper): divide by scale.
485
486 2004-05-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
487
488         * lily/rest-collision.cc (do_shift): also do nothing for the (0,2)
489         case.
490
491 2004-05-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
492
493         * scm/stencil.scm (fontify-text): reinstate function
494
495         * tex/lily-ps-defs.tex: remove lilypondblotdiam def.
496
497         * lily/book-paper-def.cc (Book_paper_def): add copy ctor.
498
499         * lily/parser.yy (book_paper_head): \bookpaper {} 
500
501         * python/midi.c: remove config.h
502
503 2004-05-18  Jan Nieuwenhuizen  <janneke@gnu.org>
504
505         * scm/output-gnome.scm: Update.
506
507 2004-05-17  Jan Nieuwenhuizen  <janneke@gnu.org>
508
509         * scm/output-gnome.scm: New file.
510
511         * lily/include/book-paper-def.hh: Add.  Janitorial fixes.
512
513 2004-05-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
514
515         * lily/book-paper-def.cc (ly_bookpaper_fonts): move from Paperdef
516         (find_scaled_font): move from Paper_def
517
518 2004-05-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
519
520         * lily/my-lily-parser.cc (LY_DEFINE): new function ly_parser_lookup
521         (LY_DEFINE): add SCM_ASSERT_TYPE everywhere.
522
523         * po/fr.po: update po.
524
525         * lily/include/book-paper-def.hh (class Book_paper_def): new file.
526
527         * lily/book-paper-def.cc (print_smob): new file.
528
529 2004-05-16  Heikki Junes <hjunes@cc.hut.fi>
530
531         * buildscripts/lilypond-words.py: search words also from
532         music-functions-init.ly.
533
534 2004-05-15  Nicolas Sceaux  <nicolas.sceaux@free.fr>
535
536         * ly/music-functions-init.ly (def-music-function): new helper
537         macro for defining music functions. \addlyrics \appoggiatura
538         \acciaccatura \grace \partcombine \autochange \applycontext
539         \applyoutput and \breathe are now defined here thanks to it.
540
541         * lily/parser.yy: 
542         * lily/my-lily-lexer.cc: \addlyrics \appoggiatura \acciaccatura
543         \grace \partcombine \autochange \applycontext \applyoutput and
544         \breathe keywords removed from the parser.
545
546         * lily/parser.yy: 
547         * lily/music-function.cc (ly_make_music_function): 
548         * lily/lexer.ll (music_function_type): added a case for 0-arg
549         music functions.
550
551 2004-05-14  Nicolas Sceaux  <nicolas.sceaux@free.fr>
552
553         * scm/ly-from-scheme.scm (read-lily-expression):  A variable
554         refering to a music expression can be used in lily-inside-scheme:
555         #{ $music #}
556
557         * lily/my-lily-parser.cc (LY_DEFINE): introduce ly:clone-parser
558         and ly:parser-define, and change ly:parser-parse-string in order
559         to make #{ $music #} work.
560
561         * scm/new-markup.scm (compile-markup-expression): when an argument
562         is a string, use `make-simple-markup'.
563
564 2004-05-14  Han-Wen Nienhuys   <hanwen@xs4all.nl>
565
566         * lily/parser.yy (My_lily_lexer): bugfix; op should be tag.  
567
568 2004-05-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
569
570         * scripts/convert-ly.py (FatalConversionError.func): handle + in
571         font-size. (backportme)
572
573 2004-05-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
574
575         * lily/paper-outputter.cc (output_stencil): dump font definitions
576         before each stencil.
577
578         * lily/include/paper-book.hh (struct Score_lines): new
579         struct. Collect info per Paper-score.
580
581         * lily/include/page.hh (class Page): to_stencil() returns Stencil
582         everywhere.
583
584         * lily/stencil.cc (find_expression_fonts): new function
585
586         * lily/paper-outputter.cc (output_stencil): use
587         interpret_stencil_expr
588
589         * lily/stencil.cc (LY_DEFINE): ly_stencil_fonts: new function.
590         (interpret_stencil_expr): new function. Generic stencil
591         interpretation.
592
593         * lily/paper-def.cc (find_scaled_font): divide lookup
594         magnification by outpuscale for non-virtual fontmetrics. This
595         fixes ludicrously long font definitions for text
596         fonts. (backportme)
597
598         * lily/score-engraver.cc: remove
599         {Engraver,Score_engraver}::typeset_grob(), remove all calls.
600
601 2004-05-09  Jan Nieuwenhuizen  <janneke@gnu.org>
602
603         * input/test/markup-score.ly: Remove \notes.
604
605         * lily/parser.yy (book_body): Grok Composite_music and \header.
606         (markup): Push NOTES mode before score_block.
607
608         * VERSION: release 2.3.1
609         
610         * mf/feta-klef.mf: 
611         * mf/feta-bolletjes.mf: Oops.  Comment-out canvast test code.
612
613         * Documentation/user/programming-interface.itely: Use @emph (was: @em).
614
615         * Documentation/user/out/tutorial.texi: Untrigger lilypond-book error.
616
617 2004-05-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
618
619         * scm/output-tex.scm (output-tex-string): tighten safe security.
620
621         * lily/scm-option.cc (LY_DEFINE): add 'safe to ly:get-option
622
623         * scm/safe-lily.scm (make-safe-lilypond-module): new file. Define
624         allowed ly functions.
625
626         * lily/ly-module.cc (ly_module_define): only define variable if
627         bound.
628         (ly_make_anonymous_module): take safe option.
629
630 2004-05-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
631
632         * scripts/lilypond-book.py (compose_ly): remove FRAGMENT_LY.
633
634 2004-05-08  Jan Nieuwenhuizen  <janneke@gnu.org>
635
636         * input/regression/newaddlyrics.ly: Fix.
637
638         * Documentation/user/tutorial.itely: Use \newlyrics, remove most
639         \score \notes.
640
641 2004-05-08  Heikki Junes <hjunes@cc.hut.fi>
642
643         * Documentation/user/music-glossary.tely ([k-z]): last fixes.
644
645 2004-05-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
646
647         * input/mutopia/R.Schumann/romanze-op28-2.ly (d): use #(define .. )
648
649         * lily/paper-line.cc (Paper_line): don't store list of stencils,
650         but convert to single Stencil immediately.
651
652         * lily/paper-book.cc (title): don't return Stencil* but Stencil.
653
654 2004-05-07  Jan Nieuwenhuizen  <janneke@gnu.org>
655
656         * scm/output-sodipodi.scm: Resurrect sodipodi output.
657
658 2004-05-07  Kristof Bastiaensen  <kristof.bastiaensen@vleeuwen.org>
659
660         * elisp/lilypond-mode.el: Changed the way defaults are created for
661         LilyPond-command-master.  LilyPond-mode will now check the
662         timestamps of the files to see which command has to run next.
663
664 2004-05-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
665
666         * scm/bass-figure.scm (format-bass-figure): don't set
667         number-markup for strings. This fixes string in bass
668         figure. (backportme)
669
670         * lily/parser.yy (bass_number): insert number-markup into figure
671         definition.
672
673         * scm/define-music-properties.scm (all-music-properties): make
674         'figure a markup.
675
676         * scripts/convert-ly.py (conv): \apply -> \applymusic
677
678 2004-05-06  Kristof Bastiaensen  <kristof.bastiaensen@vleeuwen.org>
679
680         * elisp/lilypond-mode.el: changed the order of some commands
681         ("Midi" after "2Midi"), use the user-defined
682         LilyPond-command-default as default instead of "LilyPond"
683
684         * elisp/lilypond-mode.el: added a LilyPond-master-file variable,
685         to set the master file for the next command.
686
687         * elisp/lilypond-font-lock.el: replaced font-lock-warning-face
688         with font-lock-reference-face.
689
690 2004-05-07  Heikki Junes <hjunes@cc.hut.fi>
691
692         * Documentation/user/music-glossary.tely ([ab]*): small fixes.
693
694         * Documentation/user/music-glossary.tely ([c-l]*): more fixes.
695
696 2004-05-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
697
698         * ly/music-functions-init.ly (TODO): new file.
699
700         * lily/parser.yy (Generic_prefix_music_scm): add more
701         music_function symbols.
702         (Prefix_composite_music): change \apply to music-function   
703
704         * lily/include/music-function.hh: rename to music-function
705
706 2004-05-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
707
708         * lily/music-head.cc (LY_DEFINE): change order of args.
709
710         * input/regression/music-head.ly (texidoc): new file.
711
712         * lily/parser.yy (Generic_prefix_music): allow generic
713         music-transformation functions. 
714
715         * lily/include/music-head.hh (is_music_head): new file.
716
717         * lily/music-head.cc (get_music_head_transform): new file.
718
719 2004-05-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
720
721         * lily/ottava-bracket.cc (print): use coordinate, not (0,0) for
722         empty extent. This fixes ottava brackets on rests. (backportme)
723
724         * make/lilypond.redhat.spec.in (Group): ln png files for info.
725
726         * lily/piano-pedal-engraver.cc (create_text_grobs): core dump fix.
727
728         * cygwin/lily-wins.py: update for the lily-wins.py script.
729
730 2004-05-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
731
732         * lily/score-engraver.cc (typeset_all): switch off unbound spanner
733         code. This will obviate typeset_grob () in the future.  The effect
734         of this is that improperly written spanner handling will result in
735         invalid spanner bounds.
736         (announce_grob): add to elems_ from here
737         (typeset_grob): comment out.  
738
739         * lily/include/engraver.hh (make_spanner): new calling interface
740         for make_{item,spanner}. This obviates most calls to
741         announce_grob().
742                 
743         * scm/music-functions.scm (set-accidental-style): use GrandStaff
744         iso. PianoStaff for piano styles.
745
746 2004-05-03  Heikki Junes <hjunes@cc.hut.fi>
747
748         * Documentation/user/music-glossary.tely: add segno after d.s.
749
750 2004-05-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
751
752         * lily/include/audio-column.hh: remove unused variables.
753         (patch by Michael Welsh Duggan)
754
755         * flower/include/axes.hh (other_axis): inline Axes function
756         (thanks to David Brandon).
757
758 2004-05-02  Jan Nieuwenhuizen  <janneke@gnu.org>
759
760         * cygwin/mknetrel: Install image links (backportme).
761
762         * Documentation/user/GNUmakefile (local-install-info): Activate
763         actual installing of image links (backportme).
764
765 2004-04-30  Mats Bengtsson  <mabe@drongo.s3.kth.se>
766
767         * Documentation/user/notation.itely (Measure repeats): Removed
768         unnecessary (and confusing) \context Voice{.
769
770 2004-04-29  Jan Nieuwenhuizen  <janneke@gnu.org>
771
772         * Documentation/topdocs/NEWS.texi: Mention use of \score as markup.
773
774         * lily/page.cc (Page): Do not use ly_scheme_function for
775         volatile/configurable variables (FIXME: better name).
776
777         * lily/music-output-def.cc (c_lookup_variable): Rename (WAS:
778         get_scmvar).
779
780 2004-04-29  Han-Wen Nienhuys   <hanwen@xs4all.nl>
781
782         * scripts/convert-ly.py (FatalConversionError.subst): use
783         \transposition.
784
785 2004-04-29  Jan Nieuwenhuizen  <janneke@gnu.org>
786
787         * lily/include/page.hh (class Page): Declare left_margin ().
788
789         * lily/page.cc: Remove paper var caching.
790
791 2004-04-28  Jan Nieuwenhuizen  <janneke@gnu.org>
792
793         * Documentation/user/music-glossary.tely: Add name to @top node.
794         Remove comment from @table definitions (workaround for makinfo
795         bug).
796
797         * lily/stencil-scheme.cc (ly:stencil-expr): Rename (was:
798         ly:stencil-get-expr).  Update callers.
799         (ly:stencil-align-to!):  Return stencil too.
800
801         * lily/paper-outputter.cc (output_page): Bugfix.  Use page
802         stencil.  Remove looped line-based page output.
803         (output_line): Use line stencil.  Remove looped stencil-based line
804         output.
805
806         * lily/page.cc (ly:page-paper-lines): New function.
807
808         * input/test/markup-score.ly: New file.
809
810         * scm/define-markup-commands.scm (stencil): New markup.
811
812         * lily/book.cc (to_stencil): New method.
813
814         * lily/parser.yy (markup): Use it to grok \score.
815
816 2004-04-27  Jan Nieuwenhuizen  <janneke@gnu.org>
817
818         * lily/stencil.cc (expr): Rename (was: get_expr).  Update callers.
819
820         * lily/paper-book.cc (pages): Change signature.  Update callers.
821
822         * lily/include/page.hh:
823         * lily/page.cc: New file.
824
825         * lily/paper-line.cc (to_stencil): New method.
826         
827         * lily/paper-outputter.cc (output_stencil): New method.
828
829         * lily/paper-outputter.cc (output_line): Use them.
830
831         * lily/warn.cc: Remove.
832
833         * lily/my-lily-parser.cc (distill_inname): Remove.
834
835         * flower/include/file-name.hh: 
836         * flower/file-name.cc: New file.  Update users.
837
838         * flower/file-path.cc [CYGWIN]: Junk testing code.  Remove Path.
839         (find): New method of same name.
840
841         * lily/my-lily-parser.cc (ly:parse-file): Use it.
842
843         * lily/scm-option.cc (ly:set-option, ly:get-option): Bugfix:
844         constant error message.
845
846 2004-04-27  Heikki Junes <hjunes@cc.hut.fi>
847
848         * input/test/{blank-notes.ly,staff-container.ly}: typos.
849
850 2004-04-26  Jan Nieuwenhuizen  <janneke@gnu.org>
851
852         * Documentation/user/music-glossary.tely: @table @strong' replaced
853         by `@table @samp @c @strong'.  This fixes invalid makeinfo output
854         (backportme).
855
856 2004-04-25  Nicolas Sceaux  <nicolas.sceaux@free.fr>
857
858         * scm/lily.scm (ly:load): Add ly-from-scheme.scm loading.
859
860         * scm/ly-from-scheme.scm: New file. Introduce a new syntax:
861         #{ lily music expression #} that returns an equivalent scheme
862         music expression by parsing the string.
863
864 2004-04-25  Jan Nieuwenhuizen  <janneke@gnu.org>
865
866         * lily/my-lily-parser.cc:
867         * lily/my-lily-lexer.cc: Another step towards parsing ly code from
868         SCM string (foo.ly/toto.scm support).
869
870 2004-04-24  Jan Nieuwenhuizen  <janneke@gnu.org>
871
872         * lily/my-lily-parser.cc (ly:parser-parse-string): New function.
873
874 2004-04-21  Jan Nieuwenhuizen  <janneke@gnu.org>
875
876         * input/regression/newaddlyrics.ly: Remove lilypond-book kludge.
877
878         * scripts/lilypond-book.py: LY code that includes \header is
879         not assumed to be a fragment.
880
881 2004-04-20  Jan Nieuwenhuizen  <janneke@gnu.org>
882
883         * lily/stem-tremolo.cc (print): If stem direction == CENTER, move
884         tremolo beams up.
885
886         * lily/stem.cc (chord_start_y): Return 0 if no heads.
887         (get_default_stem_end_position): No tremolo head juggling if no
888         heads.  Fixes tremolo crash on rests (backportme).
889
890         * scripts/abc2ly.py: Oops use [\]proper[ty] 2.2 syntax.
891
892 2004-04-19  Jan Nieuwenhuizen  <janneke@gnu.org>
893
894         * scripts/abc2ly.py: ABC beams preserve support (courtesy Guy
895         Gascoigne-Piggford).  Also: TAB and whitespace fixes.
896
897         * lily/lexer.ll: Allow \encoding in NOTES mode.
898
899         * buildscripts/mf-to-table.py (write_fontlist): Use \lyrics
900         for lyrics, not for commands.
901
902         * lily/parser.yy (scalar): Bugfix: accept LYRICS_STRING.
903         FIXME: Replace some `Music's with Grouped_music_list; fixes make web.
904
905         * input/regression/newaddlyrics.ly: New file.
906
907         * Documentation/topdocs/NEWS.texi: Update.
908
909         * lily/parser.yy (new_lyrics): Return SCM list of lyric musics.
910         (Music_list): Allow embedded scm.
911
912         * lily/score.cc (ly:score-bookify): New function.
913
914         * lily/music.cc (ly:music-scorify): Idem.
915
916         * lily/my-lily-parser.cc (ly:parser-print-book): Idem.
917         (ly:parser-print-score): Idem.
918
919         * scm/lily.scm (default-toplevel-book-handler): Idem.
920         (default-toplevel-music-handler): Idem.
921         (default-toplevel-score-handler): Idem.
922
923         * ly/declarations-init.ly: Set default toplevel handlers.
924
925         * lily/parser.yy (book_block, score_block, toplevel_music): Use them.
926
927         * scripts/lilypond-book.py (PREAMBLE_LY): Select classic score
928         printer for score at toplevel.
929
930 2004-04-18  Jan Nieuwenhuizen  <janneke@gnu.org>
931
932         * lily/parser.yy (NEWLYRICS): Switch to LYRICS mode for lyrics.
933         Fix for simple case: input/simple-song.ly, more complex stuff
934         does not work yet.
935
936 2004-04-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
937
938         * lily/parser.yy (Prefix_composite_music): split Composite_music
939         in Prefix_composite_music and Grouped_music_list.
940         (re_rhythmed_music): use Grouped_music_list for NEWLYRICS.
941
942 2004-04-18  Jan Nieuwenhuizen  <janneke@gnu.org>
943
944         * scm/lily.scm (toplevel-expression): New define.
945
946         * lily/my-lily-parser.cc (ly:parser-add-book-and-score): New function.
947
948         * lily/parser.yy (toplevel_expression): Use it.
949
950         * lily/include/my-lily-parser.hh: Smobbify.
951
952         * lily/my-lily-parser.cc (parse_string): New method.
953         
954         * lily/my-lily-parser.cc (ly:parse-string): New function.
955
956         * Documentation/user/lilypond.tely: Add comment and workaround for
957         gs-8.01 crash.  Fixes make web.
958
959         Simplification of toplevel music.
960         
961         * lily/lexer.ll, lily/parser.yy:
962
963         * In LYRICS mode, return LYRICS_STRING.  This fixes one
964         shift/reduce problem.
965
966         * Use NOTES mode at start of maininput.
967
968         * Grok toplevel composite music expression, put in score and book.
969
970         * Grok \relative COMPOSITE_MUSIC, make relative on middleC.
971
972         * \newlyrics is a shortcut for \context Lyrics \lyricsto "" \lyrics
973
974         * input/simple.ly: New file.
975         
976         * input/simple-song.ly: Idem.
977
978 2004-04-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
979
980         * lily/parser.yy: rename NEWADDLYRICS to LYRICSTO. Thanks to Erik
981         Sandberg.
982
983 2004-04-17  Jan Nieuwenhuizen  <janneke@gnu.org>
984
985         * scm/font.scm (add-cmr-fonts): Narrow bold is ecrb.
986
987 2004-04-17  Heikki Junes <hjunes@cc.hut.fi>
988
989         * input/regression/accidental-octave.ly: doc automatic showing
990         of note names.
991
992 2004-04-16  Heikki Junes <janneke@gnu.org>
993
994         * po/fi.po: do "make po && make -C po po-update" at top-level,
995         then "cp po/out/fi.po po/fi.po" and update fields.
996
997         * po/fi.po: remove all designations of `fuzzy'; shows those elements.
998
999 2004-04-15  Jan Nieuwenhuizen  <janneke@gnu.org>
1000
1001         * Documentation/user/introduction.itely (About this manual): Fix
1002         templates and regression urls (backportme).
1003
1004 2004-04-14  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1005
1006         * ly/engraver-init.ly (Score:graceSettings): Increase
1007         beamed-lengths, especially for 32nd notes.
1008
1009         * Documentation/user/notation.itely (Grace notes): Correct the
1010         syntax for add-grace-property example.
1011
1012 2004-04-13  Jan Nieuwenhuizen  <janneke@gnu.org>
1013
1014         * flower/parse-afm.cc [METATYPE1_BUG]: Grok Metatype1's global
1015         `Generated' tag.
1016
1017         * scm/font.scm (add-cmr-fonts): Use super-cm/lmodern fonts.  NOT.
1018         Severely broken (the Debian package, at least).
1019
1020 2004-04-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1021
1022         * lily/context.cc (find_create_context): assign to lvalue.
1023
1024 2004-04-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1025
1026         * lily/include/translator.hh (class Translator): rename
1027         get_parent_context() to context () to avoid confusion.
1028
1029         * lily/include/lily-guile.hh: is_x -> ly_c_X_p naming.
1030
1031         * lily/lexer.ll: change is_string -> ly_c_string_p 
1032
1033         * input/mutopia/J.S.Bach/wtk1-fugue2.ly (bassdux): use \book.
1034
1035         * input/mutopia/W.A.Mozart/mozart-hrn-3.ly: use \book.
1036
1037         * VERSION: release 2.3.0
1038
1039         * mf/feta-nummer-code.mf: use ascii names for number glyphs.
1040
1041         * buildscripts/mf-to-table.py (parse_logfile): only prepend group-
1042         if nonempty.
1043
1044         * lily/include/context.hh (class Context): make members protected.
1045         (children_contexts): new accessor function.
1046
1047         * lily/include/translator.hh (class Translator): make
1048         daddy_context_ protected.
1049         (class Translator): clean up. 
1050
1051         * lily/include/context.hh (class Context): make daddy_context_
1052         private.
1053
1054         * lily/lyric-engraver.cc (get_voice_to_lyrics): recursively go
1055         higher for finding Voice. (backportme)  
1056
1057         * lily/include/context.hh (class Context): remove
1058         find_context_below() as a method.
1059
1060         * Documentation/user/notation.itely (The Lyrics context): add note
1061         about manual durations
1062
1063         * ly/chord-modifiers-init.ly (blackTriangleMarkup): use TeX-math
1064         encoding.
1065
1066         * scm/output-tex.scm (text): dump \inputencoding{} for text.
1067
1068 2004-04-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1069
1070         * scripts/lilypond.py (global_latex_preamble): remove latin1 from
1071         \usepackage{inputenc}
1072
1073         * lily/paper-book.cc (classic_output): don't advance Offset for
1074         TeX output.
1075
1076         * make/mutopia-rules.make ($(outdir)-$(PAPERSIZE)/%.dvi): include
1077         ec-sauter.map in rules
1078
1079         * mf/ecb.mf (font_identifier): new file, based on ecbx
1080
1081         * mf/ecb10.mf (gensize): new file.
1082
1083         * Documentation/topdocs/NEWS.texi (Top): document some more new
1084         features.
1085
1086         * ly/declarations-init.ly: run convert-ly
1087
1088         * lily/my-lily-parser.cc (LY_DEFINE): move parse-file function
1089         from input-file-results. Remove input-file-results.* 
1090
1091 2004-04-11  Jan Nieuwenhuizen  <janneke@gnu.org>
1092
1093         * scm/output-ps.scm (font-command): Fix, again.
1094
1095         * input/test/title-markup.ly: Add \noPagebreak test.
1096
1097         * lily/score-engraver.cc (try_music): Bugfix.
1098
1099 2004-04-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1100
1101         * lily/main.cc (main_with_guile): excise dependency options -M and
1102         --dep-prefix
1103
1104         * lily/input-file-results.cc: excise Makefile dependency code
1105
1106         * Documentation/user/invoking.itexi (Invoking the lilypond
1107         binary): remove dep doco
1108         
1109         * lily/main.cc (main_with_guile): call lilypond-main
1110         
1111         * scm/lily.scm (lilypond-main): new function: handle multiple files.
1112
1113         * lily/input-file-results.cc (LY_DEFINE): throw ly-file-failed
1114         exception.
1115
1116         * lily/my-lily-parser.cc: remove paper_description function
1117
1118         * lily/music-output-def.cc (LY_DEFINE): ly:output-description
1119         new function.
1120
1121         * lily/main.cc: remove global_score_count.
1122
1123         * lily/book.cc (process): don't take header from global_input_file.
1124
1125         * buildscripts/lilypond-profile.sh (Error): set GS_FONTPATH
1126
1127         * lily/parser.yy (My_lily_lexer): remove current_parser global var.
1128
1129         * lily/music-output-def.cc (LY_DEFINE): new function
1130         ly_output_description. This function does the bulk for  setting,
1131         parsing and breaking down of an input file.
1132
1133         * lily/ly-module.cc (ly_make_anonymous_module): don't protect
1134         anonymous modules globally. Let's hope they get GCd
1135
1136         * scripts/lilypond.py (run_dvips): add sauter-mftrace.map 
1137
1138 2004-04-11  Jan Nieuwenhuizen  <janneke@gnu.org>
1139
1140         * scm/output-ps.scm (header): Papersize from paper.
1141
1142         * scripts/lilypond.py (global_latex_preamble): Oldish behaviour
1143         for classic output.
1144
1145         * tex/lilyponddefs.tex (interscoreline): Oldish behaviour if
1146         lilypondclassic is defined.
1147         (lilypondstart): Oldish behaviour if lilypondclassic is defined.
1148
1149         * input/regression/between-systems.ly: Remove.
1150
1151         * python/lilylib.py (get_bbox): Fix regular expression
1152         for bounding box.
1153
1154         * tex/lilyponddefs.tex (lilypondpagebreak): New overridable macro.
1155
1156         * scm/output-tex.scm (stop-page): Use it.
1157
1158         * scm/output-ps.scm (define-fonts): Bugfix.
1159
1160         * lily/grob.cc: Add penalty to interface.
1161
1162         * lily/include/paper-line.hh (class Paper_line): New member
1163         var penalty_.
1164
1165         * lily/system.cc (get_line): Initialise Paper_line with
1166         page-penalty's from original grobs.
1167
1168         * scm/define-music-properties.scm (all-music-properties): Add
1169         page-penalty.
1170
1171         * scm/define-grob-properties.scm (all-grob-descriptions): Idem.
1172
1173         * lily/score-engraver.cc (try_music): Handle page-penalty.
1174
1175         * ly/declarations-init.ly (pagebreak, noPagebreak): New command.
1176
1177 2004-04-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1178
1179         * ly/declarations-init.ly (melismaEnd): typo
1180
1181         * scm/font.scm (add-cmr-fonts): caps is eccc, ecsc is slanted caps.
1182
1183         * scm/output-ps.scm (text): split string into spaces, use moveto
1184         for setting space. 
1185         
1186 2004-04-10  Jan Nieuwenhuizen  <janneke@gnu.org>
1187
1188         * po/nl.po: Update.
1189
1190         * scm/font.scm (add-cmr-fonts): Typo.
1191
1192 2004-04-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1193
1194         * scm/font.scm (add-cmr-fonts): add sauter fonts under latin1
1195         font-encoding.
1196
1197         * scm/define-grobs.scm (all-grob-descriptions): idem.
1198
1199         * lily/time-signature.cc (numbered_time_signature): idem.
1200
1201         * scm/font.scm (add-cmr-fonts): use real encoding names for
1202         font-encoding.
1203
1204 2004-04-10  Jan Nieuwenhuizen  <janneke@gnu.org>
1205
1206         * lily/paper-book.cc (classic_output): 
1207         * tex/lilyponddefs.tex (lybox): Add height, and proper raising.
1208         Fixes classic output.
1209         (lilypondstart):
1210         * scripts/lilypond.py (global_latex_preamble): Remove topmargin
1211         kludge.
1212
1213         * scripts/old-lilypond-book.py: Remove.
1214
1215         Page layout for SCOREs enclosed in a BOOK:
1216
1217         * scripts/lilypond.py: Remove LaTeX titling kludge.  Remove page
1218         layout tweaking.
1219
1220         * input/les-nereides.ly (theScore): Add \book.
1221         
1222         * input/test/title-markup.ly: Add \book.
1223
1224         * scm/page-layout.scm (ly:optimal-page-breaks): Debugging output
1225         only if 'verbose.
1226
1227         * lily/include/paper-book.hh (PAGE_LAYOUT): Remove.
1228
1229         * lily/paper-outputter.cc (output_line): Remove PAGE_LAYOUT check.
1230
1231         * tex/lilyponddefs.tex (lilypondstart, lybox, lyitem):
1232         * scm/output-tex.scm (start-system): Update for page layout by
1233         LilyPond.
1234
1235         * scm/output-ps.scm (start-system): Previously (new-start-system).
1236
1237         * lily/paper-outputter.cc (output_header): Uniquify list of fonts
1238         passed to define-fonts.
1239
1240         * lily/paper-column.cc: 
1241         * lily/system.cc (get_line):
1242         * ly/property-init.ly (newpage): 
1243         * scm/define-grob-properties.scm:
1244         * scm/output-ps.scm: 
1245         * scm/output-tex.scm: Remove between-system-string kludge.
1246
1247         * scm/output-ps.scm (define-fonts, font-command,
1248         font-load-encoding): Handle ENCODING = #f.
1249
1250         * scm/output-tex.scm (output-scopes): Check if variable is bound.
1251
1252         * scm/define-markup-commands.scm (fill-line): Use
1253         make-simple-markup (WAS: unexisting make-word-markup).
1254
1255         * lily/text-item.cc (interpret_markup): Bugfix, transpose
1256         ENCODING, MARKUP parameters for interpret_string.
1257
1258         * lily/input-file-results.cc (do_one_file): Remove Paper_book hack.
1259
1260         * lily/score.cc (book_rendering): New method.
1261         (default_rendering): Create Paper_book helper locally, dump
1262         output.
1263
1264         * lily/my-lily-lexer.cc (the_key_tab): Add book.
1265
1266         * lily/parser.yy: Handle \book.
1267
1268         * lily/include/book.hh: 
1269         * lily/book.cc: New file.
1270
1271 2004-04-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1272
1273         * lily/text-item.cc (interpret_string): new file, select font with
1274         encoding.
1275
1276         * lily/include/lily-guile.hh: ly_XXX_p -> is_XXX. Changes throughout.
1277
1278         * scm/define-markup-commands.scm (encoded-simple): new markup command.
1279
1280         * lily/parser.yy (markup): take encoding from lexer.
1281
1282 2004-04-09  Jan Nieuwenhuizen  <janneke@gnu.org>
1283
1284         * lily/kpath.cc (kpathsea_find_tfm): Do not trigger TFM generation.
1285
1286         * scm/output-ps.scm: Remove some cruft.
1287
1288 2004-04-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1289
1290         * lily/kpath.cc (kpathsea_find_tfm): don't make unfound TFMs/AFMs.
1291
1292         * Documentation/user/lilypond.tely (Top): manual for v2.3 (backportme)
1293
1294 2004-04-09  Jan Nieuwenhuizen  <janneke@gnu.org>
1295
1296         * scm/font.scm (add-century-schoolbook-fonts):
1297         (make-century-schoolbook-tree): New function.
1298
1299         * input/test/title-markup.ly: Use Century Schoolbook font.
1300
1301 2004-04-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1302
1303         * scripts/convert-ly.py: limited old-style markup convert. (Thanks
1304         to Erik Sandberg) 
1305
1306         * lily/font-metric.cc (LY_DEFINE): new function, return fontName.
1307
1308         * scm/output-ps.scm (define-fonts): remove hack for feta/parmesan.
1309
1310         * lily/font-metric.cc (LY_DEFINE): change to ly:font-filename
1311
1312         * scm/encoding.scm (coding-alist): add AdobeStandardEncoding
1313
1314 2004-04-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1315
1316         * scm/part-combiner.scm (determine-split-list): bugfix: if no
1317         solo-state (at end of solo), we can set the solo status
1318         too. (backportme.)
1319
1320         * input/regression/part-combine-solo-end.ly: new file.
1321
1322 2004-04-08  Jan Nieuwenhuizen  <janneke@gnu.org>
1323
1324         * scripts/abc2ly.py (parse_file): Strip \r from lines.  Fixes DOS
1325         flavour abc files.  Really ignore unknown keys (backportme).
1326
1327 2004-04-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1328
1329         * lily/scaled-font-metric.cc (text_dimension): only multiply with
1330         magnification_ when looking up in orig_.
1331
1332         * scm/output-tex.scm (text): switch off char-mapping.
1333
1334         * lily/tfm.cc (coding_scheme): replace ' ' in encoding with '-',
1335         because AFM's encoding field cannot have spaces.
1336
1337 2004-04-08  Jan Nieuwenhuizen  <janneke@gnu.org>
1338
1339         * scm/output-ps.scm (define-fonts): More re/encoding tweaking.
1340
1341 2004-04-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1342
1343         * lily/paper-def.cc (find_scaled_font): change to inputencoding.
1344
1345         * mf/cmr.enc: new file, without hi-bit ascii info. 
1346
1347         * lily/bezier-bow.cc (slur_shape): make indent dependent on
1348         width. This removes the 'hook' at the end of a long slur.
1349
1350         * buildscripts/mf-to-table.py (parse_logfile): don't append
1351         encoding to fontname.
1352
1353 2004-04-07  Jan Nieuwenhuizen  <janneke@gnu.org>
1354
1355         * scm/output-ps.scm (define-fonts): Load .enc only once.
1356
1357         * mf/GNUmakefile (INSTALLATION_OUT_SUFFIXES): Install .enc files
1358         too.
1359
1360 2004-04-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1361
1362         * buildscripts/mf-to-table.py (parse_logfile): remove spaces from
1363         encoding field.
1364
1365         * lily/stencil-scheme.cc: remove ly:fontify-atom 
1366
1367         * ly/portuges.ly (pitchnames): new file.
1368
1369         * lily/include/lily-guile.hh: many new ly_ functions.  Thanks to
1370         Michael Welsh Duggan
1371
1372         * lily/*.cc: deprecate gh_ interface. Thanks to Michael Welsh Duggan
1373
1374         * ly/nederlands.ly: add comment about digits.
1375
1376         * lily/scaled-font-metric.cc (derived_mark): idem.
1377
1378         * scm/encoding.scm (make-encoding-mapping): change permutation to
1379         mapping.
1380
1381         * lily/scaled-font-metric.cc (derived_mark): is a const method.
1382         (Modified_font_metric): make alist for coding_description_
1383         (LY_DEFINE): remove coding-name.
1384
1385         * scm/output-tex.scm (text): remove debugging code.
1386
1387         * lily/scaled-font-metric.cc (ly_font_encoding): return vector
1388
1389         * buildscripts/mf-to-table.py (parse_logfile): read EncodingScheme
1390         from infile.
1391
1392         * mf/feta-generic.mf: move fet_beginfont into generic code.
1393         use fetaMusic (without space) as encoding
1394
1395         * mf/feta-autometric.mf: take encoding argument
1396
1397         * lily/afm.cc (read_afm_file): bugfix, read global info too. 
1398
1399         * lily/my-lily-lexer.cc (set_identifier): remove gh_scm2newstr
1400         use.
1401
1402         * scm/encoding.scm (read-encoding-file): use symbol for glyph
1403         name.
1404
1405 2004-04-07  Jan Nieuwenhuizen  <janneke@gnu.org>
1406
1407         * input/test/title-markup.ly: Set inputencoding.
1408
1409         * scm/output-ps.scm (define-fonts): Handle font re-encoding.
1410
1411         * lily/scaled-font-metric.cc (ly:font-coding-name): New function.
1412
1413         * scm/encoding.scm (get-coding-filename, get-coding-command): New
1414         function.
1415         (coding-alist): Also hold filename, command.
1416         (read-encoding-file): Return symbols.
1417
1418 2004-04-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1419
1420         * scm/output-tex.scm: remove fontify; text and char take a font
1421         argument.
1422
1423         * lily/tfm.cc (name_to_index): new function, use encoding_table_.
1424
1425         * lily/scaled-font-metric.cc (text_dimension): init
1426         coding_{permutation,table}_ too 
1427         (LY_DEFINE): ly:font-encoding, new function return
1428
1429         * lily/paper-def.cc (find_scaled_font): take input coding from
1430         inputcoding paper var.
1431
1432         * lily/performance.cc (output): remap modulo 16.
1433
1434         * lily/text-item.cc (interpret_markup): whoops, variable
1435         shadowing fixed.
1436
1437 2004-04-06  Michael Welsh Duggan  <mwd@sei.cmu.edu>
1438
1439         * lily/piano-pedal-performer.cc (try_music): Compare symbols to
1440         symbols, not symbols to strings.
1441         
1442         * lily/piano-pedal-engraver.cc (try_music): Compare symbols to
1443         symbols, not symbols to strings.
1444
1445 2004-04-06  Jan Nieuwenhuizen  <janneke@gnu.org>
1446
1447         * lily/kpath.cc (kpathsea_gulp_file_to_string): 
1448         (ly:kpathsea-gulp-file): New function.
1449
1450         * scm/encoding.scm (read-encoding-file): Use it.
1451
1452 2004-04-06  Werner Lemberg  <wl@gnu.org>
1453
1454         * scm/encoding.scm (coding-alist): Fix typo.
1455
1456 2004-04-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1457
1458         * lily/scaled-font-metric.cc (text_dimension): move function from
1459         Font_metric
1460         (make_scaled_font_metric): init coding_scheme_ to TeX
1461         (text_dimension): use get-coding-vector for non TeX coding_scheme_
1462
1463         * lily/include/scaled-font-metric.hh (struct
1464         Modified_font_metric): rename from Scaled_font_metric
1465
1466         * scm/encoding.scm (read-encoding-file): split up large function,
1467         leave caching to (delay)
1468
1469         * lily/lily-guile.cc (LY_DEFINE): typecheck argument.
1470
1471 2004-04-05  Jan Nieuwenhuizen  <janneke@gnu.org>
1472
1473         * lily/my-lily-lexer.cc (set_encoding): New method.
1474
1475         * lily/lexer.ll: Grok \encoding.
1476
1477         * lily/font-metric.cc (get_encoded_index): New function.
1478
1479         * lily/include/font-metric.hh (coding_scheme): New method.
1480
1481         * scm/encoding.scm: New file.
1482
1483         * mf/feta-beugel.mf: Better error message (WAS: `foobar').
1484
1485 2004-04-05  Werner Lemberg  <wl@gnu.org>
1486
1487         * Documentation/user/tutorial.itely: Revised (finished).
1488
1489         * Documentation/user/macros.itexi (@separate): Removed.
1490
1491 2004-04-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1492
1493         * scm/output-ps.scm (define-fonts): fix scaling.
1494
1495         * lily/scaled-font-metric.cc (design_size): add function.
1496
1497         * lily/font-metric.cc (LY_DEFINE): opps ly:font-design-size is only
1498         partial cut&paste of ly:font-magnification.
1499
1500 2004-04-05  Jan Nieuwenhuizen  <janneke@gnu.org>
1501
1502         * scm/output-ps.scm (define-fonts):
1503         (fontify): Update.
1504
1505 2004-04-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1506
1507         * po/fr.po: update. (backportme).
1508
1509         * po/nl.po: update. (backportme). 
1510
1511         * mf/feta-beugel.mf: document why design size is not fixed.
1512
1513         * mf/feta-braces-a.mf: rename to stress that it's not design size.
1514
1515 2004-04-04  Werner Lemberg  <wl@gnu.org>
1516
1517         * Documentation/user/tutorial.itely: Revised (continued).
1518
1519 2004-04-03  Jan Nieuwenhuizen  <janneke@gnu.org>
1520
1521         * po/nl.po: Update (backportme).
1522
1523 2004-04-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1524
1525         * po/de.po: update. (backportme).
1526
1527         * scm/output-tex.scm (font-command): use ly: functions to
1528         construct name.
1529         (define-fonts): don't use alist, just dump \font definitions.
1530         (font-load-command): calculate proper scaling by taking
1531         outputscale from paper argument.
1532
1533         * lily/stencil-scheme.cc (fontify_atom): insert Font_metric into
1534         expression.
1535
1536         * lily/paper-outputter.cc (output_header): pass paper arg to
1537         define-fonts
1538
1539         * lily/paper-def.cc (font_descriptions): dump list of
1540         Scaled_font_metrics
1541         (find_scaled_font): take Font_metric argument, store
1542         Scaled_font_metrics in hash-table containing (size ->
1543         Scaled_font_metrics) alist.
1544         (get_dimension): rename from get_realvar
1545
1546         * lily/font-metric.cc (LY_DEFINE): ly:font-design-size,
1547         ly:font-magnification, ly:font-name: new functions
1548
1549 2004-04-03  Werner Lemberg  <wl@gnu.org>
1550
1551         * Documentation/user/dedication.itely,
1552         Documentation/user/preface.itely,
1553         Documentation/user/introduction.itely,
1554         Documentation/user/tutorial.itely: Revised.
1555         Removing leading spaces which distorts output if info files are read
1556         with stand-alone info.
1557         Removing superfluous inter-word spaces which also distorts output
1558         for stand-alone info.
1559         Using ` and ' instead of `` and '' everywhere to improve
1560         legilibility with stand-alone info
1561         Using @samp for single-letter input items and data which contains
1562         spaces, @code for other things.
1563
1564         * lily/grob-interface.cc: Adding copyright.
1565         (check_interfaces_for_property): Improve format of warning message.
1566
1567 2004-04-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1568
1569         * lily/include/font-metric.hh (struct Font_metric): add
1570         design_size () method.
1571
1572         * buildscripts/mf-to-table.py (base): add DesignSize comment.
1573
1574         * lily/afm.cc (read_afm_file): read design size.
1575
1576         * input/regression/repeat-unfold-tremolo.ly: add dotted case.
1577
1578         * scm/music-functions.scm (unfold-repeats): handle dots too.
1579
1580 2004-04-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1581
1582         * mf/GNUmakefile ($(outdir)/$(redhat-package)): fix URL.
1583         (backportme)
1584
1585 2004-04-02  Jan Nieuwenhuizen  <janneke@gnu.org>
1586
1587         * input/wilhelmus.ly: Use raggedright.  Hack `Een prin -- ce'
1588         lyric indent.  Revert melismaBusyProperties using \unset.
1589
1590 2004-04-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1591
1592         * input/regression/bar-check-redefine.ly (pipeSymbol): new file.
1593
1594         * lily/parser.yy (command_element): allow redefinition of |
1595         meaning.
1596
1597         * lily/break-align-engraver.cc (acknowledge_grob): construct
1598         LeftEdge where the first cause for alignment is coming from.
1599         This makes \override Staff.LeftEdge work as expected.
1600
1601         
1602         * lily/slur-performer.cc (Slur_performer): add inits
1603
1604         * lily/beam-performer.cc (Beam_performer): add inits
1605
1606 2004-04-01  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1607
1608         * VERSION (PACKAGE_NAME): release 2.2.0
1609
1610         * scripts/convert-ly.py (conv): add 2.2.0 rule.
1611
1612 2004-04-01  Jan Nieuwenhuizen  <janneke@gnu.org>
1613
1614         * lily/cluster.cc (height): Fix warning.
1615
1616         * lily/parser.yy: Janitorial cleanups.
1617
1618         * Documentation/user/tutorial.itely (Tutorial): Typo.
1619
1620 2004-04-01  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1621
1622         * lily/change-iterator.cc (process): search at multiple context
1623         levels. This fixes 
1624
1625         
1626         * scm/part-combiner.scm (analyse-spanner-states): use split-index,
1627         not voice-state index for tie state. This fixes a partcombine
1628         problem with ties.
1629
1630         * Documentation/user/tutorial.itely (Commenting input files): add
1631         note about convert-ly.
1632
1633         * input/test/cadenza-skip.ly:  new file.
1634
1635 2004-03-31  Jan Nieuwenhuizen  <janneke@gnu.org>
1636
1637         * po/nl.po: Spelling fixes.
1638
1639         * autogen.sh (srcdir): Regenerate.
1640
1641         * stepmake/autogen.sh (srcdir): Copy SUSE fix to the master
1642         autogen.sh.
1643
1644         * configure.in: Use C++ to check for C++ header.
1645
1646         * po/nl.po: Update.
1647
1648         * lily/scm-option.cc (LY_DEFINE): Name of the program is lilypond-bin.
1649
1650         * lily/event.cc (to_relative_octave): Translatable sentence should
1651         be one string.
1652
1653         * python/lilylib.py (warranty): Year range is not translatable.
1654         It's 2004 already!
1655
1656         * flower/warn.cc (non_fatal_error, warning, programming_error):
1657         Remove whitespace from translated string.
1658
1659 2004-03-31  Jan Nieuwenhuizen  <janneke@gnu.org>
1660
1661         * VERSION: release 2.1.37.
1662
1663 2004-03-31  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1664
1665         * configure.in: check for C language.
1666
1667         * lily/source-file.cc: include strstream without h.
1668
1669         * scm/documentation-generate.scm (string-append): use name without
1670         .texi.
1671
1672         * autogen.sh (srcdir): SUSE fix.
1673
1674         * Documentation/user/notation.itely (Ancient clefs): idem.
1675
1676         * Documentation/user/lilypond-book.itely (Integrating HTML and
1677         music): idem.
1678
1679         * Documentation/user/cheatsheet.itely (Cheat sheet): octave fixes.
1680
1681         * lily/change-iterator.cc (process): use find_existing_context().
1682
1683         * input/test/polymetric-differing-notes.ly: use ly:music-compress.
1684
1685         * input/regression/repeat-unfold-tremolo.ly: new file.
1686
1687         * scm/music-functions.scm (unfold-repeats): undo music compression
1688         too.
1689
1690         * lily/music.cc (LY_DEFINE): rename to music-mutable-properties
1691         (LY_DEFINE): ly:music-compress new function.
1692
1693         * scm/part-combiner.scm (determine-split-list): split for voice
1694         crossings
1695
1696         * input/regression/part-combine-cross.ly: new file.
1697
1698         * scm/part-combiner.scm (make-part-combine-music): don't do
1699         relative inside partcombine arguments.
1700
1701         * scm/music-functions.scm (make-non-relative-music): new function.
1702
1703         * Documentation/user/notation.itely (Automatic part combining):
1704         add note about \relative.
1705
1706         * lily/part-combine-iterator.cc (construct_children): add
1707         start_moment_ member.
1708
1709         * lily/chord-tremolo-engraver.cc (acknowledge_grob): trigger
1710         stem-tremolo by stem object. This fixes no stem for tremolo bug.
1711
1712         * lily/stem-tremolo.cc (print): don't crash for no-stem.
1713
1714         * Documentation/user/changing-defaults.itely (Which properties to
1715         change): fixes.
1716
1717 2004-03-31  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1718
1719         * po/fr.po: update.
1720
1721 2004-03-31  Jan Nieuwenhuizen  <janneke@gnu.org>
1722
1723         * input/wilhelmus.ly: More original lyrics.  Add to examples.
1724
1725         * stepmake/stepmake/generic-targets.make ($(outdir)/dummy.dep):
1726         Reinstate old code that issues warning.  Fixes --srcdir build.
1727
1728 2004-03-30  Jan Nieuwenhuizen  <janneke@gnu.org>
1729
1730         * input/wilhelmus.ly: New file.
1731
1732         * Documentation/user/notation.itely: 
1733         * Documentation/user/introduction.itely:
1734         * Documentation/user/tutorial.itely: Use quote ly-option instead
1735         of explicit @quotation.  This fixes too long lilypond linewidths
1736         resulting in overful hboxes.
1737
1738         * scripts/lilypond-book.py: Add ly-option: `quote'.
1739
1740 2004-03-30  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1741
1742         * tex/titledefs.tex: Avoid that the first score line is extra
1743         indented if instrument is defined but not piece.
1744
1745 2004-03-30  Werner Lemberg  <wl@gnu.org>
1746
1747         * Documentation/user/macros.itexi (@internalsref) [info]: Prepend
1748         `lilypond/' to info file name.
1749         (@usermanref) [info]: New variant.
1750
1751         * scm/documentation-generate.scm: Fix definition of @usermanref
1752         and @glossaryref (in the `ifinfo' branch) by prepending `lilypond/'
1753         to info file name.
1754
1755 2004-03-30  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1756
1757         * VERSION: release 2.1.36
1758         
1759         * Documentation/user/changing-defaults.itely (Interpretation
1760         contexts): rewrite introduction.
1761
1762 2004-03-30  Ferenc Wagner  <wferi@tba.elte.hu>
1763
1764         * scm/define-markup-commands.scm: Use TeX accents instead of
1765         straight iso-8859-1 encoding in the doc string.
1766
1767 2004-03-30  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1768
1769         * Documentation/user/tutorial.itely (A lead sheet): remove extra
1770         space after dotted duration.
1771
1772 2004-03-29  Jan Nieuwenhuizen  <janneke@gnu.org>
1773
1774         * Documentation/user/introduction.itely: 
1775         * Documentation/user/notation.itely:
1776         * Documentation/user/tutorial.itely: Up all relative examples.
1777         Enclose @lilypond displays in @quotation.  Typos and corrections.
1778
1779         * Documentation/user/macros.itexi: Use fetaflat, fetasharp.
1780
1781 2004-03-29  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1782
1783         * scm/music-functions.scm (make-voice-props-revert): Revert also
1784         MultiMeasureRest staff-position in oneVoice.
1785
1786 2004-03-29  Heikki Junes <hjunes@cc.hut.fi>
1787
1788         * Documentation/user/changing-defaults.itely, 
1789         Documentation/user/lilypond.tely: few fixes. Place no comma between
1790         two options: a and b, but commas between three options: a, b, and c.
1791         By this manner, grouping is possible: a and b, and c and d.
1792
1793 2004-03-29  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1794
1795         * Documentation/user/GNUmakefile: add rule for .nexi
1796
1797 2004-03-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1798
1799         * Documentation/user/music-glossary.tely: move glossary direntry
1800
1801         * stepmake/stepmake/texinfo-vars.make (INFOINSTALL): 
1802         only do mkdir/install-info if INFO_INSTALL_FILES != "".
1803
1804 2004-03-28  Jan Nieuwenhuizen  <janneke@gnu.org>
1805
1806         * stepmake/aclocal.m4: Verify that gettext configure check with
1807         gcc-3.3 and autoconf 2.59 is still broken.  Update warning.
1808
1809 2004-03-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1810
1811         * scripts/lilypond-book.py (Lilypond_snippet.is_outdated): use
1812         glob.glob for .png filenames. This catches multipage pngs.  
1813
1814         * Documentation/user/changing-defaults.itely (Determining the grob
1815         property): fix references.
1816
1817         * lily/staff-symbol.cc (print): only add extent if non empty.
1818         This fixes staff-container.ly.
1819
1820         * lily/timing-engraver.cc (initialize): init whichBar, so a score
1821         starting with a mmrest also works.
1822
1823         * scripts/lilypond-book.py (Lilypond_snippet.is_outdated): require
1824         PNG for texinfo too.
1825
1826         * po/lilypond.pot: update translation strings.
1827
1828         * VERSION: 2.1.35 released
1829         
1830         * scripts/convert-ly.py (FatalConversionError.sub_abs): convert
1831         context argument too.
1832
1833         * make/ly-rules.make ($(outdir)/%.texi): use variable for outdir.
1834
1835         * input/mutopia/W.A.Mozart/mozart-hrn-3.ly: Mozart died in 1791
1836
1837         * python/lilylib.py (command_name): don't return 1st path
1838         component.
1839
1840         * scripts/lilypond-book.py (Lilypond_snippet.is_outdated): treat
1841         .png case separately.
1842
1843         * python/lilylib.py (system): typo.
1844         
1845 2004-03-28  Jan Nieuwenhuizen  <janneke@gnu.org>
1846
1847         * input/regression/span-bar.ly: Fix typos.  Set indent-level:2,
1848         run indent-region.
1849
1850         * Documentation/user/preface.itely: Run texinfo-all-menus-update.
1851         Fixes compile.
1852
1853         * lily/function-documentation.cc: Compile fix: Include <string.h>.
1854         Add header.
1855
1856 2004-03-27  Heikki Junes  <hjunes@cc.hut.fi>
1857
1858         * vim/lilypond-indent.vim: small fixes.
1859
1860 2004-03-26  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1861
1862         * Documentation/user/notation.itely (Entering lyrics): Add example
1863         with correct english double quotes (at least for LaTeX output,
1864         maybe not a good idea if we switch to PS as the default output
1865         format).
1866
1867 2004-03-26  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1868
1869         * lily/staff-performer.cc (create_audio_elements): play instrument
1870         changes before notes arrive. This fixes instrument of the first
1871         note in a score.
1872
1873         * scripts/convert-ly.py (FatalConversionError.conv): add #'() case
1874         to 1.9.0 conversion.
1875
1876         * lily/mark-engraver.cc: doc string.
1877
1878         * make/lilypond.redhat.spec.in (Group): add vim scriptlets.
1879
1880         * Documentation/user/introduction.itely (Introduction): new node.
1881
1882 2004-03-25  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1883
1884         * lily/duration.cc (LY_DEFINE): dotcount argument is now optional.
1885
1886         * input/regression/spacing-ragged-last.ly: new file.
1887
1888         * lily/gourlay-breaking.cc (do_solve): add raggedlast support for
1889         spacing.
1890
1891         * scm/font.scm: rewrite using GOOPS.
1892         
1893         * lily/context-def.cc (filter_engravers): derefence pointer.
1894
1895         * lily/lily-guile.cc (type_check_assignment): use
1896         ly_scheme_function iso. scm_primitive_eval where possible.
1897
1898         * lily/performance.cc (output): limit channels at 15. This fixes
1899         percussion inadvertently showing up in large scores.
1900
1901 2004-03-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1902
1903         * input/regression/tuplet-gap.ly: new file.
1904
1905         * lily/tuplet-bracket.cc (make_bracket): take gap interval.
1906         (print): compute gap length from number size, include italic
1907         correction.
1908
1909         * scm/define-grobs.scm (all-grob-descriptions): remove gap from
1910         tuplet-bracket
1911
1912         * scm/paper.scm (set-default-paper-size): new function, to be
1913         called at toplevel.
1914         (set-paper-size): new function, to be called inside \paper {}
1915         (set-default-paper-size): new function, to be called at toplevel.
1916
1917         * lily/paper-def.cc (LY_DEFINE): ly:paper-def?: new function. 
1918
1919         * lily/beam-performer.cc (process_music): idem.
1920
1921         * lily/slur-performer.cc (process_music): stop melisma for stop event.
1922         
1923         * tex/titledefs.tex: remove scshape for piece.
1924
1925         * lily/line-spanner.cc (line_stencil): font-encoding = music, not
1926         font-family
1927
1928         * lily/time-signature.cc (special_time_signature): font-encoding
1929         not family.
1930
1931         * lily/dynamic-engraver.cc (acknowledge_grob): fix typo, attach
1932         dynamic to head. This fixes p placement in morgenlied.
1933
1934 2004-03-23  Werner Lemberg  <wl@gnu.org>
1935
1936         * stepmake/stepmake/generic-targets.make (help): Improve text.
1937
1938 2004-03-23  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1939
1940         * VERSION: 2.1.34 released
1941         
1942         * lily/main.cc (main_with_guile): switch debugging.
1943
1944         * lily/system.cc (get_line): plug leak.
1945
1946         * lily/paper-book.cc (pages): plug memory leaks: delete page array
1947         and contents.
1948         (stencil2line): plug leak.
1949
1950         * Documentation/user/changing-defaults.itely (Determining a grob
1951         property):  new node.
1952         (Layout interfaces): new node.
1953         (Navigating the program reference): new node.
1954
1955         * lily/accidental-engraver.cc (acknowledge_grob): add property
1956         harmonicAccidentals
1957
1958         * lily/piano-pedal-engraver.cc (del_linespanner): new function.
1959         general cleanups.
1960         
1961         * input/les-nereides.ly (middleDynamics): resurrect Les
1962         nereides. Remove pedal hack.
1963
1964 2004-03-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1965
1966         * input/regression/property-grace-polyphony.ly: new file.
1967
1968         * lily/translator-property.cc (execute_pushpop_property): only pop
1969         one instance of the property. This fixes << \\ >> together with
1970         \grace.
1971
1972         * lily/break-align-interface.cc (ordered_elements): we cannot
1973         modify the #'elements property, so return reordered array.
1974
1975 2004-03-23  Heikki Junes  <hjunes@cc.hut.fi>
1976
1977         * buildscripts/lilypond.words.py: remove.
1978         * buildscripts/lilypond-words.py: add new, renamed file. 
1979         Give generated targets and dirs explicitly in arguments.
1980
1981         * GNUmakefile.in, elisp/GNUmakefile, elisp/lilypond-init.el,
1982         elisp/lilypond-mode.el, vim/lilypond-ftplugin.vim,
1983         vim/lilypond-syntax.vim: update to use new lilypond-words.py.
1984         
1985         * config.make.in: give '/usr/share/vim' explicitly as $(vimdir).
1986
1987         * vim/GNUmakefile: use --words and --vim targets in lilypond-words.py
1988
1989         * Documentation/topdocs/INSTALL.texi: update vim-mode installing
1990         orders.
1991
1992         * vim/GNUmakefile: add local-uninstall target.
1993
1994         * Documentation/topdocs/INSTALL.texi: give even more detailed orders.
1995         
1996         * vim/vimrc: add a one-liner file.
1997
1998         * vim/GNUmakefile: try to remove empty dirs during uninstalling, put
1999         vimrc in EXTRA_DIST_FILES.
2000
2001         * vim/GNUmakefile: ignore errors due to rmdir of non-empty directories.
2002
2003 2004-03-22  Heikki Junes  <hjunes@cc.hut.fi>
2004
2005         * config.make.in: add vimdir.
2006
2007         * vim/GNUmakefile: add local-install.
2008
2009 2004-03-22  Mats Bengtsson  <mabe@drongo.s3.kth.se>
2010
2011         * tex/titledefs.tex: Replaced \ifx\blabla\undefined
2012         with \lilypondifundefined{blabla}. Solves problem with multiple
2013         titles in the same lilypond-book document.
2014
2015 2004-03-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2016
2017         * scm/document-backend.scm (interface-doc): sort grob list for
2018         interface.
2019
2020         * scm/define-grobs.scm (all-grob-descriptions): fix ordering of
2021         pre/post break align-order.
2022
2023         * spelling patch courtesy Edward Sutton.
2024
2025         * Documentation/user/changing-defaults.itely (Changing context
2026         default settings): new node.
2027         (Defining new  contexts): new node.
2028
2029         * scripts/lilypond-book.py (is_derived_class): use numbers
2030         iso. booleans.
2031
2032         * python/lilylib.py (make_ps_images): add margin to PS images.
2033
2034         * scripts/lilypond-book.py (is_derived_class): new function. Take
2035         class arg iso. object.
2036         (to_eps): make a non EPS file if EPS contains %%Pages. Workaround
2037         for bug in GS/dvips.
2038
2039         * lily/text-item.cc (interpret_markup): idem.
2040
2041         * scm/define-markup-commands.scm: remove split around-space hack.
2042
2043         * lily/staff-symbol-referencer.cc (get_rounded_position): new
2044         function, fold WL's fixes into one function.
2045
2046 2004-03-22  Werner Lemberg  <wl@gnu.org>
2047
2048         * lily/stem.cc (Stem::extremal_heads, Stem::note_head_positions),
2049         lily/dot-column.cc (Dot_column::do_shifts), lily/note-column.cc
2050         (Note_column::head_position_interval): Do proper rounding for
2051         calls to Staff_symbol_referencer::get_position.
2052
2053 2004-03-21  Werner Lemberg  <wl@gnu.org>
2054
2055         * lily/score.cc (ly_run_translator), lily/paper-def.cc
2056         (Paper_def::get_paper_outputter), lily/input-file-results.cc
2057         (Input_file_results::Input_file_results), lily/my-lily-parser.cc
2058         (My_lily_parser::parse_file): Improve formatting progress indication
2059         sent to stdout.
2060
2061 2004-03-21  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2062
2063         * VERSION: 2.1.33 released.
2064
2065         * scripts/lilypond-book.py (do_file): reinstate --filter support.
2066
2067         * buildscripts/mf-to-table.py (base): use %d for TfmCheckSum
2068
2069         * stepmake/stepmake/generic-targets.make: rewrite hack so no
2070         warning is issued about dummy.dep.
2071
2072         * scm/new-font.scm: fix design sizes of nummer
2073
2074 2004-03-21  Werner Lemberg  <wl@gnu.org>
2075
2076         * stepmake/bin/install-sh: Updated (from gnulib).  This removes
2077         some annoying warnings from mkdir during `make install'.
2078
2079 2004-03-21  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2080
2081         * lily/performer-group-performer.cc (do_announces): call
2082         Performer_group_performer::create_audio_elements () too.
2083
2084         * scripts/convert-ly.py (conv): add rule for breakAlignOrder.
2085
2086         * scm/define-grobs.scm (all-grob-descriptions): add property
2087         break-align-orders
2088
2089         * lily/global-context.cc (get_default_interpreter): new
2090         function. Override from base class, so no new Score contexts are
2091         created.
2092
2093         * lily/include/stencil.hh (class Stencil): document origin field.
2094
2095         * lily/staff-symbol.cc (print): span staff-symbol on column
2096         extents for non-broken columns. 
2097
2098         * ly/engraver-init.ly (breakAlignOrder): put staff-bar behind
2099         key-signature.
2100
2101         * tex/titledefs.tex: don't use smallcaps for piece.
2102
2103         * lily/system.cc (uniquify_list): bugfix. This fixes spuriously
2104         translated stencils in the output.
2105
2106         * lily/paper-outputter.cc (output_line): don't add Stencil::origin.
2107
2108 2004-03-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2109
2110         * lily/tie-performer.cc (acknowledge_audio_element): bugfix: use
2111         and init ties_created_
2112
2113         * VERSION: release 2.1.32
2114
2115         * lily/include/music-iterator.hh (IMPLEMENT_CTOR_CALLBACK): remove
2116         doc string from IMPLEMENT_CTOR_CALLBACK().
2117
2118         * lily/engraver.cc (typeset_grob): paranoia: take care of the case
2119         that engraver is in a performer hierarchy.
2120
2121 2004-03-17  Heikki Junes <hjunes@cc.hut.fi>
2122
2123         * vim/lilypond-ftdetect.vim: new file.
2124
2125 2004-03-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2126
2127         * scripts/lilypond-book.py (compose_ly): bugfix for relative < 0. 
2128         (compose_ly): default octave should be middle C.
2129
2130         * Documentation/user/changing-defaults.itely (Layout tunings
2131         within contexts): new node.
2132
2133         * lily/include/smobs.hh: document C++ smob interface.
2134
2135         * lily/function-documentation.cc: don't doc functions without
2136         docstring.
2137
2138 2004-03-19  Jan Nieuwenhuizen  <janneke@gnu.org>
2139
2140         * Documentation/user/lilypond.tely: Remove `* lilypond' node from
2141         direntry, so that `info lilypond' goes to Top.
2142
2143         * scm/output-ps.scm (polygon): Fix: add spaces.
2144
2145         * scm/page-layout.scm (ly:optimal-page-breaks): Bugfix: underful
2146         solutions are now optimal too.
2147
2148         * input/test/page-breaks.ly: New file.
2149
2150         * lily/paper-outputter.cc (Paper_outputter): Import page breaking
2151         functions into safe module.
2152
2153         * lily/lily-guile.cc (ly:number->string): Do not leave space at
2154         end, prepend zeros.
2155
2156         * scm/output-*.scm: Use ly:number->string rather than
2157         number->string.  Makes for saner output.
2158
2159         * scm/output-ps.scm (define-fonts): Always scale by designsize.
2160         Fixes feta-nummer, feta-din scaling.
2161
2162 2004-03-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2163
2164         * input/mutopia/W.A.Mozart/mozart-hrn-3.ly: use latin1.
2165
2166         * scm/music-functions.scm (descend-to-context): new
2167         function. Similar to context-spec-music.
2168         (make-time-signature-set): specify Score as descend-only. This
2169         fixes the polymetric.ly example.
2170
2171         * lily/context-specced-music-iterator.cc (construct_children): add
2172         support for descend-only context spec.
2173
2174         * lily/note-head.cc (brew_ez_stencil): read vector #'note-names to
2175         determine ez-notation letter. 
2176
2177         * lily/system.cc (get_line): start with dumping layer 3. This
2178         fixes ez notation.
2179
2180 2004-03-19  Jan Nieuwenhuizen  <janneke@gnu.org>
2181
2182         * input/test/title-markup.ly: Stress breaking harder.
2183
2184         * scm/page-layout.scm (height-score): Overfull page scores twice
2185         as bad as underfull (was: by a power).
2186         (walk-lines): Omit first walk-path round (breaking after new node,
2187         without lines).
2188
2189         * lily/paper-book.cc (pages): Bugfix: copy_height and tag_height
2190         diff values are negative.
2191         (output): Bugfix: treat negative vfill differently.
2192
2193         * Documentation/user/lilypond.tely (direntry): Add note about why
2194         `info lilypond' brings up `Invoking LilyPond' node.
2195
2196 2004-03-18  Jan Nieuwenhuizen  <janneke@gnu.org>
2197
2198         * input/mutopia/W.A.Mozart/mozart-hrn-3.ly: Mutopia tagline.
2199
2200         * lily/paper-book.cc: Remove cruft.
2201         (output): Bugfix: put vfill between lines.
2202         (pages): Bugfix: set page vars needed for filling.
2203
2204         * Documentation/user/music-glossary.tely: Compile fix: Use @arrow
2205         (was: @ar).
2206
2207         * scm/page-layout.scm: Further development.
2208
2209         * ly/declarations-init.ly (paper): Define page-breaking.
2210
2211 2004-03-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2212
2213         * lily/note-head.cc (brew_ez_stencil): add note-names
2214         property. Provides internationalization for note names.
2215
2216         * Documentation/user/changing-defaults.itely (Creating contexts):
2217         new node.
2218
2219         * lily/grace-iterator.cc (process): descend to child for \grace.
2220
2221         * lily/timing-translator.cc (initialize): Timing_translator adds
2222         Timing alias by itself.
2223
2224         * lily/context.cc (add_alias): new function.
2225
2226         * scm/lily.scm (tex-output-expression): new function, eval within
2227         drawing API. Guards against eval vulnerabilities.
2228
2229         * scm/output-tex.scm (tex-encoded-fontswitch): idem. 
2230
2231         * scm/output-ps.scm (scm): export lily drawing API.
2232
2233         * lily/include/lily-guile.hh (ly_scheme_function): new macro. Use
2234         throughout.
2235
2236 2004-03-17  Jan Nieuwenhuizen  <janneke@gnu.org>
2237
2238         * scm/page-layout.scm (optimal-page-breaking): New function.
2239         
2240         * lily/paper-book.cc (pages): Use it.
2241
2242 2004-03-16  Jan Nieuwenhuizen  <janneke@gnu.org>
2243
2244         * lily/include/paper-line.hh (class Paper_line): Full smob.
2245
2246 2004-03-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2247
2248         * lily/global-context.cc (run_iterator_on_me): fix grace note
2249         nesting by initting measurePosition.
2250
2251         * lily/timing-translator.cc (initialize): do no init
2252         measurePosition
2253         
2254         * lily/include/music-output-def.hh (class Music_output_def): add
2255         input_origin_ field.
2256
2257         * Documentation/user/changing-defaults.itely (Changing context
2258         properties on the fly): new node.
2259
2260         * lily/include/ly-smobs.icc (free_smob): remove smobbed_self()
2261         function. Only have smobbed_copy (), and do not provide
2262         smobbed_copy() for non-simple smobs. Changes throughout.
2263
2264 2004-03-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2265
2266         * lily/auto-change-iterator.cc (class Auto_change_iterator): add
2267         start_moment_. Fix by Doug A. Linhardt.
2268
2269 2004-03-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2270
2271         * lily/accidental-engraver.cc (acknowledge_grob): don't suppress
2272         accidentals for harmonic notes.
2273
2274         * lily/note-collision.cc (check_meshing_chords): don't merge heads
2275         of different style. (Thanks to Doug Linhardt).
2276
2277         * Documentation/user/changing-defaults.itely (Scheme tutorial):
2278         new node.
2279
2280 2004-03-16  Heikki Junes <hjunes@cc.hut.fi>
2281
2282         * Documentation/topdocs/INSTALL.texi: finish install orders for vim.
2283
2284         * vim/filetype.vim, vim/lilypond-ftplugin.vim,
2285         vim/lilypond-syntax.vim, vim/lilypond-compiler.vim,
2286         vim/lilypond-indent.vim: doc targets and deps in comments.
2287
2288 2004-03-15  Jan Nieuwenhuizen  <janneke@gnu.org>
2289
2290         * lily/paper-book.cc (stencil2line): Bugfix: put stencil in line.
2291
2292         * lily/system.cc (get_line): Return Paper_line.  Change all users.
2293
2294         * lily/include/paper-line.hh:
2295         * lily/include/paper-line.cc: New file.
2296
2297 2004-03-15  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2298
2299         * VERSION (MY_PATCH_LEVEL): release 2.1.31.
2300
2301         * GNUmakefile.in: remove stray make out=www
2302
2303         * input/test/bagpipe.ly (gcdg): octave fixes.
2304
2305         * scm/define-markup-commands.scm (number): use font-encoding
2306         iso. font-family
2307
2308         * ly/chord-modifiers-init.ly (blackTriangleMarkup): set
2309         font-encoding.
2310         
2311 2004-03-15  Heikki Junes <hjunes@cc.hut.fi>
2312
2313         * lily/parse-scm.cc: compile-bugfix: add missing header files for
2314         `output_format_global' and `PAGE_LAYOUT'.
2315
2316 2004-03-14  Jan Nieuwenhuizen  <janneke@gnu.org>
2317
2318         * lily/parse-scm.cc (internal_ly_parse_scm)[PAGE_LAYOUT]: Import
2319         lily functions in safe mode.
2320
2321         * scripts/lilypond-book.py (Lilypond_snippet.output_texinfo):
2322         Print filename for HTML, LATEX, before texidoc.
2323
2324         * scm/output-tex.scm (ps-output-expression): Eval embedded-ps
2325         instructions in output-ps module.
2326
2327         * scm/lily.scm: Do not load output-ps module.
2328
2329         * lily/paper-outputter.cc (Paper_outputter): Eval output-ps in
2330         safe mode.
2331
2332 2004-03-14  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2333
2334         * lily/span-dynamic-performer.cc (process_music): remove spurious
2335         warning.
2336
2337         * lily/context-def.cc (Context_def): init name to ""
2338
2339         * lily/font-interface.cc: add font-encoding property.
2340
2341         * scm/lily.scm (chain-assoc-get): bugfix.
2342
2343         * lily/paper-book.cc (stencil2line): protect static SCM.
2344
2345         * lily/font-interface.cc (text_font_alist_chain): rename function,
2346         and use text-font-defaults. 
2347
2348         * lily/font-select.cc (properties_to_font_size_family): call SCM code.
2349
2350         * scm/paper.scm (paper-set-staff-size): use new function.
2351
2352         * scm/new-font.scm (make-font-tree): new function.
2353
2354 2004-03-13  Jan Nieuwenhuizen  <janneke@gnu.org>
2355
2356         * lily/paper-book.cc (output): Bugfix: no output if no \paper.
2357
2358         * scm/lily.scm (get-output-module): New function.
2359         (output-alist): Remove ,ps-output-expression.
2360
2361         * scm/output-tex.scm (ps-output-expression): New function.
2362
2363         * scm/output-ps.scm (ps-output-expression): Remove.
2364         (header, start-page): Output page metadata.
2365
2366         * lily/paper-outputter.cc (Paper_outputter)[PAGE_LAYOUT]:
2367         initialise output_module_.  Do not write part of header.
2368         (output_scheme)[PAGE_LAYOUT]: Output through output_module_.
2369         (output_header): Output full header.
2370
2371         * scm/define-markup-commands.scm (bigger, smaller): Avoid crash.
2372         FIXME.
2373
2374 2004-03-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2375
2376         * scm/new-font.scm: new file. Tree based font lookup.
2377
2378         * scm/lily.scm (assoc-get): take default argument. Remove
2379         assoc-get-default.
2380         (chain-assoc-get): use chain-assoc-get everywhere.
2381
2382         * scripts/convert-ly.py (FatalConversionError.subst_in_trans):
2383         autobeamsettings conversion bug.
2384
2385         * lily/include/global-context.hh (Context): clean-up data hiding.
2386
2387         * lily/include/music-iterator.hh (class Music_iterator): clean-up
2388         data hiding.
2389
2390         * lily/include/grace-fixup.hh (struct Grace_fixup): new file.
2391
2392         * input/regression/stem-shorten.ly: add chord case.
2393
2394         * lily/stem.cc (get_default_stem_end_position): shorten stems
2395         triggered by note-head positions, not by forced-direction. This
2396         fixes a bug with too short stems.  
2397  
2398 2004-03-12  Jan Nieuwenhuizen  <janneke@gnu.org>
2399
2400         * scripts/lilypond-book.py (Lilypond_snippet.output_html,
2401         Lilypond_snippet.output_latex): Always call output_print_filename.
2402
2403         * lily/paper-book.cc (fill_pages): New method.  Try to cramp or
2404         expand pages.
2405
2406 2004-03-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2407
2408         * scm/part-combiner.scm (make-autochange-music): switch rests
2409         before switched notes too.
2410
2411         * lily/figured-bass-engraver.cc (process_music): change calling
2412         convention.
2413
2414         * scm/bass-figure.scm (format-bass-figure): rewrite function. 
2415
2416         * scm/define-markup-commands.scm (bracketed-y-column): new markup
2417         command.
2418
2419         * lily/include/stencil.hh (class Stencil): add origin field.
2420
2421         * lily/stencil-scheme.cc (LY_DEFINE): ly:stencil-move-to-edge: new
2422         function.
2423
2424         * lily/grob-scheme.cc (LY_DEFINE): ly:grob-alist-chain: new function. 
2425
2426         * lily/lexer.ll: remove support for \$ and $ in identifiers
2427
2428         * lily/sequential-iterator.cc: remove copy_grace_fixups
2429         (get_grace_fixup): slight abstraction of fixup code.
2430
2431         * input/test/title-markup.ly (spaceTest): vary staff sizes.
2432
2433 2004-03-12  Heikki Junes <hjunes@cc.hut.fi>
2434
2435         * vim/lilypond-indent.vim: use <C-F> (default) as indent key
2436         in insert-mode. add indenting rules.
2437
2438 2004-03-11  Jan Nieuwenhuizen  <janneke@gnu.org>
2439
2440         * lily/parser.yy (toplevel_expression)[PAGE_LAYOUT]: Remove
2441         protect hack.
2442
2443         * scm/page-layout.scm:
2444         * lily/paper-book.cc: Handle tagline/copyright.  Internal page
2445         layout and titling should now match external latex based version.
2446
2447         * scm/output-tex.scm (output-scopes): Bugfix: only write string
2448         header fields.
2449
2450         * ps/lilyponddefs.ps: Remove automatic page layout.
2451
2452         * scm/output-ps.scm (new-start-system): New interface function.
2453
2454         * lily/include/paper-outputter.hh (output_line): Add ORIGIN parameter.
2455
2456         * lily/paper-book.cc (output): Bugfix.
2457
2458 2004-03-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2459
2460         * VERSION (MY_PATCH_LEVEL): release 2.1.30
2461         
2462 2004-03-11  Jan Nieuwenhuizen  <janneke@gnu.org>
2463
2464         * Documentation/user/lilypond.tely: Bugfix: Remove './' from
2465         direntries.
2466
2467         * ps/lilyponddefs.ps: Bugfix.
2468
2469         * input/regression/multi-measure-rest-instr-name.ly: Typo.
2470
2471 2004-03-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2472
2473         * lily/auto-beam-engraver.cc (create_beam): add Stem as
2474         cause. This should fix warnings.
2475
2476         * mf/feta-slag.mf (trill_ne): fix upmordent size.
2477
2478         * lily/accidental.cc (accurate_boxes): enlarge Y-extent of flat to
2479         prevent aligned 6ths.
2480
2481         * lily/custos.cc (print): remove adjust-if-on-staffline.
2482
2483 2004-03-11  Jan Nieuwenhuizen  <janneke@gnu.org>
2484
2485         * lily/paper-book.cc: Do header and footer.
2486
2487 2004-03-10  Jan Nieuwenhuizen  <janneke@gnu.org>
2488
2489         * scm/lily.scm (safe-mode?): New name (was: security-paranoia).
2490
2491         * scm/paper.scm (lineheight): Remove
2492         (head-sep, foot-sep): Add.
2493
2494 2004-03-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2495
2496         * mf/feta-schrift.mf: reduce portato thickness.
2497
2498         * lily/context-scheme.cc (LY_DEFINE): remove ly:context-properties
2499
2500         * lily/grob-pq-engraver.cc (start_translation_timestep): remove
2501         programming_error ().
2502
2503         * lily/piano-pedal-engraver.cc (finalize): attach unfinished
2504         bracket to last command column.
2505
2506         * lily/piano-pedal-bracket.cc (print): only flatten bracket if it
2507         continues on next/prev system.
2508
2509         * input/regression/pedal-end.ly: new file.
2510
2511 2004-03-10  Werner Lemberg  <wl@gnu.org>
2512
2513         * make/lilypond.redhat.spec.in, make/lilypond.suse.spec.in:
2514         Remove pmx2ly stuff.
2515         * scripts/GNUmakefile (SEXECUTABLES): Remove pmx2ly.
2516
2517 2004-03-10  Jan Nieuwenhuizen  <janneke@gnu.org>
2518
2519         * scm/page-layout.scm: New file.
2520
2521         * scripts/lilypond-book.py (do_file): Bugfix: texinfo paper
2522         settings.
2523         (Lilypond_snippet.is_outdated): Also check for PNG file.
2524         Workaround for interrupted (web) builds.
2525
2526         * lily/paper-book.cc (get_pages): Bugfix: set dimensions for titles.
2527
2528         * ps/lilyponddefs.ps: Use only very small top-marging.
2529         (init-paper): Also pop page size string.
2530         (start-page, stop-page): New function.
2531
2532         * scm/output-ps.scm (header-end): Remove stray exec commands.
2533
2534 2004-03-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2535
2536         * lily/input-file-results.cc (do_one_file): use new Paper_book()
2537
2538         * lily/score.cc (default_rendering): clean protection.
2539
2540         * lily/paper-book.cc (mark_smob): implement smob marking.
2541
2542         * scripts/lilypond.py (make_html_menu_file): remove --psgz option
2543
2544         * Documentation/user/*.itely: user manual edits. 
2545
2546 2004-03-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2547
2548         * Documentation/user/converters.itely (Invoking musedata2ly):
2549         remove pmx2ly.
2550
2551         * scripts/pmx2ly: remove script.
2552         
2553 2004-03-09  Jan Nieuwenhuizen  <janneke@gnu.org>
2554
2555         * lily/score.cc (default_rendering): Protect paper-book members.
2556
2557         * lily/paper-def.cc (smobbed_copy): New method.
2558
2559         * lily/include/paper-book.hh (PAGE_LAYOUT): Define as "ps"; make
2560         switch runtime.
2561
2562         * lily/include/music-output.hh (process): Change signature to
2563         return SCM.
2564
2565         * lily/paper-book.cc (classic_output, get_title, get_scopes): New
2566         method.
2567
2568         * lily/paper-score.cc (process): Return stencils rather than
2569         outputting directly.  Remove paper-book kludge.  Delete grobs.
2570         (output): Remove.
2571
2572         * lily/include/paper-score.hh (class Paper_score): Remove outputter_.
2573
2574         * lily/score-engraver.cc (get_output): Do not reset pscore_.
2575
2576         * lily/score.cc (default_rendering)
2577         (ly_render_output): Move adding paper-score two levels up.
2578
2579         * lily/system.cc (get_line):
2580         * lily/paper-outputter.cc (output_line): Fix `between-system-string'.
2581
2582 2004-03-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2583
2584         * scm/font.scm (paper20-font-vector): add more design sizes for
2585         number.
2586
2587         * mf/GNUmakefile (depth): remove feta-din{11,13,19}, remove
2588         feta-nummber{5,7,11,13}.
2589
2590         * scm/font.scm (paper20-font-vector): bugfix: use din12, not 10
2591         for 12pt design size. 
2592
2593 2004-03-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2594
2595         * ly/engraver-init.ly: don't remove slur engraver from DrumVoice.
2596
2597 2004-03-09  Jan Nieuwenhuizen  <janneke@gnu.org>
2598
2599         * lily/font-select.cc (properties_to_font_size_family): Fix
2600         warning message.
2601
2602         * Experimental PostScript latin1 encoding:
2603         
2604         * mf/GNUmakefile (SAUTER_FONTS): Add ecmb14 ecrm12.
2605
2606         * scm/output-ps.scm: Experimental encoding using reencode-font.
2607         * scm/font.scm: Add latin1 `font-shape'.
2608         
2609         * scm/define-markup-commands.scm (latin-i): New font-shape command. 
2610
2611         * ps/lilyponddefs.ps (reencode-font): New function.
2612
2613         * lily/paper-book.cc (get_pages): Simplistic page breaking.
2614
2615         * scm/output-tex.scm (start-page):
2616         (stop-page): New interface function.
2617
2618 2004-03-08  Jan Nieuwenhuizen  <janneke@gnu.org>
2619
2620         * lily/paper-outputter.cc (output_expr):
2621         (output_header):
2622         (output_line): New method.
2623
2624         * lily/system.cc (get_line):
2625         (get_lines): New method.
2626         (output_scheme):
2627         (output_line): Remove.
2628
2629         * scm/lily.scm (make-title): New function.
2630
2631         * lily/paper-book.cc: 
2632         * lily/include/paper-book.hh: New file.
2633
2634         * lily/include/ly-module.hh: New file, matching ly-module.cc (WAS:
2635         ly-modules.hh).
2636
2637         * lily/ly-module.cc (ly_modules_lookup): New function.
2638
2639         * lily/main.cc (main_with_guile): Move memory leak debug code back.
2640
2641         * scm/output-ps.scm (make-title): Remove.
2642         (output-scopes): Junk header-title test.
2643
2644 2004-03-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2645
2646         * mf/feta-schrift.mf: thicker dot for portato.
2647
2648         * lily/accidental-placement.cc (position_accidentals): bugfix in
2649         offset, this fixes right-padding of AccidentalPlacement.
2650
2651         * lily/[h-z]*.cc: () formatting.
2652
2653         * Documentation/user/tutorial.itely (An orchestral part): more
2654         fixes for the tutorial.
2655
2656         * scm/translation-functions.scm (fraction-tuplet-formatter):
2657         reverse fraction.
2658
2659         * lily/parser.yy (context_def_spec_block): use \context instead of
2660         \translator.
2661
2662         * lily/[a-g].cc: () style cleanup.
2663
2664         * Documentation/user/tutorial.itely (Automatic and manual beams):
2665         editing of tutorial.
2666
2667 2004-03-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2668
2669         * buildscripts/mf-to-table.py (base): write encoding name.
2670
2671 2004-03-07  Jan Nieuwenhuizen  <janneke@gnu.org>
2672
2673         * Documentation/user/GNUmakefile (local-install-info): Issue
2674         warning (for packager, ie, if not installing in /usr or /usr/local).
2675
2676         * lily/stencil-scheme.cc: 
2677         * lily/staff-symbol-referencer.cc: 
2678         * lily/script-column.cc: 
2679         * lily/pitch.cc: 
2680         * lily/music.cc: 
2681         * lily/grob-pq-engraver.cc: 
2682         * lily/font-interface.cc: 
2683         * lily/music-output-def.cc: 
2684         * lily/duration.cc: 
2685         * lily/grob-scheme.cc:
2686         * lily/context-scheme.cc: Put scheme name on first line in
2687         LY_DEFINE to help etags (/ms multiline regexp flag broken?).  Stray
2688         style cleanups.
2689
2690         * stepmake/stepmake/scm-vars.make: 
2691         * stepmake/stepmake/c++-vars.make (TAGS_HEADERS, TAGS_SOURCES):
2692         Rename and split TAGS_FILES.
2693
2694         * GNUmakefile.in (ALL-TAGS): Remove.
2695         
2696         * stepmake/stepmake/generic-targets.make (TAGS): Also include
2697         deeper TAGS files.  Fixes regexp tags in TOP dir.
2698
2699 2004-03-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2700
2701         * VERSION: 2.1.29 released.
2702         
2703         * Documentation/user/changing-defaults.itely (Changing defaults):
2704         new file.
2705
2706         * Documentation/user/notation.itely (Notation manual): rename from 
2707         refman.itely
2708
2709         * Documentation/user/notation-appendices.itely (The Feta font):
2710         new file.
2711
2712         * Documentation/user/advanced.itely: add aborted attempt for
2713         advanced topics manual.
2714
2715 2004-03-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2716
2717         * scm/new-markup.scm: display Markups in sane format. Patch by
2718         Nicolas Sceaux.
2719
2720 2004-03-05  Jan Nieuwenhuizen  <janneke@gnu.org>
2721
2722         * lily/main.cc: Cleanups.
2723         (setup_localisation): New function.
2724         (sane_putenv): Remove.
2725         (main_with_guile): New name (Was: main_prog).  Remove musings
2726         about possible preparation for GUILE heavy memory usage and
2727         practical uselessness.  Do not set environment variables
2728         GUILE_INIT_SEGMENT_SIZE_1, GUILE_MAX_SEGMENT_SIZE.  Remove file
2729         name juggling.
2730         (parse_argv): New function.
2731         (copyright): New function.  It's 2004 already.
2732
2733         * lily/input-file-results.cc (do_one_file): Add file name juggling.
2734         (distill_inname): Move from main.
2735
2736 2004-03-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2737
2738         * GNUmakefile.in (EXTRA_DIST_FILES): remove VIM stuff.
2739
2740         * vim/GNUmakefile: flatten dirs, add GNUmakefile.
2741
2742         * Documentation/user/running.itely: new file.
2743
2744         * lily/include/audio-element.hh (class Audio_element): remove grace_b_
2745
2746         * lily/score-performer.cc (finish): call Translator::finalize ().
2747
2748 2004-03-05  Heikki Junes <hjunes@cc.hut.fi>
2749
2750         * lilypond-ftpplugin.vim: renamed to the following file.
2751         * lilypond-ftplugin.vim: new file.
2752
2753         * GNUmakefile.in: update VIM_FILES.
2754
2755 2004-03-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2756
2757         * scm/output-ps.scm (output-scopes): use ly:paper-lookup for font
2758         props.
2759
2760         * input/test/tie-sparse.ly: remove.
2761
2762         * lily/tie-performer.cc (try_music): copy & paste from
2763         Tie_engraver.
2764
2765         * lily/music-output-def.cc (LY_DEFINE): bugfix. Don't do
2766         variable_ref twice.
2767
2768         * lily/key-performer.cc (create_audio_elements): use
2769         alterations-in-key.
2770
2771         * scm/midi.scm (accidentals-in-key): divide alterations by 2.
2772
2773 2004-03-04  Heikki Junes <hjunes@cc.hut.fi>
2774
2775         * input/test/smart-transpose.ly: fix cases fes->e and similar.
2776         handle also quarter tones (not shown as tests). test also flats.
2777
2778         * Documentation/index.html.in: small fixes.
2779
2780 2004-03-03  Jan Nieuwenhuizen  <janneke@gnu.org>
2781
2782         * input/regression/new-markup-scheme.ly: Typo.
2783
2784         * scm/define-markup-commands.scm (fill-line): New markup.
2785
2786         * scm/output-ps.scm (ps-encoding): Add simplistic encoding.
2787         (output-paper-def): Fix alignment.
2788         (make-title): Fix height/width scaling.
2789
2790         * ps/lilyponddefs.ps (base-line-skip): Bugfix.
2791
2792         * input/test/title-markup.ly: Add remaining titles.  Layout and
2793         font size fixes.  Add simplistic latin1 test.
2794
2795 2004-03-03  Heikki Junes <hjunes@cc.hut.fi>
2796
2797         * input/test/nested-groups.ly: remove. move content (to next). 
2798         * input/test/staff-bracket.ly: replace content (from prev), this 
2799         has been already in templates.
2800
2801 2004-03-03  Jan Nieuwenhuizen  <janneke@gnu.org>
2802
2803         * stepmake/autogen.sh: Only issue warning about running configure
2804         without arguments when autogen.sh will actually be running
2805         configure.
2806
2807 2004-03-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2808
2809         * scm/new-markup.scm (stack-stencil-line): robustness.
2810
2811         * scm/define-markup-commands.scm (simple): robustification of
2812         simple-markup.
2813
2814         * Documentation/user/music-glossary.tely (Top): change central C
2815         to middle C.
2816
2817         * lily/text-item.cc (interpret_markup): cache make-simple-markup
2818
2819 2004-03-03  Jan Nieuwenhuizen  <janneke@gnu.org>
2820
2821         * input/test/title-markup.ly (spaceTest): Add.
2822
2823         * lily/text-item.cc (interpret_markup): Make line markup from
2824         multi word markup.
2825
2826         * scm/define-markup-commands.scm (word): New markup command.
2827         (simple): Use it.
2828
2829         * scm/output-ps.scm (define-fonts): Fix TeX font scaling.
2830
2831 2004-03-02  Heikki Junes <hjunes@cc.hut.fi>
2832
2833         * vim/ftplugin/lilypond.vim:
2834         * vim/syntax/lilypond.vim: use only local settings with setlocal.
2835         show matching paren in insert mode.
2836
2837 2004-03-02  Jan Nieuwenhuizen  <janneke@gnu.org>
2838
2839         * scm/output-ps.scm (make-title, output-scopes): Further
2840         development.
2841
2842         * input/test/title-markup.ly: New file.
2843
2844         * ps/lilyponddefs.ps: Disable PostScript titling.
2845
2846         * lily/paper-score.cc (process): Quote PORT argument to make-title.
2847
2848 2004-03-01  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2849
2850         * lily/arpeggio.cc (width_callback): remove padding.
2851  
2852         * scm/define-grobs.scm (all-grob-descriptions): add padding.
2853
2854         * scm/define-music-types.scm: remove make-music-by-name.
2855
2856         * Documentation/user/lilypond.tely: doc patch by Edward Sutton.
2857
2858 2004-03-01  Jan Nieuwenhuizen  <janneke@gnu.org>
2859
2860         * lily/paper-score.cc (process): Output titles using make-title.
2861
2862         * scm/output-ps.scm (output-stencil): Display directly instead of
2863         constructing string.
2864         (make-title): New function.
2865
2866 2004-03-01  Mats Bengtsson  <mabe@drongo.s3.kth.se>
2867
2868         * Documentation/user/lilypond-book.itely (Integrating LaTeX and
2869         music), Documentation/user/invoking.itexi (Invoking lilypond): 
2870         Move documentation of LaTeX packages for latin1 characters to the
2871         lilypond-book manual.
2872
2873 2004-03-01  Heikki Junes <hjunes@cc.hut.fi>
2874
2875         * Documentation/topdocs/INSTALL.texi: small fix (by Matthias Kilian).
2876
2877         * vimrc: add menu in console and shortcut <F10> for it.
2878
2879         * vim/:
2880         * vim/compiler/:
2881         * vim/syntax/:
2882         * vim/indent/:
2883         * vim/ftplugin/: new directories.
2884         
2885         * vim/filetype.vim: new file.
2886
2887         * lilypond.vim: remove files (see next).
2888         * vim/syntax/lilypond.vim: new, renamed file (see prev).
2889
2890         * vimrc: remove file (see next).
2891         * vim/ftplugin/lilypond.vim: new, renamed file (see prev).
2892
2893         * vim/ftplugin/lilypond.vim: change dir for dictionary.
2894         add header. apply bindings only locally.
2895
2896         * vim/indent/lilypond.vim: new file.
2897
2898         * vim/ftplugin/lilypond.vim: remove errorformat.
2899         * vim/compiler/lilypond.vim: new file for errorformats.
2900
2901         * Documentation/topdocs/INSTALL.texi: give easier orders.
2902
2903         * ROADMAP: add vim/
2904
2905 2004-02-29  Jan Nieuwenhuizen  <janneke@gnu.org>
2906
2907         * Documentation/user/introduction.itely (Introduction): Use @image
2908         iso @html <img...>.  Add workaround for images in columns in info.
2909
2910         * stepmake/aclocal.m4: Store computed version in variable.
2911
2912         * configure.in: Export MAKEINFO_VERSION.
2913
2914         * config.make.in (MAKEINFO_VERSION): Add.
2915
2916         * make/ly-rules.make: Add makeinfo <= 4.6 workaround.
2917
2918         * Documentation/user/GNUmakefile: Only build info with images when
2919         building web.
2920
2921         * GNUmakefile.in (install-WWW): Visit Documentation/user.
2922
2923         * stepmake/stepmake/texinfo-targets.make: Move info and texinfo
2924         stuff from documentation-targets.make
2925
2926 2004-02-29  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2927
2928         * VERSION: 2.1.28 released
2929         
2930         * scripts/convert-ly.py (conv): 
2931
2932 2004-02-29  Heikki Junes <hjunes@cc.hut.fi>
2933
2934         * ly/property-init: new functions: \arpeggioUp, \arpeggioDown,
2935         \arpeggioBoth. redefine \arpeggioBracket.
2936
2937         * Documentation/user/refman.itely: document new arpeggio
2938         functions.
2939
2940         * scripts/convert-ly.py: add a rule for \arpeggioBracket.
2941
2942         * input/regression/arpeggio-bracket.ly: apply convert-ly.
2943
2944         * input/mutopia/R.Schumann/romanze-op28-2.ly: apply convert-ly.
2945
2946 2004-02-29  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2947
2948         * Documentation/user/introduction.itely (Automated engraving):
2949         rewrite introduction using website text.
2950
2951 2004-02-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2952
2953         * scm/*.scm: make-music-by-name is replaced by make-music, which
2954         also accept music property settings, eg:
2955           (make-music 'TextScriptEvent 'direction DOWN 'text
2956               (make-simple-markup x))
2957
2958         Patch courtesy Nicolas Sceaux
2959
2960         * lily/beam-quanting.cc: cleanup, separate counts for left and
2961         right beam ends.
2962
2963         * lily/side-position-interface.cc (quantised_position): also
2964         quantize staccato position for forced stem directions. 
2965
2966 2004-02-27  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2967
2968         * scm/*.scm: Patch by Nicolas Sceaux: 
2969
2970         * scm/music-functions.scm: ly:grob-property and ly:music-property
2971         are made procedure with setters.
2972
2973         * scm/*.scm: replace ..-set-property! with set! (..-property  )
2974         
2975 2004-02-28  Heikki Junes <hjunes@cc.hut.fi>
2976
2977         * input/test/[t-v]*.ly: finish rewriting texidocs.
2978
2979         * input/test/vaticana.ly: remove.
2980         * input/test/ligature-vaticana.ly: new, renamed file name.
2981
2982         * input/test/stem-centered.ly: remove.
2983         * input/test/mensural-note-heads.ly: new file. take content from
2984         removed file stem-centered.ly.
2985
2986         * input/test/scales-greek.ly: simplify.
2987
2988         * input/test/s*.ly: reformulate texidocs.
2989         
2990         * input/test/[p-r]*.ly: use more verbose texidocs. add comments
2991         of missing features.
2992
2993 2004-02-27  Heikki Junes <hjunes@cc.hut.fi>
2994
2995         * input/test/[j-o]*.ly: update texidocs.
2996
2997 2004-02-27  Jan Nieuwenhuizen  <janneke@gnu.org>
2998
2999         * scm/documentation-generate.scm (usermanref): Add macro for TeX.
3000
3001         * Documentation/topdocs/NEWS.texi: Add note about info docs with
3002         images.
3003
3004         * Documentation/user/lilypond.tely (@direntry): Update.
3005
3006         * stepmake/stepmake/documentation-targets.make
3007         (install-info,uninstall-info): Install into $(package_infodir).
3008         Install images.  Run install-info to update dir.
3009
3010         * config.make.in (package_infodir): Add.
3011
3012         * Documentation/user/GNUmakefile (info-with-images,
3013         local-install-info, local-uninstall-info): New target.
3014
3015 2004-02-27  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3016
3017         * scm/define-grobs.scm (all-grob-descriptions): tune concaveness
3018         gap/threshold.
3019
3020         * lily/beam-quanting.cc (score_slopes_dy): remove
3021         ROUND_TO_ZERO_SLOPE kludge.
3022
3023         * lily/beam.cc (check_concave): remove old concaveness2 kludge.
3024
3025         * input/regression/beam-concave.ly (texidoc): add morgenlied example.
3026
3027         * lily/global-context.cc (Global_context): alway accept Score
3028         (run_iterator_on_me): cast Context to Score_context, not
3029         Context_def.
3030
3031         * Documentation/user/refman.itely: documentation patch by Edward
3032         Sanford Sutton.
3033
3034         * mf/GNUmakefile: unset sauter-fonts.
3035
3036 2004-02-27  Jan Nieuwenhuizen  <janneke@gnu.org>
3037
3038         * scripts/lilypond-book.py (output_texinfo): Output @image
3039         descriptions for info too.
3040
3041         * input/test/chord-names-jazz.ly: 
3042         * input/test/embedded-scm.ly: Clarify.
3043
3044         * input/test/cautionaries.ly: Typo.
3045
3046         * lily/input-smob.cc (ly_input_location): Compile fix.
3047
3048 2004-02-27  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3049
3050         * make/lilypond.redhat.spec.in (Group): add/delete music-glossary too. 
3051
3052         * ly/engraver-init.ly: move \grobdescriptions to Global. This
3053         fixes problems with system defaults being reverted with \override
3054         on Score level.
3055
3056         * lily/global-context.cc (Global_context): apply property-ops to
3057         Global_context too. 
3058
3059 2004-02-27  Jan Nieuwenhuizen  <janneke@gnu.org>
3060
3061         * scm/output-ps.scm (stencil->string): Rewrite.
3062
3063 2004-02-27  Heikki Junes <hjunes@cc.hut.fi>
3064
3065         * input/test/[+c-i]*.ly: refresh descriptions -- maintain
3066         impersonal style.
3067
3068 2004-02-26  Jan Nieuwenhuizen  <janneke@gnu.org>
3069
3070         * lily/input-smob.cc (ly_input_location: New function.
3071
3072         * scm/define-markup-commands.scm (upright): New markup command.
3073
3074         * lily/parser.yy (markup): Add STRING_IDENTIFIER.
3075
3076         * scm/font.scm (paper20-font-vector): cmcsc klugdge.
3077
3078         * scm/output-ps.scm (output-stencil): New function.
3079
3080         * scripts/lilypond-book.py (do_file): Bugfix: change search order
3081         of snippet types; fixes @ignore and @verbatim blocks.
3082
3083 2004-02-26  Heikki Junes <hjunes@cc.hut.fi>
3084
3085         * input/test/[a-b]*.ly: refresh descriptions -- avoid referring
3086         to a file in printed documentation, instead, refer either to a 
3087         syntax or to an output.
3088
3089 2004-02-26  Jan Nieuwenhuizen  <janneke@gnu.org>
3090
3091         * input/regression/beam-center-slope.ly: Add test.
3092
3093 2004-02-25  Jan Nieuwenhuizen  <janneke@gnu.org>
3094
3095         * mf/GNUmakefile (Fontmap, Fontmap.lily): Add Fontmap for GS.
3096         (SAUTER_FONTS): Reinstate.
3097
3098         * scm/define-markup-commands.scm (caps): New markup command.
3099
3100         * scm/output-ps.scm (output-scopes): Experimental markup output.
3101
3102         * scm/: Add missing headers.
3103
3104         * lily/stencil-scheme.cc (ly_stencil_get_expr): New accessor.
3105
3106         * lily/paper-outputter.cc (output_metadata): Add parameter PAPER.
3107
3108 2004-02-25  Jan Nieuwenhuizen  <janneke@gnu.org>
3109
3110         * lily/stencil-scheme.cc (ly_stencil_get_expr): New function.
3111         Stray style cleanups.
3112
3113 2004-02-25  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3114
3115         * lily/note-collision.cc (check_meshing_chords): bugfix for dot /
3116         no dot combination.
3117
3118         * scripts/convert-ly.py (FatalConversionError.subst_in_trans):
3119         substitute \override Staff.autoBeamSettings too
3120
3121         * Documentation/user/tutorial.itely: proofreading fixes by David
3122         Bobroff
3123
3124 2004-02-24  Jan Nieuwenhuizen  <janneke@gnu.org>
3125
3126         * scm/output-ps.scm (top-of-file): Add tagline definition.  FIXME.
3127
3128         * ps/music-drawing-routines.ps: 
3129         * ps/lilyponddefs.ps: Add end markers.
3130
3131 2004-02-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3132
3133         * VERSION: 2.1.27 released.
3134         
3135         * lily/hyphen-engraver.cc (finalize): suicide unterminated hyphens.
3136
3137         * scripts/lilypond-book.py (compose_ly): cleanup relative= option,
3138         obey documentation.
3139
3140 2004-02-24  Jan Nieuwenhuizen  <janneke@gnu.org>
3141
3142         * scripts/lilypond.py (find_pfa_fonts): Bugfix and update.
3143
3144         * scm/output-ps.scm: Resurrect.
3145         
3146         * scm/output-tex.scm: Minimal cleanups.
3147
3148         * scm/paper.scm (paper-set-staff-size): Add lineheight.
3149
3150         * make/ly-rules.make: Remove any broken lily-*.tex files before
3151         lilypond-book run.
3152
3153         * stepmake/stepmake/c++-vars.make (EXTRA_CXXFLAGS): Remove -pipe
3154         comment.
3155
3156         * stepmake/aclocal.m4: Add --enable-pipe option, with check.
3157         Enabled by default, may save 10% compile time.
3158
3159 2004-02-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3160
3161         * lily/lyric-phrasing-engraver.cc: remove
3162         
3163         * lily/lyric-engraver.cc: rewrite so lyric-phrasing-engraver no
3164         longer necessary. 
3165
3166         * lily/extender-engraver.cc (stop_translation_timestep): rewrite
3167         so lyric-phrasing-engraver is no longer necessary.
3168
3169         * ly/engraver-init.ly: move Break_forbid_engraver to Voice, remove
3170         Grob_pq_engraver from Staff.
3171
3172         * lily/grob-pq-engraver.cc: remove current_grobs array, read/write
3173         busyGrobs directly.
3174
3175         * input/regression/quote-transposition.ly: new file.
3176
3177         * lily/recording-group-engraver.cc (stop_translation_timestep):
3178         store instrumentTuning too. 
3179
3180         * lily/quote-iterator.cc (process): transpose events using
3181         instrumentTuning.
3182
3183         * scripts/convert-ly.py (FatalConversionError.subst): \set transposing
3184         -> \tuning <pitch>
3185
3186         * lily/parser.yy (command_req): add \tuning command for setting
3187         instrument tuning of staff.
3188
3189         * Documentation/user/GNUmakefile
3190         ($(outdir)/lilypond/lilypond.html): ugh: use perl iso. sed.
3191
3192         * Documentation/user/refman.itely (Customized accidental rules):
3193         typo.
3194
3195 2004-02-23  Heikki Junes <hjunes@cc.hut.fi>
3196
3197         * Documentation/user/music-glossary.tely: remove the missing norwegian
3198         translation; they can be put in later properly.
3199
3200 2004-02-23  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3201
3202         * lily/recording-group-engraver.cc (start_translation_timestep):
3203         init Recording_group_engraver twice.
3204
3205 2004-02-23  Jan Nieuwenhuizen  <janneke@gnu.org>
3206
3207         * gcc-3.4 snapshot: 3.4.0 20040215 (prerelease) compile fixes, and
3208         stray style cleanups:
3209
3210         * stepmake/stepmake/c++-vars.make (EXTRA_CXXFLAGS): Remove
3211         -Wmissing-prototypes.
3212
3213         * flower/include/killing-cons.tcc (Killing_cons): Add template
3214         specifier for car_.
3215
3216         * flower/include/parray.hh (binsearchs): Add template specifier
3217         for maxkey.
3218
3219         * flower/include/interval.hh: Declare elem () with template specfier.
3220
3221 2004-02-23  Heikki Junes <hjunes@cc.hut.fi>
3222
3223         * elisp/lilypond-indent.el (get-buffer-size): add customization
3224         groups for several variables (Reuben Thomas).
3225
3226 2004-02-23  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3227
3228         * Documentation/user/invoking.itexi (Point and click): add index
3229         entry.
3230
3231         * scm/slur.scm (calc-slur-extremity): use 'stem only if slur would
3232         go under beam.
3233
3234         * lily/beam-quanting.cc: tune down ROUND_TO_ZERO_SLOPE, this fixes
3235         sarabande beam. 
3236
3237         * flower/warn.cc (programming_error): cross fingers not thumbs.
3238
3239         * lily/rest.cc (polyphonic_offset_callback): return 0 when
3240         staff-position is set.
3241
3242         * VERSION: release 2.1.26 
3243         
3244         * scm/chord-entry.scm (construct-chord): process transposition
3245         after processing explicit-11.  
3246
3247 2004-02-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3248
3249         * lily/parser.yy (add_quote): add syntax for adding quotes:
3250         \addquote "id-string" Music
3251
3252         * scripts/lilypond-book.py (do_file): do not overwrite input file.
3253
3254         * scripts/convert-ly.py (conv): add rules for name changes.
3255
3256         * lily/context-scheme.cc (LY_DEFINE): use Scheme style naming for
3257         music/context/grob property functions. Internally, use
3258         get_property() and set_property() for both.
3259
3260 2004-02-22  Heikki Junes <hjunes@cc.hut.fi>
3261
3262         * elisp/lilypond-mode.el (get-buffer-size): define new function,
3263         for Emacs <= 20 (Laurent Martelli).
3264
3265 2004-02-21  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3266
3267         * lily/parser.yy (command_element): extract quoted vector in
3268         parser.
3269
3270         * input/regression/quote.ly: new file.
3271
3272         * lily/sequential-iterator.cc (process): only process if moment >= 0.
3273
3274         * lily/parser.yy (command_element): \quote DURATION NAME: support
3275         cue notes. 
3276
3277         * lily/quote-iterator.cc (class Quote_iterator): new file.
3278
3279 2004-02-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3280
3281         * lily/auto-beam-engraver.cc (try_music): accept and process
3282         beam-forbid-event.
3283
3284         * input/regression/auto-beam-no-beam.ly: new file.
3285
3286 2004-02-20  Mats Bengtsson  <mabe@drongo.s3.kth.se>
3287
3288         * lily/accidental.cc (print): Change font-relative-size ->
3289         font-size. Fixes cautionary-style = smaller.
3290
3291 2004-02-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3292
3293         * lily/system-start-delimiter.cc (staff_brace): remove
3294         font-relative-size
3295
3296         * lily/parser.yy (music_property_def): oops. SCM_UNDEFINED
3297         forgotten with scm_list_n. Fixes spurious coredumps.
3298
3299         * lily/accidental-engraver.cc (stop_translation_timestep): move
3300         update of localKeySignature to stop_translation_timestep (). This
3301         makes sure that all ties are noticed at the right moment.
3302         (stop_translation_timestep): clear tie only when right-side
3303         notehead was seen.
3304         (number_accidentals_from_sig): cleanup. 
3305
3306         * input/regression/accidental-tie.ly (mus): new file
3307
3308         * input/regression/tie-accidental, tie-break-accidental.ly: remove
3309         these longish tests.
3310
3311 2004-02-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3312
3313         * lily/include/*.hh (class Item): rename XXX_b () to is_XXX ().
3314
3315         * THANKS: update bugreporter list.
3316
3317         * lily/beam.cc (print): broken beams last until end of staff.
3318         (print): broken beams start from prefatory matter.
3319
3320         * scm/output-tex.scm (output-scopes): don't dump fraction exactly.
3321
3322         * lily/paper-score.cc (process): dump header only once.
3323
3324         * lily/paper-outputter.cc (Paper_outputter): move logic into
3325         Scheme.
3326
3327         * scm/output-tex.scm (output-scopes): new function.
3328         (output-paper-def): new function
3329         (tex-string-def): new function
3330         (symbol->tex-key): new function
3331
3332         * scripts/convert-ly.py (conv): add rule for | ~
3333
3334 2004-02-19  Heikki Junes  <hjunes@cc.hut.fi>
3335
3336         * input/regression/{many}.ly: refresh, trying to guess how
3337         it was designed.
3338
3339 2004-02-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3340
3341         * VERSION: release 2.1.25
3342
3343         * scm/define-translator-properties.scm
3344         (all-user-translation-properties): add printOctaveNames
3345
3346         * ly/engraver-init.ly: remove Note_event_swallower from
3347         NoteNamesContext.
3348
3349         * lily/note-name-engraver.cc (process_music): new property
3350         printOctaveNames
3351
3352         * lily/context.cc (find_existing_context): remove support for
3353         Current.
3354
3355         * scm/music-functions.scm (set-accidental-style): new function;
3356         duplicate accidental macros.
3357
3358         * ly/property-init.ly (hideStaffSwitch): remove accidental macros.
3359
3360         * lily/note-name-engraver.cc (process_music):
3361         process_acknowledged_grobs () -> process_music ()
3362
3363         * scm/part-combiner.scm (determine-split-list): robustification.
3364
3365 2004-02-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3366
3367         * lily/beam-quanting.cc (score_forbidden_quants): check all staff
3368         lines for falling into beam-gap.
3369         (score_forbidden_quants): check all staff lines for falling in
3370         beam gaps.
3371
3372         * lily/note-spacing.cc (get_spacing): less space at EOL in case of
3373         key/clef/time signatures. 
3374
3375         * input/test/ossia.ly: revise example.
3376
3377         * lily/span-bar.cc (evaluate_glyph): read 'glyph of self first.
3378         cleanup.
3379         
3380         * lily/grob-scheme.cc (LY_DEFINE): change a few function names to
3381         comply to Scheme standard.  Remove ly:get-paper-variable
3382
3383 2004-02-17  Mats Bengtsson  <mabe@drongo.s3.kth.se>
3384
3385         * scripts/convert-ly.py (2.1.22): Corrected documentation printout.
3386
3387 2004-02-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3388
3389         * lily/accidental-engraver.cc (process_acknowledged_grobs): use
3390         properties from Voice context. This fixes accidental size for
3391         staff-switches during grace contexts.
3392
3393         * lily/note-collision.cc (check_meshing_chords): only wipe heads
3394         if necessary. Else, simply wipe dots.
3395
3396         * input/test/beam-alternate.ly: new file
3397
3398         * input/test/piano-staff-distance.ly: new file.
3399
3400         * lily/translator-group.cc (recurse_down_translators): use
3401         Direction for bottom-up/top-down.
3402
3403         * lily/include/translator.hh (class Translator): add
3404         process_music() and do_announces(). This obviates
3405         recurse_down_{engravers,performers}.
3406
3407         * ly/declarations-init.ly (melismaEnd): use ManualMelismaEvent for
3408         \melisma and \melismaEnd
3409
3410         * lily/melisma-engraver.cc (process_music): change to
3411         Melisma_translator, unify with performer. Accept
3412         ManualMelismaEvent.
3413
3414         * ly/engraver-init.ly: add Font_size_engraver.
3415
3416 2004-02-16  Heikki Junes  <hjunes@cc.hut.fi>
3417
3418         * lily/align-interface.cc, lily/axis-group-engraver.cc: spell
3419         it hara-kiri.
3420
3421         * input/regression/{many}.ly: improve descriptions trying to figure
3422         out what is tested.
3423
3424 2004-02-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3425
3426         * lily/slur.cc (broken_trend_offset): robustness fix.
3427
3428         * VERSION: release 2.1.24
3429
3430         * lily/context.cc (find_create_context): go to Score if it exists.
3431
3432         * lily/context-scheme.cc: new file.
3433
3434         * lily/score-translator.cc (get_output): new file.
3435
3436         * lily/include/grob-info.hh: origin_contexts() now does not
3437         include the originating engraver
3438
3439         * lily/translator-group.cc (translator_each): clean up contents,
3440         remove superfluous stubs. Engraver_group_engraver and
3441         Performer_group_performer are the only classes using multiple
3442         inheritance.
3443
3444         * lily/include/score-context.hh (class Score_context): interface
3445         between Score_{engraver,performer} and Global_context.
3446
3447         * lily/include/global-context.hh (Context): change from
3448         global-translator. This is the entry point for contexts; it is not
3449         tweakable using \translator{}. Score is no longer the top context,
3450         but sits underneath Global.
3451
3452         * lily/include/context.hh (class Context): brain surgery: split
3453         out Context functionality from Translator_group. Context is now a
3454         separate type from Translator.
3455
3456 2004-02-15  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3457
3458         * lily/include/translator.hh (class Translator): make
3459         get_score_context() and get_global_translator (), and use the one
3460         which is appropriate.
3461
3462         * lily/context.cc: partially put functionality of Translator_group
3463         into Context.
3464
3465         * lily/include/context.hh (Translator): new class: put between
3466         Translator and Translator_group. 
3467
3468         * lily/new-accidental-engraver.cc: remove file.
3469
3470 2004-02-16  Heikki Junes  <hjunes@cc.hut.fi>
3471
3472         * input/regression/{many}.ly: improve descriptions: use complete 
3473         sentences, try to describe what is tested, avoid `we´, do not use 
3474         don't, ... 
3475
3476 2004-02-15  Heikki Junes  <hjunes@cc.hut.fi>
3477
3478         * Documentation/user/refman.itely: use `@c´ if $internalsref{...} @c
3479         is at EOL.
3480
3481         * Documentation/user/lilypond.tely: declare the topmost node only
3482         once; removes empty line in @contents.
3483
3484         * Documentation/user/music-glossary.tely: really add Finnish author.
3485         Draw more beatiful `->´ arrow in html: &rarr;
3486
3487 2004-02-15  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3488
3489         * lily/music.cc (LY_DEFINE): rename to ly:music-list?
3490
3491         * scripts/convert-ly.py (conv): add ly:music-list  change.
3492
3493         * lily/grob.cc: edit doc string.
3494
3495         * scm/define-grob-properties.scm (all-user-grob-properties):
3496         proofreading, editing of doc strings.
3497
3498         * input/regression/tablature-string-tunings.ly: new file.
3499
3500         * lily/staff-symbol-engraver.cc (process_music): new engraver,
3501         listen to stringTunings
3502
3503         * lily/align-interface.cc (align_elements_to_extents): remove Grob
3504         for self-alignment-[XY] code.
3505  
3506 2004-02-14  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3507
3508         * scm/slur.scm (calc-slur-extremity): change "rules" (home-brewn
3509         cond) into function. Cleanup.
3510
3511         * lily/text-spanner.cc: remove text-repeat-if-broken property.
3512         
3513         * VERSION (PACKAGE_NAME): 2.1.23 released
3514
3515 2004-02-14  Heikki Junes   <hjunes@cc.hut.fi>
3516
3517         * Documentation/user/{refman,internals}.itely: small fixes.
3518
3519 2004-02-14  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3520
3521         * lily/accidental-engraver.cc (acknowledge_grob): don't make
3522         accidentals for harmonic notes
3523
3524         * lily/new-fingering-engraver.cc (acknowledge_grob): kill dots,
3525         for harmonic notes.
3526
3527         * scm/document-backend.scm (interface-doc): prune Grob
3528         documentation: don't duplicate interface information.
3529
3530         * lily/*.cc: lots of updates of doc strings.
3531
3532 2004-02-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3533
3534         * input/test/ac-extra-voice.ly (accompany): remove file.
3535
3536         * input/test/maximum-rest-count.ly: remove file.
3537
3538         * scripts/convert-ly.py (FatalConversionError.subst_in_trans):
3539         conversion rule for \translator { }. Apply everywhere.  
3540
3541         * lily/parser.yy (music_property_def): set property for \once in
3542         the PropertyMusic itself, not the ContextSpec.
3543         (property_operation): change syntax within \translator { }
3544
3545         * scm/define-music-properties.scm (all-music-properties): clean up.
3546
3547         * lily/auto-beam-engraver.cc (test_moment): use
3548         updated_grob_properties() to retrieve autoBeam settings.
3549
3550         * lily/spacing-spanner.cc: bound shortest_playing_len by
3551         measure_length
3552
3553         * lily/spacing-engraver.cc (acknowledge_grob): ignore
3554         multi-measure events for spacing computation.
3555
3556         * mf/feta-bolletjes.mf (overdone_heads): make note heads more
3557         elliptical, to 1.49.
3558
3559         * lily/rest.cc (polyphonic_offset_callback): new function. Do
3560         vertical positioning for polyphony, without RestCollision object.
3561
3562         * lily/note-column.cc (add_head): prevent rests & note heads on
3563         one stem.
3564
3565         * lily/rest-collision.cc (do_shift): ignore rests with beams.
3566         (do_shift): rewrite only-rests case: use common refpoints: the
3567         routine will have sensible results when other rest-translations
3568         have taken place.
3569
3570         * lily/simple-spacer.cc (solve): cleanup: remove code for linelen
3571         < 0 case. 
3572
3573         * VERSION: 2.1.22 released
3574         
3575         * input/GNUmakefile (SUBDIRS): remove ascii-art
3576
3577 2004-02-13  Jan Nieuwenhuizen  <janneke@gnu.org>
3578
3579         * input/: Convert ly files that still had \property.  Fixes make
3580         web.  Remove exta spaces around '='. 
3581
3582         * scripts/convert-ly.py (conv): Redundant space fixes.
3583
3584         * scripts/lilypond-book.py (compile-ly): python2.1 fix.
3585
3586 2004-02-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3587
3588         * make/ly-rules.make ($(outdir)/%.pdf): add DVIPS_FLAGS. This will
3589         create scalable PS and PDFs  for input/{test,template,regression}.
3590
3591         * lily/context.cc (is_alias): move function.
3592         (is_alias): add Bottom as context alias. 
3593         (find_create_translator): add Bottom as a context alias for creation.
3594
3595         * lily/stencil.cc: rename Molecule to Stencil. Changes throughout.
3596
3597         * lily/parser.yy (music_property_def): new syntax for property
3598         assignments:
3599
3600         \set A.B = #C , \unset A.B
3601         \override A.B #C = #D, \revert A.B #C 
3602
3603         * lily/my-lily-lexer.cc: remove \property
3604
3605 2004-02-13  Heikki Junes  <hjunes@cc.hut.fi>
3606
3607         * Documentation/user/refman.itely: add dots after seealso refs.
3608
3609         * input/template/{many}.ly: harmonise descriptions.
3610
3611         * Documentation/user/music-glossary.itely: add Finnish author.
3612
3613 2004-02-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3614
3615         * VERSION (PACKAGE_NAME): release 2.1.21
3616
3617 2004-02-12  Jan Nieuwenhuizen  <janneke@gnu.org>
3618
3619         * Documentation/topdocs/NEWS.texi: Substitute Lyrics/LyricsVoice.
3620
3621         * scripts/lilypond-book.py (snippet_res): @include filename must
3622         not be empty.
3623
3624 2004-02-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3625
3626         * scm/documentation-generate.scm (markup-doc-string): dump
3627         markup-commands.tely
3628
3629         * scm/define-markup-commands.scm (override): new file.
3630         Move documentation from refman into doc-strings. 
3631
3632         * input/test/staff-container.ly: fix example.
3633
3634         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): remove
3635         StaffContainer
3636
3637         * lily/grob.cc: remove point_dimension_callback
3638         (Grob): read forced dimensions from X-extent and Y-extent.
3639         (get_paper): remove preset_extent.
3640
3641         * scm/define-grobs.scm (all-grob-descriptions): remove
3642         point_dimension_callback. 
3643
3644         * lily/dynamic-engraver.cc (acknowledge_grob): attach dynamic
3645         textscript to head. This makes no-spacing-rods work on
3646         DynamicText.
3647
3648         * lily/chord-name.cc: remove props chord, bass, inversion.
3649
3650         * Documentation/user/appendices.itely: add Scheme functions,
3651         context-properties and layout properties to manual.
3652
3653         * scm/part-combiner.scm (determine-split-list): include rests in a
3654         solo1/2 sequence.
3655
3656         * lily/new-part-combine-iterator.cc (substitute_both): new
3657         function.
3658         (class New_pc_iterator): add separate Voice=solo context, fixes
3659         autobeams going from chords to solo.
3660
3661 2004-02-11  Jan Nieuwenhuizen  <janneke@gnu.org>
3662
3663         * Documentation/user/invoking.itexi (Editor support): Fix typo.
3664
3665         * Documentation/user/tutorial.itely:
3666         * Documentation/user/refman.itely: Add short note about being part
3667         of lilypond.tely.
3668
3669         * COPYING: Make note more clear with respect to files that are
3670         explicitely licenced otherwise (Documention/user/ comes to mind).
3671         
3672         * Documentation/topdocs/AUTHORS.texi (AUTHORS): Use @,{c}.  Remove
3673         comment about barfing of @c,{}.
3674
3675         * Documentation/user/music-glossary.tely: Add list of authors.
3676
3677         * stepmake/stepmake/library-rules.make: Thank Nelson only in
3678         source (was: also in build log).
3679
3680 2004-02-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3681
3682         * lily/side-position-interface.cc (general_side_position): if
3683         staff-padding is set, then include staff in support too.
3684
3685         * GNUmakefile.in (README_FILES): remove TODO. Put in new CVS
3686         module workbook
3687
3688         * TODO: Remove.  Put in new CVS module /cvsroot/lilypond/workbook/
3689
3690         * lily/tuplet-engraver.cc: remove tupletInvisible
3691
3692         * scm/define-translator-properties.scm: cleanup, separate in
3693         internal and user props. 
3694
3695         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): change
3696         LyricsVoice -> Lyrics
3697
3698         * lily/new-part-combine-iterator.cc (process): only print warning
3699         for symbols.
3700
3701 2004-02-11  Jan Nieuwenhuizen  <janneke@gnu.org>
3702
3703         * scm/part-combiner.scm: Add proper header.
3704
3705         * All but lily/*: The great --2003 --2004 replace; the missing
3706         `bits'.
3707
3708         * TODO: Fix outline mode.  Add book notes.
3709
3710         * ROADMAP: Update.
3711
3712 2004-02-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3713
3714         * scm/part-combiner.scm (make-autochange-music): use
3715         accumulator. Fixes stack overflow.
3716
3717         * lily/*: rename brew_molecule -> print , molecule-callback ->
3718         print-function
3719
3720         * scm/define-grob-properties.scm: cleanup. Separate into internal
3721         and user properties.
3722
3723         * lily/translator-property.cc (updated_grob_properties): new
3724         function
3725         (execute_pushpop_property): change to new convention:
3726         object property inits are stored as (cons ALIST BASED-ON). This
3727         storage format allows concurrent tweaks in different contexts.
3728
3729 2004-02-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3730
3731         * TODO: new file.
3732
3733 2004-02-10  Jan Nieuwenhuizen  <janneke@gnu.org>
3734
3735         * debian/: Late Debian update (sorry Anthony).
3736
3737         * scripts/lilypond-book.py (do_file): Look for input_file in
3738         include path, or ask kpathsea if LATEX.
3739
3740         * input/template/GNUmakefile (LILYPOND_BOOK_FLAGS): 
3741         * input/test/GNUmakefile (LILYPOND_BOOK_FLAGS):
3742         * input/regression/GNUmakefile (LILYPOND_BOOK_FLAGS): Use
3743         --header=texidoc.
3744
3745         * Documentation/user/tutorial.itely (Fine tuning layout): Add lost
3746         relative.
3747
3748         * scripts/lilypond-book.py: Fixes for make web.  Default to stdout
3749         only when filtering, default to input_base otherwise.  Coding
3750         style fixes.
3751
3752 2004-02-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3753
3754         * lily/include/translator.hh (class Translator): add virtual
3755         qualifier.
3756
3757 2004-02-10  Jan Nieuwenhuizen  <janneke@gnu.org>
3758
3759         * scripts/lilypond-book.py (compose_ly): Python2.1 workarounds.
3760
3761 2004-02-09  Jan Nieuwenhuizen  <janneke@gnu.org>
3762
3763         * scripts/lilypond-book.py (compose_ly): Add kludge for relative.
3764
3765         * Documentation/user/refman.itely: Run texinfo-all-menus-update
3766         (fixes make web).
3767
3768         * GNUmakefile.in (web-clean): Do not remove fonts (they do not
3769         live in $(out)-www).
3770
3771         * scripts/lilypond-book.py: Small cleanups.  Junk hairy include
3772         dependencies.  Add link to .ly source in HTML output.
3773         (Lilypond_snippet.output_html): Handle multiple page picture
3774         output.
3775         (Lilypond_snippet.output_html, Lilypond_snippet.output_latex):
3776         Make usable for output_texinfo again.
3777
3778         * Documentation/user/GNUmakefile: Add static dependency for
3779         lilypond.tely includes.
3780
3781         * Documentation/user/tutorial.itely: Add some lost `relative'
3782         ly-options.
3783
3784 2004-02-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3785
3786         * lily/include/translator-group.hh: move Music_output_def member
3787         to Global_translator.
3788
3789         * scripts/lilypond-book.py (do_file):  fix latex output.
3790
3791         * VERSION: release 2.1.20
3792         
3793         * scm/part-combiner.scm (determine-split-list): robustness fix 
3794
3795         * lily/paper-score.cc (process): move gc stat stuff to init.ly 
3796
3797         * lily/parser.yy (music_output_def_body): plug memory leak.
3798
3799         * lily/translator-group.cc (add_fresh_group_translator): plug
3800         memory leak: unprotect Translator_group once added.   
3801
3802         * lily/span-dynamic-performer.cc (process_music): deprecate span-type.
3803
3804         * scripts/lilypond-book.py (Lilypond_snippet.notice_include):
3805         write .dep file.
3806         (Lilypond_snippet.ly): add \renameinput.
3807
3808 2004-02-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3809
3810         * Documentation/user/refman.itely (Markup command definition): Doc
3811         by Nicolas Sceaux. Rewrite by Han-Wen
3812
3813         * lily/lyric-hyphen.cc (brew_molecule): remove if hyphen is first
3814         thing of the line.
3815         (brew_molecule): only remove if hyphen is not at the end of line.
3816         (set_spacing_rods): new function: minimum-length specifies
3817         distance between syllables.
3818
3819         * scm/define-grobs.scm (all-grob-descriptions): add
3820         Hyphen_spanner::set_spacing_rods to LyricHyphen
3821
3822         * input/regression/lyric-hyphen-break.ly: new file.
3823
3824         * input/test/lyric-hyphen-retain.ly: new file.
3825
3826         * lily/new-part-combine-iterator.cc (construct_children):
3827         add Rest direction.
3828
3829 2004-02-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3830
3831         * scripts/lilypond-book.py (Snippet.replacement_text): add method.
3832
3833         * Documentation/bibliography/engraving.bib (donemus1982):
3834         update entry.
3835
3836 2004-02-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3837
3838         * scripts/lilypond-book.py (Substring.__init__): new class.
3839         (Snippet.output_texinfo): add texidoc option.
3840         (Include_snippet.replacement_text): new class.
3841         (Lilypond_snippet.__init__): new class
3842         (Lilypond_snippet.get_hash): bugfix: use full body for hashing.
3843
3844         * Documentation/user/refman.itely (Sound): 
3845         note about number of channels.
3846
3847         * scm/music-functions.scm (voicify-music): add \context Staff for
3848         << \\ >> polyphony.
3849
3850         * lily/parser.yy (verbose_command_req): \skip now creates
3851         SkipMusic, and does not lead to spurious staves.
3852
3853         * scm/define-music-types.scm (music-descriptions): rename
3854         NonEventSkip to SkipMusic
3855
3856         * input/no-notation/midi-lyric-barcheck.ly: new file.
3857
3858         * input/regression/collision-dots-invert.ly: new file.
3859
3860         * lily/note-collision.cc (check_meshing_chords): add stem_to_stem
3861         case.
3862
3863         * lily/new-lyric-combine-music-iterator.cc (process): let iterator
3864         die if melody died too.
3865
3866 2004-02-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3867
3868         * lily/source-file.cc (load_stdin): add trailing 0. Fixes problem
3869         with reading from stdin.
3870
3871         * lily/slur-performer.cc (try_music): new file.
3872
3873         * lily/melisma-performer.cc (try_music): new file. Handle
3874         melismata to help lyrics.
3875
3876         * lily/beam-performer.cc (try_music): new file. Handle beam events
3877         to help lyrics.
3878
3879         * lily/score-performer.cc (one_time_step): reinstate
3880         process_music().
3881
3882         * lily/performer.cc (process_music): add to interface.
3883
3884         * lily/performer-group-performer.cc (process_music): new function.
3885
3886         * lily/dot-column.cc (do_shifts): do collision resolution before
3887         dot positioning.
3888         
3889         * scripts/lilypond-book.py (Snippet.output_print_filename): new
3890         file, process printfilename option.
3891         (Snippet.__init__): rewrite: do not use global variables h or
3892         index.
3893         (main): really support -I option.
3894         (find_toplevel_snippets): new code.
3895         (find_toplevel_snippets): reinstate old version, without global
3896         variables.
3897
3898         * tex/texinfo.tex: really add file.
3899         
3900 2004-02-06  Jan Nieuwenhuizen  <janneke@gnu.org>
3901
3902         * scripts/lilypond-book.py (find_toplevel_snippets): Python < 2.3
3903         compatibility.
3904
3905 2004-02-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3906
3907         * scripts/hw-lilypond-book.py (Snippet.output_print_filename): 
3908
3909         * scm/define-translator-properties.scm (drumPitchTable): add
3910         property.
3911
3912         * scripts/lilypond-book.py (simple_toplevel_snippets): new
3913         function.
3914         (help_summary): docstrings.
3915         (do_file): strip the dir of input_base too.
3916
3917 2004-02-05  Jan Nieuwenhuizen  <janneke@gnu.org>
3918
3919         * Documentation/topdocs/NEWS.texi: Add item about lilypond-book.
3920
3921         * Documentation/user/lilypond-book.itely: Update.
3922
3923         * make/ly-rules.make: Update lilypond-book commands.
3924
3925         * Documentation/user/GNUmakefile: Update makeinfo commands,
3926         lilypond-book flags.
3927
3928         * scripts/lilypond-book.py: Rewrite (was: filter-lilypond-book.ly).
3929         
3930         * scripts/old-lilypond-book.py: New file (was: lilypond-book.ly).
3931
3932         * scripts/filter-lilypond-book.py: Remove.
3933
3934         * Documentation/user/*tely: Update options for new lilypond-book.
3935
3936         * tex/texinfo.tex: New file; from texinfo CVS.  This fixes build
3937         with @macros in @includes.
3938
3939 2004-02-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3940
3941         * lily/rest-collision-engraver.cc (process_acknowledged_grobs):
3942         make rest-collision only.
3943
3944         * lily/break-substitution.cc (substitute_one_mutable_property):
3945         clear all-elements using scm_assq_remove_x(). 
3946
3947         * lily/rest-collision.cc (do_shift): shift single rests
3948
3949         * flower/include/array.hh (class Array): rename to is_empty ()
3950
3951         * lily/drum-note-performer.cc: new file: perform drum notes.
3952
3953         * VERSION (PACKAGE_NAME): release 2.1.19.
3954         
3955 2004-02-05  Jan Nieuwenhuizen  <janneke@gnu.org>
3956
3957         * scripts/filter-lilypond-book.py
3958         (classic_lilypond_book_compatibility): New function.
3959
3960 2004-02-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3961
3962         * buildscripts/lilypond.words.py (F): remove drums.scm reference.
3963
3964         * Grand 2003 -> 2004 search replace. 
3965
3966         * lily/parser.yy (chord_body_element): add DRUM_PITCH to chords
3967         (i.e. < > )
3968
3969         * ly/performer-init.ly: add DrumStaff
3970
3971         * lily/axis-group-engraver.cc (acknowledge_grob): also take
3972         lyric-interface; this prevents lines with only extender lines from
3973         being junked.
3974  
3975         * scm/define-grob-interfaces.scm (lyric-interface): new interface
3976
3977         * lily/lyric-extender.cc (brew_molecule): get line breaking and
3978         extenders right, for once and for all (hopefully).
3979         
3980         * lily/break-substitution.cc (substitute_one_mutable_property):
3981         clear old 'all-elements for System grobs.
3982
3983         * lily/new-lyric-combine-music-iterator.cc (find_voice): make sure
3984         that associatedVoiceContext is always assigned when music & lyrics
3985         are found. 
3986
3987         * ly/engraver-init.ly: remove Lyrics context.
3988         (TabVoice): add noteheads engraver
3989
3990         * input/test/improv.ly: update: do not use Thread switching. 
3991
3992         * lily/pitch-squash-engraver.cc (acknowledge_grob): only squash if
3993         squashedPosition is a number  
3994
3995         * Documentation/user/refman.itely (Automatic note splitting):
3996         remove Thread references.
3997
3998         * input/no-notation/pc-direction.ly: remove file.
3999
4000         * ly/engraver-init.ly: remove Thread
4001
4002         * input/regression/tie-chord-partial.ly: remove file.
4003
4004         * scripts/convert-ly.py (conv): \harmonic rule
4005
4006         * lily/new-fingering-engraver.cc (acknowledge_grob): add new
4007         notation for harmonic notes: <c' g''\harmonic>
4008
4009         * lily/lily-guile.cc (alist_to_hashq): new function
4010
4011         * scm/lily.scm (alist->hash-table): new function.
4012
4013         * Documentation/user/refman.itely (Percussion staves): update doco.
4014
4015         * input/regression/drums.ly (timb): updates
4016
4017         * lily/note-performer.cc (create_audio_elements): robustness fix.
4018
4019         * ly/engraver-init.ly: add DrumStaff and DrumVoice contexts
4020
4021 2004-02-05  Jan Nieuwenhuizen  <janneke@gnu.org>
4022
4023         * scripts/filter-lilypond-book.py (find_toplevel_snippets): Do not
4024         discard valid matches.
4025
4026 2004-02-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4027
4028         * lily/drum-note-engraver.cc: new file.
4029
4030         * ly/drumpitch-init.ly: move drum definitions
4031
4032         * scm/drums.scm: remove file.
4033
4034         * lily/*.cc: remove abort-event everywhere.
4035
4036         * lily/note-heads-engraver.cc (process_music): robustification.
4037
4038         * lily/accidental-engraver.cc (process_acknowledged_grobs):
4039         robustification.
4040
4041         * lily/parser.yy (simple_element): add \drums mode.
4042         (simple_element): remove \pitchnames , \chordmodifiers. Use
4043         variables to store this. 
4044
4045         * lily/lexer.ll (My_lily_lexer): remove support for \PITCHNAME
4046         outside \notes.
4047
4048         * VERSION: release 2.1.18.
4049         
4050         * input/test: remove octave-duplicate.ly
4051
4052 2004-02-04  Jan Nieuwenhuizen  <janneke@gnu.org>
4053
4054         * scripts/filter-lilypond-book.py: Speed-up and clean-ups.
4055
4056 2004-02-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4057
4058         * lily/simultaneous-music-iterator.cc: remove clone() and copy
4059         constructor from Music_iterator. Changes throughout.
4060
4061         * lily/include/music-iterator.hh (class Music_iterator): remove
4062         Music_iterator::skip and Music_iterator::get_pending_events from
4063         interface. Rename report_to -> get_outlet 
4064
4065         * lily/auto-change-iterator.cc: move contents from
4066         new-auto-change-iterator.cc from
4067
4068         * scm/part-combiner.scm: determine split-list from Scheme. 
4069
4070         * lily/new-auto-change-iterator.cc (process): new file.
4071
4072         * lily/parser.yy (part_combined_music): remove old PC cruft.
4073
4074         * ly/engraver-init.ly: remove old
4075         PC cruft.
4076
4077         * Documentation/user/refman.itely (The Lyrics context): note about
4078         extender lines.
4079
4080         * lily/multi-measure-rest-engraver.cc (process_music): extra check
4081         to allow 0-length mmrest events.
4082
4083         * scm/part-combiner.scm (determine-split-list): many bugfixes.
4084
4085         * lily/new-part-combine-iterator.cc (kill_mmrest): new function.
4086
4087         * lily/spacing-engraver.cc (finalize): robustifications.
4088
4089         * input/regression/new-part-combine-solo-global.ly: new file.
4090
4091         * scm/part-combiner.scm: rewrite.
4092
4093 2004-02-03  Juergen Reuter  <reuter@ipd.uka.de>
4094
4095         * Documentation/user/refman.itely, input/puer-fragment.ly,
4096         input/test/vaticana.ly, ly/engraver-init.ly: ancient examples
4097         updated for proper use of lyricsto; replaced "(" and ")" ->
4098         "\melisma" and "\melismaEnd"
4099
4100         * input/test/ancient-font.ly: small updates to reduce compile
4101         warnings (TODO: junk this file)
4102
4103         * input/test/gregorian-scripts.ly: added comment about bug
4104
4105         * lily/gregorian-ligature-engraver.cc, lily/ligature-engraver.cc:
4106         tiny robustness fix
4107
4108         * mf/parmesan-clefs.mf: exact_center fixes (this broke due to
4109         recent changes in the feta code); temporarily mapped mensural g
4110         clef to a copy of petrucci g clef until mensural g clef will have
4111         been rewritten
4112
4113         * mf/parmesan-heads.mf: bugfix: solved character name clashing
4114         between mensural and neo-mensural heads (this broke quite a while
4115         ago)
4116
4117         * mf/parmesan-rests.mf: still more tiny set_char_box() fixes
4118
4119 2004-02-03  Jan Nieuwenhuizen  <janneke@gnu.org>
4120
4121         * scripts/filter-lilypond-book.py: Handle @include.  Add progress
4122         indication.  Fixes for verbatim, multi line comments.
4123
4124 2004-02-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4125
4126         * input/regression/new-part-combine-solo.ly: more cases.
4127
4128         * lily/slur.cc (height): robustness fix.
4129
4130         * lily/new-part-combine-iterator.cc (process): add apart-spanner. 
4131
4132         * input/mutopia/F.Schubert/morgenlied.ly (melody): revert
4133         stemUp/stemDown.
4134
4135         * scm/music-functions.scm (determine-split-list): further analysis.
4136
4137         * lily/script-engraver.cc (try_music): discard duplicate
4138         articulations.
4139
4140         * input/regression/new-part-combine-solo.ly: new file
4141
4142         * input/regression/new-part-combine-a2.ly: new file.
4143
4144         * ly/performer-init.ly: add Devnull
4145
4146         * scripts/convert-ly.py (FatalConversionError.sub_acc): add rule
4147         for \musicglyph #"accidental-*"
4148         (conv): \newpartcombine rule.
4149
4150 2004-02-03  Jan Nieuwenhuizen  <janneke@gnu.org>
4151
4152         * scripts/filter-lilypond-book.py: Handle @lilypondfile, bugfixes.
4153
4154 2004-02-02  Jan Nieuwenhuizen  <janneke@gnu.org>
4155
4156         * scripts/filter-lilypond-book.py: Handle verbatim, latex
4157         textwidth, --output.
4158
4159 2004-02-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4160
4161         * scm/new-markup.scm (doubleflat): add accidental markups.
4162
4163         * VERSION: release 2.1.17
4164         
4165         * Documentation/user/refman.itely (Automatic part combining):
4166         revise documentation of the part-combiner.
4167
4168         * input/regression/pc-switch-slur.ly (texidoc): remove file.
4169         
4170         * input/test/part-combine-{moment,staff}.ly: remove file.
4171
4172         * input/regression/pc-mmrest.ly (two): remove file.
4173
4174         * scm/define-music-types.scm (music-descriptions): add
4175         Solo{One,Two}Event and UnisonoEvent
4176
4177         * lily/new-part-combine-iterator.cc (unisono): add state_
4178         variable, signal changes with part-combine-event.
4179
4180         * input/regression/new-part-combine-text.ly: new file.
4181
4182         * lily/part-combine-engraver.cc: new file.
4183
4184 2004-02-02  Jan Nieuwenhuizen  <janneke@gnu.org>
4185
4186         * scripts/filter-lilypond-book.py: Handle snippet options.
4187
4188 2004-02-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4189
4190         * scm/music-functions.scm (determine-split-list): detect solo1/2
4191         and unisono.
4192
4193         * lily/new-lyric-combine-music-iterator.cc (construct_children):
4194         revert fix, document why.
4195
4196         * lily/tie-performer.cc (process_music): new function. Set melisma
4197         property.
4198
4199         * lily/tuplet-bracket.cc (make_bracket): make sure that gap is
4200         always smaller than bracket size.
4201         (make_bracket): oops. Size of the gap was off by factor 2
4202
4203         * input/test/text-rotate.ly: new file.
4204
4205         * scm/new-markup.scm (markup): a macro that provides a
4206         LilyPond-like syntax in scheme for building markups, in order to
4207         help markup command definition. (Nicolas Sceaux)
4208
4209         * input/test/lyrics-skip-notes.ly: new example.
4210
4211         * lily/parser.yy (post_event): make HYPHEN into postfix event.
4212
4213         * lily/new-lyric-combine-music-iterator.cc (find_context_below):
4214         use is_alias() iso. == . This fixes lyrics on
4215         GregorianTranscriptions. 
4216
4217 2004-02-02  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4218
4219         * scripts/lilypond.py (ly_paper_to_latexpaper): Add newline before 
4220         \thispagestyle{lastpage} to avoid that it's printed on the second
4221         last page when there's only a single score line on the last page.
4222         (The page breaking mechanism in TeX played some ugly tricks to us.)
4223
4224 2004-02-01  Jan Nieuwenhuizen  <janneke@gnu.org>
4225
4226         * scripts/filter-lilypond-book.py: Further development.
4227
4228         * input/regression/collision-dots-move.ly: New test.
4229
4230         * lily/note-collision.cc (check_meshing_chords): Move dots on left
4231         hand side note head of non-merged collision to the right.
4232
4233         * lily/new-lyric-combine-music-iterator.cc (start_new_syllable):
4234         Construct children before accessing property from emtpy
4235         lyrics_context_.
4236         (construct_children): Find thread before finding LyricsVoice.
4237         Create LyricsVoice one if none found, fixes crash (thanks Erik
4238         Sandberg).
4239
4240 2004-01-31  Jan Nieuwenhuizen  <janneke@gnu.org>
4241
4242         * cygwin/: Forward port.
4243
4244 2003-10-01  Jan Nieuwenhuizen  <janneke@gnu.org>
4245
4246         * buildscripts/install-info-html.sh: Use Bash.
4247
4248         * cygwin/mknetrel: Patch from Bert.
4249
4250 2003-09-30  Jan Nieuwenhuizen  <janneke@gnu.org>
4251
4252         * cygwin/lily-wins.py: Check whether to run ly2dvi or lilypond.
4253
4254         * stepmake/stepmake/topdocs-targets.make (copy-to-top): Do not
4255         try to copy *png, index.html (Bertalan Fodor).
4256
4257         * cygwin/mknetrel (preinstall): Set webdir (Bertalan Fodor).
4258
4259 2003-09-30  Jan Nieuwenhuizen  <janneke@gnu.org>
4260
4261         * lily/note-collision.cc (check_meshing_chords): Do not remove
4262         dots (from down head) when merging similar heads (thanks Matthias
4263         Kilian).  Simplify merge_possible tests and other cleanups
4264
4265         * input/regression/collision-merge-differently-dotted.ly: Add test
4266         for disappearing dots on similar heads for both voices.
4267
4268 2004-01-30  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4269
4270         * Documentation/user/invoking.itexi (Invoking lilypond): Document
4271         that tagline overrides copyright for single page scores. Correct
4272         the default tagline value.
4273
4274 2004-01-29  Jan Nieuwenhuizen  <janneke@gnu.org>
4275
4276         * Documentation/topdocs/NEWS.texi: Compile fix (thanks Mats).
4277
4278 2004-01-29  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4279
4280         * buildscripts/lilypond-login.sh: Avoid warning about undefined
4281         TEXMF if it's previously unset.
4282
4283 2004-01-29  Heikki Junes <hjunes@cc.hut.fi>
4284
4285         * scm/chord-name.scm (german-markup): bugfix: use SEMI-TONE.
4286
4287         * input/test/trills.ly: fix the unfolding of lineprall.
4288
4289         * input/test/figured-bass-alternative.ly: fix accidental.
4290
4291 2004-01-28  Jan Nieuwenhuizen  <janneke@gnu.org>
4292
4293         * Documentation/topdocs/NEWS.texi: Add note about safe mode.
4294         
4295         * input/no-notation/dos-guile.ly: 
4296         * input/no-notation/dos-ps.ly: 
4297         * input/no-notation/dos-tex.ly: New file.  These tests still FAIL.
4298         
4299         * input/no-notation/safe-include.ly:
4300         * input/no-notation/safe-guile.ly:
4301         * input/no-notation/safe-ps.ly: 
4302         * input/no-notation/safe-tex.ly: New file.
4303
4304         * scripts/lilypond.py (global_latex_preamble): Add \nofiles for
4305         safe mode Add -s,--safe-mode option.  Use -S,--set for setting
4306         options now.
4307         (run_lilypond): When in --safe-mode, pass option to lilypond-bin.
4308         When in --safe-mode, set environment openout_any=p[aranoid].
4309
4310         * tex/ltest.tex: 
4311         * tex/lilyponddefs.tex: Add \nofiles.
4312
4313         * python/lilylib.py (get_bbox, make_ps_images): Add -dSAFER to gs
4314         options.
4315
4316         * mf/GNUmakefile (FETA_LIST_FILES): Install feta*list.lys too.
4317         This allows building the user manual using a binary installation
4318         and a matching unpacked source tree.
4319
4320         * scm/lily.scm (safe-module): New variable. 
4321
4322         * lily/includable-lexer.cc (new_input): Fix error messages.
4323
4324         * lily/parse-scm.cc (internal_ly_parse_scm): Add parameter SAFE.
4325         If SAFE, evaluate in safe-module.  Change callers.
4326
4327         * lily/main.cc (Long_option_init): Reinstate safe-mode.
4328
4329         * lily/lexer.ll (embedded_scm): While processing main-input,
4330         invoke ly_parse_scm with safe mode if running in safe-mode.
4331         (<<EOF>>): Reset main_input_b_, fixes old-relative chech
4332         in init.ly for safe-mode.
4333
4334 2004-01-28  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4335
4336         * scripts/lilypond.py (ly_paper_to_latexpaper): Regain
4337         compatibility with old versions of geometry.sty (compat2
4338         already implied includehead).
4339         Change the page layout slightly so bottom + footskip = top +
4340         headheight + headsep = 16mm, the remaining paperheight-32mm
4341         are used for the music. Increase footskip to 5mm, so the top of
4342         the footer text doesn't touch the music.
4343
4344 2004-01-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4345
4346         * VERSION: release 2.1.16
4347         
4348         * scm/music-functions.scm (determine-split-list): bugfix: only use
4349         new-active for both voices if both indexes advance. This fixes the
4350         biggest outstanding problem with new-pc. 
4351
4352         * lily/new-part-combine-iterator.cc (construct_children): set more
4353         directions.
4354
4355 2004-01-27  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4356
4357         * scripts/convert-ly.py (conv): add instrument rule.
4358
4359         * lily/instrument-name-engraver.cc: add Vocal_name_engraver.
4360
4361         * lily/side-position-interface.cc: remove add_staff_support ()
4362         Change all callers to use staff-padding.
4363
4364         * lily/auto-beam-engraver.cc (create_beam): opps. Don't use
4365         make_spanner().
4366
4367         * lily/a2-engraver.cc (process_acknowledged_grobs): 
4368
4369         * lily/text-engraver.cc: remove scriptHorizontal property.
4370
4371         * lily/beam.cc (least_squares): also set least-squares-dy for
4372         special case of slanted 2-stem beam to center.
4373
4374         * lily/side-position-interface.cc (out_of_staff): move contents of
4375         out_of_staff into aligned_side.
4376         remove out_of_staff().
4377
4378         * input/regression/measure-grouping.ly: fix warning.
4379
4380         * lily/side-position-interface.cc: add staff-padding support to
4381         Side_position_interface::aligned_side.
4382
4383         * lily/system-start-delimiter-engraver.cc (process_music): whoops,
4384         one get_property too many.
4385
4386         * flower/include/drul-array.hh (linear_combination): new function
4387         (scale_drul): new function
4388
4389         * lily/beam.cc: use Drul_array<Real> iso. interval, because *=
4390         operations on empty intervals are silly.
4391
4392 2004-01-26  Jan Nieuwenhuizen  <janneke@gnu.org>
4393
4394         * lily/note-heads-engraver.cc (process_music): use robust_scm2int
4395         (iso gh_scm2int), fixes crash in new part-combiner.
4396
4397         * configure.in: Up mftrace to 1.0.27.
4398
4399 2004-01-26  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4400
4401         * VERSION: release 2.1.15
4402         
4403         * lily/lyric-phrasing-engraver.cc (stop_translation_timestep):
4404         align all stanza numbers.
4405
4406 2004-01-26  Heikki Junes <hjunes@cc.hut.fi>
4407
4408         * Documentation/user/{introduction.itely,refman.itely,
4409         converters.itely}: fix some text inside parentheses; text should
4410         be readable (even) if parentheses are either replaced with commas 
4411         or dropped out.
4412
4413 2004-01-25  Werner Lemberg  <wl@gnu.org>
4414
4415         * buildscripts/lilypond.words.py, input/puer-fragment.ly,
4416         input/test/vaticana.ly, input/test/ancient-font.ly,
4417         input/test/mensural-ligatures.ly, input/test/gregorian-scripts.ly,
4418         lily/include/staff-symbol.hh, lily/breathing-sign.cc,
4419         ly/params-as-init.ly, scm/define-grobs.scm,
4420         scm/define-grob-properties.scm: s/stafflinethickness/linethickness/.
4421
4422         * ly/params-as-init.ly: Removed.  Obsolete.
4423         * buildscripts/lilypond.words.py: Updated.
4424
4425 2004-01-25  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4426
4427         * mf/parmesan-clefs.mf: switch off mensural G clefs.
4428
4429         * mf/feta-din{4,5,7,9}.mf: remove.
4430         
4431         * lily/engraver.cc (internal_make_item): centralize item/spanner
4432         factory.
4433
4434         * scripts/convert-ly.py (FatalConversionError.sub_durs): bugfix:
4435         do correct chord conversion for ^"sim."  (backportme)
4436         (FatalConversionError.sub_articulations): substitute ^"foo" in
4437         chords too. (backportme)
4438
4439         * scm/define-grobs.scm (all-grob-descriptions): use staff-padding
4440         for Fingering.
4441
4442         * lily/side-position-interface.cc (out_of_staff): don't do
4443         anything if staff-padding not defined. 
4444
4445         * mf/feta-params.mf (stafflines): introduce linethickness as
4446         general blackness of the font.
4447
4448         * lily/stem.cc (position_noteheads): rounding error robustness.
4449
4450         * input/regression/rest-collision-beam.ly: move beam/rest stuff
4451         from beam-collision.ly 
4452
4453         * lily/beam.cc (rest_collision_callback): remove direction.
4454
4455         * scm/define-grobs.scm (all-grob-descriptions): remove
4456         enclose-bounds in OttavaBracket and PianoPedalBracket
4457
4458         * scm/new-markup.scm (def-markup-command) new macro, which takes
4459         care of defining the COMMAND-markup and make-COMMAND-markup
4460         procedures, setting markup-signature and keyword-signature object
4461         properties, and pushing the markup command in
4462         markup-function-list.
4463
4464         All markup commands are defined thanks to it.  Users may also use
4465         it to define their own markup commands. (Nicolas Sceaux)
4466
4467         * scm/new-markup.scm: Scheme style clean-up: there should be no
4468         parenthesis alone on a line; LET* should not be used where LET is
4469         enough. (Nicolas Sceaux)
4470
4471 2004-01-25  Jan Nieuwenhuizen  <janneke@gnu.org>
4472
4473         * scripts/filter-lilypond-book.py: Add script.
4474
4475 2004-01-23  Jan Nieuwenhuizen  <janneke@gnu.org>
4476
4477         * ly/engraver-init.ly: Set enclose_bounds to #1 (was: ##t).
4478
4479 2004-01-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4480
4481         * Documentation/user/refman.itely (Fingering instructions): add
4482         single note chords. 
4483
4484         * lily/multi-measure-rest-engraver.cc: use a single
4485         MultiMeasureEvent for mm rests. This prevents problems with the
4486         new part combiner.
4487
4488         * scm/music-functions.scm (determine-split-list): analysis has
4489         global effect: a difference halfway a phrase makes the entire
4490         phrase be typeset as apart.
4491         (make-multi-measure-rest): make mmrest as a single rhythmic event. 
4492
4493 2004-01-23  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4494
4495         * ly/performer-init.ly: add Devnull.
4496
4497         * Documentation/user/refman.itely (Font selection): remove paper20
4498         ref.
4499         
4500 2004-01-22  Jan Nieuwenhuizen  <janneke@gnu.org>
4501
4502         * scripts/convert-ly.py (1.9.0): Handle phrasing slur.
4503
4504 2004-01-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4505
4506         * scm/music-functions.scm (determine-split-list): bugfixes.
4507
4508         * scm/lily.scm (uniq-list): new implementation, O(1) stack.
4509
4510         * input/test/scales-greek.ly: use C as base, results in different
4511         alterations at the clef.
4512
4513         * input/regression/pedal-ped.ly: new file.
4514
4515         * input/regression/pedal-bracket.ly: new file.
4516
4517         * lily/piano-pedal-bracket.cc (brew_molecule): new function;
4518         replace after_line_breaking()
4519
4520         * lily/line-interface.cc (line): read thickness.
4521         (line): dash-fraction = 0 always for dotted-line style.
4522
4523         * input/test/staff-lines.ly (lower): bugfix.
4524
4525         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): move
4526         \accepts Devnull into Score.
4527
4528         * scm/lily.scm: remove bla.scm load.
4529
4530 2004-01-21  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4531
4532         * VERSION: release 2.1.14
4533         
4534         * Documentation/topdocs/INSTALL.texi (Top): fix FTP url. 
4535
4536         * lily/side-position-interface.cc (general_side_position): add
4537         Staff_symbol_referencer::staff_space ().
4538
4539         * lily/include/context-def.hh: rename from translator-def.hh
4540
4541 2004-01-21  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4542
4543         * input/template/piano-dynamics.ly (pedal): Updated definition of
4544         Dynamics such that \cresc works, for example.
4545
4546 2004-01-21  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4547
4548         * lily/stem.cc (calc_stem_info): use
4549         Staff_symbol_referencer::staff_space
4550
4551         * lily/beam-quanting.cc (quanting): scale Stem_info 
4552
4553         * lily/beam.cc (rest_collision_callback): use minimum-distance
4554         property for rest/beam collisions.
4555         (rest_collision_callback): bugfixes.
4556
4557         * lily/system.cc (post_processing): extra-offset is now relative
4558         to the size of the current staff.
4559
4560         * scm/music-functions.scm (notice-the-events-for-pc): record all
4561         voices, only analyze "one" and "two".
4562
4563         * lily/recording-group-engraver.cc (finalize): bugfix: want self,
4564         not parent. 
4565
4566         * lily/new-part-combine-iterator.cc (construct_children): create
4567         Devnull from Voice context
4568
4569         * scm/music-functions.scm (determine-split-list): bugfixes.
4570
4571         * lily/lily-guile.cc (robust_scm2int): new function
4572
4573         * lily/staff-symbol-referencer.cc (line_thickness): new
4574         function. Use throughout.
4575
4576         * lily/font-size-engraver.cc (acknowledge_grob): only process grob
4577         in its own context.  Add to preset font-size.
4578
4579         * lily/stem.cc (thickness): new function.
4580
4581         * lily/staff-symbol.cc (get_ledger_line_thickness): new function:
4582         compute thickness from ledger-line-thickness.
4583
4584         * lily/note-head.cc (brew_ledger_lines): use
4585         Staff_symbol::get_ledger_line_thickness ().
4586
4587         * lily/beam.cc (rest_collision_callback): use
4588         Staff_symbol_referencer::staff_space().
4589
4590         * lily/parser.yy (My_lily_lexer): change syntax: \newpartcombine
4591         Mus1 Mus2
4592
4593         * lily/include/translator.hh (class Translator): add accepts_list_
4594         so  \with { \denies / \accepts } also works.
4595
4596         * scm/music-functions.scm (determine-split-list): determine split
4597         list from music events.
4598
4599         * lily/new-part-combine-iterator.cc: more states.
4600
4601         * lily/moment.cc (LY_DEFINE): new function ly:moment<? 
4602
4603 2004-01-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4604
4605         * lily/system.cc (set_loose_columns): use the right prebroken cols
4606         for interpolating loose column position.
4607
4608         * lily/text-spanner.cc (brew_molecule): default to no vertical
4609         lines.
4610
4611         * lily/ottava-bracket.cc (brew_molecule): vertical line doesn't
4612         take space.
4613
4614         * scm/define-grobs.scm (all-grob-descriptions): less padding.
4615
4616 2004-01-20  Jan Nieuwenhuizen  <janneke@gnu.org>
4617
4618         * scripts/convert-ly.py: Do not test filename when processing
4619         stdin.
4620
4621         * lily/axis-group-engraver.cc: Include warn.hh (compile fix).
4622
4623 2004-01-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4624
4625         * lily/axis-group-engraver.cc (finalize): extra check; if
4626         process_music () is never called, then staffline_ == 0.
4627
4628         * lily/simultaneous-music-iterator.cc (pending_moment): don't
4629         check run_always ().
4630         
4631         * VERSION: release 2.1.13
4632
4633         * input/regression/note-head-style.ly (pattern): cleanup.
4634
4635         * mf/GNUmakefile ($(outdir)/$(redhat-package)): use http for
4636         downloading.
4637
4638         * scm/output-lib.scm (shift-right-at-line-begin): new function:
4639         kludge rehearsalmark placement.
4640
4641         * lily/grob-scheme.cc (LY_DEFINE): add ly:item-break-dir , ly:item?
4642         , ly:spanner?
4643
4644         * lily/note-head.cc (internal_brew_molecule): only shorten ledger
4645         close to note head for accidentals.
4646
4647         * lily/tuplet-bracket.cc (get_default_dir): new algorithm for
4648         tuplet direction.
4649
4650         * mf/parmesan-heads.mf (overdone_heads): enlarge harmonic head.
4651
4652 2004-01-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4653
4654         * lily/include/music-iterator.hh (class Music_iterator): add
4655         substitute_outlet() to iterator API.
4656
4657         * lily/new-part-combine-iterator.cc (construct_children):
4658         New_pc_iterator: new class, better part combining.
4659
4660         * lily/tie-column.cc (werner_directions): new function
4661
4662         * lily/tie.cc (set_direction): call Tie_column::set_direction ()
4663
4664         * lily/axis-group-engraver.cc (process_acknowledged_grobs): give
4665         empty objects group spanner as parent
4666
4667         * lily/tuplet-bracket.cc (calc_position_and_height): check musical
4668         slope against graphical slope.
4669
4670         * lily/ottava-bracket.cc (brew_molecule): support minimum-length
4671         for ottava bracket.
4672
4673         * lily/side-position-interface.cc (general_side_position):
4674         opps. reinstate *dir.
4675
4676         * lily/parser.yy: plug many memory leaks. We're down to 4 for each
4677         parser run.
4678
4679         * lily/tuplet-bracket.cc: remove calc_dy ().
4680
4681         * Documentation/user/refman.itely (Balloon help): document balloon
4682         help
4683
4684 2004-01-19  Jan Nieuwenhuizen  <janneke@gnu.org>
4685
4686         * scm/document-backend.scm (check-dangling-properties): Grob
4687         properties are defined define-grob-properties.scm.
4688         
4689 2004-01-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4690         
4691         * VERSION: release 2.1.12
4692
4693         * scm/define-grobs.scm (all-grob-descriptions): larger font for
4694         ChordName
4695
4696         * scm/new-markup.scm (sub-markup): sup & super: make smaller in
4697         relation to surroundings.
4698
4699         * lily/tuplet-bracket.cc (calc_position_and_height): add staff
4700         Y-extent to the note-extents: stay clear of the staff.
4701
4702 2004-01-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4703
4704         * Documentation/user/GNUmakefile
4705         ($(outdir)/lilypond/lilypond.html): posix conforming globs. Link
4706         iso. copy.
4707
4708         * stepmake/stepmake/metafont-rules.make: remove --keep-trying.
4709
4710         * lily/separating-group-spanner.cc (set_spacing_rods): add padding.
4711
4712         * mf/,scripts/,make/,ly/,scm/: remove AsciiScript remnants.
4713
4714         * lily/lily-guile.cc (robust_scm2double): new function. Use throughout.
4715
4716         * lily/line-interface.cc (line): remove thickness from calling interface.
4717
4718         * lily/hairpin.cc: use Line_interface
4719
4720         * lily/line-interface.cc: new file. Line_interface for everything
4721         with dotted/dashed lines.
4722         
4723
4724         * lily/tuplet-bracket.cc (make_bracket): use Line_interface.
4725
4726         * lily/ottava-bracket.cc (brew_molecule): new file, separate routine
4727         for constructing ottava brackets.
4728         
4729         * lily/ottava-engraver.cc (acknowledge_grob): hang the bracket on
4730         the note heads.
4731
4732         * Documentation/user/internals.itely (Engravers and performers):
4733         fix broken link.
4734
4735         * scm/music-functions.scm (make-mark-set): new function.
4736
4737         * lily/lookup.cc: remove Lookup::horizontal_slope (): it is
4738         functionally identical to beam.
4739
4740         * lily/mensural-ligature.cc (brew_flexa): replace horizontal_slope
4741         () with beam (). 
4742
4743         * Documentation/user/refman.itely (Rehearsal marks): document new
4744         functionality.
4745
4746         * input/regression/rehearsal-mark-number.ly: new file.
4747
4748         * input/regression/rehearsal-mark-letter.ly: new file.
4749
4750         * scm/translation-functions.scm (number->mark-string): new function
4751         (format-mark-letters): new function
4752         (format-mark-numbers): new function
4753
4754         * lily/mark-engraver.cc (process_music): rehearsalMark is now
4755         integer; formatting is done through markFormatter property.
4756         
4757         * scm/define-translator-properties.scm: fold all *-done properties
4758         into positioning-done.
4759
4760         * lily/beam.cc (position_beam): new function
4761         (brew_molecule): make sure that positions are calced before making
4762         the molecule.
4763
4764         * scm/output*.scm (beam):  take 4th argument for function.
4765
4766         * ps/music-drawing-routines.ps: take blot as 4th argument.
4767
4768         * lily/beam.cc (brew_molecule): fix beam offsets: overlap with the
4769         stem to avoid small dents.
4770         
4771 2004-01-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4772
4773         * VERSION: release 2.1.11
4774
4775         * input/regression/balloon.ly: new file.
4776
4777         * lily/balloon.cc (brew_molecule): new file: draw boxes around
4778         objects, and make help texts. 
4779
4780         * scm/new-markup.scm (parse-simple-duration): parse duration
4781         string to log & dots. (Thanks Nicolas!)
4782
4783         * scripts/convert-ly.py (FatalConversionError.sub_note): add \note
4784         rule.
4785
4786 2004-01-17  Heikki Junes   <hjunes@cc.hut.fi>
4787
4788         * buildscripts/lilypond.words.py: remove unused files (THANKS Werner
4789         Lemberg).
4790
4791         * THANKS: alphabetic order.
4792
4793 2004-01-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4794
4795         * input/regression/note-head-harmonic.ly: new file.
4796
4797         * Documentation/user/internals.itely (Technical manual): explain
4798         difference between music, translation, layout.
4799
4800         * mf/parmesan-heads.mf (overdone_heads): add 0harmonic head.
4801
4802         * scm/output-ascii-script.scm (bracket): rounding bfs.
4803
4804         * scripts/convert-ly.py (conv): add \include "paper" rule. 
4805
4806         * ly/paper*.ly: remove files. 
4807         
4808         * scm/paper.scm (set-staff-size): new function: set default
4809         staff-size.
4810
4811         * scripts/convert-ly.py (conv): add conversion rule.
4812
4813         * lily/music-output-def.cc (LY_DEFINE): ly_output_def_scope: new
4814         function.
4815
4816         * scm/paper.scm: new file.
4817         (set-staff-size): new function 
4818         (set-paper-size): new function
4819
4820         * lily/parser.yy (music_output_def_body): restructure definition,
4821         so first Scheme statement in \paper also happens in new scope. 
4822
4823         * lily/system.cc (post_processing): move uniquify_list () to
4824         dumping molecule stage.
4825
4826         * ly/engraver-init.ly: set barCheckSynchronize to #f. Warning:
4827         this will mess up scores that use barchecks to shorten measures.
4828
4829         * mf/feta-bolletjes.mf (overdone_heads): make note heads rounder
4830         at 20pt too.
4831
4832         * Documentation/user/tutorial.itely (Printing lyrics): document
4833         \lyricsto
4834
4835         * lily/my-lily-lexer.cc: \newaddlyrics -> \lyricsto
4836
4837         * Documentation/user/refman.itely (Fermatas): document \lyricsto
4838
4839         * lily/new-lyric-combine-music-iterator.cc (process): don't crash
4840         if Voice is not found.
4841
4842         * VERSION: release 2.1.10
4843         
4844         * input/{test,regression}/: remove old-relative 
4845
4846         * lily/lexer.ll: add empty markup signature. 
4847
4848         * scm/new-markup.scm (markup-functions-and-signatures): reinstate
4849         strut markup
4850
4851         * lily/parser.yy (markup): MARKUP_HEAD_EMPTY
4852
4853         * scm/define-translator-properties.scm: update melismata property
4854         doco.
4855
4856         * lily/system.cc (output_lines): revert uniquify_list() patch,
4857         strange side effects seen.
4858         
4859         * lily/line-spanner.cc (dashed_line_molecule): return nothing if
4860         dash-period < 0.
4861
4862         * scm/midi.scm (instrument-equalizer-alist): fix equalizer setting
4863         for flute. 
4864
4865 2004-01-15  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4866
4867         * input/regression/*.ly: use newaddlyrics iso. addlyrics
4868
4869         * input/regression/lyrics-multi-stanza.ly (texidoc): remove file.
4870
4871         * lily/lyric-extender.cc (brew_molecule): behave decently in case
4872         of line breaks.
4873         (brew_molecule): add padding to left, not right.
4874
4875         * lily/system.cc (uniquify_list): new function
4876         (output_lines): uniquify_list () on all-elements. This fixes
4877         double symbols in the output.
4878
4879         * lily/beam.cc (rest_collision_callback): don't move anything if
4880         staff-position is set.
4881
4882         * input/regression/rest-pitch.ly (texidoc): add rest under beam.
4883
4884         * lily/system.cc (typeset_grob): warn if adding twice.
4885
4886         * lily/sequential-iterator.cc (run_always): implement run_always().
4887         (also in other files.)
4888         
4889         * input/mutopia/F.Schubert/standchen.ly: use newaddlyrics. 
4890
4891         * lily/event.cc (to_relative_octave): add octave-check.
4892
4893         * Documentation/user/refman.itely (Line breaking): add noBreak.
4894
4895         * scm/new-markup.scm (normalsize-markup): add function.
4896         (sans-markup): new function.
4897
4898         * lily/beam-engraver.cc (valid_end_point): opps, beam-stop-events
4899         come earlier nowadays.  This fixes beams on grace notes.
4900         
4901         * scm/music-functions.scm (direction-polyphonic-grobs): new
4902         variable, share between override and revert. This fixes script
4903         directions in polyphonic sections. (backportme)
4904
4905 2004-01-14  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4906
4907         * lily/text-spanner.cc (brew_molecule): don't do shorten-pair for
4908         breakpoints.
4909
4910         * lily/break-align-interface.cc: add doco
4911
4912         * Documentation/user/refman.itely (Rehearsal marks): add index marks. 
4913
4914 2004-01-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4915
4916         * VERSION: release 2.1.9
4917
4918         * scm/document-markup.scm (markup-doc-node): add note about naming.
4919
4920         * scm/new-markup.scm (left-align-markup): bugfix. 
4921
4922         * Documentation/user/refman.itely (Ottava brackets): more doco for
4923         ottava.
4924
4925         * lily/side-position-interface.cc (out_of_staff): also do
4926         out_of_staff() correctly for d == DOWN.
4927
4928         * lily/text-spanner.cc (brew_molecule): only put vertical line and
4929         horizontal line if they move to the right.
4930         
4931         * scm/define-grobs.scm (all-grob-descriptions): set
4932         text-repeat-if-broken for ottava spanner
4933
4934         * lily/text-spanner.cc (brew_molecule): text-repeat-if-broken
4935         property.
4936
4937         * mf/feta18.mf: design size is 18 not 22.5
4938
4939         * lily/new-lyric-combine-music-iterator.cc (process): new file.
4940         Add a single LyricsVoice to a melody. Melismata may be set
4941         individually.
4942
4943         * input/regression/lyric-combine-new.ly: new file. Demo \newaddlyrics.
4944
4945         * lily/dot-column.cc: add stdio.h
4946
4947 2004-01-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4948
4949         * lily/item.cc: documentation for break-visibility (Thanks, John).
4950
4951 2004-01-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4952
4953         * lily/bar-line.cc (compound_barline): add bartype :  (dotted).
4954
4955         * lily/translator-def.cc: rename Translator_def to Context_def.
4956
4957         * Documentation/user/internals.itely (Lexical details): clarify
4958         string def.
4959
4960         * Documentation/user/refman.itely (Rhythmic music): add link to
4961         RhythmicStaff 
4962
4963 2004-01-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4964
4965         * lily/translator.cc: document start_translation_timestep()
4966
4967         * scm/output-tex.scm (tex-encoded-fontswitch): use
4968         round for rounding (inexact->exact yields rationals)
4969
4970         * lily/*.cc: remove superfluous start_translation_timestep() calls.
4971
4972         * lily/translator-group.cc (get_simple_trans_list): 
4973         new function; construct simple_trans_list_ lazily.
4974         
4975 2004-01-10  Jan Nieuwenhuizen  <janneke@gnu.org>
4976
4977         * lily/paper-outputter.cc (output_scope): Check if number before
4978         checking exact (guile cvs).
4979
4980         * scm/*: Escape backslashes in scheme strings (guile cvs).
4981
4982 2004-01-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4983
4984         * Documentation/user/refman.itely (Tablatures basic): annotate
4985         seealso sections.
4986
4987         * lily/*.cc: cleanup of engraver initialize() functions.
4988
4989         * lily/repeat-acknowledge-engraver.cc
4990         (start_translation_timestep): remove first_b_
4991
4992         * lily/tab-note-heads-engraver.cc: listen to string number events
4993         inside < > too. (backportme).
4994
4995         * Documentation/user/refman.itely (Text scripts): add fatText to
4996         index.
4997
4998 2004-01-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4999
5000         * VERSION: 2.1.8
5001
5002         * stepmake/bin/add-html-footer.py (built): add Wiki links to
5003         footer.
5004
5005         * lily/parser.yy (translator_mod): allow \with { \remove .. }
5006
5007         * lily/bar-check-iterator.cc (process): only warn if
5008         barCheckLastFail was changed.
5009
5010         * scm/define-translator-properties.scm (barCheckLastFail): add
5011         property.
5012
5013         * lily/main.cc (main_prog): print summary of failed files.
5014
5015         * lily/axis-group-engraver.cc: move all spanner creation to
5016         process_music (). Now staffs can be adjusted with \override too.
5017         (Jan, you are a brilliant programmer!)
5018         
5019         * lily/chord-tremolo-engraver.cc (try_music): fix spurious warning. 
5020
5021 2004-01-09  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5022
5023         * Documentation/user/tutorial.itely (Integrating text and music):
5024         Show the commands to produce a PDF as well.
5025
5026 2004-01-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5027
5028         * lily/translator-def.cc (get_translator_names): accept user
5029         tweaks too. 
5030
5031         * mf/feta-bolletjes.mf (overdone_heads): oops, slashes are twice
5032         as big as normal heads. 
5033
5034         * input/*ly: run convert-ly
5035         
5036         * lily/tuplet-bracket.cc (brew_molecule): call after_line_breaking
5037         () if dependencies are fluked.
5038
5039         * scm/document-translation.scm (engraver-doc-string): update on
5040         latest string/symbol conventions.
5041
5042         * lily/translator-ctors.cc: use Scheme_hash_table.
5043
5044         * lily/translator-def.cc (get_translator_names): new function
5045         (add_context_mod): new function
5046         (get_accepted): new function
5047
5048         * lily/parser.yy (context_mod): put all modifications of
5049         \translator { } in a single production, encode as SCM.
5050
5051         * lily/translator-def.cc (add_context_mod): rewrite Translator_def
5052         to use read-only lists, so additions to the definition can be
5053         prepended easily.  
5054
5055         * Documentation/user/invoking.itexi (Editor support): add node on
5056         editor support.
5057
5058         * Documentation/user/refman.itely (Bar check): add lyrics example
5059         of bar checks. 
5060
5061         * input/mutopia/F.Schubert/morgenlied.ly: add bar checks.
5062
5063         * scripts/convert-ly.py (conv): add conversion rule.
5064
5065         * lily/parser.yy: use \change iso. \translator for staff switch.
5066
5067         * lily/my-lily-lexer.cc: add \change.
5068
5069         * scm/define-translator-properties.scm
5070         (default-melisma-properties): add definition.
5071
5072 2004-01-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5073
5074         * Documentation/user/refman.itely (Bar lines): clarification of
5075         systemStartDelimiter. 
5076
5077         * input/test/slur-shape.ly (x): remove file.
5078
5079         * lily/translator-group.cc (apply_property_operations): new function.
5080
5081 2004-01-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5082
5083         * lily/parser.yy (optional_prop_ops): allow \with {
5084         PROPERTYSETTINGS } following \context or \new.
5085
5086         * lily/my-lily-lexer.cc: add \with.
5087
5088         * lily/parser.yy (property_operation): clean up definition of
5089         property operations.
5090         (property_op_to_music): new function.
5091         (context_spec_music): new function
5092
5093         * VERSION: 2.1.7 released.
5094         
5095         * input/regression/collision-merge-dots.ly: new file.
5096
5097         * lily/note-collision.cc (check_meshing_chords): if merging heads,
5098         then kill the dots too. 
5099
5100         * lily/separating-line-group-engraver.cc (acknowledge_grob):
5101         set/unset breakableSeparationItem
5102
5103         * lily/separation-item.cc (relative_width): add function.
5104
5105         * scm/define-grob-interfaces.scm (only-prebreak-interface): add
5106         only-prebreak-interface
5107
5108         * lily/system.cc (output_lines): only junk only-prebreak-interface
5109         grobs.
5110
5111         * lily/multi-measure-rest-engraver.cc (stop_translation_timestep):
5112         read breakableSeparationItem
5113
5114         * input/regression/multi-measure-rest-multi-staff-center.ly: new file.
5115
5116         * lily/system.cc (output_lines): don't suicide Spacing_items. 
5117
5118         * lily/dot-column.cc (dot_config_badness): new function:
5119         select the best scoring dot configuration: dots should go close to
5120         the note heads, but be shifted up or down according to conventions.
5121         (print_dot_configuration): idem.
5122         (shift_one): idem
5123         (remove_collision): idem.
5124
5125         * input/regression/dots.ly: add more test cases.
5126
5127 2004-01-06  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5128
5129         * lily/include/scm-hash.hh (class Scheme_hash_table): idem.
5130
5131         * flower/include/interval.hh: rename elem_b to contains 
5132
5133         * lily/tie.cc: change 'heads to 'head-pair.
5134
5135         * lily/lyric-phrasing-engraver.cc (process_acknowledged_grobs):
5136         fill in 'heads field.
5137
5138         * lily/lyric-extender.cc (brew_molecule): use heads for width, use
5139         minimum-length for short ones, and shorten so collisions with the
5140         next syllable are avoided.
5141
5142         * lily/beam-quanting.cc (score_slopes_dy): add extra points for
5143         near-zero slopes.
5144         Only do DAMPING_DIRECTION_PENALTY for non-horizontal dy 
5145
5146         * lily/dots.cc: remove quantized_position callback. All Y
5147         positioning is done by dot-column.cc
5148
5149         * lily/dot-column.cc (do_shifts): rewrite shifting routine: do
5150         exhaustive test of all dot positions. This fixes disappearing dots
5151         in dotted chords.
5152
5153 2004-01-05  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5154
5155         * mf/feta-klef.mf (test_staff): fatten up G clef
5156         (test_staff): fatten up f clef.
5157         
5158
5159 2004-01-05  Jan Nieuwenhuizen  <janneke@gnu.org>
5160
5161         * input/mutopia/E.Satie/petite-ouverture-a-danser.ly: 
5162         * input/les-nereides.ly: Use latin1 characters for title, like
5163         Morgenlied.
5164
5165 2004-01-05  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5166
5167         * scm/font.scm (paper20-font-vector): add bold-narrow series (only
5168         cmb10).
5169
5170         * lily/lyric-extender.cc (brew_molecule): add little space before
5171         extender line.
5172
5173         * lily/beam-quanting.cc (score_forbidden_quants): check if
5174         outer stafflines fall in any beam gaps.
5175
5176         * scm/define-grobs.scm (all-grob-descriptions): use bold-narrow
5177         for lyric texts.
5178
5179 2004-01-04  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5180
5181         * VERSION: 2.1.6 released.
5182
5183         * lily/beam-quanting.cc (quanting): add inspect-quants property:
5184         this shows the demerits of a user-defined beam position pair.
5185
5186         * scm/define-grobs.scm (all-grob-descriptions): set
5187         beamed-extreme-minimum-free-lengths to a different value.
5188
5189         * lily/scm-option.cc: add debug-beam scm-option
5190
5191         * mf/feta-bolletjes.mf (overdone_heads): fix stem attachments.
5192
5193 2004-01-03  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5194
5195         * lily/beam.cc (brew_molecule): rewrite debug output: split up scores.
5196
5197         * scm/define-grobs.scm (all-grob-descriptions): use semi-fixed
5198         space after barline.
5199
5200         * mf/feta-eindelijk.mf (tracingvariables): make top of 8th rest fatter.
5201
5202         * lily/spacing-spanner.cc (breakable_column_spacing): take average
5203         of spacing wishes, not maximum. Only do this for delta-t == 0. In
5204         the other case, take standard column-breakable spacing. Do not
5205         warn about "no spacing wishes".
5206
5207         This fixes wide spaces after barlines in very loose lines.
5208
5209         * lily/multi-measure-rest.cc (big_rest): bugfix for blots.
5210
5211 2004-01-02  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5212
5213         * lily/stanza-number-engraver.cc (acknowledge_grob): bugfix:
5214         acknowledge_grob lyric-syllable, not lyric-text.
5215
5216         * lily/hyphen-spanner.cc (brew_molecule): rewrite. Make multiple
5217         dashes of length #'length separated by #'dash-period. 
5218
5219         * lily/lyric-extender.cc (brew_molecule): idem
5220
5221         * lily/multi-measure-rest.cc (big_rest): idem
5222
5223         * lily/system-start-delimiter.cc (simple_bar): idem
5224
5225         * lily/bar-line.cc (simple_barline): use rounded box
5226
5227         * VERSION: release 2.1.5
5228
5229         * Documentation/user/lilypond-book.itely (Integrating LaTeX and
5230         music): move note about dvips to more visible place.
5231
5232         * lily/lyric-phrasing-engraver.cc: move from
5233         new-phrasing-engraver.cc, remove old cruft (syllable-group,
5234         lyric-phrasing-engraver.hh)
5235         
5236         * lyric-align.ly: remove file
5237         
5238         * scripts/convert-ly.py (FatalConversionError.func): add removal
5239         rule for automaticMelismata
5240
5241         * ly/engraver-init.ly (ScoreContext): switch on
5242         New_phrasing_engraver by default.
5243
5244         * lily/slur-engraver.cc (class Slur_engraver):
5245         process_acknowledged_grobs -> process_music.
5246         (try_music): signal melismata correctly.
5247
5248         * lily/lyric-extender.cc (brew_molecule): cleanup. Junk
5249         word-space, right-trim-amount, and extend past right bound only
5250         for note heads.
5251
5252         * lily/new-phrasing-engraver.cc (acknowledge_grob): add
5253         lyric-extender support: add note-heads to the extender
5254         automatically.
5255
5256         * lily/parser.yy: extender is now post_event. 
5257
5258         * lily/accidental-engraver.cc (number_accidentals): remove
5259         spurious warning about non-parent contexts.
5260
5261         * lily/music-output-def.cc (assign_translator): \translator { }
5262         for a Foo context implicitly redefines \FooContext.
5263
5264         * input/mutopia/F.Schubert/morgenlied.ly (pianoLH): many layout
5265         fixes.
5266
5267         * lily/slur.cc (brew_molecule): don't use stafflinethickness
5268         doubly in slur weight. 
5269
5270         * input/regression/prefatory-spacing-matter.ly (TODO): add clef :|
5271         combination.
5272
5273         * scm/define-grobs.scm (all-grob-descriptions): change clef -
5274         staffbar distance.
5275
5276         * scripts/lilypond.py (global_latex_preamble): crank down size of
5277         the margins. Now there is a 12 mm top and bottom margin, which
5278         should correspond with the printable area of modern printers.
5279
5280         This enlarges the music height of the printable page a little.
5281
5282         * mf/feta-accordion.mf (accreg_pen): remove circled-R, BB and SB
5283         signs. Use \markup instead.
5284         (accreg_pen): tweak for accordeon asterisk.
5285
5286 2003-12-31  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5287
5288         * lily/melisma-engraver.cc (try_music): use melisma_busy()
5289
5290         * lily/lyric-engraver.cc (process_music): remove alignment kludge 
5291
5292         * lily/lyric-combine-music-iterator.cc (melisma_busy): new function.
5293
5294         * lily/stanza-number-engraver.cc (acknowledge_grob): rewrite
5295
5296         * scm/define-grobs.scm (all-grob-descriptions): change
5297         StanzaNumber description: make side support, i.s.o. breakable.
5298         use Instrument_name_engraver for texts in the margin.
5299
5300         * scm/define-translator-properties.scm: remove
5301         melismaEngraverBusy, stz property.
5302
5303         * *.cc: naming: change empty_b () into is_empty ()
5304
5305         * lily/self-aligment-interface.cc (aligned_on_parent): new function.
5306
5307         * input/regression/lyric-phrasing-new.ly: new file.
5308
5309         * lily/new-phrasing-engraver.cc (process_acknowledged_grobs): new
5310         engraver, redo lyric phrasing, but cleaner and simpler.  Lyrics on
5311         melismata are now left-aligned.
5312
5313 2003-12-30  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5314
5315         * input/mutopia/F.Schubert/GNUmakefile: add morgenlied.ly
5316
5317         * mf/feta19.mf: remove.
5318         
5319         * mf/feta-klef.mf (test_staff): more tweaks
5320
5321         * mf/feta-toevallig.mf: more small size tweaks.
5322
5323         * mf/feta-eindelijk.mf (lower_brush): adjust quarter and shorter
5324         rests for smaller sizes.
5325
5326         * mf/feta-bolletjes.mf: fix cross heads.
5327
5328         * VERSION: release 2.1.4
5329         
5330         * scripts/convert-ly.py (FatalConversionError.func): add rule for
5331         deprecated #'ancient font family
5332
5333         * lily/mark-engraver.cc (process_music): only set rehearsalMark if
5334         it is a string or number.
5335
5336         * scm/output-lib.scm (note-head-style->attachment-coordinates):
5337         change calling convention of stem-attachment function. 
5338
5339         * buildscripts/mf-to-table.py: read and dump WX/WY fields
5340
5341         * mf/feta-autometric.mf: dump WX/WY fields too
5342         
5343         * mf/parmesan-heads.mf: idem.
5344
5345         * mf/feta-bolletjes.mf (slash_slope): set WX/WY fields for
5346         attachment coordinates.
5347
5348         * lily/note-head.cc (stem_attachment_coordinate): read stem
5349         attachment from the notehead glyphs WX/WY fields.
5350
5351         * lily/include/font-metric.hh (struct Font_metric): add methods
5352         get_indexed_wxwy (), make a distinction between looking up by
5353         index and ASCII  
5354
5355         * mf/feta-bolletjes.mf: rewrite note head MF code.
5356         (test_outlines): make heads more rotund for smaller sizes. 
5357
5358 2003-12-29  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5359
5360         * mf/feta-params.mf (stafflines): fix stafflinethickness at 0.5 pt
5361         throughout. Font scaling fixes throughout.
5362
5363         * mf/feta-sleur,slur.mf: remove. 
5364
5365         * mf/feta-slag.mf: rewrite.
5366
5367 2003-12-24  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5368
5369         * VERSION: release 2.1.3
5370
5371         * stepmake/stepmake/toplevel-targets.make: remove pfa targets
5372
5373         * make/lilypond.redhat.spec.in (Group): remove MAKE_PFA_FILES
5374
5375         * lily/mark-engraver.cc (process_music): fix mark
5376         \default. (backportme)
5377
5378         * stepmake/stepmake/automatically-generated.sub.make (default):
5379         use -n for head/tail commands. 
5380
5381         * lily/tie-engraver.cc (acknowledge_grob): make ties only for note
5382         heads with the same pitch.
5383
5384 2003-12-20  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5385
5386         * lily/recording-group-engraver.cc (finalize): set protected_scm
5387         member to '() before finalizing.
5388
5389         * lily/translator-group.cc (finalize): remove removal_processing () 
5390
5391         * lily/recording-group-engraver.cc: new engraver: record
5392         synchronized start & end times for each music object.
5393
5394         * lily/parser.yy (toplevel_expression): execute score rendering
5395         during parsing. Cleanup output-filename handling; this is no
5396         longer done with global variables.
5397         (translator_spec_body): allow \type modification too.
5398
5399         * lily/score.cc:  ly:run-translator: new function
5400         (LY_DEFINE): ly:render-output new function.
5401
5402         Separate interpreting and rendering, and make available as
5403         functions at Scheme level.
5404
5405 2003-12-17  Jan Nieuwenhuizen  <janneke@gnu.org>
5406
5407         * scm/to-xml.scm (<xml-node>): New class to build xml-doc.
5408         (musicxml-node->string):
5409         (xml-node->string):
5410         (music-to-musicxml): New function.
5411
5412 2003-12-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5413
5414         * VERSION: 2.1.2 released
5415
5416         * lily/include/lily-guile.hh (SCM_VECTOR_REF): compat glue
5417
5418         * scm/font.scm (paper20-font-vector): discouple font design sizes
5419         from sizes specified in .ly file: store all design sizes of a font
5420         in a single vector.
5421
5422         * lily/font-select.cc (get_font_by_design_size): new function
5423
5424         * mf/feta*,parmesan*: use 2^{1/6} as scaling factor for fonts.
5425         add parmesan,feta in sizes 14 and 18.
5426         
5427         * mf/feta-toevallig.mf: use blot diameter for double sharp.
5428
5429         * lily/font-size-engraver.cc (acknowledge_grob): change definition
5430         of fontSize: this now sets font-size
5431
5432 2003-12-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5433
5434         * VERSION: 2.1.1 released
5435         
5436         * Documentation/user/refman.itely (Tuning objects): add note about
5437         concurrent tweaks in different contexts. 
5438
5439         * lily/tie-engraver.cc (acknowledge_grob): use
5440         Staff_symbol_referencer::get_position iso. reading staff-position
5441         directly.
5442
5443         * lily/piano-pedal-engraver.cc (create_bracket_grobs): don't take
5444         currentMusicalColumn as left span-point for bracket. The bracket
5445         is too long when there are accidentals.
5446
5447 2003-12-03  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5448
5449         * buildscripts/lilypond-profile.sh,
5450         buildscripts/lilypond-login.sh: Only set $TEXMF if necessary.
5451         Thanks to Reuben Thomas <rrt@mupsych.org>
5452
5453 2003-12-03  Heikki Junes  <hjunes@cc.hut.fi>
5454
5455         * ly/italiano.ly: additions for semi-sharps and semi-flats by Eric
5456         Wurbel <wurbel@univ-tln.fr>.
5457
5458 2003-11-17  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5459
5460         * scripts/midi2ly.py: Add space after chords.
5461
5462 2003-11-07  Heikki Junes  <hjunes@cc.hut.fi>
5463
5464         * input/regression/{many}: add few @code{ ... }.
5465
5466 2003-11-05  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5467
5468         * mf/GNUmakefile (SAUTER_FONTS): Added cmss14, 
5469         cmbxti6, cmcsc8, cmss14, cmtt5 and cmtt7.
5470         Removed cmbx5, cmbx6 (which are included in teTeX)
5471         and cmbxti14 which is not used in fonts.scm.
5472
5473 2003-11-04  Heikki Junes  <hjunes@cc.hut.fi>
5474
5475         * lily/midi-item.cc: fine tune quarter tones.
5476
5477 2003-11-03  Heikki Junes  <hjunes@cc.hut.fi>
5478
5479         * lily/midi-item.cc lily/include/midi-item.hh (get_fine_tuning):
5480         new function, warn how many cents are missing in fine tuning.
5481
5482 2003-11-01  Heikki Junes  <hjunes@cc.hut.fi>
5483
5484         * input/bugs/rhytmicstaff-tie.ly: add file.
5485
5486         * THANKS: Create skeleton for 2.1.
5487
5488 2003-10-31  Heikki Junes  <hjunes@cc.hut.fi>
5489
5490         * input/test/bar-lines.ly (TODO): dashed "|".
5491
5492 2003-10-30  Heikki Junes  <hjunes@cc.hut.fi>
5493
5494         * Documentation/user/refman.itely, input/regression/tie-accidental.ly,
5495         input/regression/tie-chord.ly: Fix spell for tying.
5496
5497         * input/test/ly2dvi-testpage.ly: removed (renamed, see below).
5498
5499         * input/test/lilypond-testpage.ly, Documentation/user/invoking.itexi:
5500         new file (renamed, see above).
5501
5502         * Documentation/user/lilypond-book.itely
5503         * buildscripts/lilypond-login.sh elisp/lilypond-mode.el
5504         * input/example-1.ly input/example-2.ly input/example-3.ly
5505         * input/les-nereides.ly input/test/fill-a4.ly input/test/spacing-2.ly
5506         * input/test/title.ly po/cs.po po/da.po po/de.po po/es.po po/fi.po
5507         * po/fr.po po/it.po po/ja.po po/lilypond.pot po/nl.po po/ru.po
5508         * po/sv.po scm/output-pdftex.scm scm/output-tex.scm
5509         * scripts/lilypond-book.py scripts/lilypond.py
5510         * stepmake/bin/package-zip32.sh tex/lilyponddefs.tex tex/titledefs.tex
5511         * vimrc: replace ly2dvi with lilypond and remove silly comments.
5512
5513         * Documentation/user/lilypond.tely: update version.
5514
5515         * Documentation/user/{appendices,introduction,refman,tutorial}.itely:
5516         Remove extra spaces in each @node, fixes spaces.
5517
5518 2003-10-29  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5519
5520         * scripts/lilypond-book.py (output_dict): Add definition of
5521         \lilypondbook also for LaTeX output. Solves several bug reports.
5522
5523 2003-10-29  Heikki Junes  <hjunes@cc.hut.fi>
5524
5525         * input/test/follow-thread.ly, input/test/polymetric.ly: Fix typos.
5526
5527 2003-10-24  Heikki Junes  <hjunes@cc.hut.fi>
5528
5529         * input/test/transposition.ly: Fix key signatures, given in comments.
5530
5531 2003-10-23  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5532
5533         * scm/midi.scm (instrument-names-alist),
5534         Documentation/user/appendices.itely: Correct spelling of shakuhachi
5535
5536 2003-10-14  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5537
5538         * input/test/temporary-stave.ly (texidoc): New example based on an
5539         email question from Ralph Little.
5540
5541 2003-10-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5542
5543         * VERSION: release 2.1.0
5544         
5545         * lily/note-performer.cc (try_music): accept busy-playing-event.
5546
5547         * lily/swallow-perf.cc (try_music): return false for
5548         busy-playing-event and melisma-playing-event.
5549
5550 2003-10-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5551
5552         * scripts/etf2ly.py: Patch by Arvid Grotting for minor keys and <<
5553         >> in \score.
5554
5555 2003-10-05  Jan Nieuwenhuizen  <janneke@gnu.org>
5556
5557         * scripts/convert-ly.py (sub_chords): Bugfix: convert to -[, so
5558         that articulation_substitute will not move beam start again.
5559         (articulation_substitute): Bugfix: remove stray space so that new
5560         old chords ending '>>' does not get broken up.
5561         (sub_chord): Use TAB for indentation (not spaces).
5562         
5563         * elisp/lilypond-font-lock.el (LilyPond-mode-set-syntax-table):
5564         Bugfix for startup: Use ?^ instead of ?\^.
5565
5566 2003-10-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5567
5568         * lily/lyric-combine-music-iterator.cc
5569         (Lyric_combine_music_iterator): change init order, to prevent GC
5570         segfaults.
5571
5572         * lily/context-specced-music-iterator.cc (construct_children): 
5573         only change  translator if found. This fixes a core dump problem.
5574
5575 2003-09-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5576
5577         * scm/slur.scm (default-slur-extremity-rules): use equal? for
5578         comparison.
5579
5580         * mf/feta-bolletjes.mf: make hole in half note little
5581         smaller for stem attachment.
5582
5583         * lily/stem.cc (brew_molecule): tweaks for new flag layout.
5584
5585         * mf/feta-banier.mf: don't draw stem with flag, just small square
5586         attachment.
5587
5588         * mf/feta-bolletjes.mf (slash_slope): remove ledger ending 
5589
5590         * mf/feta-banier.mf: remove upstem/downstem characters.
5591
5592         * mf/feta-params.mf (stafflines): stems are 1.3 SLT. 
5593
5594         * ly/params-init.ly (blotdiameter): set blotdiameter to 2/3 of
5595         stafflinethickness (in the default)
5596
5597         * lily/stem.cc (brew_molecule): use round_filled_box for stem.
5598
5599         * lily/lily-guile.cc (parse_symbol_list): strip spaces at the end.
5600
5601         * Documentation/topdocs/INSTALL.texi (Top): reorder.
5602
5603         * scripts/convert-ly.py (conv): add up-to-staff conversion rule.
5604
5605         * lily/include/directional-element-interface.hh:
5606         junk class, make {get,set}_grob_direction functions.
5607
5608         * lily/slur.cc (get_attachment): do something sensible when
5609         attaching to stem without heads (eg. a rest).
5610
5611         * lily/stem.cc: remove #'up-to-staff ; use #'stem-end-position for
5612         forcing up to staff.  remove #'support-head property
5613         (brew_molecule): small cleanup.
5614         (flag): remove #'grace property.
5615
5616 2003-09-29  Jan Nieuwenhuizen  <janneke@gnu.org>
5617
5618         * cygwin/postinstall-lilypond.sh: 
5619         * cygwin/postremove-lilypond.sh: Bugfix for fonts remove command
5620         (Volker Zell).
5621
5622 2003-09-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5623
5624         * scripts/lilypond-book.py: resurrect 'eps' option. 
5625         (TexiPaper.to_eps): use -Ppdf for EPS files.
5626
5627         * VERSION (PATCH_LEVEL): branch off 2.0, go to 2.1 in HEAD
5628
5629         * scripts/lilypond.py (run_dvips): use -Ppdf for preview.
5630
5631         * VERSION: release 2.0.1
5632
5633         * lily/bezier.cc (get_other_coordinate): change assert into
5634         warning.
5635
5636         * lily/note-head.cc (internal_brew_molecule): make left protusion
5637         smaller, to accomodate for natural sign.
5638         (internal_brew_molecule): only do this when the accidental is
5639         close enough.
5640         (extent): new function
5641
5642         * lily/skyline.cc (merge_skyline): new function
5643         (heighten_skyline): new function
5644
5645         * lily/accidental-placement.cc (position_accidentals) 
5646         (position_accidentals): fix todo.
5647
5648 2003-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5649
5650         * input/test/+.ly (texidoc): put version number inline.
5651
5652         * GNUmakefile.in: remove rsync-web target.
5653         
5654         * input/regression/bar-scripts.ly (onestaff): raggedright
5655
5656 2003-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5657
5658         * lily/*.cc: remove #if 0'd code in couple of places.
5659
5660         * lily/midi-stream.cc (operator <<): rewrite.
5661
5662         * lily/note-head.cc (internal_brew_molecule): 
5663         only make ledgers when the Staff symbol has lines.
5664
5665         * ly/property-init.ly (arpeggioBracket): simplify
5666
5667         * lily/translator-group.cc (execute_pushpop_property): use
5668         SCM_EQ_P for comparing keys. This fixes reverting
5669         auto-beam-settings.
5670
5671 2003-09-28  Jan Nieuwenhuizen  <janneke@gnu.org>
5672 *
5673         * lily/midi-stream.cc (operator <<): Also write MIDI string when
5674         midi_debug_global_b.
5675         (operator <<): Normalise loop.
5676
5677 2003-09-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5678
5679         * scripts/lilypond.py (escape_path): revise.
5680
5681         * scm/music-functions.scm (set-output-property): new function.
5682         
5683 2003-09-27  Jan Nieuwenhuizen  <janneke@gnu.org>
5684
5685         * cygwin/mknetrel: Next try in building doc on Cygwin natively;
5686         use addmakeflags again.
5687
5688         * cygwin/lily-wins.py (escape_shell): New function; use it.
5689
5690         * scripts/lilypond.py (escape_shell): Escape quotes and other
5691         spaces too.  Do not escape escaping backslashes.
5692
5693         * make/srcdir.make.in (web-install): Must call install-WWW now.
5694
5695         * mf/GNUmakefile: resolve conflict: %list.ly is a target, not a
5696         dependency
5697
5698 2003-09-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5699
5700         * scripts/lilypond.py (escape_path): escape quotes too. 
5701
5702         * Documentation/user/lilypond.tely (Unified index): rename Index
5703         to accomodate Windows breakage.
5704
5705         * make/lilypond.redhat.spec.in (Group): remove out=www for web-install 
5706
5707         * mf/GNUmakefile ($(outdir)/%.afm  $(outdir)/%.enc
5708         $(outdir)/%.tex $(outdir)/%.dep $(outdir)/%list.ly): list.ly is a
5709         target not a source.
5710
5711 2003-09-27  Jan Nieuwenhuizen  <janneke@gnu.org>
5712
5713         * cygwin/mknetrel: Use EXTRABUILDARGS, EXTRAINSTALLARGS instead of
5714         addmakeflags.  Build and install doc and web also when building on
5715         Cygwin.
5716
5717         * mf/GNUmakefile: Bugfix.
5718
5719         * GNUmakefile.in (web-install): Bugfix: set out prefix Similar to
5720         target web.
5721
5722         * cygwin/lily-wins.py: Quote filename.
5723
5724 2003-09-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5725
5726         * mf/GNUmakefile ($(outdir)/$(redhat-package)): use passive ftp.
5727
5728 2003-09-25  Jan Nieuwenhuizen  <janneke@gnu.org>
5729
5730         * cygwin/bug-lilypond-cygwin.sh: Add tests for registry
5731         settings.
5732
5733         * configure.in: Require g++ > 3.0.4.
5734
5735         * mf/GNUmakefile: Bugfix: Add list.ly target.
5736         
5737         * Documentation/user/GNUmakefile: Bugfix: list.ly target.
5738
5739         * stepmake/stepmake/omf-targets.make (omf-local-install): Buxfix:
5740         make omf directory, add uninstall targets.
5741
5742 2003-09-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5743
5744         * lily/tie-performer.cc (initialize): init prev_event
5745
5746         * make/lilypond.redhat.spec.in: move site-start back to /usr/share.
5747
5748         * lily/script-engraver.cc (make_script_from_event): don't crash on
5749         non-string articulation-type.
5750
5751         * lily/new-fingering-engraver.cc (add_script): don't crash on
5752         0 scripts 
5753         (acknowledge_grob): warn about text script events.
5754
5755 2003-09-24  Heikki Junes  <hjunes@cc.hut.fi>
5756
5757         * buildscript/lilypond.words: fix path for drums.scm.
5758
5759 2003-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5760
5761         * lily/spacing-spanner.cc (note_spacing): don't make longer
5762         durations than measure-length.
5763
5764         * VERSION: release 2.0.0
5765
5766         * GNUmakefile.in (rsync-web): version independent rsync target.
5767
5768         * input/test/+.ly (texidoc): idem.
5769
5770         * input/regression/+.ly: print version number.
5771
5772         * input/regression/accidentals.ly (mel): shorten.
5773
5774         * input/regression/accidental-octave.ly (texidoc): shorten.
5775
5776         * input/regression/hairpin-dashed.ly (texidoc): docstring.
5777
5778         * input/regression/completion-heads-polyphony.ly: octave
5779
5780         * input/regression/beam-manual.ly: remove
5781
5782         * input/regression/beam-chord.ly: remove
5783
5784         * input/regression/grace-dynamic.ly: remove
5785         
5786         * input/regression/grace-volta-repeat.ly: octave fixes.
5787
5788         * input/regression/hairpin-dashed.ly (texidoc): doc string.
5789
5790         * lily/parser.yy (step_number): semitones for chord entry too.
5791         (make_chord_step): more robust code, semitones. 
5792
5793         * input/regression/breathing-sign-ancient.ly (texidoc): new file.
5794
5795         * input/regression/breathing-sign.ly (texidoc): split ancient and
5796         normal breathing signs.
5797
5798         * scm/define-grobs.scm (all-grob-descriptions): swap
5799         beamed-extreme-minimum-free-lengths and
5800         beamed-minimum-free-lengths; the 'extreme' case should allow
5801         shorter stems. This fixes forced directions on beamed 32nd and
5802         shorter notes.
5803
5804         * ly/engraver-init.ly (ScoreContext): keyAccidentalOrder is in
5805         quartertones, not semitones.
5806         (NoteNamesContext): swallow more event types
5807
5808         * Documentation/topdocs/NEWS.texi (Top): insert close brace.
5809
5810         * VERSION (PACKAGE_NAME): release 1.9.10
5811
5812 2003-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5813
5814         * lily/rhythmic-column-engraver.cc (process_acknowledged_grobs):
5815         set note head as cause of note-column.  This gives a better error
5816         message.
5817
5818 2003-09-23  Jan Nieuwenhuizen  <janneke@gnu.org>
5819
5820         * Documentation/topdocs/INSTALL.texi: Update emacs mode.
5821
5822 2003-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5823
5824         * mf/GNUmakefile (pfa_warning): instruct 
5825
5826         * stepmake/aclocal.m4: typo.
5827
5828         * Documentation/user/cheatsheet.itely: more verbose examples.
5829
5830         * input/regression/clefs.ly: remove bogus docstring.
5831
5832 2003-09-23  Jan Nieuwenhuizen  <janneke@gnu.org>
5833
5834         * GNUmakefile.in (SUBDIRS): Add elisp.
5835
5836         * elisp/lilypond-mode.el: 
5837         * elisp/lilypond-init.el: 
5838         * elisp/lilypond-indent.el: 
5839         * elisp/lilypond-font-lock.el: Move from top dir.
5840
5841         * stepmake/stepmake/elisp-vars.make: New file.
5842
5843         * config.make.in (elispdir): Add.
5844
5845         * Documentation/topdocs/INSTALL.texi: Typo.
5846
5847         * make/ly-rules.make: Test for files instead of touching void and
5848         ignoring errors.
5849
5850         * GNUmakefile.in:
5851         * make/lilypond.redhat.spec.in:
5852         * debian/rules: Fix lilypond.words stuff a bit.  For running from
5853         <builddir>, adding
5854         
5855              (push "<builddir>/share/lilypond/elisp" load-path)
5856
5857         to your ~/.emacs.el should give you LilyPond-mode again.
5858
5859         * scripts/lilypond-book.py (re_dict): Only fix texinfo @mbinclude
5860         regexp for DOS/Windows, we are too paranoid to fix others.
5861
5862 2003-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5863
5864         * scm/chord-name.scm (natural-chord-alteration): no quarter tones.
5865
5866         * input/test/chord-names-jazz.ly (banterProperties): fix
5867
5868         * lily/parser.yy (bass_mod): bass figure alterations are semi
5869         tones, not quarter tones
5870
5871         * lily/beam.cc (set_stem_lengths): only lengthen stems
5872         for gapped beams.
5873
5874         * lily/beam-quanting.cc (score_forbidden_quants): divide demerit
5875         by beamcount.
5876
5877         * buildscripts/lilypond-profile.sh (Error): more zsh stuff: print
5878         a warning that the warning may erroneous.
5879
5880         * Documentation/topdocs/INSTALL.texi (Top): add note about get-pfa
5881         target.
5882
5883         * mf/GNUmakefile: add get-pfa, get-debian-pfa, get-rpm-pfa
5884         targets.
5885
5886         * GNUmakefile.in ($(config_h)): config.h should depend on
5887         config.hh.in .
5888         (lilypond.words): remove fontball stuff.
5889
5890         * stepmake/aclocal.m4: only print config.cache warning if it exists.
5891
5892         * configure.in: remove pktrace reference.
5893
5894         * GNUmakefile.in (rsync-web): permissions and ownership for
5895         website.
5896
5897         * lily/volta-engraver.cc (staff_eligible): new function.
5898         (stop_translation_timestep): kill off spanners if not eligible.
5899
5900         * VERSION (PATCH_LEVEL): release 1.9.9
5901
5902         * input/regression/beam-quanting-32nd.ly (texidoc): new file
5903
5904         * lily/beam-quanting.cc: tune down SECONDARY_BEAM_DEMERIT, so stem
5905         length is more important than forbidden quants.
5906         
5907 2003-09-23  Heikki Junes  <hjunes@cc.hut.fi>
5908
5909         * buildscripts/lilypond.words: order words in search order,
5910         add lilypond.words.vim to be generated.
5911
5912         * lilypond.vim: use lilypond.words.vim for keyword matching.
5913
5914         * lilypond-mode.el: use search order. fix word selection rules.
5915
5916         * lilypond-font-lock.el: fix fontifying long durations.
5917
5918         * Documentation/topdocs/INSTALL.texi: doc lilypond.words.vim.
5919
5920 2003-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
5921
5922         * cygwin/mknetrel: Remove PYTHONPATH and manpage workarounds.
5923
5924         * stepmake/stepmake/generic-targets.make:
5925         * stepmake/stepmake/bin/make-version.py: 
5926         * stepmake/aclocal.m4:
5927         * make/stepmake.make:
5928         * make/toplevel-version.make: Build fixes: remove last traces of
5929           VERSION/PACKAGE_NAME/LILYPONDPREFIX experiment.
5930
5931         * lily/beam.cc: Add gap-count property.
5932
5933 2003-09-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5934
5935         * scm/define-grob-properties.scm (gap-count): add gap-count
5936
5937         * make/lilypond-vars.make: add /lilypond to LILYPONDPREFIX
5938
5939 2003-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
5940
5941         * cygwin/mknetrel.doc: Typo.
5942
5943         * buildscripts/make-font-dir.py (Font_info): Build fix: add 'ss'
5944
5945         * make/lilypond-vars.make (PYTHONPATH): srcdir build fix.
5946
5947 2003-09-22  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5948
5949         * scripts/lilypond.py: add support for 'legal' and 'tabloid' paper
5950         sizes. Remove support for 'ledger'(=tabloid+landscape).
5951
5952 2003-09-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5953
5954         * mf/GNUmakefile ($(outdir)/%.pfa): break apart one-big-rule for
5955         sauter PFAs.
5956
5957         * configure.in: remove VERSION stuff once again.
5958
5959         * scm/font.scm (paper20-style-sheet-alist): add cmss entries.
5960
5961         * scm/define-grobs.scm (all-grob-descriptions): use sans family
5962         for chord names.
5963
5964         * mf/GNUmakefile: always trace pfa fonts.
5965         (SAUTER_FONTS): add cmss[567] too fonts
5966
5967         * configure.in: require mftrace. 
5968
5969         * lily/staff-performer.cc (new_instrument_string): don't look at
5970         instrument property.
5971
5972         * lily/lily-guile.cc: renaming, ly_dir_p is the Scheme function,
5973         is_direction is the C++ one. Similar for ly_axis_p and
5974         ly_number_pair_p
5975
5976 2003-09-21  Jan Nieuwenhuizen  <janneke@gnu.org>
5977
5978         * lily/beam.cc (brew_molecule): read gap-count to determine
5979         number of tremolo (gapped) beams.
5980
5981         * lily/chord-tremolo-engraver.cc (acknowledge_grob): repeats
5982         shorter than 1/8
5983
5984         * flower/include/array.hh (default_compare): new function
5985
5986         * cygwin/mknetrel: Native fixes.
5987
5988         * cygwin/GNUmakefile (EXTRA_DIST_FILES): Add mknetrel.*
5989
5990 2003-09-20  Jan Nieuwenhuizen  <janneke@gnu.org>
5991
5992         * Documentation/topdocs/NEWS.texi: Add note about .ly double click
5993         feature for Windows.
5994
5995         * stepmake/stepmake/generic-vars.make: Cygwin fix from stable.
5996
5997         * cygwin/mknetrel: Updates for native use on Cygwin.
5998
5999         * lily/parser.yy: Compile fix: add stdio.h for snprintf.
6000
6001         * stepmake/stepmake/help2man-rules.make: 
6002         * cygwin/mknetrel: Bugfix for manpages.
6003
6004         * GNUmakefile.in (SUBDIRS): Use plain srcdir stepmake instead of
6005         $(builddir).  Stepmake is a normal subdirectory now, that is not
6006         configured.  Another srcdir build fix.
6007
6008         * Documentation/topdocs/INSTALL.texi,
6009         buildscripts/lilypond.words.py, lilypond-font-lock.el,
6010         lilypond-init.el, lilypond-mode.el, debian/rules,
6011         make/lilypond.{redhat,madrake,suse}.spec.in, vimrc:
6012         rename generated file lilypond.words to lilypond.words.el.
6013
6014 2003-09-20  Heikki Junes  <hjunes@cc.hut.fi>
6015
6016         * ly/chord-modifiers-init.ly, lilypond.vim: updates for vim.
6017
6018         * GNUmakefile.in, buildscripts/lilypond.words: give only path in
6019         GNUmakefile.in.
6020
6021 2003-09-19  Jan Nieuwenhuizen  <janneke@gnu.org>
6022
6023         * stepmake/stepmake/help2man-rules.make: Allow manpages to fail
6024         when cross building.
6025
6026         * configure.in: srcdir build fix.
6027
6028         * cygwin/GNUmakefile:
6029         * cygwin/lily-wins.py:
6030         * cygwin/postremove-lilypond.sh: 
6031         * cygwin/postinstall-lilypond.sh: Merge from stable.
6032
6033         * cygwin/bug-lilypond-cygwin.sh: s/lilypond/lilypond-bin,
6034         s/ly2dvi/lilypond/.
6035
6036 2003-09-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6037
6038         * lily/slur.cc (after_line_breaking): only set control points if
6039         none supplied yet.
6040
6041         * input/test/slur-manual.ly: new file.
6042
6043         * scripts/convert-ly.py (FatalConversionError.sub_chords): convert
6044         <<  >> chords too.
6045
6046         * VERSION (PACKAGE_NAME): release 1.9.8
6047
6048         * scripts/lilypond.py (escape_path): escape spaces in directory names
6049
6050         * input/test/text-spanner.ly: fixes.
6051
6052 2003-09-19  Heikki Junes  <hjunes@cc.hut.fi>
6053
6054         * buildscripts/lilypond.words.py: add drum names as note names to
6055         Emacs-mode.
6056
6057 2003-09-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6058
6059         * input/regression/hairpin-dashed.ly: new file.
6060
6061         * scripts/convert-ly.py (conv): warn about dash-length.
6062
6063         * lily/dynamic-engraver.cc (try_music): end (de)crescendo
6064         automatically if we get a new one.
6065
6066         * lily/lookup.cc (dashed_line): new function
6067
6068         * lily/line-spanner.cc (dashed_line_molecule): cleanups. Use
6069         dash-fraction.
6070
6071 2003-09-18  Heikki Junes  <hjunes@cc.hut.fi>
6072
6073         * buildscripts/lilypond.words.py: extract note names.
6074
6075         * lilypond-mode.el: take note names from lilypond.words -file.
6076         small fix in the use of string-match.
6077
6078         * lilypond-font-lock.el: use lilypond.words for note names, add 
6079         maxima to note a duration.
6080
6081 2003-09-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6082
6083         * lily/breathing-sign.cc: remove railtracks() function. 
6084
6085         * input/regression/arpeggio-bracket.ly (texidoc): add file.
6086
6087         * lily/arpeggio.cc (brew_chord_bracket): clean-up 
6088         (brew_molecule): bugfix don't make arpeggio shorter when
6089         arpeggio-direction is set.
6090
6091         *  debian/rules: small corrections in the (Pedro K)
6092
6093         * Documentation/user/tutorial.itely (Tutorial): use lyinc in
6094         examples.
6095
6096         * lily/auto-beam-engraver.cc (process_music): end/junk beam if
6097         special (repeat) bar comes along.
6098
6099         * input/regression/auto-beam-bar.ly: update.
6100
6101         * scripts/lilypond-book.py (output_dict): remove support for the
6102         EPS option.
6103
6104         * scm/define-grobs.scm (all-grob-descriptions): add X-extent for
6105         VerticalAlignment and VerticalAxisGroup this fixes the size
6106         computations for the entire system.
6107  
6108         * input/les-nereides.ly (bass): remove superfluous fontSize.
6109
6110         * scripts/lilypond-book.py (make_lilypond_file): \lilypondfile{}
6111         causes directory of file to be added to include path.
6112
6113         * input/regression/beam-break.ly: test single stem beams.
6114
6115         * input/regression/system-start-bracket.ly: fix.
6116
6117         * lily/beam.cc (set_stem_lengths): single-stem-beam fix.
6118
6119         * stepmake/stepmake/c-rules.make ($(outdir)/%.c): use -o for flex.
6120
6121         * lily/beam-quanting.cc (quanting): check french-beaming per stem.
6122         (score_stem_lengths): do something sensible for single stem beams.
6123
6124         * lily/beam.cc (least_squares): add kludge for single stem beams.
6125
6126         * scripts/convert-ly.py (FatalConversionError.sub_alteration): add
6127         keySignature to list of broken things.
6128
6129         * input/regression/keys.ly: fix.
6130
6131         * VERSION (PACKAGE_NAME): release 1.9.7
6132
6133         * Documentation/topdocs/NEWS.texi (Top): add quarter tones.
6134
6135         * Documentation/user/refman.itely (Pitches): doc quarter tones.
6136
6137         * lily/pitch.cc (LY_DEFINE): ly:pitch-quartertones: new function
6138         (quartertone_pitch): new function
6139
6140         * mf/feta-toevallig.mf: add 3/4 sharp, 1/4 sharp, 1/4 flat, 3/4
6141         flat. WARNING: FONT CHANGED.
6142
6143         * ly/nederlands.ly: add -eh and -ih for quarter tones.
6144
6145         * lily/accidental-placement.cc (add_accidental): support for
6146         quarter tones.
6147
6148         * ly/LANGUAGEs.ly: use symbols for alterations.
6149
6150         * mf/feta-toevallig.mf: change accidental codes. 
6151
6152         * scm/lily.scm (ly:get-option): switch on debugging only for
6153         --verbose.
6154
6155         * lily/lily-guile.cc: remove ly:verbose?
6156
6157         * lily/scm-option.cc (LY_DEFINE): add verbose to get-option.
6158
6159         * lily/parser.yy (TODO): only do gh_call() for apply with
6160         procedure argument.
6161
6162         * lily/tie-engraver.cc (start_translation_timestep): move melisma
6163         stuff in accordance with new timing of tie-events.
6164
6165         * lily/my-lily-lexer.cc: remove \outputproperty
6166
6167         * lily/melisma-engraver.cc (try_music): use melismaBusyProperties.
6168
6169         * scm/define-translator-properties.scm (melismaBusyProperties):
6170         add melismaBusyProperties property.
6171
6172 2003-09-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6173
6174         * input/test/ambitus-mixed.ly (texidoc): new file.
6175
6176         * buildscripts/mutopia-index.py (find): prune debugging
6177
6178         * lily/side-position-interface.cc: doc updates
6179
6180         * Documentation/user/refman.itely: updates, tweaks.
6181
6182         * lily/parser.yy (Simple_music): remove outputproperty
6183
6184         * make/stepmake.make: use VERSION again; importing VERSION via
6185         autoconf dependencies is too hairy.
6186
6187 2003-09-17  Heikki Junes  <hjunes@cc.hut.fi>
6188
6189         * lilypond-mode.el: allow `-' for keywords and identifiers.
6190
6191 2003-09-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6192
6193         * VERSION: release 1.9.6
6194         
6195         * lilypond-mode.el (LilyPond-command-alist): invoke lilypond
6196         iso. ly2dvi.
6197
6198         * Documentation/user/*.itely: fixes everywhere
6199
6200         * lily/completion-note-heads-engraver.cc: rewrite engraver:
6201         produce ties from the engraver itself, do not broadcast TieEvent.
6202
6203         * lily/my-lily-lexer.cc: remove pitch & duration.
6204
6205         * lily/parser.yy (TODO): remove \pitch and \duration
6206
6207         * input/test/explicit.ly: remove file.
6208
6209         * Documentation/user/refman.itely (Pitches): remove \pitch 
6210         \duration command.
6211
6212 2003-09-16  Heikki Junes  <hjunes@cc.hut.fi>
6213
6214         * buildscripts/lilypond.words.py: add all slur types to Emacs
6215         insertion menu, suppose everything is postfixed by dropping 
6216         unnecessary `-' -marks.
6217
6218 2003-09-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6219
6220         * lily/stem.cc (get_default_stem_end_position): lengthen stems for
6221         tremoloed stems.
6222
6223         * lily/stem-tremolo.cc (brew_molecule): position tremolo next to
6224         head for flagged stems.
6225
6226         * lily/stem.cc (get_default_stem_end_position): futz with extra
6227         stem length if there is a stem tremolo.
6228
6229         * lily/tuplet-bracket.cc (brew_molecule): don't print bracket when
6230         it would be too small.
6231
6232         * lily/font-metric.cc: return #f for non-existent glyph.
6233         
6234         * VERSION (MY_PATCH_LEVEL): read VERSION; version number is now
6235         exported through config.make.
6236
6237         * input/regression/clef-oct.ly: new file.
6238
6239         * scm/clef.scm (make-clef-set): use regexps, support arbitrary
6240         transposition.
6241
6242         * input/template/*.ly: remove old relative.
6243
6244         * ly/english.ly: add X names for double sharp.
6245
6246 2003-09-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6247
6248         * lily/font-select.cc: new file handle font selection routines.
6249
6250         * lily/parser.yy: add ; (Patrick Atamaniuk)
6251
6252         * input/test/time-signature-double.ly: use markups for double time
6253         sigs.
6254
6255         * scm/chord-name.scm: remove new-chord-name-brew-molecule ; use
6256         ChordNames.SeparationItem #'padding for adjusting space after chords.
6257         
6258         * lily/music-output-def.cc (LY_DEFINE): 
6259         new function ly:paper-lookup.
6260         
6261         * mf/parmesan-clefs.mf: use # quantities for char_box
6262         offsets. Fixes overflow errors in the PFA. 
6263
6264         * scm/new-markup.scm (strut-markup): change calling interface for
6265         markup. Pass paper-def, not grob. This would allow \markup to be
6266         used separately from grobs.
6267
6268         * lily/paper-def.cc: new function ly:paper-font; this function
6269         replaces ly:get-font.
6270
6271         * lily/include/font-interface.hh (struct Font_interface): take
6272         Paper_def iso. Grob for get_font().
6273
6274 2003-09-14  Graham Percival  <gperlist@shaw.ca>
6275
6276         * Documentation/user/ tutorial.itely, refman.itely: add warning
6277         about \key and accidentals.
6278
6279 2003-09-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6280
6281         * scm/new-markup.scm (musicglyph-markup): undefine font-name.
6282
6283         * Documentation/user/*.itely: manual tweaks
6284
6285 2003-09-13  Juergen Reuter  <reuter@ipd.uka.de>
6286
6287         * mf/parmesan-clefs.mf: still more set_char_box() fixes and code
6288         cleanup; bugfix: exact_center
6289
6290         * Documentation/user/refman.itely: added more documentation on
6291         ambitus according to recent questions on lilypond-user list
6292
6293 2003-09-12  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6294
6295         * input/regression/ottava.ly (texidoc): demo 15ma too.
6296
6297         * GNUmakefile.in ($(outdir)/VERSION): add VERSION target 
6298
6299         * input/mutopia/J.S.Bach/baerenreiter-sarabande.ly (sarabandeA):
6300         octave fixes.
6301
6302 2003-09-10  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6303
6304         * lily/lexer.ll: add \r to the rules for newlines; this fixes
6305         problems on older Mac editors.
6306
6307 2003-09-12  Juergen Reuter  <reuter@ipd.uka.de>
6308
6309         * mf/parmesan-clefs.mf: more set_char_box() fixes and code cleanup
6310
6311 2003-09-11  Juergen Reuter  <reuter@ipd.uka.de>
6312
6313         * mf/parmesan-custodes.mf, mf/parmesan-heads.mf,
6314         mf/parmesan-clefs.mf: added comments on character alignment and
6315         set_char_box() conventions
6316
6317         * mf/parmesan-custodes.mf, mf/parmesan-clefs.mf: fixed more
6318         set_char_box()'s
6319
6320         * mf/parmesan-clefs.mf: vaticana: adjusted stem width
6321
6322 2003-09-10  Heikki Junes  <hjunes@cc.hut.fi>
6323
6324         * spec/lilypond.{mandrake,suse}.spec.in: update lilypond.words path.
6325
6326 2003-09-10  Juergen Reuter  <reuter@ipd.uka.de>
6327
6328         * mf/parmesan-custodes.mf: vaticana custos: bugfix: slightly
6329         shortened to avoid almost-collision with staff line; code cleanup;
6330         other custodes: fixed char boxes; code cleanup
6331
6332 2003-09-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6333
6334         * configure.in: release 1.9.5
6335         
6336         * scripts/lilypond.py (global_latex_preamble): only set
6337         twosideshift if 'twoside' is in latexoptions 
6338
6339         * stepmake/GNUmakefile.in: remove nested stepmake packaging stuff.
6340
6341         * VERSION: remove
6342
6343         * scripts/*2ly.py: update <> syntax
6344
6345 2003-09-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6346
6347         * lily/chord-name-engraver.cc (process_music): add origin for
6348         chord name.
6349
6350         * input/regression/chord-name-exceptions.ly (theMusic): add base too.
6351
6352         * scm/chord-ignatzek-names.scm (ignatzek-chord-names): bugfix: do
6353         bass notes for exceptions too.
6354
6355         * scm/define-grobs.scm (all-grob-descriptions): rename
6356         HaraKiriVerticalGroup to RemoveEmptyVerticalGroup
6357
6358         * scm/define-grob-properties.scm (remove-first): add remove-first
6359         property for orchestral scores.
6360
6361         * Documentation/user/*.itely: switch <<>> and <> 
6362
6363         * lily/glissando-engraver.cc (process_music): bugfix: move line to
6364         last_line only once. This fixes the two consecutive glissandi problem.
6365
6366 2003-09-09  Juergen Reuter  <reuter@ipd.uka.de>
6367
6368         * lily/vaticana-ligature-engraver.cc: bugfix: fixed programming
6369         error message "flexa-width undefined"
6370
6371         * lily/vaticana-ligature-engraver.cc, lily/gregorian-ligature.cc,
6372         lily/include/gregorian-ligature.hh: print warning when ignoring
6373         head prefixes on flexa shapes
6374
6375         * lily/vaticana-ligature-engraver.cc: bugfix: always add an extra
6376         space before a series of inclinatum heads
6377
6378         * lily/vaticana-ligature-engraver.cc, lily/gregorian-ligature.cc,
6379         lily/include/gregorian-ligature.hh: junked AFTER_VIRGA; small
6380         cleanups
6381
6382         * mf/parmesan-custodes.mf: redesigned custos; fixed stem length
6383         and char_box
6384
6385 2003-09-08  Juergen Reuter  <reuter@ipd.uka.de>
6386
6387         * input/regression/breathing-sign.ly: tiny fixes
6388
6389         * lily/mensural-ligature.cc: renamed stem->cauda/join to avoid
6390         semantical collision with vaticana ligatures
6391
6392         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
6393         scm/define-grob-properties.scm: bugfix: semantics of delta_pitch
6394         now consistent with mensural ligatures
6395
6396         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
6397         mf/parmesan-heads.mf: bugfix: length of cauda of flexa depends on
6398         context pitches and staff position; dto. for virga stem; removed
6399         obsolete virga and clivis characters from parmesan font (WARNING:
6400         font changed)
6401
6402         * mf/parmesan-heads.mf, mf/parmesan-clefs.mf,
6403         mf/parmesan-timesig.mf: fixed several set_char_box ()'s
6404
6405         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
6406         scm/define-grob-properties.scm: consistency fix: renamed
6407         join_left->add_cauda
6408
6409         * mf/parmesan-heads.mf: bugfix: cephalicus head: corrected
6410         appendix length; bugfix: yoffs_bt for reverse direction punctum
6411         characters
6412
6413         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc:
6414         small cleanups; added more docu
6415
6416         * lily/mensural-ligature-engraver.cc,
6417         lily/vaticana-ligature-engraver.cc,
6418         lily/coherent-ligature-engraver.cc: cleanup: moved delta-pitch
6419         computation to CoherentLigatureEngraver
6420
6421         * ly/gregorian-init.ly, lily/gregorian-ligature.cc,
6422         scm/define-grob-properties.scm: bugfix: added missing linea and
6423         cavum properties; bugfix: removed dead semivocalis property
6424
6425         * mf/parmesan-heads.mf: bugfix: linea punctum: vertical lines
6426         length; redesigned quilisma, stropha and auctum
6427
6428         * ly/engraver-init.ly, scm/define-grobs.scm: use 0.6 as default
6429         line thickness
6430
6431         * lily/vaticana-ligature-engraver.cc, mf/parmesan-heads.mf,
6432         Documentation/user/refman.itely: bugfix: introduced shifted
6433         epiphonus head to avoid collision with adjacent plica
6434
6435 2003-09-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6436
6437         * scm/font.scm (paper20-style-sheet-alist): add smaller font sizes.
6438
6439         * mf/GNUmakefile (SAUTER_FONTS): add smaller sizes.
6440
6441 2003-09-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6442
6443         * Documentation/user/tutorial.itely (A lead sheet): remove
6444         duplicate chords.
6445
6446         * Documentation/bibliography/computer-notation.bib (pages): reorganise.
6447
6448 2003-09-03  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6449
6450         * Documentation/bibliography/computer-notation.bib (isbn): add
6451         xivcim publication.
6452
6453 2003-09-05  Heikki Junes  <hjunes@cc.hut.fi>
6454
6455         * GNUmakefile.in: drop lilypond.words for generation.
6456
6457 2003-09-03  Heikki Junes  <hjunes@cc.hut.fi>
6458
6459         * buildscripts/lilypond.words.py: take filename (also) from an arg.
6460
6461         * GNUmakefile.in (README_FILES): put lilypond.words to $(outdir).
6462
6463 2003-09-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6464
6465         * input/test/figured-bass-alternate.ly (fl): new file.
6466
6467         * Documentation/topdocs/README.texi (Top): clarifications.
6468
6469         * Documentation/bibliography/computer-notation.bib (isbn): add phd
6470         theses of Gieseking and Renz.
6471
6472         * GNUmakefile.in (README_FILES): remove README.mandrake.
6473
6474 2003-09-01  Heikki Junes  <hjunes@cc.hut.fi>
6475
6476         * buildscripts/lilypond.words.py: add file. Creates lilypond.words
6477         from source files and search patterns listed in the script.
6478
6479         * GNUmakefile.in: add target `lilypond.words'.
6480
6481         * lilypond.words: remove file, generated by `make lilypond.words'.
6482
6483         * make/lilypond.{mandrake,redhat,suse}.spec.in: make lilypond.words.
6484
6485 2003-08-31  Heikki Junes  <hjunes@cc.hut.fi>
6486
6487         * lily/parser.yy, lily/my-lily-lexer.cc: spell it acciaccatura.
6488
6489 2003-08-31  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6490
6491         * VERSION: 1.9.4 released
6492
6493         * scripts/convert-ly.py (FatalConversionError.figures_replace):
6494         rule for < > <-> << >> substitution
6495
6496         * lily/lexer.ll: exchange meaning of << >> and < > 
6497
6498         * VERSION (PACKAGE_NAME): 1.9.3 released
6499
6500         * stepmake/stepmake/help2man-rules.make ($(outdir)/%.1): build man
6501         pages unconditionally.
6502
6503 2003-08-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6504
6505         * Documentation/user/music-glossary.tely (Top): small syntax
6506         fixes.
6507
6508         * scm/music-functions.scm (remove-tag): filter \tagged music
6509         expressions.
6510
6511         * input/regression/tag-filter.ly (texidoc): new file.
6512
6513         * lily/parser.yy (post_event): add \tag #'symbol / \tag #'(symbol1
6514         symbol2 .. ) etc. 
6515
6516         * scripts/convert-ly.py (FatalConversionError.conv): fingering
6517         convert rule.
6518
6519         * Documentation/user/refman.itely (Fingering instructions): adjust
6520         manual.
6521
6522         * lily/new-fingering-engraver.cc (position_scripts): don't crash
6523         for borderline cases (e.g. 1 fingering.)
6524         (position_scripts): revise interface, use fingerOrientations to
6525         set fingering positions.
6526
6527         * scm/document-translation.scm (context-doc): add aliases to
6528         automated documentation.
6529
6530         * make/lilypond-vars.make: remove stepmake compat glue.
6531
6532         * make/generic-vars.make: remove cruft.
6533
6534         * lily/main.cc (main): don't identify binary.
6535
6536 2003-08-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6537
6538         * lily/include/translator.hh (class Translator): remove
6539         type_string_ , use symbol for context name throughout.
6540         Changes through whole source tree.
6541
6542         * scripts/lilypond.py: rename ly2dvi.py to lilypond.py
6543         set PDF as default, and always make PDF.
6544
6545         * lily/GNUmakefile (SUBDIRS): rename binary to lilypond-bin
6546
6547 2003-08-29  Heikki Junes  <hjunes@cc.hut.fi>
6548
6549         * ChangeLog lilypond.words Documentation/topdocs/NEWS.texi
6550         Documentation/user/refman.itely input/regression/allfontstyle.ly
6551         input/regression/grace-types.ly:
6552         fix spelling for acciaccatura (Webster's 1913).
6553
6554 2003-08-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6555
6556         * lily/main.cc (usage): adjust blurb, include url.
6557
6558         * input/regression/breathing-sign.ly (texidoc): transpose up
6559
6560 2003-08-28  Juergen Reuter  <reuter@ipd.uka.de>
6561
6562         * input/regression/breathing-sign.ly: changed ancient examples to
6563         be relevant (by request of Han-Wen); updated BreathingSign text
6564         property according to new syntax.
6565
6566         * ly/gregorian-init.ly: updated BreathingSign text property
6567         according to new syntax
6568
6569 2003-08-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6570
6571         * Documentation/user/refman.itely (Clef): give example of G_8 clef.
6572         (Clef): index entries for clefs.
6573
6574         * python/lilylib.py (system): remove errorlog files.
6575         
6576 2003-08-28  Heikki Junes  <hjunes@cc.hut.fi>
6577
6578         * lilypond.words: add \new and new graces. Add dynamics to menus
6579         keeping 1.8.x compatibility; after all the engraving relating to 
6580         notes becomes postfixed `-' marks will be removed.
6581
6582 2003-08-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6583
6584         * lily/molecule.cc (align_to): idem.
6585
6586         * lily/molecule-scheme.cc: ly_align_to_x takes continuous dir argument.
6587         
6588         * ly/grace-init.ly (stopAcciaccaturaMusic): correct misspelling of
6589         accacciatura everywhere.
6590
6591         * VERSION (PACKAGE_NAME): released 1.9.2
6592
6593         * GNUmakefile.in (EXTRA_DIST_FILES): dist lilypond.vim too.
6594
6595         * scm/document-markup.scm (markup-doc-node): sort markup function
6596         list.
6597
6598         * lily/paper-outputter.cc (output_version): change "Lily was here"
6599         into  "Engraved by LilyPond"
6600
6601         * lily/my-lily-lexer.cc (My_lily_lexer): don't crash
6602         on unquoted strings before \notenames.
6603
6604         * lily/parser.yy (lyric_element): allow markup as lyric text. This
6605         increases the number of s/r reductions to 4.
6606
6607         * scm/new-markup.scm (fraction-markup): \fraction command.
6608
6609         * lily/lexer.ll: allow any string without \ { }  # and " in \markup
6610         mode
6611
6612         * lily/lookup.cc (round_filled_box): rename function.
6613         (LY_DEFINE): round-filled-box: change signature.
6614
6615         * Documentation/user/refman.itely: revise section explaining grace
6616         notes.
6617
6618         * lily/translator-scheme.cc (LY_DEFINE): add ! to
6619         ly:set-context-property
6620
6621         * input/*/*.ly (vmus): use \new everywhere.
6622
6623         * lily/my-lily-lexer.cc: add \accacciatura and \appoggiatura
6624
6625         * ly/grace-init.ly (stopGraceMusic): add slurs on grace note by
6626         default
6627
6628         * scm/music-functions.scm (set-stop-grace-properties)
6629         (set-start-grace-properties, add-grace-property): new functions
6630         for modular grace tweak control.
6631
6632         * ly/engraver-init.ly (ScoreContext): new property graceSettings.
6633         
6634 2003-08-28  Jan Nieuwenhuizen  <janneke@gnu.org>
6635
6636         * Documentation/topdocs/INSTALL.texi: Explain install-pfa-fonts.
6637
6638         * GNUmakefile.in (install-pfa-fonts):
6639         (get-pfa-fonts): New target.
6640
6641         * stepmake/stepmake/toplevel-targets.make: Add pfa-fonts and
6642         install-pfa-fonts help.
6643
6644 2003-08-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6645
6646         * lily/translator-scheme.cc (LY_DEFINE):
6647         ly:context-pushpop-property new function.
6648         (LY_DEFINE): new function ly:translator-find  
6649         new function ly:translator?
6650         (LY_DEFINE): new function ly:context?
6651
6652         * lily/translator-def.cc: remove
6653         Translator_def::apply_pushpop_property().
6654
6655         * python/lilylib.py (read_pipe): only store and display error log
6656         if verbose not set.
6657         (read_pipe): only display log if it contains something.
6658
6659 2003-08-27  Jan Nieuwenhuizen  <janneke@gnu.org>
6660
6661         * Documentation/misc/GNUmakefile: Re-add.
6662         (TEXTS): Add CHANGES.
6663
6664 2003-08-27  Heikki Junes  <hjunes@cc.hut.fi>
6665
6666         * lilypond.words: add \newcontext.
6667
6668 2003-08-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6669
6670         * lily/tie-performer.cc (stop_translation_timestep): only flush
6671         tied_notes when we have actually made a tie. Fixes bugs with ties
6672         in polyphonic scores.
6673
6674 2003-08-26  Jan Nieuwenhuizen  <janneke@gnu.org>
6675
6676         * stepmake/autogen.sh: Bugfix: copy aclocal.m4, autogen.sh also if
6677         they do not exist.
6678
6679 2003-08-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6680
6681         * VERSION (PACKAGE_NAME): released 1.9.1 
6682
6683         * ly/engraver-init.ly (RemoveEmptyStaffContext): don't add
6684         Instrument_name_engraver
6685
6686         * lily/tie-performer.cc (create_audio_elements): bugfix
6687
6688         * Documentation/user/music-glossary.tely (Top): comment out
6689         font-style statements.
6690
6691         * input/test/force-hshift.ly: revise example.
6692
6693         * Documentation/bibliography/engraving.bib (note): typos.
6694
6695         * configure.in: bump GCC requirements to 3.x
6696
6697         * lily/include/audio-item.hh (class Audio_tie): rename
6698         note_l_drul_ to note_drul_
6699
6700         * lily/tie-performer.cc (class Tie_performer): patch for new ties.
6701
6702         * lily/parser.yy (relative_music): whoops. All \relative were off
6703         by ...  a lot .... Ahem.
6704
6705         * scm/define-music-types.scm (music-descriptions): idem.
6706
6707         * lily/beam-engraver.cc: move new-beam-event to beam-event
6708
6709         * lily/tie-engraver.cc (class Tie_engraver): move New_tie_engraver
6710         to Tie_engraver
6711
6712         * input/regression/bar-number.ly: remove unnecessary old-relative
6713         options.
6714         
6715         * Documentation/user/internals.itely (Creating contexts): document
6716         \newcontext
6717
6718         * lily/parser.yy (Composite_music): add \newcontext
6719
6720         * Documentation/user/refman.itely (MIDI block): add note about
6721         dotted tempos.
6722
6723         * scm/font.scm: remove old markup legacy
6724
6725         * GNUmakefile.in (web-clean): remake share/ after web-clean.
6726
6727         * lily/breathing-sign.cc (brew_molecule): remove function
6728
6729         * lily/text-item.cc: remove old-style markups.
6730         (interpret_markup): C++ version of markup function
6731         (brew_molecule): idem.
6732
6733         * lily/my-lily-lexer.cc (start_main_input): define input-file-name
6734         as Scheme variable.
6735
6736         * scripts/convert-ly.py (conv): dashes rule.
6737         Apply rule.
6738
6739         * Documentation/user/lilypond-book.itely: syntax fixes. 
6740
6741 2003-08-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6742
6743         * VERSION (PACKAGE_NAME): release 1.9.0
6744
6745         * Documentation/user/lilypond-book.itely (Invoking lilypond-book):
6746         note about dvips. (Should backport.)
6747
6748         * scripts/convert-ly.py
6749         (FatalConversionError.articulation_substitute): add
6750         convert-new-chords code. Remove convert-new-chords.py
6751
6752         * Documentation/user/refman.itely (Octave check): document
6753         \octave.
6754
6755         * Documentation/topdocs/NEWS.texi: add \octave, postfix and
6756         \relative changes.
6757
6758         * lily/parser.yy (command_element): octave check:
6759
6760            \octave PITCH
6761
6762         checks that PITCH (without octave) yields PITCH (with octave) in
6763         \relative
6764
6765         * lily/relative-octave-music.cc (to_relative_octave): octave check.
6766
6767         * lily/scm-option.cc: ly:set-option now has the default argument
6768         #t.
6769
6770         * lily/lexer.ll: add \renameinput
6771
6772         * python/lilylib.py (command_name): robustifications.
6773
6774         * scripts/ly2dvi.py (run_latex): use >& for redirection iso. of
6775         /dev/stderr. This is ash compatible.
6776
6777         * ly/init.ly: add warning if compatibility was not necessary.
6778
6779         * lily/scm-option.cc (LY_DEFINE): add ly:get-option
6780
6781         * flower/include/string-handle.icc: formatting cleanups, rename
6782         references by ref_count_.
6783
6784 2003-08-25  Heikki Junes  <hjunes@cc.hut.fi>
6785
6786         * make/lilypond.mandrake.spec.in: syncronize the spec file with
6787         Torbjorn Turpeinen (tobbe@nyvalls.se): fix group, update reqs,
6788         package libs separately, fix conflicting php variable out=/dev/vc/
6789         invoking `unset out', declare menus, use only one icon-file, fix
6790         doc-path in menu.
6791
6792 2003-08-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6793
6794         * scripts/convert-ly.py (FatalConversionError.conv): typo
6795
6796         * Documentation/misc/GNUmakefile: restore misc directory.
6797
6798         * input/mutopia/J.S.Bach/bwv940.ly: add 1 petite prelude
6799
6800         * input/mutopia/J.S.Bach/GNUmakefile (EXTRA_DIST_FILES): remove
6801         Petites-Preludes 
6802
6803         * input/test/partial-blank.ly (quickmeasure): syntax
6804
6805         * lily/slur.cc (get_attachment): bugfix: don't crash on non-cons
6806         attachment property.
6807
6808         * Documentation/user/refman.itely: remove superfluous -'s 
6809         (Grace notes): ) fixes.
6810
6811         * lily/music.cc: generic compress(), transpose() functions. Remove
6812         others.
6813
6814         * lily/parser.yy (gen_text_def): remove support for #'(italic )
6815         style markup entry.
6816
6817         * lily/parser.yy: all articulations postfix; remove obligatory -
6818         for [,  ) and \!
6819         
6820         * lily/music.cc (to_relative_octave): write generic
6821         to_relative_octave function; various relative cleanups.
6822         Hmmm.
6823
6824         * lily/scm-option.cc: add options new-relative and old-relative
6825
6826         * po/sv.po: new po file.
6827
6828         * Documentation/user/refman.itely (Dynamics): website
6829         fixes. (should backport!)
6830
6831 2003-08-22  Heikki Junes  <hjunes@cc.hut.fi>
6832
6833         * make/lilypond.mandrake.spec.in: declare version only once.
6834
6835 2003-08-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6836
6837         * lily/simultaneous-music.cc (to_relative_octave): undo relative
6838         meaning for now.
6839
6840 2003-08-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6841
6842         * input/mutopia/J.S.Bach/wtk1-fugue1.ly: updates
6843
6844         * input/mutopia/J.S.Bach/wtk1-prelude1.ly: remove file
6845
6846         * input/mutopia/F.Schubert/standchen.ly (trebleThrough): fixes
6847
6848         * lily/simultaneous-music.cc (to_relative_octave): add Event_chord.
6849
6850         * lily/music.cc (var): add ly:music-transpose function.
6851
6852         * lily/parser.yy (pre_events): remove prefix articulations.
6853
6854         * lily/music-sequence.cc (do_relative_octave): change relative meaning.
6855
6856         * VERSION (MY_PATCH_LEVEL): open HEAD/1.9 branch.
6857
6858         * Documentation/user/refman.itely (Text markup): add comment about
6859         markup in header.
6860
6861 2003-08-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6862
6863         * lily/paper-outputter.cc (write_header_fields_to_file): 
6864         only dump value if it is a string.
6865
6866         * flower/include/dictionary.hh: remove.
6867         
6868         * Documentation/ChangeLog-1.5: add back old log.
6869
6870         * Documentation/topdocs/INSTALL.texi (Top): explain how to get
6871         .pfas from a .deb.
6872
6873 2003-08-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6874
6875         * Documentation/bibliography/engraving.bib: add entry for
6876         Jaschinski's Notation
6877
6878 2003-08-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6879
6880         * Documentation/user/refman.itely (Beaming): add note about
6881         allowBeamBreak
6882
6883 2003-08-18  Juergen Reuter  <reuter@ipd.uka.de>
6884
6885         * lilypond.words, ly/engraver-init.ly, ly/params-init.ly: added
6886         GregorianTranscription contexts
6887
6888         * ly/engraver-init.ly: vaticana contexts: minor fixes
6889
6890         * Documentation/user/refman.itely (Ancient notation): added note
6891         on appendix length bug
6892
6893         * input/puer-fragment.ly, input/test/gregorian-scripts.ly,
6894         input/test/vaticana.ly: use vaticana contexts; small fixes
6895
6896 2003-08-17  Jan Nieuwenhuizen  <janneke@gnu.org>
6897
6898         * flower/hash.cc: Remove.
6899
6900         * flower/include/dictionary.hh (V>): Compile fix: Remove assignment
6901         to (nonexistent?) hash_func_ identifier.
6902
6903         * python/midi.c (midi_error, midi_warning): Use char const* for
6904         __FUNCTION__ argument.
6905
6906         * python/gettext.py: Remove.  We already require python 2.1, which
6907         includes gettext.py.
6908
6909         * configure.in: Require python 2.1, as INSTALL.texi says.
6910         it.
6911
6912         * Documentation/topdocs/INSTALL.texi: Add note to avoid bison
6913         versions 1.50 and 1.75.  Remove note about lexer patch.
6914
6915 2003-08-16  Jan Nieuwenhuizen  <janneke@gnu.org>
6916
6917         * Documentation/topdocs/INSTALL.texi: Update type1 font
6918         description to actual situation.  Add comment about new font ball
6919         layout.
6920
6921         * GNUmakefile.in (pfa-fonts): Create font-ball so that untar
6922         in $LILYPONDPREFIX suffices for installation.
6923
6924 2003-08-11  Jan Nieuwenhuizen  <janneke@gnu.org>
6925
6926         * debian/control (Build-Depends): Add flex-old as alternative to
6927         flex.  Deprecate bison 1.75.
6928
6929 2003-08-17  Juergen Reuter  <reuter@ipd.uka.de>
6930
6931         * lilypond.words, ly/engraver-init.ly, ly/params-init.ly: added
6932         Vaticana contexts
6933
6934         * Documentation/user/refman.itely (Ancient notation): documented
6935         some bugs; tiny fixes; added docu on Vaticana contexts
6936
6937         * gregorian-init.ly, ly/script-init.ly: moved ancient articulation
6938         scripts
6939
6940 2003-08-16  Juergen Reuter  <reuter@ipd.uka.de>
6941
6942         * Documentation/user/refman.itely (Ancient notation): added some
6943         introductory words; added section on ancient time signatures;
6944         added some @seealso and @refcommands; small fixes and
6945         beautifications
6946
6947 2003-08-15  Juergen Reuter  <reuter@ipd.uka.de>
6948
6949         * input/regression/note-head-style.ly: many fixes and updates
6950
6951         * Documentation/user/refman.itely: added small sections on ancient
6952         accidentals, rests and flags; revised ancient note head section;
6953         small wording/spelling fixes
6954
6955         * input/test/rests.ly: layout fixes
6956
6957 2003-08-14  Juergen Reuter  <reuter@ipd.uka.de>
6958
6959         * input/puer-fragment.ly: bugfix: central C position of do clef
6960
6961         * ly/gregorian-init.ly: workaround: add small padding space before
6962         divisiones (the correct fix would be the spacing engine to handle
6963         this)
6964
6965 2003-08-13  Graham Percival  <gperlist@shaw.ca>
6966
6967         * input/test/bar-lines-lyric-only.ly, boxed-molecule.ly,
6968         cue-notes.ly: minor fixes.
6969
6970 2003-08-13  Juergen Reuter  <reuter@ipd.uka.de>
6971
6972         * Documentation/user/refman.itely: bugfix: remove obsolete link to
6973         input/test/custos-style.ly
6974
6975         * Documentation/index.html.in: bugfix: link to Tutorial.html
6976
6977         * input/puer-fragment.ly: bugfix: assigment of syllables "no-bis"
6978         to neumes; bugfix: "et": epiphonus, not just a simple pes
6979
6980 2003-08-12  Heikki Junes <hjunes@cc.hut.fi>
6981
6982         * lilypond-mode.el: split `Insert Tag' if it is long enough.
6983
6984         * lilypond.words: add new features: markup, column, center, \[ \].
6985         
6986 2003-08-10  Heikki Junes <hjunes@cc.hut.fi>
6987
6988         * Documentation/topdocs/NEWS.texi, DEDICATION,
6989         stepmake/bin/add-html-footer.py
6990         input/mutopia/J.S.Bach/baerenreiter-sarabande.ly
6991         input/mutopia/J.S.Bach/wtk1-fugue1.ly
6992         input/mutopia/J.S.Bach/wtk1-prelude1.ly
6993         Documentation/topdocs/INSTALL.texi: `bug'fix: a colon `:' is 
6994         added (only) after a sentence which is complete; if the sentence is 
6995         not ended a comma `,' or nothing is used. fix also spaces.
6996
6997 2003-08-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6998
6999         * Documentation/topdocs/INSTALL.texi (Top): change GUILE
7000         requirements to plain 1.6.
7001
7002         * buildscripts/mutopia-index.py (read_lilypond_header): update
7003         mutopia-index.py to 1.4 syntax [sic]
7004
7005 2003-08-07  Heikki Junes <hjunes@cc.hut.fi>
7006
7007         * make/lilypond.mandrake.spec.in: remove menu, sync with redhat-spec.
7008
7009 2003-08-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7010
7011         * Documentation/index.html.in: url for regression pdf
7012
7013         * Documentation/user/cheatsheet.itely (Cheat sheet): single staff.
7014
7015         * Documentation/user/tutorial.itely (Piano staves): s/staffs/staves/g
7016
7017         * make/lilypond.redhat.spec.in (Buildrequires): texinfo >= 4.6 reqd.
7018
7019         * VERSION: 1.8.0 released
7020         
7021         * GNUmakefile.in (local-WWW-post): footify build fix.
7022
7023         * configure.in: require GUILE 1.6.4
7024
7025         * Documentation/user/GNUmakefile: don't copy *.png for
7026         lilypond-internals
7027
7028         * GNUmakefile.in (local-WWW-post): move mutopia-index to toplevel
7029         local-WWW-post target.
7030         (rsync-web): add rsync-web target
7031
7032         * Documentation/user/introduction.itely (Music notation and
7033         engraving): add neume example
7034
7035         * input/puer-fragment.ly (cantus): add puer-fragment
7036
7037 2003-08-06  Jan Nieuwenhuizen  <janneke@gnu.org>
7038
7039         * input/no-notation/midi-volume-equaliser.ly: Add volume setting
7040         to notes, so that equalizer is actualy being used.
7041
7042         * scm/midi.scm (instrument-equalizer-alist):
7043         (absolute-volume-alist): Define public, so that user can copy or
7044         override.
7045
7046         * lily/key-performer.cc (create_audio_elements): Check for minor
7047         key.  Only if key is minor, set MIDI key to minor.
7048
7049 2003-08-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7050
7051         * Documentation/user/refman.itely (Hiding staffs): fixes.
7052
7053         * mf/feta-eindelijk.mf (tracingvariables): add TODO.
7054
7055         * lily/system-start-delimiter.cc (after_line_breaking): retrieve
7056         vertical extents to deal with Hara kiri correctly.
7057
7058         * input/regression/hara-kiri-short.ly: remove
7059
7060         * input/regression/hara-kiri-pianostaff.ly: update test.
7061
7062         * Documentation/user/*.tely: remove WEBTITLE
7063
7064         * scm/output-tex.scm (comment): idem.
7065
7066         * scm/output-pdftex.scm: remove GUILE 1.4 glue
7067
7068         * scm/music-functions.scm (make-lyric-event): new function
7069
7070         * scm/lily.scm (lilypond-version): new function
7071
7072         * input/test/version-output.ly: new file.
7073
7074         * Documentation/user/lilypond.tely: add version number to
7075         front-page.
7076
7077 2003-08-05  Jan Nieuwenhuizen  <janneke@gnu.org>
7078
7079         * input/test/midi-scales.ly: Reformat to match midi2ly output again.
7080
7081 2003-08-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7082
7083         * input/template/gregorian-transcription.ly (barTwo): syntax update.
7084
7085         * Documentation/user/refman.itely (Hiding staffs): rename node.
7086
7087 2003-08-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7088
7089         * input/regression/new-markup-syntax.ly (texidoc): remove
7090         molecule-callback override.
7091
7092 2003-08-04  Jan Nieuwenhuizen  <janneke@gnu.org>
7093
7094         * input/les-nereides.ly: Mark tweaks with %tweak.
7095
7096         * Debian patch, see debian/changelog (Anthony Fok).
7097
7098 2003-08-04  Jan Nieuwenhuizen  <janneke@gnu.org>
7099
7100         * buildscripts/lilypond-profile.sh: Add workaround for zsh posix
7101         problem.
7102
7103 2003-08-04  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
7104
7105         * Documentation/user/refman.itely (Text markup): Fix language bug.
7106
7107 2003-08-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7108
7109         * input/* : postfix syntax fixes.
7110
7111         * Documentation/user/refman.itely (Text markup): add note about
7112         raise/lower with ^ or _ .
7113         
7114         * po/fi.po: fix \\apply strings.
7115
7116         * lily/parser.yy (open_event): warn for prefix articulations.
7117
7118 2003-08-04  Juergen Reuter  <reuter@ipd.uka.de>
7119
7120         * lily/all-font-metrics.cc (find_font): bugfix: apply Han-Wen's last
7121         fix also on parmesan font.
7122
7123 2003-08-03  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7124
7125         * VERSION 1.7.30 released
7126         
7127         * GNUmakefile.in (EXTRA_DIST_FILES): remove lexer GCC patch.
7128
7129         * buildscripts/mutopia-index.py (headertext): rewording
7130
7131 2003-08-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7132
7133         * scm/new-markup.scm (strut-markup): new markup function.
7134
7135         * scm/bass-figure.scm (make-bass-figure-markup): insert vertical
7136         space also when no accidental is there.
7137
7138 2003-08-02  Jan Nieuwenhuizen  <janneke@gnu.org>
7139
7140         * input/les-nereides.ly: Updates.
7141
7142 2003-08-02  Heikki Junes <hjunes@cc.hut.fi>
7143
7144         * lilypond-mode.el (LilyPond-insert-tag-current): new function,
7145         which repeats the tag insertion selected from "Insert tag" menu.
7146
7147 2003-08-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7148
7149         * lily/all-font-metrics.cc (find_font): load AFM files first only
7150         for feta fonts. This fixes problems with TeXlive and other TeX
7151         distros that include AFM files for the CM fonts. 
7152
7153         * scm/font.scm (qualifiers-to-font-name): remove.
7154
7155         * lily/paper-def.cc: remove get_var.
7156
7157         * input/trip.ly: remove file.
7158         
7159         * input/regression/spacing-note-flags.ly (raggedright): remove
7160         stafflinethickness
7161
7162         * input/les-nereides.ly: update to new syntax, cleanups.
7163
7164 2003-08-01  Jan Nieuwenhuizen  <janneke@gnu.org>
7165
7166         * Documentation/user/refman.itely: Clarify shortest-note problem
7167         of autobeamer.
7168
7169 2003-08-01  Heikki Junes <hjunes@cc.hut.fi>
7170
7171         * lilypond-mode.el: Add each word to regexps only once.
7172
7173         * lilypond-mode.el (LilyPond-insert-tag): add new function, which 
7174         is based on the syntax definitions in lilypond.words. Remove all 
7175         LilyPond-insert-tag-* functions. Restructure LilyPond menu. 
7176         LilyPond->Insert menu is generated by the entries in lilypond.words 
7177         to which have been given a syntax definition.
7178
7179         * lilypond.words: give syntax definitions (LilyPond-insert-tag) for 
7180         \notes, \relative, \score, \simultaneous, \transpose.
7181
7182         * lilypond-mode.el: allow non-alpha characters only in menu keywords.
7183
7184         * lilypond.words: add useful `\context Staff =' and `\context Voice ='.
7185         
7186         * lilypond-mode.el: add menu keywords separately.
7187
7188         * lilypond.words: post-syntaxed slur pairs and syntax for \times.
7189
7190 2003-08-01  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
7191
7192         * Documentation/topdocs/INSTALL.texi (Top): Documentation of the
7193         current ugly installation method for PFA fonts.
7194
7195 2003-07-31  Heikki Junes <hjunes@cc.hut.fi>
7196
7197         * lilypond-mode.el: Junk LilyPond-quick-notes-insert; instruct 
7198         to use LilyPond Quick Insert Mode by Nicolas Sceaux, instead.
7199
7200         * Documentation/user/music-glossary.tely: update legato.
7201
7202 2003-07-30  Jan Nieuwenhuizen  <janneke@gnu.org>
7203
7204         * lexer-gcc-3.0.patch: Remove.
7205
7206         * lexer-gcc-3.1.sh: Disable FlexLexer.h massaging.
7207
7208 2003-07-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7209
7210         * debian/rules (binary-arch): remove NEWS.
7211
7212 2003-07-30  Heikki Junes <hjunes@cc.hut.fi>
7213
7214         * buildscripts/{ many }, lily/main.cc, po/{ all }, scripts{ many },
7215         stepmake/bin{ many }: polish the `--help's of different scripts;
7216         model taken from the core-utils of Linux.
7217
7218         * flower/getopt-long.cc, python/lilylib.py: add space, see above.
7219
7220 2003-07-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7221
7222         * flower/parse-afm.cc (parseCharMetrics): add warnings.
7223
7224         * flower/libc-extension.cc: idem.
7225
7226         * flower/include/libc-extension.hh: protect against isinf macros.
7227
7228 2003-07-29  Heikki Junes <hjunes@cc.hut.fi>
7229
7230         * { many }: Use two uppercase letters in LilyPond.
7231
7232         * lily/main.cc, po/{ many }, scripts/{ many }: add verbs.
7233
7234         * VERSION: 1.7.29 released.
7235         
7236 2003-07-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7237
7238         * lily/tie.cc: add TODO comment.
7239
7240         * lily/bezier.cc: replace bezier-bow with bezier-sandwich.
7241
7242         * scm/*.scm: remove bezier-bow. Use bezier-sandwich with rounded
7243         linejoins and linecaps. This fixes problems with occasional spikes
7244         on slur/tie endings.
7245         
7246         * input/regression/font-name.ly: don't use PS fonts for
7247         compatibility reasons. 
7248
7249         * mutopia/claop.py (accents): update to 1.8
7250
7251         * Documentation/user/music-glossary.tely (Top): remove 13pt.
7252
7253         * Documentation/user/macros.itexi: don't color glossary links.
7254
7255         * Documentation/user/invoking.itexi (Error messages): new section
7256
7257 2003-07-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7258
7259         * input/regression/font-name.ly: add file.
7260
7261         * scm/document-backend.scm (grob-doc): remove <hr> from
7262         lilypond-internals
7263
7264         * Documentation/topdocs/INSTALL.texi (Top): bump GUILE
7265         reqd version to 1.6.4 
7266
7267         * lily/font-interface.cc (get_font): bugfix: take font-name from
7268         alist chain too. This fixes font-name override for \markup.
7269
7270 2003-07-28  Jan Nieuwenhuizen  <janneke@gnu.org>
7271
7272         * Documentation/pictures/GNUmakefile (OUT_DIST_FILES): Remove icon.
7273
7274         * input/test/polymetric-differing-notes.ly: Compile fix.
7275
7276 2003-07-28  Juergen Reuter  <reuter@ipd.uka.de>
7277
7278         * Documentation/user/refman.itely: fixed typo
7279
7280         * lily/vaticana-ligature-engraver.cc: bugfix: insert extra space
7281         before flexa
7282
7283 2003-07-27  Heikki Junes  <hjunes@cc.hut.fi>
7284
7285         * input/test/{ many }: search & fix some typos.
7286
7287 2003-07-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7288
7289         * scripts/ly2dvi.py (include_path): use preview_resolution for PNG
7290         images.
7291
7292         * scm/music-functions.scm (make-voice-props-set): set Script /
7293         TextScript dir for polyphony too.
7294
7295         * scm/define-grobs.scm (all-grob-descriptions): decrease space
7296         before clef.
7297
7298         * flower/libc-extension.cc (my_round): ANSI-C compatible rounding.
7299
7300 2003-07-27  Rune Zedeler  <rz@daimi.au.dk>
7301
7302         * Documentation/user/refman.itely (Percussion): Small
7303         clarifications and fixes.
7304
7305         * scm/drums.scm: Bugfix: Use string instead of symbol when naming
7306         threads. This fixes different heads playing simultaneously.
7307
7308 2003-07-27  Heikki Junes  <hjunes@cc.hut.fi>
7309
7310         * Documentation/user/{ many }: increase readability (read through 
7311         User manual from `one big page').
7312
7313 2003-07-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7314
7315         * input/test/polymetric-differing-notes.ly: add example with
7316         disparate note values.
7317
7318         * input/test/polymetric.ly: rename from poly-metric
7319
7320         * scripts/ly2dvi.py (include_path): bugfix: use outbase
7321         iso. outname.
7322
7323         * mf/feta-klef.mf: clef fixes, remove left/right spacing.  set
7324         G-clef bbox to real char extents. This fixes the G-clef being
7325         offset too much to the right.
7326         document perc clef offset.
7327
7328         WARNING: FONT CHANGED.
7329
7330         * Documentation/user/tutorial.itely (Tutorial): move menu.
7331
7332 2003-07-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7333
7334         * buildscripts/lilypond-profile.sh (Error): trim error message.
7335
7336         * Documentation/user/invoking.itexi (Invoking the lilypond
7337         binary): add note about path.
7338
7339         * Documentation/user/macros.itexi: add @c at EOL, hopefully
7340         suppresses superfluous spaces.
7341
7342 2003-07-25  Jan Nieuwenhuizen  <janneke@gnu.org>
7343
7344         * buildscripts/lilypond-profile.sh: Add documentation to error
7345         message.
7346
7347         * make/srcdir.make.in (web-install): Use SRCMAKE, set outdir.
7348
7349 2003-07-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7350
7351         * scripts/lilypond-book.py: HTML fixes (by Michael Ossmann
7352         <mike@ossmann.com>)
7353
7354         * Documentation/bibliography/computer-notation.bib (pages): prune
7355         unscientific language.
7356
7357         * Documentation/user/GNUmakefile: copy unsplit file to
7358         lilypond.html (idem for lilypond-internals).
7359
7360         * buildscripts/mutopia-index.py (read_dict): remove "example file:"
7361
7362         * Documentation/topdocs/NEWS.texi (Top): rewrite NEWS in texinfo.
7363
7364         * python/lilylib.py (lilypond_version): 2.1 proof version check.
7365
7366         * lily/staff-symbol-referencer.cc (LY_DEFINE): lrint, the final
7367         fix.
7368         
7369 2003-07-25  Heikki Junes  <hjunes@cc.hut.fi>
7370
7371         * Documentation/user/{ various }: bind text snippets with their
7372         examples, e.g. by punctuation: This is an example.
7373
7374 2003-07-25  Jan Nieuwenhuizen  <janneke@gnu.org>
7375
7376         * ly/performer-init.ly (VoiceContext): Typos.
7377
7378         * stepmake/stepmake/toplevel-targets.make (install): For srcdir
7379         builds, leave final-install to toplevel srcdir makefile.
7380
7381         * make/srcdir.make.in (install): New target.
7382
7383 2003-07-24  Jan Nieuwenhuizen  <janneke@gnu.org>
7384
7385         * ly/performer-init.ly (TabStaffContext, TabVoiceContext): Add.
7386         This fixes core dump on MIDI output (Simon Weatherill).
7387
7388         * stepmake/stepmake/generic-targets.make (WWW-post): Oops, depend
7389         on local-WWW-post.
7390
7391 2003-07-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7392
7393         * make/lilypond.redhat.spec.in: add dvips to reqs.
7394
7395 2003-07-24  Jan Nieuwenhuizen  <janneke@gnu.org>
7396
7397         * make/srcdir.make.in (web): Add special web target.
7398
7399         * stepmake/stepmake/generic-targets.make (WWW): Remove $(MAKE)
7400         from inner $(LOOP).
7401
7402         * cygwin/mknetrel: Override $(webdir) (was: $(docdir)).
7403
7404         * stepmake/stepmake/generic-targets.make (www-targets-help):
7405         * GNUmakefile.in (web-install): Install in $(webdir).
7406
7407         * input/test/smart-transpose.ly (texidoc): texidoc compile fix.
7408
7409         * cygwin/changelog: 
7410         * cygwin/mknetrel: Update.
7411
7412         * GNUmakefile.in (web-install): Rename (was: install-html-doc).
7413         (html-doc): Remove (use: web).
7414
7415         * stepmake/stepmake/script-rules.make: 
7416         * stepmake/stepmake/python-module-rules.make ($(outdir)/%.py):
7417         Fix $(config_make) dependencies for srcdir build.
7418
7419         * stepmake/stepmake/generic-targets.make ($(config_make)): Fix
7420         target for srcdir build.
7421
7422         * stepmake/make/stepmake.make: 
7423         * make/srcdir.make.in: 
7424         * GNUmakefile.in:
7425         * make/stepmake.make (config_make): Rename variable (was:
7426         configuration).
7427
7428 2003-07-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7429
7430         * Documentation/user/internals.itely (Manipulating music
7431         expressions): run lilypond on example too.
7432
7433         * flower/include/libc-extension.hh: move lrint define to
7434         header. bugfix.
7435         
7436 2003-07-24  Jan Nieuwenhuizen  <janneke@gnu.org>
7437
7438         * stepmake/GNUmakefile.in (STEPMAKE_TEMPLATES): 
7439         * stepmake/stepmake/GNUmakefile (STEPMAKE_TEMPLATES): Add www (why
7440         do we recurse whole tree?).
7441
7442         * GNUmakefile.in (html-doc): Resurrect.
7443
7444         * Documentation/pictures/GNUmakefile (default, local-dist): Remove
7445         obsolete $(package-icon) dependency.
7446
7447 2003-07-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7448
7449         * Documentation/user/refman.itely (Automatic staff changes):
7450         add seealso 
7451
7452         * Documentation/index.html.in: link to bigpage.
7453
7454         * Documentation/user/tutorial.itely (Tutorial): streamline.
7455
7456         * Documentation/index.html.in: url typo.
7457
7458         * VERSION (PACKAGE_NAME): release 1.7.28
7459
7460         * python/lilylib.py (error_log): remove '/' from name.
7461
7462         * input/regression/pedal.ly: remove; dups input/test/
7463         
7464         * stepmake/stepmake/texinfo-rules.make: remove footify everywhere.
7465
7466         * Documentation/index.html.in: python style doco index.
7467
7468         * Documentation/{footer,header}.html.in (src): remove, 
7469
7470         * Documentation/pictures: remove all but lelie-logo.xpm.
7471
7472         * stepmake/stepmake/texinfo-vars.make (MAKEINFO): unset LANG
7473         before running makeinfo.
7474
7475         * lily/include/music-iterator.hh (IMPLEMENT_CTOR_CALLBACK): add
7476         @code{}
7477
7478 2003-07-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7479
7480         * input/test/bar-number-regular-interval.ly: rename.
7481
7482         * Documentation/user/*: various fixes. 
7483
7484 2003-07-24  Heikki Junes  <hjunes@cc.hut.fi>
7485
7486         * Documentation/{ many }: polish for update-all-menus. typos.
7487
7488         * po/fi.po: fixes.
7489
7490         * Documentation/topdocs/{README.texi,INSTALL.texi}: update links.
7491
7492         * buildscripts/mutopia-index.py: polish.
7493
7494         * input/regression/{ many }, input/test{ many }: polish texidocs.
7495
7496 2003-07-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7497
7498         * scripts/convert-ly.py (FatalConversionError.conv): rule for
7499         pedal-style
7500
7501         * lily/text-spanner.cc (brew_molecule): use bracket-flare
7502         iso. edge-widen.
7503
7504         * lily/piano-pedal-engraver.cc (process_music): change from
7505         process_acknowledged ()
7506
7507         * lily/piano-pedal-bracket.cc: new file. Change
7508         setup_pedal_bracket in after_line_breaking callback.  Thoroughly
7509         cleaned up.
7510
7511         * lily/text-spanner.cc (setup_pedal_bracket): cleanup.
7512
7513         * input/regression/tuplets.ly (texidoc): rename file.
7514
7515         * po/fr.po: update
7516
7517         * buildscripts/lilypond-profile.sh: error message if script is not
7518         sourced.
7519
7520         * lily/tuplet-bracket.cc (make_bracket): change edge-widen to
7521         bracket-flare
7522         (make_bracket): simplify code.
7523
7524         * lily/parser.yy (verbose_command_req): catch typos in \key scale
7525         argument.
7526
7527         * python/lilylib.py (lilypond_version_check): new function
7528
7529         * scripts/lilypond-book.py (TexiPaper.incl_opt): idem
7530
7531         * scripts/ly2dvi.py (run_lilypond): add version check.
7532
7533         * scripts/lilypond-book.py (option_definitions): typo
7534
7535         * scripts/ly2dvi.py (include_path): typo
7536
7537         * make/lilypond.redhat.spec.in (Group): add INSTALL.txt
7538
7539         * lily/parse-scm.cc (parse_handler): typo
7540
7541         * Documentation/user/macros.itexi: use @heading for headings.
7542
7543         * Documentation/user/refman.itely: updates, fixes.
7544
7545 2003-07-23  Heikki Junes  <hjunes@cc.hut.fi>
7546
7547         * po/fi.po: add Finnish translations. fixes.
7548
7549         * stepmake/stepmake/toplevel-targets.make: rpm-mandrake -> rpm-mdk.
7550
7551         * lily/piano-pedal-engraver.cc: fixed warnings, got working syntax
7552         from lily/glissando-engraver.cc.
7553
7554 2003-07-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7555
7556         * lily/volta-bracket.cc (brew_molecule): opps: only wipe number
7557         for non-first _broken_ bracket.
7558
7559         * Documentation/user/refman.itely: corrections.
7560
7561 2003-07-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7562
7563         * lily/new-fingering-engraver.cc (position_scripts): add heads to
7564         support of the fingerings.
7565
7566         * po/fr.po: French translation update.
7567
7568         * lily/parser.yy (Composite_music): add extra \ for "\apply" in
7569         strings.
7570
7571 2003-07-22  Jan Nieuwenhuizen  <janneke@gnu.org>
7572
7573         * Documentation/user/introduction.itely: Small fixes.
7574
7575 2003-07-22  Heikki Junes  <hjunes@cc.hut.fi>
7576
7577         * Documentation/topdocs/AUTHORS.texi: polish.
7578
7579 2003-07-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7580
7581         * Documentation/user/introduction.itely: revise
7582
7583         * Documentation/user/tutorial.itely: reorganise.
7584
7585         * Documentation/topdocs/index.tely: remove.
7586
7587         * Documentation/header.html.in: prune.
7588
7589         * GNUmakefile.in: clean up web building.
7590
7591         * stepmake/stepmake/generic-targets.make (WWW): add WWW as generic
7592         target.
7593
7594 2003-07-21  Heikki Junes  <hjunes@cc.hut.fi>
7595
7596         * lilypond-font-lock.el: do not try to match two-char slurs \) \].
7597
7598         * lilypond-mode.el: turn on blink-matching-paren.
7599
7600 2003-07-21  Jan Nieuwenhuizen  <janneke@gnu.org>
7601
7602         * scm/output-sodipodi.scm (svg-header): Fix typo.
7603
7604 2003-07-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7605
7606         * python/lilylib.py (error_log): use mktemp iso.  temp_dir. This
7607         fixes a security hole.
7608
7609         * scripts/lilypond-book.py (original_dir): remove temp_dir
7610
7611         * scm/document-translation.scm: use @code tags.
7612
7613 2003-07-20  Heikki Junes  <hjunes@cc.hut.fi>
7614
7615         * lilypond-font-lock.el: do not try to match two-char slurs \( \[.
7616
7617         * lilypond-mode.el: add a buffer-local post-command-hook to set
7618         context dependent syntax-table after each cursor event. Remove old
7619         stuff. XEmacs: turn on parenthesis highlighting in LilyPond-mode.
7620
7621         * lilypond-indent.el: update comments.
7622
7623         * Documentation/footer.html.in: add period.
7624
7625 2003-07-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7626
7627         * make/lilypond.redhat.spec.in (Group): don't strip binary.
7628
7629         * scm/document-translation.scm (document-property-operation): add
7630         @code{} tags.
7631
7632         * VERSION (PACKAGE_NAME): release 1.7.27
7633
7634         * config.make.in: add PAPER variable
7635
7636         * buildscripts/new-chords.py (help): add help text
7637
7638         * Documentation/user/introduction.itely (Typography and program
7639         architecture):  fixes.
7640
7641         * Documentation/user/GNUmakefile (DVIPS_PAPERSIZE): set A4 paper
7642         for texinfo and dvips. This fixes problems with PDF output of the
7643         wrong size.
7644
7645         * stepmake/stepmake/tex-rules.make ($(outdir)/%.ps): add
7646         DVIPS_PAPERSIZE variable
7647
7648         * stepmake/stepmake/texinfo-rules.make ($(outdir)/%.dvi): add
7649         TEXINFO_PAPERSIZE variable 
7650
7651 2003-07-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7652
7653         * mf/feta-macros.mf: whoops: only draw lines for test situations.
7654
7655         * mf/feta-toevallig.mf: lowres fixes.
7656
7657 2003-07-19  Jan Nieuwenhuizen  <janneke@gnu.org>
7658
7659         * NEWS: Typo and fill-paragraph fixes.
7660
7661         * flower/libc-extension.cc (lrint)[!HAVE_LRINT]: Use round () and
7662         cast #define.
7663
7664         * configure.in: 
7665         * config.hh.in: Check for lrint.
7666
7667 2003-07-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7668
7669         * VERSION: 1.7.26 released
7670
7671         * lily/separation-item.cc: add padding property.
7672
7673         * input/test/*.ly: various fixes, remove solo-a2.ly
7674
7675         * scm/new-markup.scm (brew-new-markup-molecule): arg order
7676         bugfix. Fixes old-style markup compatibility.
7677
7678         * Documentation/user/introduction.itely (Introduction): historical
7679         elucidations
7680
7681         * Documentation/user/music-glossary.tely (Top): linewidth fix.
7682
7683         * Documentation/topdocs/AUTHORS.texi (AUTHORS): cleanup.
7684
7685         * Documentation/index.texi (Top): cleanup.
7686
7687         * Documentation/user/introduction.itely (Introduction): rewrite
7688         introduction, 
7689         (Music notation and  engraving): about notation. Add flat-picture
7690
7691 2003-07-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7692
7693         * ly/engraver-init.ly (LyricsVoiceContext): add padding for
7694         separation items. This keeps lyrics from bumping into each other.
7695
7696 2003-07-18  Jan Nieuwenhuizen  <janneke@gnu.org>
7697
7698         * GNUmakefile.in (topdocs-web): New target.
7699         (local-web): Depend on topdocs-web; fixes html-doc.
7700
7701 2003-07-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7702
7703         * po/lilypond.pot: run po-replace
7704
7705         * Documentation/GNUmakefile (SUBDIRS): remove windows/ directory
7706
7707         * scm/drums.scm (reset-drum-kit): new function.
7708
7709         * Documentation/GNUmakefile (SUBDIRS): remove misc/ directory.
7710
7711         * scripts/update-lily.py: remove
7712         
7713         * VERSION: release 1.7.25
7714         
7715         * Documentation/user/introduction.itely (Introduction): rewrite
7716         start of introduction.
7717
7718 2003-07-18  Juergen Reuter  <reuter@ipd.uka.de>
7719
7720         * lily/all-font-metrics.cc: fixed typo
7721
7722 2003-07-18  Heikki Junes  <hjunes@cc.hut.fi>
7723
7724         * lilypond-font-lock.el (LilyPond-mode-set-syntax-table, 
7725         LilyPond-mode-context-set-syntax-table): new functions to define
7726         the syntax table according to context.
7727
7728         * lilypond-mode.el: use LilyPond-mode-set-syntax-table.
7729
7730 2003-07-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7731
7732         * Documentation/user/refman.itely (Figured bass): 
7733         language nit courtesy http://www.vocabula.com
7734
7735         * GNUmakefile.in: remove no kpathsea hack.
7736
7737         * Documentation/topdocs/INSTALL.texi (Top): remove web-doc from
7738         doco.
7739
7740         * GNUmakefile.in: remove web-doc target.
7741
7742         * lily/all-font-metrics.cc (find_afm): add message about
7743         buildscripts/clean-fonts.sh 
7744
7745         * scm/define-music-properties.scm (figure): use string for 'figure
7746
7747         * lily/parser.yy (bass_number): allow strings for bassfigure too. 
7748
7749         * input/regression/ : add raggedright = ##t where applicable. 
7750         
7751         * scm/bass-figure.scm (make-bass-figure-markup): add
7752         alignBassFigureAccidentals property.
7753
7754         * lily/volta-bracket.cc (brew_molecule): only put text on 1st
7755         bracket.
7756
7757         * lily/hyphen-spanner.cc (set_spacing_rods): new function: take
7758         syllables widths into account for minimum-length.
7759
7760         * input/test/staff-container.ly: update file
7761
7762         * input/test/stem.ly: remove
7763
7764         * lily/event.cc (LY_DEFINE): add ly: prefix.
7765
7766         * input/test/clef-manual-control.ly: from manual-clef
7767
7768         * input/test/repeat-shorter-bracket.ly: move from coda-kludge 
7769
7770         * input/test/different-time-signatures.ly: move to poly-metric.ly
7771
7772         * input/test/hara-kiri*,scales.ly: remove
7773         
7774         * input/test/chord-names-dpnj.ly (efullmusic): remove file (merged
7775         with chord-names-jazz.ly)
7776
7777         * make/mutopia-rules.make ($(outdir)/%.pdf): use +lilypond.map to
7778         get scalable cm fonts too.
7779
7780         * stepmake/stepmake/metafont-rules.make (ENCODINGOPTION): add
7781         --encoding for mftrace if present.
7782
7783         * input/regression/slur-area.ly: move from test/
7784
7785         * input/test/: remove simple-slur-endings slur-attachment
7786         slur-broken-cross-staff slur-broken.ly slur-damping.ly
7787         slur-follow-music.ly slur-position.ly slur-proof.ly slur-shape.ly
7788         slur-symmetry slur-symmetry tie-broken.ly
7789
7790         * scm/drums.scm (set-drum-kit): add function.
7791
7792         * Documentation/user/refman.itely (Percussion staves): use
7793         set-drum-kit
7794
7795         * scripts/etf2ly.py (interpret_finale_key_sig): handle minor keys
7796         too
7797         (Global_measure.set_timesig): handle 3/8 time sig too.
7798
7799         * scm/output-lib.scm (note-head-style->attachment-coordinates):
7800         note about triangle note heads.
7801
7802         * scm/drums.scm: use alist for instrument-settings. This fixes the
7803         bug with assigning to drums in the .ly file.
7804
7805         * mf/feta-autometric.mf (code): start font at 32. WARNING: FONT
7806         CHANGED.
7807
7808         * scm/define-grob-interfaces.scm (cluster-beacon-interface): add
7809         cluster-beacon-interface
7810
7811         * scm/define-grobs.scm (all-grob-descriptions): default to ramp.
7812
7813         * scripts/convert-ly.py (FatalConversionError.conv): add cluster rule.
7814
7815         * ly/spanners-init.ly (stopGroup): remove start/stopCluster.
7816
7817         * lily/cluster.cc (brew_molecule): examine ClusterSpannerBeacons
7818         to get positions.
7819
7820         * lily/cluster-engraver.cc: rewrite: catch cluster-note-events,
7821         make ClusterSpannerBeacon to record Y positions. This removes the
7822         need to switch off notes. Use \apply #notes-to-clusters { .. }  to
7823         make cluster-note-events.
7824
7825 2003-07-17  Jan Nieuwenhuizen  <janneke@gnu.org>
7826
7827         * stepmake/aclocal.m4: Do AC_PATH_PROG for python.
7828
7829         * configure.in: Use lily/main.cc as identifying source file.
7830
7831         * lily/accidental-engraver.cc: Compile fix: include protected-scm.hh.
7832
7833         * config.hh.in: 
7834         * python/midi.c: Remove <pyphonX>/Python.h ifdef tree.
7835
7836         * configure.in: Require PYTHON >= 2.0.
7837
7838         * stepmake/aclocal.m4 (STEPMAKE_PYTHON_DEVEL): Rewrite.  Ask
7839           $PYTHON for include dir location.
7840         (STEPMAKE_PYTHON): New function.  Use
7841         
7842             PYTHON=foo ./configure
7843
7844           to override.
7845
7846 2003-07-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7847
7848         * lily/translator-scheme.cc (LY_DEFINE): bugfix: always return
7849         something.
7850
7851         * make/lilypond.redhat.spec.in (Group): change ftp.cs.uu.nl to
7852         ftp.lilypond.org everywhere.
7853
7854 2003-07-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7855
7856         * lily/text-item.cc (interpret_new_markup): do only if new-markup
7857         detected.
7858
7859         * Documentation/user/refman.itely (Grace notes): note on explicit
7860         contexts
7861
7862 2003-07-16  Heikki Junes  <hjunes@cc.hut.fi>
7863
7864         * lilypond-font-lock.el: add a comment about LilyPond specific
7865         escape characters: ^, - and _, in the syntax table.
7866
7867         * Documentation/user/appendices.itely: a majuscule fix.
7868
7869 2003-07-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7870
7871         * input/test/trills.ly (endHorizScript): fixes.
7872
7873         * input/test/chord-names-jazz.ly: merge in alternate Jazz
7874         notation, move from regression.
7875
7876         * input/test/script-stack.ly: change name from stacked-scripts
7877
7878         * input/test/ossia.ly: octave errors.
7879
7880         * input/no-notation/midi-tuplets.ly: move from input/test/, idem
7881         for midi-volume-equaliser
7882
7883 m2003-07-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7884
7885         * scm/output-ps.scm (lily-traced-cm-fonts): substitution for lily
7886         cm fonts.
7887
7888         * mf/feta-beugel.mf: don't multiply font_count by 10.
7889
7890         * lily/lookup.cc (horizontal_line): new function. Use
7891         horizontal-line in output backends.
7892
7893         * Documentation/user/tutorial.itely (An orchestral part): new
7894         section on orchestral stuff and identifiers.
7895
7896 2003-07-14  Heikki Junes  <hjunes@cc.hut.fi>
7897
7898         * lilypond-mode.el: comment-out paren-highlighting, it still causes
7899         some interference to other modes.
7900
7901 2003-07-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7902
7903         * lily/spacing-spanner.cc (musical_column_spacing): use average,
7904         not maximum of spacing wishes in polyphonic situations.
7905
7906         * scm/define-grobs.scm (all-grob-descriptions): bold tuplet
7907         number
7908
7909         * lilypond-indent.el: remove paren matching. 
7910
7911         * lily/text-item.cc (interpret_new_markup): new function
7912         use iso. text2molecule.
7913
7914         * lily/main.cc (notice): change FSF address 
7915
7916         * po/de.po: update PO file to 1.6.
7917
7918 2003-07-13  Heikki Junes  <hjunes@cc.hut.fi>
7919
7920         * Documentation/user/ {many}: Add periods and remove spaces.
7921         
7922 2003-07-11  Heikki Junes  <hjunes@cc.hut.fi>
7923
7924         * lilypond-indent.el (LilyPond-paren-set-mode): From XEmacs' paren.el:
7925         Disable buffer-locally default paren hook and make a new one. 
7926
7927         * lilypond-mode.el: Turn off locally paren-mode, but turn on
7928         locally LilyPond-paren-mode. Add todo for mouse double-click.
7929
7930 2003-07-10  Heikki Junes  <hjunes@cc.hut.fi>
7931
7932         * lilypond-indent.el (LilyPond-show-paren-mode): From Emacs' paren.el:
7933         Disable buffer-locally default paren idle timer and make a new one. 
7934
7935         * lilypond-mode.el: Turn off locally show-paren-mode, but turn on
7936         locally LilyPond-show-paren-mode. Add to menu a toggle for
7937         LilyPond-show-paren-function.
7938
7939 2003-07-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7940
7941         * input/template/jazz-combo.ly (drumNotes): 1.7 fixes 
7942
7943 2003-07-09  Heikki Junes  <hjunes@cc.hut.fi>
7944
7945         * Documentation/user/refman.itely: spelling fix.
7946
7947         * lilypond-mode.el, lilypond-indent.el: restrusture and comment
7948         paren highlight function definitions. add todo for
7949         LilyPond-show-paren-mode.
7950
7951 2003-07-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7952
7953         * input/template/jazz-combo.ly: new file.
7954
7955 2003-07-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7956
7957         * mf/feta-toevallig.mf: tweak for bottom of flat sign. 
7958         lo-res fixes.
7959
7960         * mf/feta-schrift.mf: bugfix in varcoda sign.
7961         WARNING: FONT CHANGED
7962
7963         * lily/my-lily-lexer.cc (lookup_identifier): return SCM_UNDEFINED,
7964         in accordance with lexer.ll.   
7965
7966 2003-07-05  Jan Nieuwenhuizen  <janneke@gnu.org>
7967
7968         * Documentation/user/tutorial.itely: Edit introduction.
7969
7970 2003-07-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7971
7972         * lily/staff-symbol-referencer.cc (LY_DEFINE): add
7973         ly:grob-staff-position
7974
7975 2003-07-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7976
7977         * scm/to-xml.scm: import srfi-1
7978
7979         * VERSION (MAJOR_VERSION):  release 1.7.24
7980
7981         * python/lilylib.py (make_ps_images): make multipage _really_ work.
7982
7983         * scripts/lilypond-book.py (do_file): put texidoc before image.
7984         (TexiPaper.process_ly2dvi_block): make multipage _really_ work.
7985
7986         * input/regression/*.ly: fix snippet octaves 
7987
7988         * input/test/spanner-after-break-tweak.ly: import
7989         broken-spanner-adjustment
7990
7991         * input/no-notation/midi-transposing.ly: move from input/test/
7992
7993         * input/test/: remove chord-markup
7994
7995         * input/regression/instrument-name-partial.ly: move from input/test.
7996
7997         * input/test/vertical-text.ly: remove
7998
7999         * ly/engraver-init.ly (LyricsVoiceContext): add more vertical
8000         space above lyrics lines.
8001
8002         * input/test/uniform-breaking.ly: remove file.
8003
8004         * lily/gourlay-breaking.cc (combine_demerits): add comment about
8005         uniform spacing density. 
8006
8007         * input/test/chords.ly (keys): remove file.
8008
8009         * scm/documentation-lib.scm (oop): use srfi-1 too.
8010
8011         * input/regression/*.ly: add \version
8012
8013         * Documentation/user/*.itely: various fixes.
8014
8015         * buildscripts/mf-to-table.py (base): break table every three
8016         symbols.
8017
8018         * input/:  remove %% new-chords-done %% .
8019
8020         * input/tutorial: remove os-flute-2.ly os-score.ly miniatures.ly
8021         os-music.ly
8022         
8023 2003-07-03  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8024
8025         * make/lilypond.redhat.spec.in: require GUILE >= 1.6.4-7
8026
8027         * scm/new-markup.scm (box-markup): new function.
8028         (box-markup): new function. Contributed by Dick Schoeller
8029         <schoeller@attbi.com>
8030
8031         * scm/lily.scm: remove reduce-no-unit 
8032         (list-insert-separator): use fold-right
8033
8034         * lily/molecule-scheme.cc (ly_molecule_add): take variable number
8035         of arguments. 
8036
8037         * NEWS: more neutral language for ancient notation 
8038
8039         * lily/chord-tremolo-engraver.cc (acknowledge_grob): only set
8040         inside pointing beaming for chord tremolo.
8041
8042         * Documentation/user/lilypond-book.itely: minor editing
8043
8044 2003-07-03  Juergen Reuter  <reuter@ipd.uka.de>
8045
8046         * NEWS: added news for 1.8 regarding ancient notation
8047
8048         * Documentation/user/refman.itely (Gregorian square neumes
8049         ligatures): fixed typo
8050
8051         * lily/vaticana-ligature-engraver.cc,
8052         lily/include/vaticana-ligature.hh: bugfix: use special heads for
8053         lower/upper head of Pes only when heads are stacked
8054
8055         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
8056         scm/define-grob-properties.scm: cleanup: make "join-left" a
8057         boolean grob property and save delta pitch in grob property
8058         "delta-pitch" instead
8059
8060         * lily/include/gregorian-ligature.hh: bugfix: corrected comments
8061
8062 2003-07-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8063
8064         * lily/parser.yy (Repeated_music): bug fix, beam multiplicity was
8065         completely borked
8066
8067         * lily/chord-tremolo-engraver.cc (try_music): warnings for user-errors.
8068         (try_music): bug fix: beam multiplicity was completely borked.
8069
8070         * scm/lily.scm: remove tail, filter-list, filter-out-list,
8071         first-n, butfirst-n in favor of srfi-1 functions.
8072         remove string-join, string-pad in favor of srfi-13 functions.
8073
8074         * mf/parmesan-custodes.mf (dir_down): remove _ from glyph names.
8075
8076         * NEWS: use complete sentences.
8077
8078         * Documentation/user/introduction.itely (Example applications):
8079         add note about databases and lilypond-book.
8080
8081         * input/test/volta.ly: remove file
8082
8083         * input/regression/volta-broken-left-edge.ly: simplify file
8084
8085 2003-07-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8086
8087         * Documentation/user/refman.itely (Constructing a tweak): new
8088         subsection.
8089
8090         * Documentation/user/tutorial.itely (Fine tuning layout): add
8091         common tweaks.
8092
8093         * scm/define-grobs.scm (TextScript): use new brewer.
8094
8095 2003-06-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8096
8097         * VERSION: release 1.7.23
8098
8099         * scm/new-markup.scm (brew-new-markup-molecule): bugfix 
8100
8101         * python/lilylib.py (make_ps_images): bugfixes.
8102
8103         * input/regression/volta-multi-staff.ly: new file.
8104
8105         * Documentation/user/macros.itexi: refcommands, refcommand macros.
8106
8107         * Documentation/user/tutorial.itely (Piano staffs): new section.
8108         (Setting variables): new section
8109         (Fine tuning layout): new section
8110
8111         * input/just-friends.ly: remove file. Superseeded by
8112         input/test/chords-without-melody.ly
8113
8114         * ly/property-init.ly: add all commands to refman.
8115
8116         * scm/define-translator-properties.scm: remove
8117         graceAccidentalSpace, graceAlignPosition, keyOctaviation 
8118
8119         * mf/parmesan-custodes.mf (dir_down): remove underscore from glyph
8120         name. Underscores botch up PS output.
8121
8122         * scm/define-translator-properties.scm: remove
8123         textNonEmpty, oneBeat, regularSpacingDelta
8124
8125         * scripts/convert-ly.py (FatalConversionError.conv): conversion
8126         rule for automaticBars.
8127
8128         * lily/timing-engraver.cc (start_translation_timestep): change
8129         barNonAuto to automaticBars
8130
8131 2003-06-30  Graham Percival  <gperlist@shaw.ca>
8132
8133         * input/test/perform-tie.ly: delete file.
8134
8135 2003-06-29  Juergen Reuter  <reuter@ipd.uka.de>
8136
8137         * Documentation/user/refman.itely (Gregorian square neumes
8138         ligatures): bugfix: do not show ledger lines in neumes table
8139         (fixed by setting staff symbol to transparent rather than removing
8140         it from staff context)
8141
8142 2003-06-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8143
8144         * scm/new-markup.scm (brew-new-markup-molecule): move old markup
8145         glue into brew-new-markup-molecule.
8146
8147         * input/mutopia/J.S.Bach/Petites-Preludes/*.ly: syntax updates.
8148
8149         * Documentation/user/introduction.itely (Computerized typography):
8150         new section
8151
8152         * Documentation/user/tutorial.itely (An orchestral part): remove
8153         pc example from tutorial.
8154
8155         * input/tutorial/lilbook.tex: use screech-boink
8156
8157         * scripts/lilypond-book.py (compile_all_files): split formatting
8158         output body and scheduling lilypond compilation.
8159         (format_lilypond_output_bodies): new function
8160         (format_lilypond_block): new function
8161         (html_pages): allow multi-page images in HTML
8162
8163         * python/lilylib.py (make_ps_images): rename function from
8164         make_preview, merge with make_page_images
8165
8166 2003-06-28  Graham Percival  <gperlist@shaw.ca>
8167
8168         * input/test/key-clefs.ly: moved to regression.
8169
8170         * input/test/perform-grace.ly: moved to to no-notation/midi-grace.ly
8171
8172         * input/no-notation/README: added note about midi-*.ly files.
8173
8174         * input/test/two-key.ly: moved to no-notation/parse5.ly
8175
8176         * input/test/ short-part-combine.ly sketch.ly system-start-brace.ly
8177         system-start-bracket.ly two-slurs.ly voice-switch.ly : deleted
8178
8179         * input/test/ {various}: modified comments, marked some for deletion.
8180
8181         * input/test/lines.ly: deleted file; duplicate of
8182         embedded-postscript.ly
8183
8184         * input/test/mmrest-collision: moved to regression.
8185
8186 2003-06-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8187
8188         * scm/chord-name.scm (note-name->markup): don't superscript root
8189         alterations in chordnames.
8190
8191 2003-06-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8192
8193         * Documentation/user/refman.itely (Multi measure rests): more
8194         index/cross-referencing.
8195
8196         * lily/line-spanner.cc (line_molecule): bugfix for trill style.
8197
8198         * scm/font.scm: remove properties-to-font-name code.
8199
8200         * scm/define-grob-properties.scm: remove 'type
8201
8202         * scripts/convert-ly.py (FatalConversionError.conv): type -> style
8203         conversion
8204
8205         * lily/text-spanner.cc: change 'type grob prop to 'style 
8206
8207         * lily/unfolded-repeat-iterator.cc (process): bugfix: use a
8208         "first" flag to decide whether to make a start-repeat
8209
8210         * input/regression/grace-volta-repeat-2.ly: new file.
8211
8212 2003-06-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8213
8214         * lilypond-indent.el: rename generic functions to LilyPond-*
8215
8216 2003-06-22  Graham Percival  <gperlist@shaw.ca>
8217
8218         * input/test/thumb.ly: delete, merged into refman.
8219
8220         * Documentation/user/refman.itely: added thumb info to Fingering.
8221
8222         * input/test/ follow-break.ly multi-slope.ly note-shift.ly
8223         notemode-chords.ly orchestalpart.ly rhythmic-staff.ly
8224         vertical-align.ly : deleted files.
8225
8226 2003-06-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8227
8228         * lily/align-interface.cc (find_fixed_alignment_parent): new function.
8229
8230         * lily/line-spanner.cc (broken_trend_offset): remove function.
8231         (get_broken_offset): idem.
8232         (brew_molecule): rewrite the line-break case.
8233
8234         * input/regression/follow-voice-break.ly:  new file.
8235
8236         * lily/line-spanner.cc (after_line_breaking): remove lines at the
8237         start of a system.
8238
8239 2003-06-20  Graham Percival  <gperlist@shaw.ca>
8240
8241         * input/test/tuplet-rest.ly: moved to regression.
8242
8243         * input/test/ script-horizontal.ly tuplet-spanner-duration.ly:
8244         deleted file.
8245
8246         * input/test/ {many} : marked file for possible deletion.
8247
8248 2003-06-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8249
8250         * input/regression/beam-funky.ly: add note about (disputed)
8251         correct beaming.
8252
8253         * ly/engraver-init.ly (ScoreContext): put key-signature after
8254         staff-bar
8255         
8256 2003-06-20  Graham Percival  <gperlist@shaw.ca>
8257
8258         * input/test/ broken.ly lyric-phrasing.ly: deleted.
8259
8260         * input/test/slur-mininum.ly: renamed to slur-minimum-length.ly.
8261
8262         * input/test/staff-line-leading.ly: renamed to  staff-space.ly.
8263
8264         * input/test/no-stem-extend.ly: moved to stem-extend.ly; previous
8265         stem-extend was deleted (it was duplicate example, and not as
8266         good).
8267
8268         * input/test/[s-z]*.ly: add texidoc index.
8269
8270 2003-06-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8271
8272         * lily/slur.cc (get_boundary_notecolumn_y): change name from
8273         get_first_notecolumn_y
8274
8275         * lily/spanner.cc (broken_spanner_index): new function.
8276
8277 2003-06-19  Graham Percival  <gperlist@shaw.ca>
8278
8279         * input/test/ beam-damp.ly grace-end.ly lyric-extender.ly
8280         lyric-hyphen.ly : moved to regression.
8281
8282         * input/test/ beam-stem-test.ly beamed-slur-endings.ly
8283         diverse-spacing.ly duration-check.ly knee.ly lyrics.ly : deleted.
8284
8285         * input/test/instrument-name-mmrest.ly: moved to
8286         ../regression/multi-measure-rest-instr-name.ly
8287
8288         * input/test/knee-sym.ly: moved to
8289         ../regression/beam-knee-symmetry.ly.
8290
8291         * input/test/hymn.ly: change comments.
8292
8293         * input/test/[p-r]*.ly: add texidoc index.
8294
8295 2003-06-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8296
8297         * input/mutopia/J.S.Bach/Petites-Preludes/*.ly (opus): update
8298         to postfix syntax
8299         
8300         * input/mutopia/W.A.Mozart/mozart-hrn3-romanze.ly (romanze): new
8301         syntax.
8302
8303         * VERSION: release 1.7.22
8304
8305 2003-06-18  Graham Percival  <gperlist@shaw.ca>
8306
8307         * input/test/[h-k]*.ly: added texidoc index.
8308
8309         * input/test/knee-mult.ly: removed file (duplicate of beam-isknee.ly)
8310
8311         * input/test/equaliser.ly: renamed to midi-volume-equaliser.ly.
8312
8313         * input/test/ various : mark files for deletion or moving to
8314         regression.
8315
8316         * input/test/note-chords.ly: renamed to chord-names-no-inversions.ly.
8317
8318         * input/test/[l-o]*.ly: added texidoc index.
8319
8320 2003-06-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8321
8322         * scm/music-functions.scm (make-ottava-set): 
8323         only do ottavation if centralCPosition is set.
8324
8325         * lily/translator-scheme.cc (ly:context-property-where-defined):
8326         return '() if not found.
8327
8328 2003-06-17  Heikki Junes  <hjunes@cc.hut.fi>
8329
8330         * lilypond-mode.el (LilyPond-un-comment-region): removed.
8331         Use one command for both commenting and uncommenting.
8332
8333         * lilypond-indent.el (LilyPond-comment-region): new function,
8334         (un)comments each line separately.
8335
8336         * lilypond-mode.el, lilypond-indent.el: fix XEmacs paren-match.
8337         
8338         * lilypond-mode.el (LilyPond-add-imenu-menu): new function,
8339         imenu is not added by default; adapted from f90.el,
8340         makes Help-menu, which does not fit, visible in XEmacs.
8341         
8342 2003-06-16  Heikki Junes  <hjunes@cc.hut.fi>
8343
8344         * lilypond-mode.el: Set show-paren-mode local; minor-mode
8345         show-paren-mode sets blink-matching-paren-on-screen local.
8346         Try to make show-paren-function to paren-highlight local.
8347
8348         * lilypond-indent.el (LilyPond-scan-sexps): new function.
8349         Copy definitions of Emacs' show-paren-function and
8350         XEmacs' paren-highlight and make minimal changes;
8351         add comments about locality. 
8352         Fix matching first open-paren-char in '<< .. >>'.
8353
8354 2003-06-16  Graham Percival  <gperlist@shaw.ca>
8355
8356         * input/test/g*: added texidoc index.
8357
8358         * input/test/[a-g]*: added raggedright==#t when it
8359          seemed appropiate.
8360
8361         * input/test/ fake-grace.ly figured-bass.ly : removed file.
8362
8363         * Documentation/topdoc/INSTALL.texi: removed false warnings
8364         about gcc 3.3.
8365
8366 2003-06-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8367
8368         * input/test/spanner-after-break-tweak.ly (texidoc): new file.
8369
8370         * input/test/chords-without-melody.ly (texidoc): add from
8371         input/just-friends.ly
8372
8373         * input/regression/size{13--26}.ly: move from input/
8374
8375         * input/{opus-130,praeludium-fuga,scarlatti-*}.ly
8376         input/{star-spangled-banner,twinkle}.ly: remove 
8377         
8378         * lily/slur.cc: remove slur over rest warnings.
8379
8380         * lily/note-spacing.cc (get_spacing): include left part of right
8381         object in fixed space. This fixes stretched space before
8382         accidentals.
8383
8384         * input/regression/spacing-accidental-stretch.ly: new file.
8385
8386 2003-06-16  Rune Zedeler  <rz@daimi.au.dk>
8387
8388         * input/mutopia/R.Schumann/romanze-op28-2.ly: Minor fixes.
8389         Reduce to 16pt.
8390
8391 2003-06-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8392
8393         * input/regression/spacing-knee.ly: docstring
8394
8395         * input/regression/spacing-multi-tuplet.ly (multipart): docstring
8396
8397         * input/tutorial/{gallupi,minuet,sammartini,singing-saw}.ly
8398         input/tutorial/{test,solar,flowing}.ly: remove
8399
8400         * input/rhythm.ly: remove
8401
8402         * input/mutopia/F.Schubert/standchen.ly: update syntax.
8403
8404         * input/mutopia/E.Satie/petite-ouverture-a-danser.ly (global):
8405         update syntax. 
8406
8407         * scm/define-grobs.scm (all-grob-descriptions): set
8408         knee-spacing-correction to 1.0
8409
8410         * lily/note-spacing.cc (stem_dir_correction): compute knee
8411         correction using stem-thickness and head width.
8412
8413         * input/regression/beam-quanting-horizontal.ly: update texidoc
8414
8415         * scm/define-grobs.scm (all-grob-descriptions): set
8416         beamed-extreme-minimum-free-lengths to 1.25 for 32nd beams.
8417         This fixes 32nd beams for noteheads in spaces quants.
8418
8419         * scripts/lilypond-book.py (process_lilypond_blocks): opps.
8420
8421 2003-06-15  Heikki Junes  <hjunes@cc.hut.fi>
8422
8423         * README.mandrake: Change lilypond-extras to lilypond-documentation.
8424
8425 2003-06-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8426
8427         * input/test/dpncnt.ly,part-combine-score.ly: remove.
8428
8429         * VERSION (PACKAGE_NAME): release 1.7.21
8430
8431         * input/regression/stem-shorten.ly: new file.
8432
8433         * lily/stem.cc (get_default_stem_end_position): revise stem
8434         shortening code.
8435
8436         * input/regression/spacing-multi-tuplet.ly: move from input/test/
8437
8438         * input/test/{scripts,volta-start,sleur}.ly: remove
8439         
8440         * input/regression/span-bar.ly: smaller file.
8441
8442         * input/regression/spacing-{natural,tight,loose}.ly: remove
8443
8444         * input/test/markup.ly: remove
8445
8446         * scripts/lilypond-book.py: put printfilename in separate chunk,
8447         so texidoc is printed after the filename.  
8448
8449 2003-06-12  Heikki Junes  <hjunes@cc.hut.fi>
8450
8451         * make/lilypond.mandrake.spec.in: fix docdirs.
8452
8453 2003-06-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8454
8455         * input/regression/beam-french.ly: bugfix.
8456
8457         * buildscripts/lys-to-tely.py (name2line): sort filenames. 
8458
8459         * input/regression/(various).ly: add raggedright = #t.
8460
8461         * input/regression/auto-beam.ly: move from abe.ly
8462
8463 2003-06-13  Graham Percival  <gperlist@shaw.ca>
8464
8465         * input/test/f*.ly: added texinfo index.
8466         
8467         * input/test/broken-thread-line.ly: renamed to follow-break.ly.
8468
8469 2003-06-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8470
8471         * lily/beam-quanting.cc (score_forbidden_quants): also add inter
8472         quant penalty for beam just outside staff.
8473
8474         * input/regression/beam-quanting-horizontal.ly (texidoc): move
8475         from beam-pos.ly,  remove non-horizontal tests. 
8476
8477         * input/test/(various): cleanup header info. 
8478
8479         * input/test/tchaikovsky.ly: remove file.
8480
8481         * scm/chord-generic-names.scm: move from
8482         double-plus-new-chord-name.scm
8483
8484         * input/test/orchestscore.ly: remove file
8485
8486         * Documentation/user/refman.itely (Vocal music): update documentation.
8487
8488         * scm/define-translator-properties.scm (chordNoteNamer): remove
8489         chordNameStyle, use chordNameFunction
8490
8491         * scm/chord-name.scm (set-chord-name-style): remove
8492         set-chord-name-style. Use \property chordNameFunction.
8493
8494 2003-06-12  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8495
8496         * Documentation/user/lilypond-book.itely (Integrating LaTeX and
8497         music): remove @TeX{} command.
8498
8499 2003-06-12  Jan Nieuwenhuizen  <janneke@gnu.org>
8500
8501         * lilypond-indent.el (scan-sexps): Renamed to
8502         aargh-this-breaks-other-emacs-modes-scan-sexps.
8503
8504 2003-06-12  Heikki Junes  <hjunes@cc.hut.fi>
8505
8506         * lilypond-indent.el: Fix: match concurrent one-char opening and 
8507         closing slurs: '()', etc. Add comments.
8508
8509         * Documentation/user/music-glossary.tely: fix: change Ã¤ to @"a.
8510
8511         * lilypond-font-lock.el: match unending string at eof.
8512
8513         * make/lilypond.mandrake.spec.in: refreshed packed file list.
8514         
8515 2003-06-10  Graham Percival  <gperlist@shaw.ca>
8516
8517         * input/test/beam-abbrev.ly input/test/default-neutral-dir.ly
8518         input/test/beam-dir.ly input/test/beam-position.ly    
8519         input/test/beam-suspect.ly input/test/beam-trend.ly    
8520         input/test/beams.ly input/test/crescendo-text.ly : deleted
8521         * input/test/beam-chord.ly: moved to input/regression/beam-chord.ly
8522         * input/test/ beam-pos.ly beam-second.ly : moved to input/regression/
8523         * input/test/default-bars.ly: moved to bar-always.ly
8524         * input/test/ {many}: deleted old "renamed from foo to bar" comments.
8525
8526 2003-06-10  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8527
8528         * input/test/chord-names-dpnj.ly (texidoc): bugfix.
8529
8530 2003-06-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8531
8532         * scm/chord-ignatzek-names.scm (remove-step): rename file.
8533
8534 2003-06-10  Heikki Junes  <hjunes@cc.hut.fi>
8535
8536         * lilypond-indent.el: Match better slurs in scheme expressions.
8537         Refontify buffer if a block-comment-ender, '}' after '%', is inserted.
8538
8539         * Documentation/user/invoking.itexi: document Emacs' paren matching.
8540
8541 2003-06-10  Jan Nieuwenhuizen  <janneke@gnu.org>
8542
8543         * scm/chord-name.scm (set-chord-name-style): Update for 'ignatzek.
8544
8545         * input/ac-extra-voice.ly: Add texidoc.
8546
8547         * ly/chord-modifiers-init.ly: 
8548         * ly/engraver-init.ly (ScoreContext): Add chordNameExceptionsFull
8549         and chordNameExceptionsPartial for new chord names.
8550
8551         * input/test/chord-names-dpnj.ly: 
8552         * input/test/dpncnt.ly: Update.
8553
8554         * scm/chord-name.scm: 
8555         * scm/double-plus-new-chord-name.scm: Add compatibility for new
8556         chord selection and options.
8557
8558         * ly/chord-modifiers-init.ly: Add exceptions 
8559
8560         * scm/define-translator-properties.scm (chordNameStyle) 
8561         (chordNameExceptionsFull, chordNameExceptionsPartial): Add.
8562
8563 2003-06-10  Rune Zedeler  <rune@zedeler.dk>
8564
8565         * ly/property-init.ly (germanChords): Added.
8566         (semiGermanChords): Added.
8567         
8568         * input/test/chord-names-german.ly: Use new macros
8569         
8570 2003-06-09  Heikki Junes  <hjunes@cc.hut.fi>
8571
8572         * lilypond-indent.el: Use similar parenthesis highlighting for 
8573         Emacs and XEmacs through redefinitions of parenthesis highlighting 
8574         functions; removed LilyPond-show-paren-function. Fix indenting.
8575         Turn paren-matching on also in XEmacs.
8576
8577         * lilypond-font-lock.el: Set brackets' syntax to open/close-chars,
8578         as needed by parenthesis highlighting functions (in scan-sexp).
8579
8580 2003-06-08  Jan Nieuwenhuizen  <janneke@gnu.org>
8581
8582         * stepmake/aclocal.m4 (STEPMAKE_CHECK_VERSION_UNSUPPORTED): New
8583         function.
8584         (STEPMAKE_GETTEXT): If g++ >= 3.3, use gcc for gettext checking.
8585
8586 2003-06-08  Heikki Junes  <hjunes@cc.hut.fi>
8587
8588         * lilypond-indent.el: tune regexp for show-paren-function.
8589
8590 2003-06-07  Jan Nieuwenhuizen  <janneke@gnu.org>
8591
8592         * scripts/ly2dvi.py (run_latex, run_dvips, 'main'): Make preview
8593         for all LilyPond-produced tex snippets.
8594
8595         * tex/lilyponddefs.tex: Allow overriding of interscoreline.  This
8596         fixes one line --preview output of ly2dvi.
8597
8598 2003-06-07  Heikki Junes  <hjunes@cc.hut.fi>
8599
8600         * lilypond-indent.el: match only one type of slurs in
8601         LilyPond-show-paren-function.
8602
8603 2003-06-05  Jan Nieuwenhuizen  <janneke@gnu.org>
8604
8605         * debian/GNUmakefile (EXTRA_DIST_FILES): 
8606         * debian/lilypond1.7.dirs: 
8607         * debian/lilypond1.7-doc.dirs: New file.
8608
8609         * input/regression/chord-name-exceptions.ly: Add parameter for
8610         ignatzekExceptions.  Quote hash in docstring.
8611
8612 2003-06-06  Heikki Junes  <hjunes@cc.hut.fi>
8613
8614         * lilypond-indent.el (show-paren-function): define show-paren-function
8615         as LilyPond-blink-matching-open and use it for closing parens.
8616         Let LilyPond-blink-matching-open know whether a bracket was inserted.
8617
8618         * lilypond-indent.el: renamed LilyPond-beginning-of-containing-sexp to
8619         LilyPond-scan-containing-sexp and LilyPond-blink-matching-open to
8620         LilyPond-blink-matching-paren in order to match both open and close
8621         brackets.
8622         
8623 2003-06-05  Heikki Junes  <hjunes@cc.hut.fi>
8624
8625         * lilypond-indent.el (LilyPond-show-paren-function): introduce for
8626         testing by modifying the code from FSF Emacs paren.el. Add comments.
8627
8628 2003-06-04  Jan Nieuwenhuizen  <janneke@gnu.org>
8629
8630         * input/test/dpncnt.ly: Transpose example to match new
8631         default \chords octave.  Add comment.
8632         
8633         * scm/chord-name.scm (sequential-music-to-chord-exceptions): Add
8634         comment about octave change.
8635
8636 2003-06-04  Graham Percival  <gperlist@shaw.ca>
8637
8638         * input/test/[d,e]: added texinfo index tags.
8639         * input/test/empty-staffs.ly: renamed to blank-paper-tab.ly.
8640
8641 2003-06-04  Graham Percival  <gperlist@shaw.ca>
8642
8643         * Documentation/topdocs/INSTALL.texi: added warning about gxx-3.3.
8644
8645 2003-06-04  Heikki Junes  <hjunes@cc.hut.fi>
8646
8647         * lilypond-indent.el (LilyPond-blink-matching-open): use no argument,
8648         as in blink-matching-open.
8649
8650 2003-06-03  Graham Percival  <gperlist@shaw.ca>
8651
8652         * input/test/[a-c]: more comments in files.
8653         * input/test/ac-extra-voice.ly beam-abbrev.ly beam-chord.ly beam-dir.ly
8654         beam-pos.ly beam-position.ly beam-second.ly beam-suspect.ly 
8655         beam-trend.ly beams.ly crescendo-text.ly  default-neutral-dir.ly :
8656         mark file for proposed deletion.
8657         * input/test: renaming files:
8658         auto-beam-4-8.ly to beam-auto-4-8.ly
8659         auto-beam-override.ly to beam-auto-override.ly
8660         auto-beam.ly to beam-auto.ly
8661         blank.ly to blank-paper.ly
8662         absolute-volume.ly to dynamic-absolute-volume.ly
8663
8664 2003-06-03  Jan Nieuwenhuizen  <janneke@gnu.org>
8665
8666         * input/test/dpncnt.ly: 
8667         * input/test/chord-names-dpnj.ly: Resurrect.
8668
8669         * lily/my-lily-lexer.cc: Remove chordnames keyword.
8670
8671         * ly/chord-modifiers-init.ly (ignatzekExceptions): Update, tidy up.
8672
8673         * scm/chord-name.scm (sequential-music-to-chord-exceptions):
8674         Better docstring, add parameter OMIT-ROOT, tidy up.
8675
8676 2003-06-03  Heikki Junes  <hjunes@cc.hut.fi>
8677
8678         * lilypond-indent.el: match two-char slurs \[ ... \] and \( ... \).
8679
8680 2003-06-02  Jan Nieuwenhuizen  <janneke@gnu.org>
8681
8682         * scm/output-ascii-script.scm (as-font-alist-alist):
8683         (as-properties-to-font-name):
8684         (as-make-style-sheet): Remove.
8685
8686         * scm/font.scm (as-make-font-list): New function.
8687         (as-font-sheet-alist): New variable.
8688
8689         * ly/paper-as9-init.ly: 
8690         * ly/paper-as5-init.ly: Update.
8691
8692         * ly/paper-as5.ly:
8693         * ly/paper-as9.ly: New file.
8694
8695 2003-05-29  Jan Nieuwenhuizen  <janneke@gnu.org>
8696
8697         * mf/GNUmakefile (AFM_FILES): Add AF_FILES.
8698
8699 2003-05-28  Graham Percival  <gperlist@shaw.ca>
8700         * input/sondag-morgen/*: removed due to copyright concerns.
8701         * input/[a,b]*.ly: added a newline at the end of the texinfo
8702         doc string (produces better output in HTML version).
8703         * input/c*.ly: added texinfo index and added comments to
8704         aid in future changes to input/test/ files.
8705
8706 2003-05-28  Graham Percival  <gperlist@shaw.ca>
8707         
8708         * Documentation/user/refman.itely: fixed build problem (missing
8709         file) caused by previous renaming.
8710
8711 2003-05-28  Graham Percival  <gperlist@shaw.ca>
8712         
8713         * input/test/[a,b]*.ly: added texinfo index and added comments to
8714         aid in future changes to input/test/ files.
8715         * input/test/bar-number-every-5-reset.ly: renamed to
8716         bar-number-every-five-reset.ly
8717         * input/test/bar-script-visibility.ly: renamed to
8718         bar-number-show-all.ly
8719
8720 2003-05-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8721
8722         * ly/engraver-init.ly (VoiceContext): move Note_head_line_engraver
8723         to Voice.
8724
8725         * lily/glissando-engraver.cc (acknowledge_grob): new file: split
8726         out note-line and glissando functionality.
8727         
8728         * lily/line-spanner.cc (brew_molecule): cleanup.
8729
8730 2003-05-27  Jan Nieuwenhuizen  <janneke@gnu.org>
8731
8732         * scripts/as2text.scm: Use rdelim module.
8733         (start-system): Rename from start-line.
8734         (stop-system): Rename from stop-line.
8735         (af-gulp-file): Use string iso symbol for getenv.
8736
8737         * scm/output-ascii-script.scm: Add guile and lily modules.
8738         (font-name-alist): New variable.
8739         (draw-line): New function.
8740
8741         * scm/output-lib.scm (func, arg->string): Re-add from archive.
8742         (Were these silently removed, without ChangeLog entry?)
8743
8744 2003-05-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8745
8746         * scm/music-functions.scm (make-ottava-set): bugfixes: also
8747         process 2nd ottava correctly.
8748
8749 2003-05-27  Heikki Junes  <hjunes@cc.hut.fi>
8750
8751         * lilypond-indent.el: allow strings in LilyPond-parens-alist.
8752
8753 2003-05-26  Jan Nieuwenhuizen  <janneke@gnu.org>
8754
8755         * Documentation/user/converters.itely (Invoking midi2ly): Update.
8756
8757 2003-05-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8758
8759         * VERSION: release 1.7.20
8760         
8761         * lily/text-spanner.cc (brew_molecule): clean up function. This
8762         fixes bugs with broken 8va spanners.
8763
8764         * lily/simple-spacer.cc (solve): also compute force for raggedright.
8765         This prevents spurious line-breaks with raggedright
8766         
8767 2003-05-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8768
8769         * lily/key-performer.cc (create_audio_elements): always use major
8770         key
8771
8772         * Documentation/user/internals.itely: updates
8773
8774         * input/regression/beam-break.ly: new file.
8775
8776         * lily/beam.cc (brew_molecule): handle broken beams (i.e. print
8777         beams if starting or terminating stems have 'beaming set.)
8778
8779         * lily/beam-engraver.cc (process_music): add forbidBeamBreak
8780         property.
8781
8782         * lily/parser.yy (verbose_command_req): add comment about scales.
8783
8784 2003-05-25  Heikki Junes  <hjunes@cc.hut.fi>
8785
8786         * lilypond-indent.el: adjust regexps in bracket-matching.
8787
8788 2003-05-24  Juergen Reuter  <reuter@ipd.uka.de>
8789
8790         * Documentation/user/refman.itely: more tiny fixes
8791
8792         * Documentation/user/refman.itely: bugfix: "Chord namess" ->
8793         "Chord names"; added table with input syntax for solesmes neumes
8794         table; added some words about rationale on input syntax design
8795
8796         * lily/gregorian-ligature-engraver.cc,
8797         lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
8798         lily/include/gregorian-ligature.hh: bugfix: horizontal head
8799         alignment of Pes Initio Debilis
8800
8801         * Documentation/user/refman.itely,
8802         lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
8803         mf/parmesan-heads.mf: fixed most of the head selection/alignment
8804         bugs in the solesmes neumes table
8805
8806 2003-05-24  Heikki Junes  <hjunes@cc.hut.fi>
8807
8808         * lilypond-indent.el: Match '(' and ')' by skipping '\(' and '\)'.
8809         Similarly, match '[' and ']' by skipping '\[' and '\]'.
8810
8811         * lilypond-mode.el: fix tag-score. small improvements.
8812
8813 2003-05-23  Jan Nieuwenhuizen  <janneke@gnu.org>
8814
8815         * .cvsignore: Add aclocal.m4.
8816
8817         * lily/music-constructor.cc: Include <assert.h>.
8818
8819 2003-05-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8820
8821         * ly/engraver-init.ly (HaraKiriStaffContext): use
8822         RemoveEmptyStaffContext instead.
8823
8824         * Documentation/user/refman.itely: updates
8825
8826 2003-05-23  Juergen Reuter  <reuter@ipd.uka.de>
8827
8828         * Documentation/user/refman.itely: added solesmes neumes table;
8829         bugfix: make section "More Stanzas" a subsection of "Vocal Music";
8830         bugfix: "Ornaments" -> "Articulations"
8831
8832         * ly/gregorian-init.ly: junked "aucta" and "semivocalis"
8833
8834 2003-05-22  Heikki Junes  <hjunes@cc.hut.fi>
8835
8836         * lilypond-indent.el: Add a message about trying to match \] or \).
8837         
8838 2003-05-22  Juergen Reuter  <reuter@ipd.uka.de>
8839         
8840         * input/test/gregorian-scripts.ly, input/test/vaticana.ly: removed
8841         obsolete "arithmetic_*"
8842
8843         * input/bugs/ligatures.ly: removed (will be put into a different
8844         directory later)
8845
8846 2003-05-22  Jan Nieuwenhuizen  <janneke@gnu.org>
8847
8848         * stepmake/aclocal.m4: Add tetex-devel as package suggestion for
8849         libkpathsea (Maurizio Tomasi).
8850
8851 2003-05-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8852
8853         * input/regression/repeat-slash.ly (texidoc): new file
8854
8855         * lily/slash-repeat-engraver.cc (try_music): new file, handle
8856         slash repeats separately. Slash repeats and %
8857         repeats can now be nested.
8858
8859 2003-05-22  Heikki Junes  <hjunes@cc.hut.fi>
8860
8861         * lilypond-indent.el: Add preliminary test for closing \] and \).
8862         
8863 2003-05-21  Juergen Reuter  <reuter@ipd.uka.de>
8864
8865         * lily/gregorian-ligature-engraver.cc,
8866         lily/vaticana-ligature-engraver.cc,
8867         lily/include/gregorian-ligature.hh, ly/gregorian-init.ly,
8868         mf/parmesan-heads.mf: various semivocalis related bugfixes
8869
8870         * input/bugs/ligatures.ly: new file demonstrating problems with
8871         ligatures
8872         
8873 2003-05-21  Heikki Junes  <hjunes@cc.hut.fi>
8874
8875         * lilypond-mode.el,
8876         lilypond-font-lock.el,
8877         lilypond-indent.el: Move all paren matching to lilypond-indent.el.
8878
8879 2003-05-20  Heikki Junes  <hjunes@cc.hut.fi>
8880
8881         * lilypond-mode.el: Remove outdated code. Stress the difference 
8882         between Emacs and XEmacs definitions.
8883
8884         * lilypond-mode.el,
8885         lilypond-indent.el: Define a function interactive only when necessary.
8886
8887 2003-05-19  Heikki Junes  <hjunes@cc.hut.fi>
8888
8889         * lilypond-mode.el: Use temp-dir for Commands on Buffer/Region.
8890         Use inactive regions also in XEmacs.
8891
8892 2003-05-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8893
8894         * Documentation/user/refman.itely (Repeat syntax): more updates
8895
8896         * lily/simple-spacer.cc (solve): move solution process into
8897         solve(). This fixes a bug with collisions and raggedright = ##t.
8898  
8899         * scm/lily.scm (scm): remove output-pysk.scm, music-types.scm
8900
8901         * ly/engraver-init.ly: remove GraceContext. Update examples.
8902
8903 2003-05-18  Jan Nieuwenhuizen  <janneke@gnu.org>
8904
8905         * GNUmakefile.in (fonts): Also make fontball.
8906
8907         * Website fixes:
8908
8909         * ly/engraver-init.ly (GraceContext): Add.
8910
8911         * run:
8912
8913             convert-ly $(find . -name *.ly)
8914
8915         * ly/chord-modifiers-init.ly (ignatzekExceptionMusic): Hmm: fix
8916         new chords.
8917
8918 2003-05-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8919
8920         * VERSION: 1.7.19 released
8921         
8922         * scm/music-functions.scm (set-octavation): new function.
8923
8924         * input/regression/ottava.ly: new file
8925
8926         * lily/translator-scheme.cc (LY_DEFINE): new function
8927         ly:unset-context-property
8928         (LY_DEFINE) new function ly:context-property-where-defined: 
8929
8930 2003-05-18  Heikki Junes  <hjunes@cc.hut.fi>
8931
8932         * lilypond-font-lock.el: Add postfix syntax for horizontal groups.
8933
8934         * lilypond.words: add few.
8935
8936         * input/test/script-chart.ly: fix typo.
8937
8938 2003-05-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8939
8940         * scm/define-grobs.scm: uniform naming for definitions and output
8941         routine files. 
8942
8943         * ly/engraver-init.ly (ChoirStaffContext): add \description from
8944         scm/context-description.scm
8945
8946         * lily/parser.yy (translator_spec_body): add \description to the
8947         \translator{} body syntax.
8948
8949         * lily/ottava-engraver.cc: new file.
8950
8951         * scm/chord-name.scm (natural-chord-alteration): replace old
8952         chord stuff. 
8953
8954         * input/mutopia/R.Schumann/romanze-op28-2.ly: syntax updates.
8955
8956         * Documentation/user/refman.itely (Metronome marks): update doco.
8957
8958         * input/regression/markup-note.ly: new file
8959
8960         * input/regression/metronome-marking.ly: new file
8961
8962         * lily/metronome-engraver.cc: new file. Print \tempo markings.
8963
8964         * scm/new-markup.scm (note-markup): make a note glyph, useful for
8965         metronome marks.
8966
8967 2003-05-17  Jan Nieuwenhuizen  <janneke@gnu.org>
8968
8969         * Documentation/user/GNUmakefile: Compatibility fix for new
8970         makeinfo.  Please upgrade to texinfo CVS or pretest > 4.5.90 (rsn)
8971         for making binary packages; info splitting bug has been fixed.
8972
8973         * Documentation/user/refman.itely: Compile fixes.
8974
8975 2003-05-16  Heikki Junes  <hjunes@cc.hut.fi>
8976
8977         * lilypond-mode.el: XEmacs-fix: Use (mark) to find active-mark.
8978         Count \midi -keywords also for a region.
8979
8980 2003-05-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8981
8982         * lily/lookup.cc (LY_DEFINE): new function
8983
8984         * Documentation/user/tutorial.itely: updates
8985
8986 2003-05-15  Heikki Junes  <hjunes@cc.hut.fi>
8987
8988         * lilypond-mode.el: Allow Midi on buffer.
8989         Use only '.ly'-extension, remove '.sly' and '.fly'.
8990         Allow use of inactive regions. Invoke next Command on Master file, 
8991         Buffer or Region, if C-cc, C-cb, or C-cr, accordingly, was pressed.
8992
8993 2003-05-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8994
8995         * Documentation/user/tutorial.itely: updates.
8996
8997 2003-05-14  Heikki Junes  <hjunes@cc.hut.fi>
8998
8999         * lilypond-mode.el: Show messages in one line only, as in XEmacs.
9000
9001 2003-05-13  Juergen Reuter  <reuter@ipd.uka.de>
9002
9003         * lily/coherent-ligature-engraver.cc: fixed typo
9004
9005         * lily/coherent-ligature-engraver.cc,
9006         lily/gregorian-ligature-engraver.cc,
9007         lily/ligature-bracket-engraver.cc, lily/ligature-engraver.cc,
9008         lily/mensural-ligature-engraver.cc, lily/note-heads-engraver.cc,
9009         lily/vaticana-ligature-engraver.cc,
9010         lily/include/ligature-engraver.hh, ly/gregorian-init.ly,
9011         scm/grob-description.scm: cleanup: junked LigatureHead grob and
9012         removed all ligature specific stuff from NoteHead code
9013
9014         * lily/ligature-head.cc, lily/include/ligature-head.hh: removed;
9015         ligatures now use regular noteheads
9016
9017         * lily/vaticana-ligature.cc: tiny code cleanups
9018
9019         * lily/vaticana-ligature-engraver.cc: bugfix: insert additional
9020         space between two adjacent noteheads of the same pitch
9021
9022         * scm/grob-description.scm: bugfix: VaticanaLigature: interface
9023         description; cleanup: removed obsolete font-family settings
9024
9025 2003-05-11  Juergen Reuter  <reuter@ipd.uka.de>
9026
9027         * lily/coherent-ligature-engraver.cc,
9028         lily/gregorian-ligature-engraver.cc,
9029         lily/ligature-bracket-engraver.cc, lily/ligature-engraver.cc,
9030         lily/mensural-ligature-engraver.cc,
9031         lily/vaticana-ligature-engraver.cc,
9032         lily/include/gregorian-ligature-engraver.hh: updated for new
9033         Coherent_ligature_engraver; added comments that describe the basic
9034         design ideas of the ligature implementation
9035
9036         * lily/coherent-ligature-engraver.cc,
9037         lily/include/coherent-ligature-engraver.hh: new file: shared code
9038         between mensural ligatures and Gregorian chant notation ligatures
9039
9040 2003-05-11  Heikki Junes  <hjunes@cc.hut.fi>
9041
9042         * lilypond-mode.el: XEmacs fixes: include two definitions for the
9043         key for autocompletion XEmacs [iso-left-tab], Emacs [iso-lefttab],
9044         use only two arguments in sit-for, use no arguments in
9045         read-char-exclusive, backspace is not a character (127) in XEmacs.
9046
9047         * lilypond-font-lock.el: XEmacs: small fix to scheme-fontifying.
9048
9049 2003-05-06  Heikki Junes  <hjunes@cc.hut.fi>
9050
9051         * lilypond-mode.el: un-commenting works after syntax-table fix.
9052
9053         * lilypond-font-lock.el: fontify \[- and \]-slurs as horizontal
9054         group, verbose commenting for syntax table.
9055
9056         * lilypond-indent.el: add TODO for ligature slurs.
9057
9058 2003-05-05  Heikki Junes  <hjunes@cc.hut.fi>
9059
9060         * lilypond-mode.el: Move comments of parenthesis matching away,
9061         (blink-matching-paren-on-screen) fix blinking in Emacs.
9062
9063         * lilypond-font-lock.el: Fix parent-matching for Emacs:
9064         Emacs syntax-table knows only "13"-style, XEmacs knows also "1b3b".
9065
9066         * lilypond-indent.el: Add TODO for parenthesis matching.
9067
9068 2003-05-03  Heikki Junes  <hjunes@cc.hut.fi>
9069
9070         * lilypond-mode.el: Fix XEmacs: 
9071         changed [S-iso-lefttab] to [(shift iso-lefttab)],
9072         invoke explicitly easy-menu-add (in Emacs done automatically).
9073         
9074         * lilypond.words: Add few words from input/*/*.ly.
9075
9076 2003-05-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9077
9078         * VERSION (PATCH_LEVEL): release 1.7.18
9079
9080         * scripts/lilypond-book.py: only print basename for printfilename
9081         option
9082
9083         * input/mutopia/J.S.Bach/baerenreiter-sarabande.ly: corrections
9084         and syntax updates.
9085
9086 2003-05-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9087
9088         * mf/feta-toevallig.mf: revamp flat symbol: use less points,
9089         better parametrisation. Move fatness of bulb downward.
9090
9091         * mf/parmesan-custodes.mf (dir_down): remove underscores from
9092         glyph names. Underscores are not allowed .ps encoding files.
9093
9094 2003-04-30  Juergen Reuter  <reuter@ipd.uka.de>
9095
9096         * lily/spacing-spanner.cc, ly/paper-init.ly: introduced paper
9097         variable "packed" for packed right-ragged mode
9098
9099         * lily/spacing-spanner.cc: fixed typo: colunm -> column; removed
9100         unused variable ragged; fixed indentation
9101
9102         * Documentation/user/refman.itely: tiny cleanups in ancient
9103         clef and custos section
9104
9105 2003-04-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9106
9107         * lily/parser.yy (Simple_music): add \applyoutput, syntax
9108         \applyoutput PROCEDURE
9109
9110         * lily/my-lily-lexer.cc: add \applyoutput.
9111
9112         * scm/music-types.scm (music-descriptions): add ApplyOutputEvent.
9113
9114         * lily/text-item.cc: clean text-interface description
9115
9116 2003-04-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9117
9118         * input/{regression,test}/: use postfix for slur endings and beam
9119         begins.
9120
9121         * lily/beam-engraver.cc (acknowledge_grob): set melismata for new
9122         style beams too. 
9123
9124         * input/regression/lyrics-melisma-beam.ly: new file.
9125
9126         * lily/lyric-engraver.cc (process_music): change from
9127         process_acknowledged_grobs()
9128
9129         * scm/auto-beam.scm (override-auto-beam-setting): write Scheme
9130         functions to set and revert auto-beam settings.
9131
9132 2003-04-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9133
9134         * lily/*.cc (number_accidentals): gh_assoc -> scm_assoc.
9135
9136 2003-04-24  Juergen Reuter  <reuter@ipd.uka.de>
9137
9138         * ChangeLog, Documentation/topdocs/AUTHORS.texi,
9139         Documentation/user/lilypond.tely: fixed some typos; updated author
9140         info
9141
9142         * Documentation/user/music-glossary.tely: bugfix: #'flag-style =
9143         #"" -> #'flag-style = #'()
9144
9145         * lily/cluster-engraver.cc, lily/ligature-bracket-engraver.cc:
9146         cleanup: removed dead #includes
9147
9148         * lily/gregorian-ligature-engraver.cc,
9149         lily/include/gregorian-ligature.hh,
9150         scm/grob-property-description.scm: small cleanups, small spacing
9151         fixes
9152
9153         * lily/gregorian-ligature-engraver.cc, lily/parser.yy,
9154         lily/vaticana-ligature.cc,
9155         lily/include/gregorian-ligature-engraver.hh,
9156         scm/grob-property-description.scm, scm/music-types.scm:
9157         "porrectus" -> "pes or flexa"
9158
9159         * ly/engraver-init.ly, scm/grob-description.scm,
9160         scm/grob-property-description.scm: junked porrectus, now handled
9161         by ligature code
9162
9163         * scm/grob-description.scm: bugfix: added space-alist entry for
9164         breathing sign/custos
9165
9166 2003-04-24  Jan Nieuwenhuizen  <janneke@gnu.org>
9167
9168         * Another grand 2003 update.
9169         
9170         * Remove mentioning of `mudela'; There's no such thing.
9171
9172 2003-04-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9173
9174         * Documentation/user/preface.itely (Preface to version 1.8): update
9175
9176         * Documentation/user/invoking.itexi (Invoking LilyPond): revise
9177
9178         * Documentation/user/converters.itely (Invoking convert-ly): revise
9179
9180         * scripts/convert-ly.py (outfile_name): remove --assume-old.
9181
9182         * scripts/lilypond-book.py (schedule_lilypond_block): remove --read-lys
9183
9184 2003-04-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9185
9186         * Documentation/user/internals.itely: more updates.
9187
9188 2003-04-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9189
9190         * Documentation/user/refman.itely: revise 
9191
9192         * Documentation/user/internals.itely: revise
9193
9194         * lily/music.cc (LY_DEFINE): add function ly:music-deep-copy
9195
9196 2003-04-23  Juergen Reuter  <reuter@ipd.uka.de>
9197
9198         * Documentation/user/refman.itely: bugfix: fixed broken @ref{};
9199         beautification: reformatted ancient clefs section; cleanup: small
9200         wording fixes
9201
9202 2003-04-22  Heikki Junes <hjunes@cc.hut.fi>
9203
9204         * lilypond.words: added words for chant notation, sorted
9205         alphabetically through "sort lilypond.words"
9206
9207 2003-04-22  Juergen Reuter  <reuter@ipd.uka.de>
9208
9209         * ly/gregorian-init.ly, ly/script-init.ly, mf/parmesan-scripts.mf,
9210         scm/script.scm, input/test/gregorian-scripts.ly: added scripts for
9211         chant notation
9212
9213 2003-04-21  Juergen Reuter  <reuter@ipd.uka.de>
9214
9215         * buildscripts/mf-to-table.py: bugfix: "--" in glyph names:
9216         prevent TeX from interpreting them as long dash
9217
9218         * input/test/vaticana.ly: updated
9219
9220         * mf/parmesan-accidentals.mf, mf/parmesan-clefs.mf,
9221         mf/parmesan-custodes.mf, mf/parmesan-flags.mf,
9222         mf/parmesan-heads.mf, mf/parmesan-rests.mf,
9223         mf/parmesan-scripts.mf, mf/parmesan-timesig.mf: more set_char_box
9224         fixes
9225
9226         * mf/parmesan-heads.mf: ledger endings: removed dead code
9227
9228 2003-04-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9229
9230         * VERSION: 1.7.17 released
9231         
9232         * Documentation/user/GNUmakefile
9233         ($(outdir)/lilypond-internals/lilypond-internals.html): copy ly
9234         files too.
9235
9236         * scm/document-markup.scm: new file: document all markup
9237         functions.
9238
9239         * scm/documentation-generate.scm: rename all documentation modules
9240         to document-*.scm
9241
9242         * scripts/lilypond-book.py: generate link to .ly file iso. link to
9243         .png
9244
9245         * input/test/divisiones.ly: added
9246
9247         * input/regression/output-property.ly: new file
9248
9249         * lily/cluster.cc: change cluster-interface to use style property
9250
9251 2003-04-20  Rune Zedeler  <rune@zedeler.dk>
9252
9253         * input/test/chord-names-german.ly: modified.
9254
9255         * scm/chords-ignatzek.scm:
9256           chord-name->german-markup: Added
9257           note-name->german-markup: Changed (now producing lowercase notenames)
9258
9259         * lily/chord-name-engraver.cc: Reads property chordNoteNamer
9260         
9261 2003-04-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9262
9263         * scripts/convert-ly.py (FatalConversionError.conv):
9264         divisiominima -> divisioMinima, etc.
9265
9266         * ly/engraver-init.ly (FiguredBassContext): add
9267         Separating_line_group_engraver to Figured bass context.
9268
9269         * ly/german-chords-init.ly: remove file
9270
9271         * input/test/chord-names-german.ly (scm): new file.
9272
9273         * ly/engraver-init.ly (ScoreContext): add chordRootNamer property.
9274
9275         * lily/chord-name-engraver.cc: move New_chord_name_engraver to
9276         Chord_name_engraver
9277
9278         * Documentation/user/refman.itely: lots of updates.
9279
9280         * input/regression/chord-name-exceptions.ly (chExceptionMusic):
9281         new file
9282
9283         * input/test/bar-number-every-5-reset.ly: new file.
9284
9285 2003-04-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9286
9287         * input/regression/chord-name-major7.ly: new file
9288
9289         * scm/chord-entry.scm (construct-chord): bugfix: don't remove 11
9290         if specced explicitly.
9291
9292         * input/regression/chord-name-entry-11.ly: new file.
9293
9294         * input/test/slur-beautiful.ly: new file.
9295
9296         * Documentation/user/refman.itely: updates.
9297
9298         * input/regression/collisions.ly (threevoice): cleanup.
9299
9300         * scripts/convert-ly.py:  linewidth = -1  -> raggedright = ##t.
9301
9302 2003-04-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9303
9304         * Documentation/user/*.itely: various updates.
9305
9306         * ly/spanners-init.ly: enddecr/ endcr.
9307
9308         * Documentation/user/tutorial.itely (Fine tuning a piece): editing
9309         of tutorial
9310
9311 2003-04-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9312
9313         * scripts/ly2dvi.py (extra_init): add compat2 to latex options.
9314
9315         * lily/new-chord-name-engraver.cc (process_music): use octavation
9316         (a number) instead of original-pitch to store inversions. This
9317         fixes a problem with transposed chords with inversions.  
9318
9319 2003-04-14  Jan Nieuwenhuizen  <janneke@gnu.org>
9320
9321         * stepmake/aclocal.m4: Include compile fix for broken flex, as
9322         used in includable-lexer.hh.
9323
9324         * lily/includable-lexer.cc: Bugfix: include config.h.
9325
9326         * stepmake/aclocal.m4: Check for $GUILE_CONFIG; allows
9327         circumvention of Debian packaging bug.
9328
9329 2003-04-13  Jan Nieuwenhuizen  <janneke@gnu.org>
9330
9331         * flex-2.5.31 hits Debian/unstable.  Fixes below.
9332         
9333         * lily/lexer.ll (avoid_silly_flex_induced_gcc_warnings): Disable.
9334
9335         * lily/includable-lexer.cc [!HAVE_FLEXLEXER_YY_CURRENT_BUFFER]
9336         (yy_current_buffer): New macro, compile hacks for flex 2.5.29.
9337
9338         * lily/include/includable-lexer.hh: 
9339         * lily/lexer.ll: Hack for multiple include of FlexLexer.h.
9340
9341         * config.hh.in (HAVE_FLEXLEXER_YY_CURRENT_BUFFER): Add.
9342
9343         * aclocal.m4: Regenerate.
9344
9345         * stepmake/aclocal.m4 (STEPMAKE_FLEXLEXER): Check for
9346         yyFlexLexer.yy_current_buffer, which was removed in flex-2.5.29.
9347
9348         * scm/pdf.scm (use-modules): Include lily.
9349
9350         * scm/pdftex.scm (start-system): Bugfix: add closing brace (Beernd
9351         Noordkamp).
9352         (use-modules): Include lily.
9353         (lily-def): Bugfix: include tex-val in let.
9354
9355 2003-04-12  Heikki Junes <hjunes@cc.hut.fi>
9356
9357         * lilypond-mode.el: sensible error if lilypond.words not found.
9358
9359         * lilypond.words: add few words.
9360
9361 2003-04-11  Juergen Reuter  <reuter@ipd.uka.de>
9362
9363         * mf/parmesan-clefs.mf: bugfix: char boxes corrected
9364
9365         * mf/parmesan-scripts.mf: fixed typo in char name
9366
9367 2003-04-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9368
9369         * VERSION: 1.7.16 released
9370
9371         * python/lilylib.py (setup_temp): temporary directories are mode 700.
9372         (this is a security vulnerability).
9373
9374         * Documentation/user/lilypond.tely: remove abbreviations (n't, 's)
9375
9376         * lily/multi-measure-rest-engraver.cc (stop_translation_timestep):
9377         add staff support.
9378
9379 2003-04-10  Juergen Reuter  <reuter@ipd.uka.de>
9380
9381         * mf/parmesan-scripts.mf, Documentation/user/refman.itely,
9382         ly/script-init.ly, scm/script.scm: bugfix: renamed
9383         fermata->signumcongruentiae to fix naming clash with feta font
9384
9385 2003-04-10  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9386
9387         * input/regression/multi-measure-rest-grace.ly (texidoc): new file
9388
9389         * lily/multi-measure-rest-engraver.cc
9390         (start_translation_timestep): use grace timing too for determining
9391         when to make mmrest.
9392         (start_translation_timestep): clear numbers too.
9393
9394 2003-04-09  Juergen Reuter  <reuter@ipd.uka.de>
9395
9396         * scm/music-types.scm: compile fix: escape braces
9397
9398         * buildscripts/mf-to-table.py: replaced \char -> \musicglyph to
9399         work around font selection problem
9400
9401         * Documentation/user/refman.itely: BreathingSign: added docu for
9402         property "text"
9403
9404 2003-04-09  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
9405
9406         * Documentation/topdocs/AUTHORS.texi (AUTHORS): Updated contact
9407         information.
9408
9409 2003-04-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9410
9411         * lily/multi-measure-rest-engraver.cc (class
9412         Multi_measure_rest_engraver): make multiple Number objects, one
9413         for each MultiMeasureTextEvent.
9414
9415         * scm/music-functions.scm (glue-mm-rest-texts): use
9416         MultiMeasureTextEvent
9417
9418         * scm/music-types.scm (music-descriptions): add MultiMeasureTextEvent
9419
9420         * Documentation/user/refman.itely (Multi measure rests): update.
9421
9422 2003-04-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9423
9424         * lily/ly-module.cc (ly_copy_module_variables): use
9425         scm_internal_hash_fold() for iterating modules.
9426
9427 2003-04-08  Juergen Reuter  <reuter@ipd.uka.de>
9428
9429         * Documentation/user/refman.itely: Section Custodes: added more
9430         example code
9431
9432         * mf/feta-eindelijk.mf, mf/parmesan-rests.mf: cleanup: moved
9433         neo-mensural rests to parmesan font
9434
9435         * mf/parmesan-heads.mf, mf/parmesan-timesig.mf: updated file
9436         header
9437
9438 2003-04-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9439
9440         * Documentation/user/macros.itexi: @fileref macro.
9441
9442         * buildscripts/lys-to-tely.py (name2line): add <NAME> tags for
9443         each file. 
9444
9445 2003-04-04  Juergen Reuter  <reuter@ipd.uka.de>
9446
9447         * lily/include/custos.hh, make/lilypond.suse.spec.in,
9448         Documentation/topdocs/AUTHORS.texi: updated my email address
9449
9450         * Documentation/user/refman.itely: updated custos documentation;
9451         beautified divisiones example; beautified articulations table
9452
9453         * lily/breathing-sign.cc: bugfix: finalis molecule
9454
9455 2003-04-03  Juergen Reuter  <reuter@ipd.uka.de>
9456
9457         * Documentation/user/refman.itely: added docu for
9458         contemporary fermata symbols, gregorian breathing signs; small fixes
9459
9460         * ly/gregorian-init.ly: removed obsolete #'type props
9461
9462 2003-04-01  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
9463
9464         * lily/multi-measure-rest.cc (set_spacing_rods): Handle the
9465         minimum-length property correctly.
9466
9467 2003-03-31  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9468
9469         * scm/music-functions.scm (make-multi-measure-rest): set input
9470         locations for multimeasure rests.
9471
9472 2003-03-31  Juergen Reuter  <reuter@ipd.uka.de>
9473
9474         * input/regression/breathing-sign.ly: updated to for ancient
9475         notation
9476
9477 2003-03-31  Jan Nieuwenhuizen  <janneke@gnu.org>
9478
9479         * scripts/ly2dvi.py: Add newline.
9480
9481 2003-03-30  Jan Nieuwenhuizen  <janneke@gnu.org>
9482
9483         * scripts/ly2dvi.py (dependency_files): Compile fix.
9484
9485 2003-03-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9486
9487         * scripts/ly2dvi.py (find_pfa_fonts): add --png option
9488         (make_html_menu_file): --html menu. 
9489
9490 2003-03-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9491
9492         * scripts/ly2dvi.py (run_dvips): +add the .map file 
9493
9494 2003-03-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9495
9496         * input/screech-boink.ly: new file.
9497
9498 2003-03-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9499
9500         * scripts/lilypond-book.py (make_lilypond_file): convert
9501         lilypond-file to lilypond block directly, without going through
9502         begin/end lilypond text.
9503         
9504
9505 2003-03-21  Juergen Reuter  <reuter@ipd.uka.de>
9506
9507         * lily/breathing-sign.cc, lily/include/breathing-sign.hh,
9508         scm/grob-description.scm: moved Michael's original breathing sign
9509         code in brew_molecule() to divisio_minima(); provided new
9510         brew_molecule() that effectively replaces the
9511         Text_item::brew_molecule callback (with additional fallback to
9512         Michael's original code); added callbacks for brewing divisio
9513         maior/maxima and finalis
9514
9515         * gregorian-init.ly: added breathing sign shortcuts for virgula,
9516         caesura, divisiominima, divisiomaior, divisiomaxima, and finalis
9517
9518         * script-init.ly: added shortfermata, longfermata,
9519         verylongfermata, varcoda
9520
9521         * scm/script.scm, mf/feta-schrift.mf: added shortfermata,
9522         longfermata, verylongfermata, varcomma, varcoda
9523
9524 2003-03-19  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
9525
9526         * Documentation/user/{tutorial.itely,refman.itely,internals.itely}: 
9527           Remove all noquote and insert a few quote.
9528         
9529         * Documentation/user/lilypond-book.itely (Music fragment options),
9530           scripts/lilypond-book.py: Don't include quotation blocks by
9531           default. Introduce option quote instead of noquote
9532
9533 2003-03-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9534
9535         * VERSION: 1.7.15 released
9536         
9537         * Documentation/user/lilypond.tely: omf updates.
9538
9539         * buildscripts/texi2omf.py (omf_vars): include version.date
9540
9541         * make/lilypond.redhat.spec.in: fixes for spec file. 
9542
9543         * stepmake/stepmake/texinfo-vars.make (GENERATE_OMF):  replace var
9544         by function definition: lily now requires a recent GNU Make.
9545
9546         * scripts/lilypond-book.py (write_deps): remove .tex dependency
9547         writing.
9548
9549         * make/ly-rules.make: remove .ly -> .tex rule
9550
9551         * Documentation/user/refman.itely (Figured bass): revised figured
9552         bass example.
9553
9554 2003-03-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9555
9556         * stepmake/stepmake/omf-targets.make (local-install): add
9557         scrollkeeper-update message.
9558
9559         * scripts/lilypond-book.py (lilypond_binary): explicity add path
9560         to binary.
9561         (TexiPaper.process_ly2dvi_block): idem for ly2dvi
9562
9563         * scripts/ly2dvi.py (lilypond_binary): explicity add path to binary.
9564
9565         * Documentation/user/converters.itely (Invoking midi2ly): add
9566         track/channel notice.
9567
9568 2003-03-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9569
9570         * stepmake/stepmake/omf-targets.make (omf-local-install): bugfixes
9571
9572         * lily/parser.yy (scalar): DIGIT is also a scalar.
9573
9574         * Documentation/user/music-glossary.tely: add @omf tags
9575
9576         * Documentation/user/lilypond.tely: add @omf tags
9577
9578         * scm/generate-documentation.scm (string-append): add @omf tags.
9579
9580         * stepmake/stepmake/omf-*: new files 
9581
9582         * input/regression/multi-measure-rest.ly (texidoc): add doco
9583
9584         * GNUmakefile.in (web-doc-install): add web-doc-install target
9585
9586         * lily/scm-hash.cc (remove): prevent underflow of elt_count_. This
9587         fixes crashes while dumping MIDI.
9588
9589         * ly/performer-init.ly (FiguredBassContext): add Figured bass for
9590         midi
9591
9592 2003-03-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9593
9594         * buildscripts/texi2omf.py: new file.
9595
9596         * mf/feta-beugel.mf: include font count, not staffsize (16) in
9597         font-name
9598
9599 2003-03-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9600
9601         * input/regression/beam-manual-beaming.ly (texidoc): new file.
9602
9603         * lily/sequential-iterator.cc (descend_to_child): call
9604         descend_to_child() for all types of music.
9605
9606 2003-03-08  Jan Nieuwenhuizen  <janneke@gnu.org>
9607
9608         * scm/translator-property-description.scm: Add
9609         bassFigureFormatFunction.  Replace some entries.
9610
9611 2003-03-04  Jan Nieuwenhuizen  <janneke@gnu.org>
9612
9613         * cygwin/post-lilypond.sh: Add FHS-specified path for fonts to
9614         clean out.
9615
9616 2003-03-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9617
9618         * scripts/midi2ly.py (Note.dump): never dump duration for
9619         dump_dur=0.
9620
9621         * scm/chords-ignatzek.scm (alteration->text-accidental-markup):
9622         new function
9623
9624         * scm/bass-figure.scm (make-bass-figure-markup): reimplement bass
9625         figures using new markups. Much simpler, and should improve layout
9626         a little.
9627
9628         * mf/feta-nummer-code.mf (code): insert space in location 32, not 33.
9629
9630 2003-03-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9631
9632         * ly/engraver-init.ly: use Hara kiri by default for 
9633         ChordNames, FiguredBass and Lyrics(Voice) context. 
9634
9635         * lily/axis-group-engraver.cc (acknowledge_grob): use
9636         rhythmic-grob-interface for selecting items not to hara-kiri'd 
9637
9638         * scm/new-markup.scm (markup-function-list): add bracket,
9639         vbracket.
9640
9641         * ly/engraver-init.ly (ChordNamesContext): set
9642         minimumVerticalExtent
9643
9644 2003-03-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9645
9646         * input/test/time-signature-double.ly: new file 
9647
9648         * input/regression/collision-head-chords.ly (texidoc): new file.
9649
9650         * lily/type-swallow-translator.cc: add note swallow translator 
9651
9652         * input/test/time-signature-double.ly: new file.
9653
9654         * lily/type-swallow-translator.cc: add Rest_swallow_translator
9655
9656         * ly/engraver-init.ly (ChordNamesContext): add Rest_swallow_translator
9657         (FiguredBassContext): idem.
9658
9659         * VERSION (MY_PATCH_LEVEL): 1.7.14 released
9660
9661         * input/mutopia/W.A.Mozart/*.ly (romanze): markup syntax updates. 
9662
9663         * buildscripts/mf-to-table.py: add .pfa, .pfb target dependency.
9664
9665         * stepmake/stepmake/metafont-rules.make ($(outdir)/%.pfb): remove
9666         .afm dependency
9667
9668         * buildscripts/mf-to-table.py (write_fontlist): use new markup syntax
9669
9670         * python/lilylib.py (make_page_images): add function.
9671
9672         * scripts/ly2dvi.py (run_latex): include title in preview image.
9673
9674         * scripts/lilypond-book.py (process_ly2dvi_blocks): call ly2dvi
9675         from lilypond-book for <ly2dvifile> tags in HTML.
9676
9677         * scripts/ly2dvi.py (option_definitions): add --debug option to
9678         print out environment.
9679
9680         * input/regression/tie-chord-partial.ly: new file.
9681
9682 2003-03-05  Heikki Junes <hjunes@cc.hut.fi>
9683
9684         * lilypond.words: add 3
9685
9686 2003-03-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9687
9688         * scm/new-markup.scm (markup-function-list): add finger-markup
9689
9690         * input/tutorial/brahms-tweaked.ly: new markup 
9691
9692         * scm/bass-figure.scm (brew-one-figure): bugfix for large bass figures 
9693
9694         * scm/new-markup.scm (brew-new-markup-molecule): robustness: don't
9695         crash when processing '() markup
9696
9697         * input/regression/breathing-sign.ly (texidoc): add caesura example.
9698
9699         * lily/breathing-sign.cc (railtracks): another caesura.
9700
9701         * mf/feta-schrift.mf: caesura symbol. 
9702
9703 2003-03-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9704
9705         * scripts/convert-ly.py (FatalConversionError.conv): add
9706         ly:molecule-XXX conversions.
9707
9708         * lily/molecule-scheme.cc: change names to ly:molecule-XXX
9709
9710         * input/regression/multi-measure-rest-text.ly: new file.
9711
9712         * scm/music-functions.scm (glue-mm-rest-texts): automatically
9713         convert MMREST-TEXT to MultiMeasureRestNumber settings.
9714
9715         * ly/engraver-init.ly (ScoreContext): move tablature settings to
9716         ScoreContext
9717
9718         * scm/new-markup.scm (center-markup): \center markup.
9719
9720         * scm/music-functions.scm: remove pitchify scripts.
9721
9722         * lily/music.cc (print_smob): display music name if available 
9723
9724 2003-03-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9725
9726         * Documentation/user/refman.itely (Instrument names): remove
9727         \turnOff doco.
9728
9729 2003-03-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9730
9731         * lily/score.cc (mark_smob): bugfix.
9732
9733         * input/regression/rehearsal-mark.ly: new file.
9734
9735         * lily/my-lily-parser.cc (here_input): revert reporting of errors:
9736         report error at the current token again.
9737
9738 2003-02-26  Jan Nieuwenhuizen  <janneke@gnu.org>
9739
9740         * cygwin/mknetrel: Exit if doc build fails.
9741
9742         * lily/GNUmakefile: Add hack for .deps and --srcdir build.
9743
9744 2003-02-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9745
9746         * scm/music-types.scm (music-descriptions): add doc strings
9747
9748 2003-02-25  Jan Nieuwenhuizen  <janneke@gnu.org>
9749
9750         * lily/lexer.ll: 
9751         * lily/include/my-lily-lexer.hh: 
9752         * lily/include/includable-lexer.hh: Add flex kludge.
9753
9754         * config.hh.in: 
9755         * config.make.in: 
9756         * stepmake/aclocal.m4 (STEPMAKE_DATADIR, STEPMAKE_LIBDIR): Junk
9757         cruft.
9758         
9759         * stepmake/aclocal.m4 (STEPMAKE_LIBDIR): Fix casual cut and paste
9760         code.
9761
9762 2003-02-24  Jan Nieuwenhuizen  <janneke@gnu.org>
9763
9764         * ly/spanners-init.ly (cresc, dim): Update to new markup text.
9765
9766         * lily/parser.yy (new_chord): Compile fix.
9767
9768 2003-02-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9769
9770         * Documentation/user/refman.itely (Tuning groups of objects):
9771         remove documentation for \turnOff. 
9772
9773         * lily/percent-repeat-engraver.cc (try_music): add correct
9774         processing moments for double-measure percents as well.
9775
9776         * input/regression/percent-repeat-skipbars.ly (texidoc): new file
9777
9778         * lily/lily-guile.cc (ly:dimension?): add dimension as separate
9779         grob prop type. 
9780
9781         * Documentation/user/refman.itely (Printing named chords): add
9782         chord name tweak doco.
9783
9784         * input/template/gregorian-transcription.ly: new file.
9785
9786 2003-02-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9787
9788         * VERSION: 1.7.13 released
9789         
9790         * input/test/*: lots of cleanups/comment-outs/removals in chord
9791         examples
9792         
9793         * input/regression/*: lots of cleanups/comment-outs/removals in
9794         chord examples
9795         
9796         * scripts/lilypond-book.py (check_texidoc): add no-texidoc to
9797         options
9798
9799         * lily/new-chord-name-engraver.cc (process_music): give original
9800         inversion pitch to chord name routine.
9801
9802         * input/tutorial/os-score.ly: update to new markup
9803
9804         * Documentation/user/appendices.itely: simply include
9805         chords-ignatzek. 
9806
9807         * Documentation/user/refman.itely (Chords mode): add documentation
9808         for chord mode.
9809
9810         * scm/chord-entry.scm (construct-chord): mark inversion as bass if
9811         not present in chord.
9812         (construct-chord): add inversion and bass support.
9813
9814         * lily/chord.cc: junk contents.
9815
9816 2003-02-17  Heikki Junes <hjunes@cc.hut.fi>
9817
9818         * Documentation/user/refman.itely:
9819         * Documentation/user/music-glossary.tely: fix. 
9820
9821 2003-02-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9822
9823         * scm/chord-entry.scm (construct-chord): move chord construction
9824         to Scheme.
9825
9826         * lily/parser.yy (new_chord): new setup for chord entry.
9827
9828 2003-02-16  Heikki Junes <hjunes@cc.hut.fi>
9829
9830         * lilypond.words:
9831         * Documentation/user/music-glossary.tely: add ambitus.
9832
9833 2003-02-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9834
9835         * scm/chords-ignatzek.scm (ignatzek-chord-names): robustness fix.
9836
9837         * lily/include/*.hh: string() -> to_string()
9838
9839         * scm/chords-ignatzek.scm: new file.
9840
9841         * ly/chord-modifiers-init.ly (ignatzekExceptionMusic): define
9842         standard chord name exceptions.
9843
9844         * scm/translator-property-description.scm (chordNameSeparator):
9845         add property.
9846         (majorSevenSymbol): add property
9847
9848         * lily/translator-scheme.cc (ly:context-properties): new function
9849         (ly:context-parent): new function.
9850         (print_smob): print context name.
9851
9852         * lily/music.cc (ly:get-music-length): new function
9853         (print_smob): don't print properties.
9854
9855         * lily/duration.cc (duration<?): new function
9856
9857         * input/regression/chords-funky-ignatzek.ly: new file.
9858
9859         * scm/double-plus-new-chord-name.scm (ignatzek-chord-names):
9860         jazz chords.
9861
9862         * lily/pitch.cc (ly:pitch-diff): new function.
9863
9864         * input/regression/chords-ignatzek.ly: new file.
9865
9866 2003-02-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9867
9868         * scm/double-plus-new-chord-name.scm (ignatzek-chord-names): classify
9869         pitches for jazz chords.
9870
9871 2003-02-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9872
9873         * lily/pitch.cc (LY_DEFINE): add ly:pitch-steps
9874
9875 2003-02-05  Heikki Junes  <hjunes@cc.hut.fi>
9876
9877         * lilypond.words: add 1
9878
9879 2003-02-04  Heikki Junes  <hjunes@cc.hut.fi>
9880
9881         * Documentation/topdocs/AUTHORS.texi: refine.
9882
9883 2003-01-25  Heikki Junes  <hjunes@cc.hut.fi>
9884
9885         * lilypond-font-lock.el: lyrics-mode update for multiple stanza.
9886         
9887         * lilypond.words: add one.
9888
9889 2003-01-23  Heikki Junes  <hjunes@cc.hut.fi>
9890
9891         * lilypond-font-lock.el: Fontify post-notated slurs [-^_][()].
9892         Fontify bass note in chords, e.g., e in c1/e.
9893         
9894 2003-01-19  Jan Nieuwenhuizen  <janneke@gnu.org>
9895
9896         * Documentation/user/music-glossary.tely: Dutch updates and
9897         additions (Arent Storm).
9898
9899 2003-01-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9900
9901         * input/regression/ambitus.ly:  move file.      
9902
9903         * lily/include/pitch.hh (class Pitch): make Pitch objects immutable.
9904
9905         * lily/event.cc (transpose): add tonic property to Key_change_req
9906         and to Key_engraver.
9907
9908 2003-01-17  Heikki Junes  <hjunes@cc.hut.fi>
9909
9910         * Documentation/user/refman.itely: fix typo.
9911
9912         * lilypond.words: removed wrong identifiers.
9913
9914 2003-01-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9915
9916         * mf/feta-toevallig.mf: make flat stem shorter 
9917
9918 2003-01-16  Heikki Junes  <hjunes@cc.hut.fi>
9919
9920         * lilypond-font-lock.el: Fontify post-notated slurs -( and -).
9921
9922         * lilypond.words: add from Phrasing slur.
9923         
9924 2003-01-15  Heikki Junes  <hjunes@cc.hut.fi>
9925
9926         * lilypond-mode.el: allow launching multiple ViewPS processes.
9927         
9928         * lilypond.words: add from Text markup.
9929
9930 2003-01-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9931
9932         * input/test/ossia.ly (texidoc): add comment.
9933
9934         * input/regression/voice-follower.ly: new file.
9935
9936         * mf/feta-toevallig.mf: make flat heavier.
9937
9938         * lily/cluster-engraver.cc: clean up Cluster engraver
9939
9940         * lily/cluster.cc (brew_molecule): cleaned up Cluster code and
9941         Engraver. Use Note_column to compute Y positions and deal with
9942         line break stuff.
9943
9944 2003-01-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9945
9946         * lily/stem.cc: move french-beaming to stem.
9947
9948 2003-01-13  Heikki Junes  <hjunes@cc.hut.fi>
9949
9950         * lilypond-font-lock.el: fontify all durations in chords.
9951
9952         * lilypond.words: add from lily/my-lily-lexer.cc
9953
9954 2003-01-12  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9955
9956         * VERSION: release 1.7.12
9957
9958         * lily/vaticana-ligature-engraver.cc (finish_primitive): compile fixes.
9959
9960         * lily/gregorian-ligature.cc: new file
9961
9962         * lily/*: the Great 2003 search & replace.
9963
9964         * Documentation/user/refman.itely (Manual repeat commands): add
9965         note about font selection.
9966
9967 2003-01-12  Heikki Junes  <hjunes@cc.hut.fi>
9968
9969         * lilypond-mode.el: propose recompiling midi while invoking playing,
9970         not while stopping playing.
9971
9972 2003-01-11  Heikki Junes  <hjunes@cc.hut.fi>
9973
9974         * lilypond.words: add one.
9975
9976         * lilypond-font-lock.el: add colour groups for horizontal, vertical 
9977         and expressional note grouping. Fontify chord modes.
9978
9979 2003-01-09  Heikki Junes  <hjunes@cc.hut.fi>
9980
9981         * Documentation/user/music-glossary.tely (Top): translate melisma.
9982
9983 2003-01-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9984
9985         * Documentation/user/music-glossary.tely (Top): add melisma.
9986
9987 2002-01-08  Juergen Reuter  <reuter@ipd.uka.de>
9988
9989         * lily/gregorian-ligature-engraver.cc: bugfix: added missing
9990         interfaces for (abstract) grob GregorianLigature
9991
9992         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc:
9993         renamed head* -> glyph_name*, x-shift* -> x-offset*
9994
9995         * scm/grob-property-description.scm: bugfix: added missing descriptions
9996
9997 2003-01-07  Jan Nieuwenhuizen  <janneke@gnu.org>
9998
9999         * input/test/chord-names-dpnj.ly: New file.
10000
10001         * scm/double-plus-new-chord-name.scm: Implement full and partial
10002         exceptions.
10003
10004         * lily/lexer.ll: <markup>: Allow dash and hyphen in markup command.
10005
10006         * scm/double-plus-new-chord-name.scm
10007         (double-plus-new-chord->markup): Fix sub->markup.
10008
10009
10010 2003-01-07  Juergen Reuter  <reuter@ipd.uka.de>
10011
10012         * lily/custos-engraver.cc: added TODO; editorial changes
10013
10014         * lily/ligature-bracket-engraver.cc: added typeset_ligature () for
10015         consistency with other ligature engravers; removed access on (now)
10016         private variable _ligature of Ligature_engraver
10017
10018         * lily/include/ligature-engraver.hh, lily/ligature-engraver.cc:
10019         renamed last_bound -> last_bound_; issue programming_error on
10020         abstract method calls; moved primitives code from
10021         Mensural_bracket_engraver to here (because almost ligature
10022         engravers will need it); renamed try_stop_ligature () ->
10023         typeset_ligature (); bugfix: store primitives of finished ligature
10024         in separate variable finished_primitives_ to avoid clash on input
10025         like "\] \["; added current_ligature () to enable access on
10026         private variable _ligature
10027
10028         * lily/mensural-ligature-engraver.cc: removed primitives_ code
10029         (now in super class); renamed try_stop_ligature () ->
10030         typeset_ligature ()
10031
10032         * lily/mensural-ligature.cc: issue programming_error on abstract
10033         method calls
10034
10035         * lily/note-heads-engraver.cc: added TODO comment upon bool
10036         in_ligature
10037
10038         * mf/parmesan-heads.mf: fixed some of set_char_box()
10039
10040         * scm/grob-description.scm: added VaticanaLigature
10041
10042         * scm/grob-property-description.scm: added neume prefix properties
10043
10044         * ly/gregorian-init.ly, lily/gregorian-ligature-engraver.cc,
10045         lily/include/gregorian-ligature-engraver.hh,
10046         lily/include/gregorian-ligature.hh: new files; framework for
10047         gregorian ligature engravers such as vaticana
10048
10049         * lily/vaticana-ligature.cc, lily/vaticana-ligature-engraver.cc,
10050         lily/include/vaticana-ligature.hh, input/test/vaticana.ly:
10051         vaticana style ligature implementation (still somewhat uncomplete)
10052
10053 2003-01-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10054
10055         * VERSION: release 1.7.11
10056
10057         * scripts/convert-ly.py: add ly:pitch-transpose rule
10058
10059 2003-01-06  Jan Nieuwenhuizen  <janneke@gnu.org>
10060
10061         * input/test/dpncnt.ly: New file.
10062
10063         * lily/my-lily-lexer.cc: Add chordnames keyword.
10064
10065         * lily/parser.yy (chordnames_block): Parse chord name exception
10066         lists, see input/test/dpncnt.ly.
10067
10068         * scm/chord-name.scm (set-double-plus-new-chord-name-style): New
10069         function.
10070
10071         * scm/lily.scm (filter-out-list): Bugfix: filter rest using
10072         filter-out too.
10073
10074         * lily/pitch.cc (ly_pitch_transpose): Scheme name now
10075         ly:pitch-transpose (was ly:transpose-pitch), in conformance with
10076         pitch functions (except for ly:make-pitch, but that's apparently
10077         some sort of scheme naming standard?).
10078
10079         * scm/lily.scm (!=): define-public.
10080
10081         * scm/new-markup.scm (make-markup-maker): define-public make-markups.
10082
10083 2003-01-05  Jan Nieuwenhuizen  <janneke@gnu.org>
10084
10085         * scm/double-plus-new-chord-name.scm
10086         (double-plus-new-chord-name->markup): New file.
10087
10088 2003-01-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10089
10090         * python/lilylib.py (make_preview): don't suppress progress for
10091         bbox extraction.
10092
10093 2003-01-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10094
10095         * Documentation/user/appendices.itely (scheme): update for new syntax.
10096
10097         * input/regression/chord-name-styles.ly: new file
10098
10099         * lily/instrument-name-engraver.cc: create instrument names
10100         without barline too.  Allows instrument name on ChordNames  
10101
10102         * scm/new-markup.scm (interpret-markup): allow simple strings as
10103         markup too.
10104
10105 2003-01-04  Jan Nieuwenhuizen  <janneke@gnu.org>
10106
10107         * scm/chord-name.scm: Super/raise changes and fixes for Banter.
10108         (step->markup-accidental): Fix: add accidental.
10109         (chord::inner-name-american): 
10110         (chord::inner-name-jazz): Ugly fix from inner-name-banter: do not
10111         append stray '/' if last superscript addition was 'o'.
10112
10113         * scm/new-markup.scm (normal-size-sub-markup) 
10114         (normal-size-super-markup): New function.
10115
10116         * lily/source-file.cc (Source_file): Add warning for possibly
10117         intentional but suspicious initialization.
10118
10119         * scm/chord-name.scm: Small rewrites, layout fixes.  Identify and
10120         add comments about cut-and-paste programming.
10121
10122         * flower/rational.cc (lcm): Not used; comment out.
10123
10124 2003-01-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10125
10126         * lily/new-fingering-engraver.cc (position_scripts): use
10127         fingerHorizontalDirection to determine fingering horizontal
10128         directions.
10129  
10130         * lily/accidental-engraver.cc (acknowledge_grob): add accidental to
10131         fingering support.
10132
10133         * scripts/convert-ly.py (FatalConversionError.conv): add style
10134         conversion rule. 
10135
10136         * scm/chord-name.scm (set-chord-name-style): new function.
10137         (new-chord-name-brew-molecule): revise to interpret markup only
10138         (new-chord->markup): cleanuppish rewrite. To be called from the
10139         new engraver.
10140
10141         * lily/new-chord-name-engraver.cc: new engraver: call Chord ->
10142         Markup earlier, during interpreting.
10143
10144         * input/test/{banter,jazz,american}-chords.ly (scheme): update
10145         style settings. Rename to chord-names-*.ly
10146
10147 2003-01-03  Jan Nieuwenhuizen  <janneke@gnu.org>
10148
10149         * scm/chord-name.scm: Painful merge of Amy's patch to old-style
10150         markup code and update to new markup.  Most probably broke some of
10151         it.
10152         
10153 2002-12-30  Juergen Reuter  <reuter@ipd.uka.de>
10154
10155         * Documentation/user/refman.itely: added docu for ambitus and
10156         clusters
10157
10158         * lily/lookup.cc, scm/tex.scm: cleanup: avoid nasty double
10159         ly_quote_scm() in lookup.cc
10160
10161         * mf/parmesan-clefs.mf: set_char_box fix
10162
10163         * lily/cluster-engraver.cc: junk implicit protection; use
10164         Protected_scm instead
10165
10166 2002-12-29  Jan Nieuwenhuizen  <janneke@gnu.org>
10167
10168         * scm/chord-name.scm: Junk "`(," constructs, use make-FOO-markup
10169         throughout.
10170
10171         * scm/new-markup.scm: Turn-off error-triggering test code.
10172
10173 2002-12-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10174
10175         * scm/new-markup.scm (markup-thrower-typecheck) 
10176         (markup-typecheck?):  add full typechecking functions.
10177         (make-markup-maker): add make-FOO-markup functions.
10178         (markup-argument-list-error): nice error checking messages.
10179         (make-markup): better function: less quoting escapades.
10180
10181 2002-12-29  Jan Nieuwenhuizen  <janneke@gnu.org>
10182
10183         * scm/chord-name.scm: Remove fixme's.  Jazz chords still broken.
10184
10185 2002-12-28  Jan Nieuwenhuizen  <janneke@gnu.org>
10186
10187         * cygwin/lilypond.hint (requires): Add cygwin.
10188
10189         * .cvsignore: Remove stepmake (huh!?!), add lib.
10190
10191         * GNUmakefile.in: Add libdir links for builddir runs.
10192
10193         * scripts/midi2ly.py: Add [lilypond_]libdir/python to path,
10194         instead of datadir.
10195
10196         * make/substitute.make (ATVARIABLES): Add lilypond_libdir,
10197         local_lilypond_libdir.
10198
10199         * config.make.in (lilypond_libdir): Add.
10200
10201         * stepmake/stepmake/substitute-rules.make: 
10202         * stepmake/stepmake/script-rules.make: 
10203         * stepmake/stepmake/python-module-rules.make:
10204         * stepmake/aclocal.m4 (STEPMAKE_LIBDIR): Fixes from
10205         lilypond-python-module patch.
10206
10207 2002-12-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10208
10209         * Documentation/user/refman.itely (Graphical interfaces): add note
10210         about xml2ly.
10211
10212 2002-12-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10213
10214         * scripts/ly2dvi.py (run_dvips): remove trailing newline
10215
10216 2002-12-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10217
10218         * VERSION: released 1.7.10
10219
10220         * scripts/musedata2ly.py (): idem
10221
10222         * scripts/midi2ly.py (dump_chord): idem
10223
10224         * scripts/etf2ly.py (version): idem 
10225
10226         * scripts/pmx2ly.py (Slur.calculate): new chord syntax
10227
10228         * scripts/mup2ly.py (pre_processor_commands): new chord syntax
10229
10230         * scm/tex.scm (tex-output-expression): remove eval compat
10231         glut. Other output files too.
10232
10233         * scm/chord-name.scm: don't export anything from chord module.
10234
10235         * input/test/american-chords.ly: idem
10236
10237         * input/test/banter-chords.ly (texidoc): idem
10238
10239         * input/test/Cc-chords.ly: add breakage notes.
10240
10241         * Documentation/user/refman.itely (Text markup): rewrite manual
10242         section.
10243
10244         * lily/parser.yy (scalar): allow \markup { } as property value. 
10245
10246         * scm/chord-name.scm: complete new markup usage
10247
10248         * scm/grob-description.scm (all-grob-descriptions): use new markup
10249         texts by default
10250
10251 2002-12-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10252
10253         * scm/chord-name.scm: partial move to new markup texts.
10254
10255 2002-12-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10256
10257         * scm/grob-description.scm (all-grob-descriptions): small bass figures.
10258
10259         * scm/bass-figure.scm (brew-bass-figure): make stack direction
10260         settable.
10261
10262 2002-12-18  Heikki Junes <hjunes@cc.hut.fi>
10263
10264         * lilypond-mode.el (LilyPond-command): propose 2midi if midi is
10265         invoked for old midi, wait for killing.
10266
10267 2002-12-16  Heikki Junes <hjunes@cc.hut.fi>
10268
10269         * Documentation/user/music-glossary.tely: Finnishing.
10270
10271 2002-12-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10272
10273         * mf/feta-nummer-code.mf: some kerning pairs.
10274
10275 2002-12-14  Rune Zedeler  <rz@localhost.localdomain>
10276
10277         * scm/output-lib.scm (set-bar-number-visibility): Context-function
10278         Added.
10279
10280         * Documentation/user/refman.itely (Bar numbers):
10281         set-bar-number-visibility added, modulo-bar-number removed again
10282         (sorry).
10283
10284 2002-12-14  Heikki Junes <hjunes@cc.hut.fi>
10285
10286         * scm/output-lib.scm (modulo-bar-number-visible): add function.
10287
10288         * Documentation/user/refman.itely: add modulo-bar-number-visible.
10289
10290         * Documentation/user/music-glossary.tely: translate into Finnish.
10291
10292 2002-12-10  Heikki Junes <hjunes@cc.hut.fi>
10293
10294         * lilypond-mode.el: add shortcut for 2midi
10295
10296         * lilypond-font-lock.el: fontify lyrics
10297
10298 2002-12-10  Rune Zedeler  <rz@daimi.au.dk>
10299
10300         * scm/drums.scm : use 1.7.x names.
10301
10302         * input/regression/drums.ly : Don't use << chords >>
10303
10304 2002-12-10  Heikki Junes <hjunes@cc.hut.fi>
10305
10306         * lilypond-mode.el: tidy, add TODO
10307
10308         * make/lilypond.mandrake.spec.in: install-info quietly.
10309
10310 2002-12-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10311
10312         * input/test/markup.ly: use new syntax.
10313
10314 2002-12-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10315
10316         * ly/params-init.ly (interscoreline): add word-space
10317
10318         * input/test/metronome.ly (eighthNote): idem.
10319
10320         * input/test/script-priority.ly: use new markup
10321
10322         * lily/parser.yy (markup): allow HEAD markup0 markup1 
10323
10324         * lily/molecule-scheme.cc (ly:molecule-translate): new function.
10325
10326         * lily/parser.yy (gen_text_def): bugfix.
10327         (full_markup): allow markup identifier.
10328
10329 2002-12-09  Heikki Junes <hjunes@cc.hut.fi>
10330
10331         * lilypond-mode.el (LilyPond-kill-job): Kill all LilyPond compiling
10332         jobs at the same time. Add horizontal lines to Command menu.
10333         Allow one compiling job -- propose killing others before a new one.
10334
10335         * lilypond.words: add markup, teeny, etc.
10336
10337 2002-12-08  Heikki Junes <hjunes@cc.hut.fi>
10338
10339         * lilypond-mode.el: Use LilyPond-command-alist for Midi and MidiAll.
10340         Allow only one type of midi process; launching Midi either stops
10341         midis or plays the current midi and launching MidiAll stops midis
10342         and starts timidity with "-ia", i.e., XAW-interface. Bind C-c C-return 
10343         to MidiAll. Choose "timidity-[1-9].ly" etc. files to MidiAll.
10344
10345 2002-12-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10346
10347         * lily/text-engraver.cc (process_acknowledged_grobs): use new
10348         markup  for new markup texts.
10349
10350         * lily/mark-engraver.cc (process_music): idem
10351         
10352         * lily/instrument-name-engraver.cc (create_text): idem
10353
10354         * scm/new-markup.scm (magnify-markup): new function.
10355
10356         * scm/molecule.scm (stack-lines): bugfix.
10357
10358         * lily/font-interface.cc (get_font): take font-magnification from
10359         alist chain.
10360
10361 2002-12-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10362
10363         * lily/molecule-scheme.cc: move scheme functions to separate file.
10364
10365         * lily/font-metric.cc  (ly_get_glyph): new function. 
10366         
10367         * scm/new-markup.scm (column-markup): use baseline-skip for columns.
10368         (italic-markup, dynamic-markup): new functions
10369         (font-markup): new function
10370
10371         * lily/molecule.cc (ly_molecule_combined_at_edge): optional
10372         padding and minimum
10373
10374 2002-12-07  Rune Zedeler  <rz@daimi.au.dk>
10375
10376         * lily/accidental-engraver.cc:
10377         Bugfix: Also print forced accidentals when autoAccidentals = \turnOff
10378
10379 2002-12-06  Heikki Junes <hjunes@cc.hut.fi>
10380
10381         * lilypond.vim:
10382         * lilypond-font-lock.el: Put \longa as duration. Accept only 
10383         [a-zA-Z] for user defined identifiers. Separate note cases 
10384         with and without a duration (allow cis\longaX).
10385
10386         * lilypond.words: Add words from Info.
10387
10388 2002-12-06  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
10389
10390         * stepmake/stepmake/c++-rules.make: Compile fix (bison 1.28)
10391
10392 2002-12-05  Heikki Junes <hjunes@cc.hut.fi>
10393
10394         * lilypond-mode.el: Propose reverting buffer before a command if
10395         it was edited with an another editor.
10396
10397 2002-12-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10398
10399         * lily/molecule.cc (ly_translate_molecule): new function
10400
10401         * python/GNUmakefile (INSTALLATION_DIR1): install Python module
10402         into libdir
10403
10404         * autogen.sh (srcdir): copy aclocal.m4 if newer. 
10405
10406         * stepmake/aclocal.m4: STEPMAKE_LIBDIR.
10407
10408 2002-12-04  Heikki Junes <hjunes@cc.hut.fi>
10409
10410         * lilypond.words: take \words from Info-index.
10411
10412 2002-12-04  Jan Nieuwenhuizen  <janneke@gnu.org>
10413
10414         * scm/sodipodi.scm: Add instruction for generating pfa fonts.
10415
10416 2002-12-02  Heikki Junes <hjunes@cc.hut.fi>
10417
10418         * make/lilypond.mandrake.spec.in: use %make and %makeinstall.
10419
10420 2002-12-01  Heikki Junes <hjunes@cc.hut.fi>
10421
10422         * make/lilypond.mandrake.spec.in: set menu-items to lilypond-info 
10423         and lilypond-documentation.
10424
10425 2002-12-02  Jan Nieuwenhuizen  <janneke@gnu.org>
10426
10427         * lily/parser.yy: Compile fix (bison 1.75).
10428
10429 2002-12-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10430
10431         * VERSION: 1.7.9 released
10432
10433         * scm/music-functions.scm (shift-one-duration-log): refactor.
10434         Use music-map.
10435
10436         * input/regression/chord-tremolo.ly (texidoc): add dot test.
10437
10438         * NEWS: update.
10439
10440         * lily/font-interface.cc (get-font): take alist chain i.s.o. alist
10441         argument
10442         
10443         * scm/music-functions.scm (display-music): new function
10444         (music-map): change arg order.
10445
10446         * input/regression/new-markup-syntax.scm: new file
10447
10448         * lily/parser.yy (markup): add \markup { .. } syntax.
10449
10450         * scm/new-markup.scm (override-markup): new function
10451         (lookup-markup): new function
10452         (music-markup): new function
10453         (lookup-markup-command): use markup-signature to store argument
10454         format for parser.
10455
10456         * lily/lexer.ll: preliminary \markup syntax. 
10457
10458 2002-11-30  Heikki Junes <hjunes@cc.hut.fi>
10459
10460         * make/lilypond.mandrake.spec.in: remove extra %changelog entries,
10461         add pre/post-dependencies and menus with icons from source.
10462
10463         * Documentation/pictures/lilypond-48x48.xpm:
10464         * Documentation/pictures/lilypond-32x32.xpm:
10465         * Documentation/pictures/lilypond-16x16.xpm: new files, background
10466         transparent.
10467
10468         * stepmake/stepmake/generic-targets.make:
10469         * stepmake/stepmake/toplevel-targets.make: Add make rpm-mandrake.
10470
10471 2002-11-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10472
10473         * input/regression/music-map.ly (texidoc): new file.
10474
10475         * scm/music-functions.scm (music-map): new function
10476
10477 2002-11-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10478
10479         * lily/ligature-engraver.cc (create_ligature_spanner): fix fixes.
10480
10481 2002-11-28  Heikki Junes <hjunes@cc.hut.fi>
10482
10483         * input/test/to-xml.ly:
10484         * lily/ligature-engraver.cc: Fixes documentation.
10485
10486         * lilypond.mandrake.spec.in:
10487         * lilypond.redhat.spec.in: Add lilypond.words.
10488
10489         * Documentation/user/refman.itely: Mention Info inside emacs.
10490         
10491         * lilypond.suse.spec.in:
10492         * lilypond.redhat.spec.in:
10493         * lilypond.mandrake.spec.in: Set root-owner for doc
10494         (tobbe@nyvalls.se).
10495
10496 2002-11-27  Jan Nieuwenhuizen  <janneke@gnu.org>
10497
10498         * scripts/ly2dvi.py (run_dvips): Use ly.read_pipe () instead of
10499         os.popen.read ().
10500
10501 2002-11-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10502
10503         * scripts/ly2dvi.py (include_path): print warning if failing anything.
10504
10505         * python/lilylib.py (error): add space
10506
10507 2002-11-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10508
10509         * GNUmakefile.in (EXTRA_DIST_FILES): add lilypond.words for
10510         distribution.
10511
10512 2002-11-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10513
10514         * lily/paper-outputter.cc (Paper_outputter): close port when
10515         finishing score.
10516
10517 2002-11-26  Jan Nieuwenhuizen  <janneke@gnu.org>
10518
10519         * scm/sodipodi.scm: Fixes.
10520
10521 2002-11-26  Heikki Junes <hjunes@cc.hut.fi>
10522
10523         * lilypond-mode.el: Look shortcuts in menu from keymap, if possible.
10524
10525         * buildscripts/make-font-dir.py: Fix. 
10526
10527 2002-11-25  Heikki Junes <hjunes@cc.hut.fi>
10528
10529         * lilypond-mode.el: Add support for Info inside Emacs.
10530
10531 2002-11-24  Jan Nieuwenhuizen  <janneke@gnu.org>
10532
10533         * buildscripts/make-font-dir.py: 
10534         * mf/GNUmakefile: Make sodipodi font map.
10535
10536         * scm/sodipodi.scm: Add more output functions.
10537
10538         * mf/feta-nummer.mf: 
10539         * mf/feta-beugel.mf: Add font_coding_scheme.
10540
10541         * lily/paper-outputter.cc (output_header): Fix creator string.
10542
10543 2002-11-23  Heikki Junes <hjunes@cc.hut.fi>
10544
10545         * lilypond-mode.el (LilyPond-autocompletion): invoked with
10546         [S-iso-lefttab], fixes at bol and eol, descriptive variable names.
10547
10548         * lilypond.words: add two (Everybody can add/remove words now!).
10549
10550         * debian/rules:
10551         * make/lilypond.suse.spec.in:
10552         * make/lilypond.mandrake.spec.in:
10553         * make/lilypond.redhat.spec.in: Add lilypond.words for emacs-files.
10554
10555         * Documentation/user/refman.itely: Mention autocompletion.
10556
10557 2002-11-23  Jan Nieuwenhuizen  <janneke@gnu.org>
10558
10559         * scripts/ly2dvi.py: Add paper sizes.
10560
10561         * lily/timing-engraver.cc: 
10562         * lily/time-signature.cc: 
10563         * lily/span-bar.cc: 
10564         * lily/grob-scheme.cc: Code formatting fixes.
10565
10566         * scm/sodipodi.scm: 
10567         * scm/sketch.scm:
10568         * buildscripts/mf-to-table.py: 
10569         * buildscripts/make-font-dir.py: Font testing.
10570
10571 2002-11-23  Heikki Junes <hjunes@cc.hut.fi>
10572
10573         * lilypond-mode.el (LilyPond-autocompletion): deletes end-of-word,
10574         inserts try-completion and shows all-completions.
10575
10576         * lilypond.words: '\' -> '\\'
10577
10578         * lilypond-mode.el: load libraries in the end, lilypond.words defines
10579         LilyPond-keywords, LilyPond-identifiers and LilyPond-reserved-words.
10580         
10581         * lilypond-font-lock.el: Use LilyPond-keywords, LilyPond-identifiers
10582         and LilyPond-reserved-words.
10583         
10584 2002-11-22  Heikki Junes <hjunes@cc.hut.fi>
10585
10586         * lilypond-mode.el (LilyPond-words-filename): find lilypond.words
10587         from load-path.
10588         
10589         * lilypond-mode.el (LilyPond-autocompletion): shows completions in
10590         the mini-buffer with Control-Shift-c.
10591         
10592 2002-11-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10593
10594         * lily/parser.yy (tempo_event): use tempo-unit for \tempo
10595         duration. This fixes \tempo taking time.
10596
10597 2002-11-21  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
10598
10599         * lily/volta-engraver.cc (process_acknowledged_grobs): 
10600         Allow for text markup in repeatCommands. 
10601
10602 2002-11-21  Heikki Junes <hjunes@cc.hut.fi>
10603
10604         * lilypond-mode.el (LilyPond-insert-string): new function, use it
10605         in LilyPond-insert-tag-notes. LilyPond-insert-between, new function.
10606         Get rid of skeleton.el-dependency.
10607
10608         * Documentation/topdocs/INSTALL.texi: tell how to get syntax-highlight.
10609
10610 2002-11-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10611
10612         * lily/beam-engraver.cc (stop_translation_timestep): reset
10613         now_stop_ev_
10614
10615         * lily/scm-option.cc: add parse-protect to ly:set-option
10616
10617         * lily/lexer.ll: set errorlevel if GUILE fails during parse.
10618
10619 2002-11-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10620
10621         * lily/include/ligature-bracket.hh: removed
10622         * lily/ligature-bracket.cc: removed
10623
10624         * lilypond-mode.el (LilyPond-expand-alist): set LaTeX extension to
10625         .tex
10626
10627         * lily/beam.cc (set_beaming): don't change beam count on rests.
10628         (brew_molecule): always set flag-width > 0.
10629
10630 2002-11-19  Heikki Junes <hjunes@cc.hut.fi>
10631
10632         * lilypond-mode.el: LilyPond-imenu-generic-re: only alphabetic
10633         chars, remove instructions; instead, refer to lilypond-init.el and
10634         Documentation/topdocs/INSTALL.texi.
10635
10636         * lilypond.words: add identifiers and reserved words.
10637
10638         * Documentation/topdocs/INSTALL.texi: separate sections for installing
10639         files and adding a load-path.
10640
10641         * lilypond-init.el: Instructions, extracted from 
10642         Documentation/topdocs/INSTALL.texi. 
10643         
10644 2002-11-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10645
10646         * VERSION: 1.7.8 released 
10647
10648         * lily/grob.cc (warning): better robustness fix.
10649
10650 2002-11-19 Juergen Reuter  <reuter@ipd.uka.de>
10651
10652         * lily/cluster-engraver.cc: bugfix: use protected scm upon columns
10653
10654         * lily/cluster-engraver.cc: stick better to variable naming
10655         conventions
10656
10657         * lily/cluster-engraver.cc: bugfix: delay typesetting of cluster
10658         until stop_translation_timestep()
10659
10660         * lily/cluster-engraver.cc, lily/cluster.cc: design fix: pass
10661         min/max coordinates to backend, but no musical info such as
10662         pitches
10663
10664         * lily/cluster.cc: robustness fix: do not crash upon empty cluster
10665
10666         * lily/grob.cc: robustness fix: warning(): do not crash if
10667         cause is not set
10668
10669         * lily/ligature-bracket-engraver.cc, scm/grob-description.scm: use
10670         the much more elaborated tuplet brackets than the very naive and
10671         simple ligature bracket grob
10672
10673 2002-11-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10674
10675         * Documentation/user/refman.itely (Analysis brackets): add
10676         horizontal bracket doco.
10677
10678         * ly/property-init.ly (setMmRestFermata): added.
10679
10680         * Documentation/user/refman.itely (Multi measure rests): fermatas
10681         on mm rests.
10682
10683         * input/regression/apply-context.ly (texidoc): new file
10684
10685         * lily/parser.yy (Simple_music): \applycontext #FUNCTION allows
10686         code to be executed during interpretation. Possible applications:
10687         smart octavation, more advanced bar checks. 
10688
10689         * lily/apply-context-iterator.cc: new file.
10690
10691 2002-11-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10692
10693         * input/test/new-markup.ly: new file.
10694
10695         * lily/text-item.cc (text_to_molecule): new function
10696
10697         * scm/new-markup.scm (lambda): new file
10698
10699         * lily/function-documentation.cc (ly_add_function_documentation):
10700         add proc property as well
10701
10702 2002-11-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10703
10704         * Documentation/user/music-glossary.tely (Top): add custos.
10705
10706 2002-11-18  Heikki Junes <hjunes@cc.hut.fi>
10707
10708         * Documentation/topdocs/INSTALL.texi: advise how to include source
10709         path to Emacs load-path and improve language.
10710
10711 2002-11-16  Jan Nieuwenhuizen  <janneke@gnu.org>
10712
10713         * GNUmakefile.in: config.h message fix.
10714
10715         * autogen.sh:
10716         * aclocal.m4: Regenerate.
10717
10718         * configure.in: 
10719         * config.make.in: 
10720         * stepmake/config.make.in: 
10721         * stepmake/configure.in: 
10722         * stepmake/autogen.sh: 
10723         * stepmake/aclocal.m4: Update for autoconf 2.56.
10724
10725 2002-11-16  Heikki Junes <hjunes@cc.hut.fi>
10726
10727         * Documentation/topdocs/INSTALL.texi: instructions for an user how
10728         to install Emacs-mode. Instructions how to use vim-mode.
10729
10730 2002-11-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10731
10732         * scm/music-types.scm (music-descriptions): no length for tempo event.
10733
10734         * input/*.ly: add \version everywhere.
10735         
10736         * input/*.ly: update syntax to 1.7 + new-chords.
10737
10738         * VERSION: 1.7.7 released.
10739         
10740         * Documentation/user/*.tely: new chord syntax.
10741
10742         * input/regression/[bc]*.ly (texidoc): syntax updates.
10743         
10744 2002-11-13  Heikki Junes <hjunes@cc.hut.fi>
10745
10746         * lilypond.words: add vocabulary to be used in auto-completion
10747
10748         * vimrc: autocompletion in Insert/Replace-mode with <Ctrn-N>
10749
10750         * lilypond.vim: allow note name at EOF
10751
10752 2002-11-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10753
10754         * buildscripts/new-chords.py (edit): -e option: inline editing.
10755
10756         * input/regression/a*.ly (texidoc): syntax updates.
10757
10758         * Documentation/user/lilypond-book.itely (Integrating La@TeX{} and
10759         music): elucidations. 
10760
10761 2002-11-11 Juergen Reuter  <reuter@ipd.uka.de>
10762
10763         * lily/include/lily-proto.hh, ly/engraver-init.ly,
10764         ly/spanners-init.ly, scm/grob-description.scm,
10765         scm/grob-property-description.scm, scm/music-types.scm,
10766         lily/cluster-engraver.cc, lily/cluster.cc,
10767         lily/include/cluster.hh, input/test/cluster.ly: cluster
10768         implementation
10769
10770         * lily/include/lookup.hh, lily/lookup.cc, scm/pdf.scm
10771         ps/music-drawing-routines.ps, scm/ascii-script.scm, scm/ps.scm,
10772         scm/sketch.scm, scm/tex.scm: support for dots and polygons added
10773
10774         * lily/lookup.cc: bugfix: fixed infinite loop in frame ()
10775
10776         * mf/parmesan-heads.mf: bugfix: vaticana punctum set_char_box
10777
10778         * scm/grob-description.scm: bugfix: by default, use default note
10779         head style when engraving ligatures
10780
10781         * lily/note-heads-engraver.cc: bugfix: do not steal ligature events
10782
10783         * lily/mensural-ligature-engraver.cc: bugfix: accept ligature
10784         events
10785
10786         * lily/ligature-bracket-engraver.cc: bugfix: accept ligature events
10787
10788         * input/test/ancient-font.ly: bugfix: style -> flag-style
10789
10790         * lily/ligature-engraver.cc: indentation fix
10791
10792         * lily/parser.yy: indentation fixes
10793         
10794 2002-11-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10795
10796         * input/regression/measure-grouping.ly: more elaborate example.
10797
10798         * lily/moment.cc: ly:add-moment, ly:mul-moment,
10799         ly:div-moment. New functions 
10800
10801         * scm/music-functions.scm (set-time-signature): new function,
10802         allow inline time sig settings with measure grouping.
10803
10804         * lily/parser.yy (command_element): move time sig construction
10805         into Scheme.
10806
10807         * lily/side-position-interface.cc (out_of_staff): new function,
10808         like padding, but keep minimum distance from staff. Easier than
10809         linespanners (dynamics, pedals), but roughly the same effect.
10810
10811 2002-11-10 Heikki Junes  <hjunes@cc.hut.fi>
10812
10813         * emacs-mode.el: Added spanish-note-replacements 
10814         (Carlos Betancourt, <carlos.betancourt@chello.be>).
10815
10816         * vimrc: (Un)commenting with <(S-)F12>, tidy.
10817
10818 2002-11-08  Heikki Junes  <hjunes@cc.hut.fi>
10819
10820         * lilypond.vim: Do not fontify cises, desis, etc.
10821
10822         * vimrc: view dvi with <S-F6>
10823
10824 2002-11-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10825
10826         * lily/lookup.cc (triangle): new function.
10827
10828         * input/regression/measure-grouping.ly (texidoc): new file: show
10829         triangles and brackets for beat groups of 3 and 2.
10830
10831         * lily/include/measure-grouping-spanner.hh (class
10832         Measure_grouping): new file.
10833
10834         * lily/measure-grouping-spanner.cc (brew_molecule): new file
10835
10836         * lily/measure-grouping-engraver.cc (class
10837         Measure_grouping_engraver): new file.
10838
10839 2002-11-06  Jan Nieuwenhuizen  <janneke@gnu.org>
10840
10841         * Merge from stable:
10842
10843             cvs update -jlilypond_1_6_6 -jlilypond_1_6_6_1
10844         
10845         * ly/paper16-init.ly (paperSixteen): Bugfix: set fonts instead of
10846         stylesheet.
10847
10848         * ly/paper19.ly: Include paper19-init.ly.
10849
10850         * ly/paper19-init.ly: New file.
10851
10852         * Documentation/user/tutorial.itely (First steps): Fix first
10853         example for font test.
10854
10855         * input/tutorial/brahms-tweaked.ly: Fix by hand for font test.
10856
10857         * ChangeLog: Add 1.7.6 release marker (see below).
10858
10859         * stepmake/stepmake/python-module-vars.make (EXTRA_DIST_FILES):
10860         Add .py files.
10861
10862 2002-11-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10863
10864         * input/tutorial/sammartini.ly (bassvoices): to new syntax.
10865
10866         * input/tutorial/*.ly: update to new syntax.
10867
10868         * lily/parser.yy (Composite_music): new transpose syntax,
10869         \transpose FROM TO MUSIC. 
10870
10871 2002-11-04  Jan Nieuwenhuizen  <janneke@gnu.org>
10872
10873         * scripts/lilypond-book.py: * scripts/ly2dvi.py: Fix: redirect
10874         latex progress/error output to stderr (by default this goes to
10875         stdout).  Show lilypond progress, even when not verbose.
10876
10877         * python/lilylib.py (system): New optional parameter to control
10878         showing of progress.
10879
10880         * scm/backend-documentation-lib.scm (check-dangling-properties):
10881         Fix error message.
10882
10883         * lily/text-item.cc (ADD_INTERFACE): Remove align, magnify.  Add
10884         axis, extent.
10885
10886         * scm/grob-property-description.scm (magnify): Remove.
10887         (extent, axis): Add.
10888
10889 2002-11-03  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10890
10891         * VERSION: Release 1.7.6.
10892
10893         * scripts/convert-ly.py: more uniformization substitutions.
10894
10895         * buildscripts/new-chords.py (sub_chords): new file.
10896
10897 2002-11-03  Jan Nieuwenhuizen  <janneke@gnu.org>
10898
10899         * mf/GNUmakefile: Bugfix: Use actual fontname (.AFM FontName) for
10900         lilypond.map.  Include sauter fonts too.  Cleanups.
10901
10902 2002-11-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10903
10904         * Documentation/user/tutorial.itely (First steps): change to new
10905         chord/tie/slur/beam notation.
10906
10907         * lily/parser.yy (event_that_take_dir): allow postfix notation for
10908         ties.
10909
10910         * lily/new-tie-engraver.cc (process_acknowledged_grobs): new
10911         engraver. Process ties in postfix notation, i.e. c8-~ c
10912
10913         * lilypond-mode.el (LilyPond-command-alist): run LaTeX by default.
10914
10915         * input/regression/beam-postfix-notation.ly (texidoc): new file.
10916
10917         * lily/parser.yy (event_that_take_dir): allows c8-[ for beams.
10918
10919         * lily/beam-engraver.cc (try_music): accept new-beam-events
10920
10921         * input/regression/chord-scripts.ly (texidoc): new file
10922
10923         * lily/new-fingering-engraver.cc (acknowledge_grob):  also handle
10924         script-events.
10925
10926         * scm/script.scm (default-script-alist): cleanup.
10927
10928         * lily/script-engraver.cc (make_script_from_event): cleanup.
10929
10930         * lily/lyric-combine-music-iterator.cc
10931         (Lyric_combine_music_iterator): remove superfluous events.
10932         (melisma_busy): new function. Fix broken melismas.
10933
10934 2002-10-31  Heikki Junes  <hjunes@cc.hut.fi>
10935
10936         * vimrc: Add shortcuts for compiling, midi-playing and PS-viewing.
10937         Remove nonvalid settings. Use descriptive key names.
10938         Use <Return> to indicate the pressing of that key.
10939
10940 2002-10-30  Jan Nieuwenhuizen  <janneke@gnu.org>
10941
10942         * scripts/lilypond-book.py (option_definitions): Typo.
10943
10944         * scripts/ly2dvi.py: Updates.
10945
10946         * python/lilylib.py (setup_environment, print_environment)
10947         (get_bbox, make_preview): Merge and remove from ly2dvi and
10948         lilypond-book.
10949
10950         * scripts/lilypond-book.py: Use lilylib.  Cleanups.
10951
10952         * .cvsignore: Remove some cruft.
10953
10954         * make/lilypond-vars.make (PYTHONPATH): Add python's outdir to
10955         path.
10956
10957         * scripts/ly2dvi.py: Use lilylib as module.  Fail gracefully if
10958         kpsexpand, kpsewhich, ps2pdf exit with error.  Cleanups and fixes
10959         throughout.
10960
10961         * python/lilylib.py (quiet_system): Junk
10962         (system): Display error log upon failure.
10963         (read_pipe): New function.  Cleanups and fixes.
10964
10965         * python/*.py: Rename from *.py.in.
10966         
10967         * make/substitute.make (ATVARIABLES): Add lilypond_datadir.
10968
10969         * GNUmakefile.in (SUBDIRS): Move python before scripts.
10970
10971 2002-10-30  Jan Nieuwenhuizen  <janneke@gnu.org>
10972
10973         * python/GNUmakefile: Bugfix: handle modules.
10974
10975         * stepmake/stepmake/python-module-targets.make (default): Add
10976         compiled modules. 
10977
10978         * stepmake/stepmake/python-module-rules.make: Add rule for byte
10979         compiling modules.
10980
10981         * stepmake/stepmake/python-module-vars.make (OUT_PY_MODULES):
10982         Bugfix.  (OUT_PYC_MODULES): Add.
10983
10984 2002-10-30  Heikki Junes  <hjunes@cc.hut.fi>
10985
10986         * make/lilypond.mandrake.spec.in: Repair info. Comment out menu.
10987         Use default paths. Refresh description.
10988
10989 2002-10-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10990
10991         * VERSION: 1.7.5 released
10992
10993         * input/regression/finger-chords.ly (texidoc): new file.
10994
10995         * lily/script-engraver.cc (process_music): remove scriptHorizontal
10996         support
10997
10998         * lily/fingering-engraver.cc (process_music): remove kludgy
10999         scriptHorizontal stuff.
11000
11001         * lily/script.cc: remove staff-support property.
11002
11003         * lily/new-fingering-engraver.cc (add_fingering): new
11004         file. Fingering engraver for new style chords.
11005
11006 2002-10-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11007
11008         * lily/parser.yy (bare_number): allow 4 \cm (without
11009         decimal dot). (should backport to 1.6?)
11010
11011         * ly/declarations-init.ly: use Scheme for dimension defs.
11012
11013         * lily/parser.yy (TODO): remove hard coded dimensions, add
11014         REAL NUMBER_IDENTIFIER production.
11015
11016         * lily/rest-collision.cc (force_shift_callback): rewrite using
11017         -done property.
11018
11019         * scm/grob-property-description.scm (rest-collision-done): add
11020         property.
11021         
11022         * lilypond.vim: add file (<hjunes@cc.hut.fi>)
11023
11024 2002-10-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11025
11026         * input/regression/multi-measure-rest-center.ly: new file.
11027
11028         * lily/multi-measure-rest.cc (big_rest): multi measure rest was
11029         off horizontally by 0.05 ss. Fixed.
11030
11031 2002-10-22  Jan Nieuwenhuizen  <janneke@gnu.org>
11032
11033         * scm/pdftex.scm: Rename ly-number to ly:number->string.
11034
11035         * Documentation/topdocs/index.tely: Remove duplicate from merge.
11036
11037 2002-10-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11038
11039         * lily/tie.cc (get_control_points): also avoid staff lines on the
11040         just outside the outer staff lines
11041
11042 2002-10-21  Jan Nieuwenhuizen  <janneke@gnu.org>
11043
11044         * ly/params-init.ly: Just define style-alist, no need to
11045         define-public.
11046
11047         * input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly: Fix style override
11048         (thanks Han-Wen).
11049
11050         * mf/GNUmakefile (FONT_FILES): Add feta-nummer.
11051         (FET_FILES): = FONT_FILES.
11052
11053         * Merge from stable:
11054
11055             cvs update -jlilypond_1_6_5 -jlilypond_1_6_6
11056
11057 2002-10-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11058
11059         * VERSION: 1.7.4 released.  
11060         
11061         * scm/generate-documentation.scm (string-append): add macro
11062         definitions.
11063
11064         * lily/text-item.cc (lookup_text): don't use virtual fonts for
11065         normal texts.
11066
11067         * lily/multi-measure-rest-engraver.cc: make separate
11068         MultiMeasureRestNumber grob. Introduce restNumberThreshold.
11069
11070         * lily/multi-measure-rest.cc: remove text handling. Remove
11071         number-threshold.
11072
11073 2002-10-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11074
11075         * scm/music-types.scm: doc patch by Graham Percival
11076
11077 2002-10-19  Jan Nieuwenhuizen  <janneke@gnu.org>
11078
11079         * buildscripts/make-font-dir.py (sketch_p): Bugfix: only write
11080         encoding part.
11081         (Font_info.set_defaults): pixelsize now also defauts to '0'.
11082         (sketch_p): Sketch wants only first four elements of X11 font spec.
11083
11084         * buildscripts/mf-to-table.py (parse_logfile): Bugfix. 
11085
11086         * mf/feta-autometric.mf: Write foundry and family to log.
11087
11088         * mf/GNUmakefile: Fixes for pfx builds.  Also write sketch
11089         font translation table.
11090
11091         * buildscripts/mf-to-table.py: Better font info into afm.
11092
11093         * buildscripts/make-font-dir.py: Use font info from afm.  Mftrace
11094         1.0.9 required.
11095
11096         * configure.in: Whine for mftrace 1.0.9.
11097
11098 2002-10-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11099
11100         * lily/parser.yy (chord_body): allow <<c e>>4 notation.
11101
11102         * lily/main.cc (main_prog): don't try to load init.EXT when
11103         processing foo.EXT.
11104
11105 2002-10-15  Rune Zedeler  <rune@zedeler.dk>
11106
11107         * scm/tex.scm (zigzig-line): added.
11108
11109         * scm/ps.scm (zigzag-line): added.
11110
11111         * ps/music-drawing-routines.ps (subvec): added.
11112         (draw_zigzag_line): added.
11113         
11114         * lily/line-spanner.cc: Add support for #'type = #'zigzag. reading
11115         grob properties zigzag-width and zigzag-length.
11116
11117         * input/regression/glissando.ly: Add some zig-zagged glissandi.
11118
11119 2002-10-15  Jan Nieuwenhuizen  <janneke@gnu.org>
11120
11121         * scm/sodipodi.scm: Some fixes.  Sketch also groks this bare-bones
11122         svg output, including font.
11123
11124 2002-10-14  Jan Nieuwenhuizen  <janneke@gnu.org>
11125
11126         * scm/lily.scm: Register sodipodi output module.
11127
11128         * scm/sodipodi.scm: New file.
11129
11130         * lily/afm.cc (read_afm_file): Read TfmCheckSum from comment.
11131
11132         * buildscripts/mf-to-table.py (base): Write TfmChecksum in
11133         comment, after header.
11134         (parse_logfile): Remove invalid key FontFamily.  Add mandatory key
11135         FullName.  Fix FontName key.
11136
11137 2002-10-14  Rune Zedeler  <rune@zedeler.dk>
11138
11139         * lily/rest.cc (after_line_breaking): bugfix: dots after half
11140         and breve rests.
11141         
11142         * input/test/blank-notes.ly: bugfix
11143
11144         * lily/rest.cc (after_line_breaking): bugfix: dots after whole
11145         rests. (Kim Shrier)
11146
11147         * input/test/rest-dot-positions.ly: Added. (Kim Shrier)
11148         
11149 2002-10-14  Jan Nieuwenhuizen  <janneke@gnu.org>
11150
11151         * scm/tex.scm: 
11152         * scm/ps.scm: Cleanup and remove obsolete junk.
11153
11154         * Documentation/user/internals.itely:
11155         * Documentation/user/refman.itely: Run texinfo-all-menus-update.
11156
11157         * lily/parser.yy: Identify shift/reduce problems.
11158
11159         * input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly: Rename
11160         make-style-sheet.  Too specific for convert-ly?
11161
11162 2002-10-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11163
11164         * po/cs.po: added czech translation, courtesy Tomas Kopecek.
11165
11166         * input/test/*.ly: various fixes.
11167
11168         * lily/music.cc (name): bugfix
11169
11170         * lily/piano-pedal-engraver.cc (try_music): fix pedals.
11171
11172         * lily/input-file-results.cc (code): set-point-and-click! ->
11173         set-point-and-click
11174         
11175 2002-10-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11176
11177         * Use uniform ly: prefix for exported scheme primitive functions.
11178
11179         * scm/music-types.scm: junk compat glue
11180
11181         * scripts/convert-ly.py: add rules for stuff below, junk
11182         compatibility glue for spanrequest.
11183
11184         * lily/parser.yy (verbose_event): remove \spanrequest,
11185         \commandspanrequest, \script. 
11186         
11187         * lily/identifier-smob.cc (LY_DEFINE): change name to ly-export
11188
11189         * lily/parser.yy: remove arpeggio keyword; use identifier. Idem
11190         for \penalty, \glissando.
11191
11192         * VERSION: release 1.7.3
11193         
11194 2002-10-13  Rune Zedeler  <rune@zedeler.dk>
11195
11196         * lily/accidental-engraver.cc: Fix
11197         grace-in-the-beginning-of-measure bug caused by the resent
11198         partial-measure fix.
11199
11200         * lily/stem.cc: reversed noteheads overlap half of the stem. (Full
11201         overlap looks too crowded)
11202         
11203 2002-10-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11204
11205         * lily/parser.yy (assignment): allow SCM expression as assignment.
11206
11207         * lily/include/music-output-def.hh (class Music_output_def):
11208         * lily/music-output-def.cc: 
11209         * lily/paper-def.cc: 
11210         * scm/font.scm (markup-to-properties):
11211         * lily/parser.yy (music_output_def_body): 
11212         remove style_sheet_
11213
11214 2002-10-12  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11215
11216         * ly/grace-init.ly (startGraceMusic): shorten default grace stem
11217         length.
11218
11219         * input/regression/spacing-to-grace.ly: new file.
11220
11221         * input/regression/spacing-end-of-line.ly: new file.
11222
11223         * lily/note-spacing.cc (get_spacing): take into account breakable
11224         stuff sticking out at the left (time sig change at line break).
11225
11226         * lily/spacing-spanner.cc (breakable_column_spacing): junk weird
11227         raggedright code.
11228
11229         * scm/music-functions.scm (make-voice-props-set): add
11230         staff-position for mm rests.
11231  
11232         * lily/spacing-spanner.cc (musical_column_spacing): shrink space
11233         before grace notes a little.
11234
11235         * lily/parser.yy (sup_quotes): use '\'' for sup_quotes.
11236
11237         * lily/break-align-interface.cc (do_alignment): right-edge spacing
11238         key adds space at the end of line. 
11239
11240 2002-10-11  Jan Nieuwenhuizen  <janneke@gnu.org>
11241
11242         * scm/sketch.scm: Fix beams.
11243
11244         * buildscripts/mf-to-table.py: Add EncodingScheme.
11245
11246         * scm/sketch.scm: Resurrect.
11247
11248 2002-10-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11249
11250         * lily/multi-measure-rest.cc: use breve rests for measure lengths
11251         longer than 4/4. Patch courtesy Kim Shrier <kim@tinker.com>.
11252
11253 2002-10-10  Jan Nieuwenhuizen  <janneke@gnu.org>
11254
11255         * stepmake/stepmake/c++-rules.make: Fixes for bison 1.50.
11256
11257         * lily/lexer.ll (My_lily_lexer): Avoid silly flex induced gcc warnings.
11258
11259 2002-10-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11260
11261         * lily/my-lily-lexer.cc (prepare_for_next_token): use previous
11262         token for origin information.
11263
11264         * lily/parser.yy (My_lily_lexer): do identifier location and
11265         cloning from lexer.
11266
11267         * scm/music-functions.scm (make-multi-measure-rest): move mmrest
11268         logic out of the parser. Add bar checks on both ends.
11269
11270         * Documentation/user/refman.itely (Multi measure rests): add more
11271         notes about mm rests.
11272
11273 2002-10-10  Jan Nieuwenhuizen  <janneke@gnu.org>
11274
11275         * input/regression/bar-scripts.ly: Re-enable.
11276
11277         * lily/parser.yy:
11278         * stepmake/stepmake/c++-rules.make: Fixes for bison 1.51 to be
11279         released rsn.  Bison 1.50 has a crucial bug and won't work.
11280
11281         * lily/lexer.ll (My_lily_lexer): Avoid silly flex induced gcc warnings.
11282
11283
11284 2002-10-07  Jan Nieuwenhuizen  <janneke@gnu.org>
11285
11286         * input/regression/bar-scripts.ly: Blunt documentation build fix.
11287
11288 2002-10-05  Jan Nieuwenhuizen  <janneke@gnu.org>
11289
11290         * Actually merge changes since 1.6.4 besides ChangeLog, and
11291         resolve conflicts.  Lots of updates, hope all is well.
11292         
11293         * cygwin/lilypond.hint (requires): Add ghostscript.
11294
11295         * scm: Update some (c).
11296         
11297 2002-10-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11298
11299         * input/test/{various}.ly: add \header fields and texidoc strings.
11300
11301 2002-10-05  Werner Lemberg  <wl@gnu.org>
11302
11303         * scripts/lilypond-book.py (output_dict) <latex>: `output_tex'
11304         renamed to `output_latex_quoted'.
11305         Added `output_latex_noquote'.
11306         (schedule_lilypond_block): Implement `noquote' option for LaTeX
11307         mode.
11308
11309 2002-11-03  Jan Nieuwenhuizen  <janneke@gnu.org>
11310
11311         * ChangeLog: Add 1.6.6 release marker.  See below.
11312
11313         * stepmake/stepmake/po-targets.make: Remove --c++ option.
11314
11315         * scripts/midi2ly.py: Fix global syntax warnings.
11316
11317         * GNUmakefile.in: Generate builddir locale tree too.
11318
11319         * scripts/ly2dvi.py:
11320         * scripts/midi2ly.py: 
11321         * scripts/mup2ly.py: 
11322         * scripts/update-lily.py:
11323         * lily/main.cc (setup_paths): Fix for locales setup.
11324
11325 2002-10-29  Jan Nieuwenhuizen  <janneke@gnu.org>
11326
11327         * Documentation/windows/installing.texi: Soften wording about
11328         necessity of becoming Administrator.  tommie@iae.nl reports this
11329         does not seem to be necessary for his flavour of Windows 2000.
11330         Explicitely discourage text mode mounts.
11331
11332 2002-10-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11333
11334         * lily/rest.cc (after_line_breaking): backport dot position fix.
11335
11336         * lily/rest-collision.cc (do_shift): also remove dots for suicided
11337         rests. Thanks to Klaus Zimmermann for finding this bug.
11338
11339 2002-10-24  Jan Nieuwenhuizen  <janneke@gnu.org>
11340
11341         * Documentation/topdocs/INSTALL.texi: Correction for broken /bin/sh.
11342
11343 2002-10-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11344
11345         * Documentation/user/music-glossary.tely: fix links.
11346
11347 2002-10-21  Werner Lemberg  <wl@gnu.org>
11348
11349         * tex/lily-ps-defs.tex (\lilypondsetdimen): Define ID macro.
11350         (\lilypondpostscript): Define PS macros `lyscaleXXX' (`XXX' is the
11351         scaling factor) only once and use them in the definition of
11352         \embeddedps.
11353         * ps/music-drawing-routines.ps (skeel): Removed.
11354
11355 2002-10-21  Jan Nieuwenhuizen  <janneke@gnu.org>
11356
11357         * stepmake/aclocal.m4: Changed 6 instances of $( ) to ` `, for
11358         Solaris7, as we don't use nested $( ) constructs.
11359
11360 2002-10-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11361
11362         * VERSION: Release 1.6.6.
11363         
11364 2002-10-21  Jan Nieuwenhuizen  <janneke@gnu.org>
11365
11366         * Documentation/topdocs/INSTALL.texi: Add note about using ksh for
11367         as workaround for /bin/sh problems on Solaris7.
11368
11369 2002-10-19  Werner Lemberg  <wl@gnu.org>
11370
11371         * GNUmakefile.in (web-doc): Fix typos.
11372         * tex/lilyponddefs.tex (\lilypondspecial): Don't scan
11373         `music-drawing-routines.ps' but emit \special{header=...} once.
11374         * scm/tex.scm (header-end): Updated.
11375
11376 2002-10-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11377
11378         * lily/stem-engraver.cc (acknowledge_grob): don't crash on
11379         undefined tremolo. 
11380
11381 2002-10-15  Werner Lemberg  <wl@gnu.org>
11382
11383         * scripts/lilypond-book.py (g_make_html): New global variable.
11384         (schedule_lilypond_block): Don't compute EPS and PNG for `texi'
11385         if `g_make_html' isn't set.
11386         [main]: Add format `texi-html'.
11387         (option_definitions): Updated.
11388         * Documentation/user/lilypond-book.itely: Updated.
11389
11390         * make/lilypond-vars.make (LILYPOND_BOOK_FORMAT): New variable.
11391         * make/ly-rules.make (%.texi, %.nexi): Use it.
11392         * stepmake/stepmake/www-targets.make (web): Pass `tex-html' as
11393         format to lilypond-book.
11394         * GNUmakefile.in (web-doc): Ditto.
11395
11396 2002-10-14  Werner Lemberg  <wl@gnu.org>
11397
11398         Further improve TeX output.  The produced files are about 40%
11399         smaller.  `lilyponddefs.tex' is now read only once.
11400
11401         * tex/lilyponddefs.tex: Remove footer stuff.
11402         (\ifundefined): Renamed to...
11403         (\lilypondundefined): This.  Use LaTeX's definition to
11404         make it nestable and make it global.
11405         (\lilypondstart, \lilypondend): New macro to initialize LilyPond
11406         output.
11407         (\lilypondspecial): New macro to read `music-drawing-routines.ps'.
11408         (\fetasixteen, \fetafont, \fetachar, \botalign, \leftalign): Make
11409         them global.
11410         (\placebox): Renamed to...
11411         (\lyitem): This.
11412         Make it global and call \outputscale by itself.
11413         (\lybox, \lyvrule): New macros to reduce input data.
11414         (\lilypondfirst, \lilypondsecond, \lilypondloop, \lilyponditerate):
11415         New auxiliary macros.
11416         (\SkipLilydefs, \EndLilyPondOutput): Removed.
11417         * tex/lily-pdf-defs.tex, tex/lily-ps-defs.tex (\lilySpace): Renamed
11418         to...
11419         (\lilypondspace): This and made it global.
11420         (\turnOnPostScript): Renamed to...
11421         (\lilypondpostscript): This and made it global.
11422         (\turnOnExperimentalFeatures): Renamed to...
11423         (\lilypondexperimentalfeatures): This and made it global.
11424         * tex/lily-ps-defs.tex (\PSsetTeXdimen): Renamed to...
11425         (\lilypondsetdimen): This and made it global.
11426         * tex/lilypond-latex.tex, tex/lilypond-plaintex.tex: Removed.
11427         * tex/GNUmakefile (TEX_FILES): Add `music-drawing-routines.ps'
11428         (all, $(outdir)/music-drawing-routines.ps): New rules.
11429         * buildscripts/mf-to-table.py (write_tex_defs): Use \gdef.
11430         * scm/pdftex.scm, scm/tex.scm (end-output, header-end, placebox,
11431         start-system, stop-system, stop-last-system, filledbox): Updated to
11432         use the changed macros from lilyponddefs.tex.
11433         * scripts/lilypond-book.ly (output_dict) <latex, texi>: Ditto.
11434
11435 2002-10-07  Jan Nieuwenhuizen  <janneke@gnu.org>
11436
11437         * Documentation/windows/installing.texi: Update.
11438
11439 2002-09-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11440
11441         * VERSION: 1.6.5 released
11442
11443         * scripts/lilypond-book.py (make_pixmap): don't produce empty pages.
11444
11445 2002-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11446
11447         * scm/translator-property-description.scm (voltaOnThisStaff): add
11448         property.
11449
11450 2002-09-28  Werner Lemberg  <wl@gnu.org>
11451
11452         * scm/tex.scm (header-end): Suppress page numbering.
11453
11454         * scripts/lilypond-book.py (output_dict) <output-texi-quoted>:
11455         Fix quotation for HTML output.
11456
11457 2002-09-28   Graham Percival   <gperciva@sfu.ca>
11458         
11459         * Documentation/user/refman.itely: grammar and phrasing
11460           fixes to "Note Entry" section.  Also adds a few new examples.
11461
11462 2002-09-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11463
11464         * flower/include/string-data.icc: include string.h
11465
11466 2002-09-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11467
11468         * scm/chord-name.scm (chord::inner-name-banter): remove space.
11469
11470 2002-09-27  Jan Nieuwenhuizen  <janneke@gnu.org>
11471
11472         * Documentation/user/GNUmakefile (extra-local-help): Add.
11473
11474         * stepmake/stepmake/www-targets.make (local-help): Add.
11475
11476 2002-09-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11477
11478         * Documentation/topdocs/INSTALL.texi (Top): recommend binary
11479         packages.
11480
11481         * Documentation/topdocs/README.texi (Top): building documentation
11482         (not website.)
11483
11484 2002-09-26  Jan Nieuwenhuizen  <janneke@gnu.org>
11485
11486         * Documentation/user/refman.itely: 
11487         * Documentation/user/tutorial.itely: 
11488         * Documentation/user/music-glossary.tely: Merge changes.
11489
11490         * Documentation/user/glossary.html.in: 
11491         * Documentation/index.texi: 
11492         * Documentation/header.html.in: Accomodate renaming of glossary.
11493         
11494         * Documentation/user/tutorial.itely: Add some glossary references.
11495         
11496         * Documentation/user/refman.itely: Minor fixes.
11497         
11498         * Documentation/user/lilypond.tely: Add glossary do direntry.
11499
11500         * Documentation/user/music-glossary.tely: Rename (previously:
11501         glossary.tely).  Fix anchor placement.
11502
11503         * Documentation/user/GNUmakefile: Make music-glossary.info too.
11504
11505 2002-09-23  Werner Lemberg  <wl@gnu.org>
11506
11507         * scripts/lilypond-book.py (output_dict): Fix handling of
11508         various environments by avoid extraneous newlines.
11509         Rename `output-all' regexp for html to `output-html'.
11510         Replace `output-all' regexp for texi with `output-texi-quote'
11511         and `output-texi-noquote'.
11512         (compose_full_body): Don't override `linewidth' user option
11513         for `singleline'.
11514         (schedule_lilypond_block): Don't indent text specified with
11515         `intertext' option.
11516         Add new option `noquote'.
11517         (compile_all_files): Use latex instead of tex to compile ly
11518         files directly.
11519
11520         * Documentation/user/lilypond-book.itely: Updated and revised.
11521         Improve layout.
11522
11523         * Documentation/user/glossary.tely,
11524         Documentation/user/introduction.itely,
11525         Documentation/user/tutorial.itely,
11526         Documentation/user/refman.itely,
11527         Documentation/user/appendices.itely: Fix overfull LilyPond
11528         boxes caused by the new lilypond-book code.  Other minor
11529         fixes.
11530
11531         * Documentation/user/macros.itexi (@texiflat): Don't emit
11532         trailing space.
11533
11534         * scm/tex.scm (end-output, header-end): Add preamble and
11535         postamble to make lilypond output directly compilable with
11536         latex.
11537
11538         
11539 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11540
11541         * Documentation/topdocs/INSTALL.texi (Top): bugfix for RH RPM
11542         instructions.
11543
11544 2002-09-25  Jan Nieuwenhuizen  <janneke@gnu.org>
11545
11546         * Documentation/user/glossary.tely: Add titling and hyperlinks.
11547
11548 2002-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11549
11550         * lily/beam.cc (connect_beams): don't crash if there are quarter
11551         notes in beams.
11552
11553 2002-09-24  Juergen Reuter  <reuter@ipd.uka.de>
11554
11555         * Documentation/user/refman.itely: corrected ancient clef
11556         docu; added docu on ligatures
11557
11558 2002-09-21  Juergen Reuter  <reuter@ipd.uka.de>
11559
11560         * Documentation/user/glossary.tely,
11561         Documentation/user/refman.itely, input/les-nereides.ly,
11562         input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly,
11563         input/test/bagpipe.ly, lily/stem.cc, ly/grace-init.ly,
11564         scm/grob-property-description.scm, scripts/convert-ly.py: renamed
11565         Stem properties: flag-style -> stroke-style, style -> flag-style.
11566
11567
11568 2002-09-22  Werner Lemberg  <wl@gnu.org>
11569
11570         * scripts/lilypond-book.py: Add option `notime' to suppress
11571         printing of a time signature.  Specify default indentation of 0pt
11572         if single line fragment.  Don't emit redundant `\paper{ }'.
11573
11574         * Documentation/user/lilypond-book.itely: Updated.
11575
11576         * Documentation/user/glossary.tely: Completely reformatting.
11577
11578 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11579
11580         * GNUmakefile.in (top-web): generate (possibly empty) examples.html
11581
11582 2002-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
11583
11584         * Documentation/user/tutorial.itely: Fix links.
11585         
11586         * Documentation/topdocs/index.tely:
11587         * Documentation/index.texi:
11588         * Documentation/header.html.in: Small website fixes and updates.
11589
11590         * debian/: Debian patch by Anthony Fok.
11591
11592 2002-09-21  Jan Nieuwenhuizen  <janneke@gnu.org>
11593
11594         * Documentation/footer.html.in: How time flies: It's already 2002!
11595
11596         * Documentation/topdocs/index.tely: Stable/development fix.  Use
11597         more descriptive link names than 'here'.
11598
11599 2002-09-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11600
11601         * VERSION: 1.7.2 released
11602         * VERSION: 1.6.4 released
11603         
11604         * scm/tex.scm (header-end): enclose lily output in begingroup/endgroup.
11605
11606         * scripts/convert-ly.py (FatalConversionError.conv): add rule for
11607         (ly-make-music "Foo_bar") -> (make-music-by-name 'FooBarEvent).
11608
11609         * mf/feta-din.mf (test): add x-height and space.
11610
11611         * lily/dynamic-engraver.cc (process_music): take dynamic direction
11612         from ^_ for crescendi. Idem for slurs and phrasing slurs.
11613
11614         * ly/grace-init.ly: add-to-grace-init: function to portably add
11615         settings to \grace. 
11616
11617         * lily/dynamic-engraver.cc (process_music): finish (de)crescendo
11618         if we get an absolute dynamic event.
11619  
11620         * lily/time-signature-engraver.cc (process_music): warn for \time 5/5
11621
11622         * lily/source-file.cc (get_line): oops. All line numbers were off
11623         by 2. Fix that. 
11624
11625         * lily/parser.yy (event_that_take_dir): allow () \< \> \! \( \) to
11626         be after the note, combined with -_^, i.e. c4-(-\)-\>  
11627
11628         * ly/params-init.ly (ledgerlinethickness): use Scheme expressions.
11629
11630         * lily/parser.yy (number_factor): remove (number) as number
11631         expression. ("Let them eat Lisp").
11632
11633 2002-10-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11634
11635         * lily/horizontal-bracket.cc: new file.
11636
11637         * lily/horizontal-bracket-engraver.cc: new file.
11638
11639         * input/regression/note-group-bracket.ly: new file. Support
11640         horizontal note brackets for music analysis.
11641
11642         * lily/stem.cc (flag): new flag-style: no-flag.
11643
11644         * input/test/stem-cross-staff.ly: new file
11645         
11646         * Documentation/user/internals.itely: Improved formatting, fixing
11647         typos.  Added a section `Output details' to describe how the TeX
11648         code looks like.
11649
11650         * lily/include/midi-stream.hh: use stdio.h iso. iostream.h
11651
11652         * lily/parser.yy: remove \dynamicscript.
11653
11654         * ly/dynamic-scripts-init.ly: redo the dynamic scripts
11655         definitions. 
11656
11657         * python/midi.c (midi_error): take two arguments.
11658
11659         * Merge 1.6.5 changes:
11660         
11661 2002-10-04  Jan Nieuwenhuizen  <janneke@gnu.org>
11662
11663         * scm/grob-description.scm (minimum-beam-collision-distance): 0.75
11664         staff-space.  Previous 1.5 was probably meant as half-spaces.
11665         (cautionary-style): parentheses (was: smaller).  This is what doco
11666         says, and it seems more logical.
11667
11668         * Documentation/user/refman.itely (Chromatic alterations): Bugfix
11669         for 2nd sentence.
11670
11671 2002-10-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11672
11673         * make/lilypond.redhat.spec.in: various fixes for RedHat 8.0
11674
11675 2002-10-03  Jan Nieuwenhuizen  <janneke@gnu.org>
11676
11677         * lily/beam.cc (rest_collision_callback): Fixed: partial rewrite.
11678
11679 2002-09-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11680
11681         * scripts/lilypond-book.py (make_pixmap): don't produce empty pages.
11682
11683 2002-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11684
11685         * scm/translator-property-description.scm (voltaOnThisStaff): add
11686         property.
11687
11688 2002-09-28  Werner Lemberg  <wl@gnu.org>
11689
11690         * scm/tex.scm (header-end): Suppress page numbering.
11691
11692         * scripts/lilypond-book.py (output_dict) <output-texi-quoted>:
11693         Fix quotation for HTML output.
11694
11695 2002-09-28   Graham Percival   <gperciva@sfu.ca>
11696         
11697         * Documentation/user/refman.itely: grammar and phrasing
11698           fixes to "Note Entry" section.  Also adds a few new examples.
11699
11700 2002-09-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11701
11702         * flower/include/string-data.icc: include string.h
11703
11704 2002-09-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11705
11706         * scm/chord-name.scm (chord::inner-name-banter): remove space.
11707
11708 2002-09-27  Jan Nieuwenhuizen  <janneke@gnu.org>
11709
11710         * Documentation/user/GNUmakefile (extra-local-help): Add.
11711
11712         * stepmake/stepmake/www-targets.make (local-help): Add.
11713
11714 2002-09-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11715
11716         * Documentation/topdocs/INSTALL.texi (Top): recommend binary
11717         packages.
11718
11719         * Documentation/topdocs/README.texi (Top): building documentation
11720         (not website.)
11721
11722 2002-09-26  Jan Nieuwenhuizen  <janneke@gnu.org>
11723
11724         * Documentation/user/refman.itely: 
11725         * Documentation/user/tutorial.itely: 
11726         * Documentation/user/music-glossary.tely: Merge changes.
11727
11728         * Documentation/user/glossary.html.in: 
11729         * Documentation/index.texi: 
11730         * Documentation/header.html.in: Accomodate renaming of glossary.
11731         
11732         * Documentation/user/tutorial.itely: Add some glossary references.
11733         
11734         * Documentation/user/refman.itely: Minor fixes.
11735         
11736         * Documentation/user/lilypond.tely: Add glossary do direntry.
11737
11738         * Documentation/user/music-glossary.tely: Rename (previously:
11739         glossary.tely).  Fix anchor placement.
11740
11741         * Documentation/user/GNUmakefile: Make music-glossary.info too.
11742
11743 2002-09-23  Werner Lemberg  <wl@gnu.org>
11744
11745         * scripts/lilypond-book.py (output_dict): Fix handling of
11746         various environments by avoid extraneous newlines.
11747         Rename `output-all' regexp for html to `output-html'.
11748         Replace `output-all' regexp for texi with `output-texi-quote'
11749         and `output-texi-noquote'.
11750         (compose_full_body): Don't override `linewidth' user option
11751         for `singleline'.
11752         (schedule_lilypond_block): Don't indent text specified with
11753         `intertext' option.
11754         Add new option `noquote'.
11755         (compile_all_files): Use latex instead of tex to compile ly
11756         files directly.
11757
11758         * Documentation/user/lilypond-book.itely: Updated and revised.
11759         Improve layout.
11760
11761         * Documentation/user/glossary.tely,
11762         Documentation/user/introduction.itely,
11763         Documentation/user/tutorial.itely,
11764         Documentation/user/refman.itely,
11765         Documentation/user/appendices.itely: Fix overfull LilyPond
11766         boxes caused by the new lilypond-book code.  Other minor
11767         fixes.
11768
11769         * Documentation/user/macros.itexi (@texiflat): Don't emit
11770         trailing space.
11771
11772         * scm/tex.scm (end-output, header-end): Add preamble and
11773         postamble to make lilypond output directly compilable with
11774         latex.
11775
11776         
11777 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11778
11779         * Documentation/topdocs/INSTALL.texi (Top): bugfix for RH RPM
11780         instructions.
11781
11782 2002-09-25  Jan Nieuwenhuizen  <janneke@gnu.org>
11783
11784         * Documentation/user/glossary.tely: Add titling and hyperlinks.
11785
11786 2002-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11787
11788         * lily/beam.cc (connect_beams): don't crash if there are quarter
11789         notes in beams.
11790
11791 2002-09-24  Juergen Reuter  <reuter@ipd.uka.de>
11792
11793         * Documentation/user/refman.itely: corrected ancient clef
11794         docu; added docu on ligatures
11795
11796 2002-09-21  Juergen Reuter  <reuter@ipd.uka.de>
11797
11798         * Documentation/user/glossary.tely,
11799         Documentation/user/refman.itely, input/les-nereides.ly,
11800         input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly,
11801         input/test/bagpipe.ly, lily/stem.cc, ly/grace-init.ly,
11802         scm/grob-property-description.scm, scripts/convert-ly.py: renamed
11803         Stem properties: flag-style -> stroke-style, style -> flag-style.
11804
11805 2002-09-22  Werner Lemberg  <wl@gnu.org>
11806
11807         * scripts/lilypond-book.py: Add option `notime' to suppress
11808         printing of a time signature.  Specify default indentation of 0pt
11809         if single line fragment.  Don't emit redundant `\paper{ }'.
11810
11811         * Documentation/user/lilypond-book.itely: Updated.
11812
11813         * Documentation/user/glossary.tely: Completely reformatting.
11814
11815 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11816
11817         * GNUmakefile.in (top-web): generate (possibly empty) examples.html
11818
11819 2002-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
11820
11821         * Documentation/user/tutorial.itely: Fix links.
11822         
11823         * Documentation/topdocs/index.tely:
11824         * Documentation/index.texi:
11825         * Documentation/header.html.in: Small website fixes and updates.
11826
11827         * debian/: Debian patch by Anthony Fok.
11828
11829 2002-09-21  Jan Nieuwenhuizen  <janneke@gnu.org>
11830
11831         * Documentation/footer.html.in: How time flies: It's already 2002!
11832
11833         * Documentation/topdocs/index.tely: Stable/development fix.  Use
11834         more descriptive link names than 'here'.
11835
11836 2002-10-03  Jan Nieuwenhuizen  <janneke@gnu.org>
11837
11838         * lily/beam.cc (rest_collision_callback): Fixed: partial rewrite.
11839
11840 2002-10-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11841
11842         * lily/part-combine-music-iterator.cc (get_state): cleanup
11843         (get_music_info): cleanup.
11844
11845 2002-10-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11846
11847         * scm/backend-documentation-lib.scm (interface-doc-string):
11848         crosslinks between interfaces and grobs. Headings for interfaces
11849         in grob explanation.
11850
11851 2002-09-30  Jan Nieuwenhuizen  <janneke@gnu.org>
11852
11853         * scm/to-xml.scm: Fixes.  input/trip.ly now parses as xml (without
11854         dtd).  Add preliminary dtd.
11855         (re-sub-alist): Robustify.
11856
11857 2002-09-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11858
11859         * lily/include/event-chord-iterator.hh,
11860         lily/context-specced-music-iterator.cc,
11861         lily/event.cc, lily/event-chord-iterator.cc: add
11862
11863 2002-09-29  Jan Nieuwenhuizen  <janneke@gnu.org>
11864
11865         * lily/: some (c) header fixes.
11866         
11867         * lily/request-chord.cc: Remove.
11868         
11869         * lily/include/event-chord-iterator.hh:
11870         * lily/include/event.hh:
11871         * lily/event-chord.cc: New file.
11872         
11873         * lily/stem-engraver.cc (acknowledge_grob): rename evented back to
11874         requested.
11875
11876 2002-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11877
11878         * lily/ : rename Request to Event
11879
11880         * lily/parser.yy (command_element): move clef stuff into Scheme.
11881
11882         * lily/:  rename length_mom () to get_length()
11883
11884         * lily/part-combine-music.cc: removed file and class.
11885
11886         * lily/context-specced-music-iterator.cc (class
11887         Context_specced_music_iterator): new file. Obsoletes the
11888         Context_specced_music type.
11889
11890         * scm/music-types.scm (make-repeated-music): put different kinds
11891         of repeated music into music-type table.
11892
11893         * VERSION: 1.7.1 released.
11894
11895         * scm/to-xml.scm: new file.
11896
11897         * input/test/to-xml.ly (fooBar): demo of what is possible with the
11898         new Input representation: dump music as XML.
11899
11900         * scm/engraver-documentation-lib.scm
11901         (engraver-accepts-music-types?): add links from music to engraver,
11902         from music-type to engraver.
11903
11904         * lily/include/command-request.hh: removed
11905         lily/include/musical-request.hh: removed. Removed all _req classes
11906         except Key_change_req. Changes throughout.
11907
11908 2002-09-28  Jan Nieuwenhuizen  <janneke@gnu.org>
11909
11910         * lily/tuplet-engraver.cc (try_music): Compile kludge.
11911
11912 2002-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11913
11914         * lily/*.cc: specify accepts for many engravers.
11915
11916         * scm/music-documentation-lib.scm: dump music expressions and
11917         music subtypes.
11918
11919         * scm/documentation-lib.scm: complete revision.
11920         Use GOOPS objects to store document tree explicitly. Cleaned up and
11921         sped up doco generation a lot.
11922
11923 2002-09-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11924
11925         * input/trip.ly (fugaIILeft): add arpeggio
11926
11927         * lily/translator-group.cc (try_music_on_nongroup_children):
11928         oops. The name symbol is in the cdr of the assoc handle.
11929
11930         * lily/:  remove Arpeggio_req, Breathing_sign_req, Extender_req,
11931         Hyphen_req, Glissando_req, Break_req, Mark_req 
11932
11933 2002-09-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11934
11935         * lily/musical-request.cc (music-duration-length,
11936         music-duration-compress): new functions.
11937
11938         * lily/ : Remove Note_req, Rest_req, Busy_playing_req. Changes
11939         throughout. Warning doesn't work yet.
11940
11941         * lily/translator-group.cc (try_music_on_nongroup_children):
11942         new implementation: store candidate acceptors in a hashTable.
11943
11944 2002-09-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11945
11946         * scm/music-types.scm (music-descriptions): change name to
11947         internal-class-name
11948
11949         * scm/chord-name.scm (chord::inner-name-banter): remove space.
11950
11951 2002-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11952
11953         * lily/beam.cc (connect_beams): don't crash if there are quarter
11954         notes in beams.
11955
11956 2002-09-24  Juergen Reuter  <reuter@ipd.uka.de>
11957
11958         * Documentation/user/refman.itely: corrected ancient clef
11959         docu; added docu on ligatures
11960
11961 2002-09-21  Juergen Reuter  <reuter@ipd.uka.de>
11962
11963         * Documentation/user/glossary.tely,
11964         Documentation/user/refman.itely, input/les-nereides.ly,
11965         input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly,
11966         input/test/bagpipe.ly, lily/stem.cc, ly/grace-init.ly,
11967         scm/grob-property-description.scm, scripts/convert-ly.py: renamed
11968         Stem properties: flag-style -> stroke-style, style -> flag-style.
11969
11970 2002-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11971
11972         * scm/music-functions.scm (music-separator?): don't use name music
11973         property.
11974
11975 2002-09-24  Jan Nieuwenhuizen  <janneke@gnu.org>
11976
11977         * stepmake/stepmake/generic-targets.make (help): Document check
11978         target.
11979
11980         * lily/new-accidental-engraver.cc: Compile fix.
11981
11982 2002-09-23  Jan Nieuwenhuizen  <janneke@gnu.org>
11983
11984         * scripts/convert-ly.py: Add rule.
11985
11986         * input/test/music-creation.ly:
11987         * input/test/add-staccato.ly:
11988         * input/test/add-text-script.ly: ly-make-music.
11989
11990         * scm/drums.scm (make-head-type-elem, make-articulation-script):
11991         More ly-make-music renamings.
11992
11993         * lily/command-request.cc: ADD_MUSIC: arpeggio_req.
11994
11995         * lily/music-constructor.cc (make_music): Add debugging info.
11996
11997         * scm/music-functions.scm (make-simultaneous-music,
11998         (make-sequential-music, context-spec-music):
11999         * scm/music-types.scm (music-descriptions): Get lily to run.
12000
12001 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12002
12003         * lily/command-request.cc (transpose_key_alist): new function.
12004
12005         * lily/key-performer.cc (create_audio_elements): cleanup. 
12006
12007 2002-09-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12008
12009         * lily/parser.yy: remove TYPED_MAKE_MUSIC().
12010
12011         * lily/include/translator.hh (ENTER_DESCRIPTION): add
12012         events-accepted field.
12013
12014         * scm/music-types.scm: new file.
12015
12016         * lily/parser.yy: put music type initialization into scheme,
12017         similar to grob initialization.  Changes throughout.
12018
12019 2002-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
12020
12021         * Documentation/user/tutorial.itely: Fix links.
12022         
12023         * Documentation/index.texi: 
12024         * Documentation/header.html.in: 
12025         * Documentation/topdocs/index.tely: Small website fixes and updates.
12026
12027         * debian/: Debian patch by Anthony Fok.
12028
12029 2002-09-21  Jan Nieuwenhuizen  <janneke@gnu.org>
12030
12031         * Documentation/footer.html.in: How time flies: It's already 2002!
12032
12033         * Documentation/topdocs/index.tely: Stable/development fix.  Use
12034         more descriptive link names than 'here'.
12035
12036         * ROADMAP: Remove test stuff.
12037
12038         * scripts/update-lily.py: Allow auto-building of stable and
12039         development versions.  Bugfixes.
12040
12041 2002-09-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12042
12043         * VERSION: released 1.7.0
12044
12045         * scm/tex.scm (header-end): enclose lily output in begingroup/endgroup.
12046
12047         * tex/lilyponddefs.tex: set hsize for plain tex, but only for
12048         positive line widths.
12049
12050 2002-09-20  Jan Nieuwenhuizen  <janneke@gnu.org>
12051
12052         * tex/lilyponddefs.tex: Handle \scoreshift and \outputscale in one
12053         go.  Fix comments.
12054
12055         * cygwin: Cygwin updates.
12056
12057 2002-09-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12058
12059         * Documentation/windows/installing.texi (Top): version for python,
12060         urls for ghostscript (thanks to John Potelle)
12061         
12062         * lily/simultaneous-music-iterator.cc
12063         (Simultaneous_music_iterator): init children_list_ before
12064         triggering GC.
12065
12066         * lily/*-iterator.cc: be even more careful with smobbed copy
12067         constructors. 
12068
12069         * lily/break-align-engraver.cc (acknowledge_grob): also typeset
12070         LeftEdge item.
12071
12072 2002-09-15  Werner Lemberg  <wl@gnu.org>
12073
12074         Improving LilyPond's output to make them ordinary TeX boxes with
12075         predictable dimensions.  System boxes are now vertically centered on
12076         the baseline; this offset can be further controlled with
12077         \lilypondscoreshift.
12078
12079         * lily/system.cc (System::post_processing): Pass length of current
12080         system to `start-system' (including any horizontal indentation).
12081
12082         * scm/tex.scm, scm/pdftex.scm: Make output of various functions
12083         prettier.
12084         (lily-def): Append `%'.
12085         (start-system): Add parameter `wd'.  Output more TeX code to specify
12086         box dimensions.
12087         (stop-system, stop-last-system): Complement changes in
12088         `start-system'.
12089         * scm/sketch.scm, scm/ps.scm, scm/pdf.scm, scm/ascii-script.scm:
12090         Updated.
12091
12092         * scripts/ly2dvi.py (global_latex_definition): Set \parindent to 0.
12093         * buildscripts/mf-to-table.py (write_tex_defs): Append `%'.
12094         Write final `\endinput'.
12095
12096         * tex/lily-ps-defs.tex, tex/lily-pdf-defs.tex,
12097         tex/lilypond-plaintex.tex, tex/lilypond-latex.tex,
12098         tex/lilyponddefs.tex, tex/titledefs.tex: Reformat code.  Assure that
12099         files and macro definitions don't produce spurious spaces and
12100         paragraphs (using \endlinechar).
12101         * tex/lilyponddefs.tex: New dimension `\scoreshift'.
12102
12103         * Documentation/user/internals.itely: Improved formatting, fixing
12104         typos.  Added a section `Output details' to describe how the TeX
12105         code looks like.
12106
12107 2002-09-17  Rune Zedeler  <rune@zedeler.dk>
12108
12109         * lily/accidental-engraver.cc: Also work with partial measures.
12110
12111 2002-09-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12112
12113         * lily/text-spanner-engraver.cc: whoops. Set bound in the correct
12114         spanner.
12115
12116 2002-09-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12117
12118         * lily/identifier-smob.cc (unpack_identifier): new file.
12119
12120         * lily/lexer.ll (identifier_type): new function.  use ly-id to
12121         pass off scheme expressions as music identifiers.
12122
12123         * scm/lily.scm: reorganisation, cleanups.
12124
12125         * lily/main.cc: small cleanups.
12126
12127 2002-09-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12128
12129         * lily/ly-module.{cc,hh}: new file.
12130
12131 2002-09-17  Rune Zedeler  <rune@zedeler.dk>
12132
12133         * lily/accidental-engraver.cc: Also work with partial measures.
12134
12135 2002-09-16  Jan Nieuwenhuizen  <janneke@gnu.org>
12136
12137         * VERSION (PACKAGE_NAME): Remove HEAD trap leftover.
12138
12139 2002-09-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12140
12141         * lily/my-lily-lexer.cc: use SCM module in stead of
12142         Scheme_hash_table. Changes throughout.  
12143
12144 2002-09-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12145
12146         * VERSION (MY_PATCH_LEVEL): make 1.7.0
12147