]> git.donarmstrong.com Git - lilypond.git/blob - ChangeLog
914ca80f2024928451f44d9e664386f55317e028
[lilypond.git] / ChangeLog
1 2004-06-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2
3         * Documentation/user/tutorial.itely (Integrating text and music):
4         fix grammar & punctuation.
5
6 2004-06-16  Jan Nieuwenhuizen  <janneke@gnu.org>
7
8         * lily/: Stray janitorial cleanups.
9
10         * scm/lily.scm (ly:all-stencil-expressions):
11         * scm/lily.scm (ly:all-output-backend-commands): New function.
12
13         * scm/safe-lily.scm (safe-objects): Add them.
14
15         * scm/framework-gnome.scm (<gnome-outputter>): New class.
16
17         * scm/output-gnome.scm: Move non-stencil evaluators to framework.
18
19 2004-06-15  Jan Nieuwenhuizen  <janneke@gnu.org>
20
21         * buildscripts/guile-gnome.sh: Pick-up user-installe pango.
22
23 2004-06-15  Han-Wen Nienhuys   <hanwen@xs4all.nl>
24
25         * scm/page-layout.scm (default-page-make-stencil): add
26         raggedbottom, raggedlastbottom.
27
28         * Documentation/user/changing-defaults.itely (Page layout): add doc.
29
30         * scm/framework-tex.scm (define-fonts): fix export of
31         papersize.
32
33         * lily/paper-book.cc (classic_output): strip suffixes from
34         framework functions.
35
36         * lily/tuplet-bracket.cc (before_line_breaking): do not return
37         SCM_UNDEFINED to Scheme.
38
39 2004-06-14  Han-Wen Nienhuys   <hanwen@xs4all.nl>
40
41         * lily/book.cc: remove Book::to_stencil().
42         (process): whoops. Score::book_rendering returns vector, not list.
43
44         * scripts/convert-ly.py (conv): remove \notes.
45         apply to input examples.
46         
47         * lily/paper-outputter.cc (output_stencil): don't use
48         smobify_self() but self_scm()
49
50         * lily/include/ly-smobs.icc (IMPLEMENT_SMOBS): don't return SCM
51         from smobify_self().
52
53         * lily/paper-book.cc (output): load framework module
54         scm_c_resolve_module().
55
56         * python/lilylib.py (exit): exit with argument i.
57
58 2004-06-14  Jan Nieuwenhuizen  <janneke@gnu.org>
59
60         * scm/framework-gnome.scm (output-framework-gnome): Try loading
61         gnome modules from non-toplevel.
62
63         * lily/ly-module.cc (ly:import-module): Export to ly:.
64
65         * lily/paper-score.cc (process): Do not show progress newline.
66
67         * lily/paper-book.cc (output, classic_output): Show progess
68         newline after score.
69
70 2004-06-14  Heikki Junes <hjunes@cc.hut.fi>
71
72         * buildscripts/lilypond-words.py: add ly/vlaams.ly
73
74 2004-06-14  Jan Nieuwenhuizen  <janneke@gnu.org>
75
76         * lily/score.cc (ly:run-translator): Do not crash on empty music
77         list.
78
79         * lily/book.cc (process): Do not render score when systems is empty.
80
81         * input/simple-song.ly: Down one octave.
82
83         * scm/output-gnome.scm: Remove script again; re-add modules fix
84         (CVS conflict resolve?)
85
86         * lily/stencil.cc (ly:interpret-stencil): Was:
87         interpret_stencil_expression.
88
89 2004-06-13  Jan Nieuwenhuizen  <janneke@gnu.org>
90
91         * buildscripts/guile-gnome.sh: New file.
92
93         * scm/output-gnome.scm: White background, better window size, sane
94         canvas size.  Cleanups.
95
96 2004-06-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
97
98         * VERSION: release 2.3.4
99
100         * Documentation/user/invoking.itexi (Invoking the lilypond
101         binary): document --safe.
102
103         * scm/output-gnome.scm: set PATH in script.
104
105         * scm/page-layout.scm (default-page-make-stencil): don't stretch
106         if there is too few systems on a page.
107
108         * lily/parser.yy (relative_music): start at middle C without pitch
109         argument.
110
111         * Documentation/user/changing-defaults.itely (Page layout): new node.
112         (Paper size): rename node
113         (Page breaking): new node.
114         (Titling): move from invoking.
115         (File structure): new node.
116
117         * lily/parser.yy (score_body): allow \header and music anywhere in
118         \score body.
119
120 2004-06-13  Jan Nieuwenhuizen  <janneke@gnu.org>
121
122         * scm/lily.scm (ly:load): Remove page-breaking.scm.
123
124 2004-06-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
125
126         * lily/include/paper-system.hh: move cc/hh file from paper-line.*
127
128         * lily/include/paper-line.hh: rename to Paper_system.
129
130         * lily/include/paper-book.hh: doc class.
131
132         * lily/paper-book.cc (c_ragged_page_breaks): remove functions. 
133
134         * scm/page-layout.scm (plain-footer): add tagline/copyright. 
135         (plain-header): add instrument-name.
136         (default-page-make-stencil): bugfixes.
137
138         * lily/parser.yy (book_body): allow \header anywhere in \book{}
139
140         * lily/paper-book.cc: remove copyright & tagline. Remove
141         interactions with Page
142
143         * scm/page-layout.scm (ly:optimal-page-breaks): move back breaking
144         here, 
145         (default-page-make-stencil): new function
146         (default-page-music-height): new function
147         (page-headfoot): new function
148         (ly:optimal-page-breaks): generate stencils directly from here
149
150         * scm/titling.scm: new file, group titling functions
151
152 2004-06-13  Jan Nieuwenhuizen  <janneke@gnu.org>
153
154         * scm/output-gnome.scm: Handle multiple pages.
155
156         * scm/framework-gnome.scm: Do not load output-gnome.
157         (framework-gnome): Invoke output-gnome::header and
158         output-gnome::end-output as faked stencils.  Fixes experimental
159         gnome output.
160
161 2004-06-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
162
163         * input/mutopia/W.A.Mozart/mozart-hrn3-rondo.ly (rondo):
164         octavation compatibility fixes. Backportme. 
165
166         * scm/page-breaking.scm (ly:optimal-page-breaks): allow overfull
167         pages.
168         (ly:optimal-page-breaks): combine-penalties: no shortcut for
169         negative. Now we handle negative penalties (ie. \pageBreak)
170         correctly.
171
172         * lily/system.cc (get_line): extract page-penalty from the left
173         bound.
174
175         * scm/fret-diagrams.scm (fret-diagram): use @table for documentation
176
177 2004-06-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
178
179         * scm/framework-ps.scm: don't load output-XXX from framework-XXX
180
181 2004-06-12  Jan Nieuwenhuizen  <janneke@gnu.org>
182
183         * scm/output-gnome.scm: Update script.  Move development to
184         lilypond_2_3_2 branch for now.
185
186 2004-06-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
187
188         * scm/page-breaking.scm (ly:optimal-page-breaks): don't do
189         negative penalties.
190         cleanups.
191
192         * Documentation/user/changing-defaults.itely (Creating contexts):
193         index entries
194
195         * scm/page-breaking.scm (ly:optimal-page-breaks): new
196         file. Rewrite function. 
197
198         * lily/paper-book.cc (pages): new interface: page-breaking returns
199         list of line-list.
200
201         * lily/page.cc (Page): take lines argument.
202
203         * scm/document-translation.scm (all-engravers-doc): link to user man
204
205         * scm/page-layout.scm (ly:optimal-page-breaks): use penalty iso. score.
206
207         * Documentation/user/notation.itely (Relative octaves): typo.
208
209         * lily/paper-book.cc (LY_DEFINE): ly:output-formats. New function.
210
211 2004-06-11  Jan Nieuwenhuizen  <janneke@gnu.org>
212
213         * scm/output-gnome.scm: Update build script.
214
215 2004-06-10  Jan Nieuwenhuizen  <janneke@gnu.org>
216
217         * scm/output-gnome.scm: Add font scaling.  Attempt to resurrect
218         gnome backend.
219
220         * scm/framework-gnome.scm: New file.
221
222         * scm/lily.scm: Use it.
223
224         * lily/paper-outputter.cc: Janitorial cleanups.
225         (ly:outputter-dump-string): Remove unreachable statement.
226
227         * scm/framework-ps.scm: Add header.  Janitorial cleanups.
228         (ice-9): Bugfix: Add srfi-1.
229
230         * scm/framework-tex.scm: Add header.  Janitorial cleanups.
231
232 2004-06-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
233
234         * lily/new-lyric-combine-music-iterator.cc (do_quit): put warning
235         in do_quit()
236         
237 2004-06-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
238
239         * ly/book-paper-defaults.ly: set optimal-page-breaks as default
240
241 2004-06-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
242
243         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): remove
244         override of Beam::position-callbacks. Why would grace beams not be
245         quantized? Fixes: weird-stem-size-grace. 
246
247         * lily/new-lyric-combine-music-iterator.cc (find_voice): issue
248         warning only once. Backportme.
249
250         * lily/accidental-engraver.cc (number_accidentals_from_sig):
251         bugfix, 2nd try. Backportme.
252
253         * ly/vlaams.ly: new file. (Thanks Hendrik Maryns)
254
255 2004-06-04  Mats Bengtsson  <mabe@drongo.s3.kth.se>
256
257         * Documentation/user/notation.itely (Instrument transpositions):
258         Correct the name of the instrumentTransposition property.
259
260 2004-06-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
261
262         * scm/output-ps.scm (ps-font-command): fix parmesan coding too.
263
264 2004-06-04  Mats Bengtsson  <mabe@drongo.s3.kth.se>
265
266         * scripts/lilypond-book.py (output): Bug fix so preLilyPondExample
267         and postLilyPondExample are called when defined.
268
269 2004-06-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
270
271         * ly/nederlands.ly (pitchnames): use ly:parser-set-note-names.
272         This fixes setting notenames with `\include "nederlands.ly" '
273
274         * lily/my-lily-parser.cc (LY_DEFINE): ly:parser-set-note-names:
275         new function.
276
277 2004-06-01  Han-Wen Nienhuys   <hanwen@xs4all.nl>
278
279         * scm/page-layout.scm: don't do piece, it should be in score-title
280         only.
281
282         * lily/lexer.ll: lex \score separately.
283
284         * lily/paper-book.cc: junk stencil2line.
285
286         * lily/paper-line.cc (Paper_line): construct from Stencil
287         directly. No futzing with the dimensions.
288
289         * lily/include/paper-line.hh (class Paper_line): 
290
291         * lily/stencil.cc (interpret_stencil_expression): combine-stencil
292         takes arbitrary number of arguments.
293
294         * input/test/markup-score.ly (tuning): simplify example. 
295
296 2004-05-31  Han-Wen Nienhuys   <hanwen@xs4all.nl>
297
298         * lily/score.cc (LY_DEFINE): ly:score-embedded-format, new function. 
299
300         * scm/define-markup-commands.scm (score): define score-markup
301
302         * lily/parser.yy (markup): use score-markup.
303
304         * lily/score.cc: add ly:score? 
305
306 2004-05-30  Carl Sorensen <carl_sorensen@byu.edu>
307
308         * scm/fret-diagrams.scm: add fret-diagram-verbose markup; modified
309         fret-parse-string so it prepares for calls to fret-diagram-verbose
310         Changed display constants to props so they are available for
311         \override.
312         
313 2004-05-31  Han-Wen Nienhuys   <hanwen@xs4all.nl>
314
315         * VERSION: release 2.3.3
316
317         * stepmake/stepmake/generic-vars.make: unset LANG.
318
319         * input/regression/tuplet-nest.ly: bugfix.
320
321         * lily/tie-performer.cc (stop_translation_timestep): reset
322         ties_created_. Fixes: midi-tie.ly, midi-lyrics-barcheck.ly
323
324         * lily/chord-tremolo-engraver.cc (stop_translation_timestep):
325         clear repeat_ directly after setting stem_tremolo_. Fixes:
326         tremolo-repeat.ly
327
328         * input/regression/span-bar-break.ly: new file.
329
330         * scm/define-grobs.scm (all-grob-descriptions): remove
331         break-visibility from SpanBar. Fixes: piano-repeat.ly
332
333 2004-05-30  Han-Wen Nienhuys   <hanwen@xs4all.nl>
334
335         * python/lilylib.py (make_ps_images): only compute bbox when needed.
336
337         * scripts/lilypond-book.py (process_snippets): use lily -f ps
338         files for generating pngs. (failed experiment)
339
340         * scm/framework-ps.scm (output-classic-framework-ps): dump EPS
341         file with PFA fonts included.
342
343         * lily/score.cc (default_rendering): put header in too.
344
345         * lily/paper-line.cc (LY_DEFINE): change function to
346         ly:paper-line-extent
347
348         * scm/page-layout.scm (default-book-title): only add lines for
349         non-nil fields.
350         (default-score-title): idem.
351
352         * lily/my-lily-parser.cc (parse_string): delete lexer after use.
353
354         * lily/my-lily-lexer.cc (My_lily_lexer): copy keytable.
355
356         * lily/include/paper-book.hh (class Paper_book): remove height_
357         member.
358
359         * input/test/coriolan-margin.ly (texidoc): remove latex macros.
360
361         * lily/ly-module.cc (LY_DEFINE): bugfix.
362
363         * lily/paper-book.cc (book_title): separate function for the book
364         title.
365
366         * scm/page-layout.scm (default-book-title): only account for
367         markup fields.
368
369         * scm/framework-ps.scm: new file. Move high level interface from
370         output-ps.scm
371
372         * scm/music-functions.scm (def-grace-function): move macros from
373         ly/music-functions-init.ly
374
375         * lily/paper-outputter.cc (Paper_outputter): move scheme_calls to
376         framework-tex.scm
377
378         * scm/framework-tex.scm (dump-line): new file. High level
379         interface for output (pages, systems, header). 
380
381         * lily/include/page.hh (class Page): add is_last_ field.
382
383         * lily/paper-outputter.cc (print_smob): smobify Paper_outputter.
384
385         * lily/paper-book.cc (split_string): new function
386         (output): output multiple formats, i.e. --format=ps,tex
387
388         * scm/output-ps.scm (output-scopes): dump variables directly.
389         (define-fonts): rewrite for new interface
390
391         * ps/lilyponddefs.ps: remove lilypondpaper redefinitions.
392
393         * lily/paper-outputter.cc (Paper_outputter): take format argument.
394
395         * lily/main.cc (parse_argv): don't set extension for output.
396
397         * lily/clef-engraver.cc (create_clef): remove
398         Staff_symbol_referencer::set_position() call. 
399
400 2004-05-30  Nicolas Sceaux  <nicolas.sceaux@free.fr>
401
402         * ly/music-functions-init.ly (addlyrics): set the 'origin property
403         with the location argument in music function definitions.
404
405 2004-05-29  Han-Wen Nienhuys   <hanwen@xs4all.nl>
406
407         * lily/staff-symbol-engraver.cc (acknowledge_grob): remove item ->
408         staffsymbol dependency.
409
410         * lily/include/grob.hh (class Grob): live () -> is_live (). Small
411         cleanups.
412
413         * lily/book.cc (process): return Paper_book
414         (to_stencil): use Book::process().
415
416         * lily/include/my-lily-parser.hh (class My_lily_parser): remove
417         header_ field. Store in $globalheader
418
419         * lily/parser.yy (book_body): book header is initted to
420         $globalheader.
421         
422
423 2004-05-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
424
425         * input/test/fill-a4.ly: removed.
426
427         * lily/parser.yy (output_def): push scope of parent_ Output_def
428         too.
429
430 2004-05-28  Jan Nieuwenhuizen  <janneke@gnu.org>
431
432         * scm/output-gnome.scm: Update info.
433
434 2004-05-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
435
436         * lily/book-paper-def.cc: collapse Book_output_def to Output_def.
437
438         * scm/lily.scm (ly:modules-lookup): handle empty list, and more
439         than 1 module.
440
441         * lily/include/ly-module.hh (ly_use_module): rename is_module to
442         ly_c_module_p.
443
444         * scm/page-layout.scm (default-book-title): move Scheme titling
445         functions to here.
446
447         * lily/parser.yy (book_paper_block): remove scope too.
448
449         * ly/engraver-init.ly (EasyNotation): remove OrchestralScoreContext
450
451         * lily/rest.cc: add direction to rest properties.
452
453         * lily/include/output-def.hh: new file, move from
454         music-output-def.hh
455
456 2004-05-27  Jan Nieuwenhuizen  <janneke@gnu.org>
457
458         * scm/output-gnome.scm: Describe feta-cork hack.
459
460 2004-05-27  Han-Wen Nienhuys   <hanwen@xs4all.nl>
461
462         * lily/include/book-paper-def.hh: derive from Output_def 
463
464         * lily/include/paper-def.hh: move all functionality out of class.
465         Junk header.
466
467         * lily/include/music-output-def.hh: rename Music_output_def to
468         Output_def.
469
470         * input/wilhelmus.ly: only set space for Paper formatting. 
471
472         * lily/include/midi-def.hh: remove file, remove class.
473         Move functions to Music-output-def.
474
475         * lily/music-output-def.cc (Music_output_def): remove separate
476         translator table. Lookup translators in scope directly. This
477         obviates Context suffix for context identifiers, i.e.
478
479         \context {
480           \Staff
481           .. 
482           }
483
484
485         will work.
486         
487
488         * Documentation/user/notation.itely (Chords mode): typo: 13 -> 3.
489
490         * Documentation/user/changing-defaults.itely (Horizontal spacing):
491         document spacing override hack.
492
493 2004-05-27  Jan Nieuwenhuizen  <janneke@gnu.org>
494
495         * scm/output-gnome.scm: Add C-q, C-w keybindings.  Update
496         installation info.  Support point-and-click.  Add +/- zoom
497         keybindings.
498
499 2004-05-26  Han-Wen Nienhuys   <hanwen@xs4all.nl>
500
501         * VERSION: 2.3.2 released
502         
503         * lily/parser.yy (book_body): set default bookpaper.
504
505         * scm/output-tex.scm (header): kludge: hard code linewidth. 
506
507         * lily/my-lily-parser.cc (My_lily_parser): don't delete lexer.
508
509 2004-05-25  Han-Wen Nienhuys   <hanwen@xs4all.nl>
510
511         * lily/score.cc (default_rendering): scale outputdef before
512         starting.
513
514 2004-05-25  Jan Nieuwenhuizen  <janneke@gnu.org>
515
516         * scm/fret-diagrams.scm: Add header.
517
518         * scm/output-gnome.scm: Hello world :-)
519
520 2004-05-25  Han-Wen Nienhuys   <hanwen@xs4all.nl>
521
522         * scripts/lilypond.py (run_dvips): only add papersize if present.
523
524         * lily/accidental-engraver.cc (update_local_key_signature): new
525         function, fold code from initialize() and process_music().
526         (update_local_key_signature): use deep copy. This fixes one
527         problem from custom-key-signatures.ly.
528         (number_accidentals_from_sig): tighter check for
529         accidental-too-old.
530
531         * ly/engraver-init.ly: remove localKeySignature
532         definition from ChoirStaff, StaffGroup, Score.
533         
534         * lily/percent-repeat-engraver.cc (try_music): add moments for
535         barlines too. Fixes: skipbars-percent-repeat.ly.
536
537 2004-05-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
538
539         * lily/context-def.cc (filter_performers): don't go to cdrloc if
540         skipping last pair. Fixes: crash-bar-number.
541
542         * scm/fret-diagrams.scm (nil): fret-diagrams (courtesy Carl
543         D. Sorensen)
544
545         * input/test/fret-diagram.ly: new file.
546
547         * scm/paper.scm (paper-set-staff-size): scale linewidth too.
548         (scale-paper): divide by scale.
549
550 2004-05-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
551
552         * lily/rest-collision.cc (do_shift): also do nothing for the (0,2)
553         case.
554
555 2004-05-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
556
557         * scm/stencil.scm (fontify-text): reinstate function
558
559         * tex/lily-ps-defs.tex: remove lilypondblotdiam def.
560
561         * lily/book-paper-def.cc (Book_paper_def): add copy ctor.
562
563         * lily/parser.yy (book_paper_head): \bookpaper {} 
564
565         * python/midi.c: remove config.h
566
567 2004-05-18  Jan Nieuwenhuizen  <janneke@gnu.org>
568
569         * scm/output-gnome.scm: Update.
570
571 2004-05-17  Jan Nieuwenhuizen  <janneke@gnu.org>
572
573         * scm/output-gnome.scm: New file.
574
575         * lily/include/book-paper-def.hh: Add.  Janitorial fixes.
576
577 2004-05-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
578
579         * lily/book-paper-def.cc (ly_bookpaper_fonts): move from Paperdef
580         (find_scaled_font): move from Paper_def
581
582 2004-05-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
583
584         * lily/my-lily-parser.cc (LY_DEFINE): new function ly_parser_lookup
585         (LY_DEFINE): add SCM_ASSERT_TYPE everywhere.
586
587         * po/fr.po: update po.
588
589         * lily/include/book-paper-def.hh (class Book_paper_def): new file.
590
591         * lily/book-paper-def.cc (print_smob): new file.
592
593 2004-05-16  Heikki Junes <hjunes@cc.hut.fi>
594
595         * buildscripts/lilypond-words.py: search words also from
596         music-functions-init.ly.
597
598 2004-05-15  Nicolas Sceaux  <nicolas.sceaux@free.fr>
599
600         * ly/music-functions-init.ly (def-music-function): new helper
601         macro for defining music functions. \addlyrics \appoggiatura
602         \acciaccatura \grace \partcombine \autochange \applycontext
603         \applyoutput and \breathe are now defined here thanks to it.
604
605         * lily/parser.yy: 
606         * lily/my-lily-lexer.cc: \addlyrics \appoggiatura \acciaccatura
607         \grace \partcombine \autochange \applycontext \applyoutput and
608         \breathe keywords removed from the parser.
609
610         * lily/parser.yy: 
611         * lily/music-function.cc (ly_make_music_function): 
612         * lily/lexer.ll (music_function_type): added a case for 0-arg
613         music functions.
614
615 2004-05-14  Nicolas Sceaux  <nicolas.sceaux@free.fr>
616
617         * scm/ly-from-scheme.scm (read-lily-expression):  A variable
618         refering to a music expression can be used in lily-inside-scheme:
619         #{ $music #}
620
621         * lily/my-lily-parser.cc (LY_DEFINE): introduce ly:clone-parser
622         and ly:parser-define, and change ly:parser-parse-string in order
623         to make #{ $music #} work.
624
625         * scm/new-markup.scm (compile-markup-expression): when an argument
626         is a string, use `make-simple-markup'.
627
628 2004-05-14  Han-Wen Nienhuys   <hanwen@xs4all.nl>
629
630         * lily/parser.yy (My_lily_lexer): bugfix; op should be tag.  
631
632 2004-05-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
633
634         * scripts/convert-ly.py (FatalConversionError.func): handle + in
635         font-size. (backportme)
636
637 2004-05-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
638
639         * lily/paper-outputter.cc (output_stencil): dump font definitions
640         before each stencil.
641
642         * lily/include/paper-book.hh (struct Score_lines): new
643         struct. Collect info per Paper-score.
644
645         * lily/include/page.hh (class Page): to_stencil() returns Stencil
646         everywhere.
647
648         * lily/stencil.cc (find_expression_fonts): new function
649
650         * lily/paper-outputter.cc (output_stencil): use
651         interpret_stencil_expr
652
653         * lily/stencil.cc (LY_DEFINE): ly_stencil_fonts: new function.
654         (interpret_stencil_expr): new function. Generic stencil
655         interpretation.
656
657         * lily/paper-def.cc (find_scaled_font): divide lookup
658         magnification by outpuscale for non-virtual fontmetrics. This
659         fixes ludicrously long font definitions for text
660         fonts. (backportme)
661
662         * lily/score-engraver.cc: remove
663         {Engraver,Score_engraver}::typeset_grob(), remove all calls.
664
665 2004-05-09  Jan Nieuwenhuizen  <janneke@gnu.org>
666
667         * input/test/markup-score.ly: Remove \notes.
668
669         * lily/parser.yy (book_body): Grok Composite_music and \header.
670         (markup): Push NOTES mode before score_block.
671
672         * VERSION: release 2.3.1
673         
674         * mf/feta-klef.mf: 
675         * mf/feta-bolletjes.mf: Oops.  Comment-out canvast test code.
676
677         * Documentation/user/programming-interface.itely: Use @emph (was: @em).
678
679         * Documentation/user/out/tutorial.texi: Untrigger lilypond-book error.
680
681 2004-05-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
682
683         * scm/output-tex.scm (output-tex-string): tighten safe security.
684
685         * lily/scm-option.cc (LY_DEFINE): add 'safe to ly:get-option
686
687         * scm/safe-lily.scm (make-safe-lilypond-module): new file. Define
688         allowed ly functions.
689
690         * lily/ly-module.cc (ly_module_define): only define variable if
691         bound.
692         (ly_make_anonymous_module): take safe option.
693
694 2004-05-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
695
696         * scripts/lilypond-book.py (compose_ly): remove FRAGMENT_LY.
697
698 2004-05-08  Jan Nieuwenhuizen  <janneke@gnu.org>
699
700         * input/regression/newaddlyrics.ly: Fix.
701
702         * Documentation/user/tutorial.itely: Use \newlyrics, remove most
703         \score \notes.
704
705 2004-05-08  Heikki Junes <hjunes@cc.hut.fi>
706
707         * Documentation/user/music-glossary.tely ([k-z]): last fixes.
708
709 2004-05-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
710
711         * input/mutopia/R.Schumann/romanze-op28-2.ly (d): use #(define .. )
712
713         * lily/paper-line.cc (Paper_line): don't store list of stencils,
714         but convert to single Stencil immediately.
715
716         * lily/paper-book.cc (title): don't return Stencil* but Stencil.
717
718 2004-05-07  Jan Nieuwenhuizen  <janneke@gnu.org>
719
720         * scm/output-sodipodi.scm: Resurrect sodipodi output.
721
722 2004-05-07  Kristof Bastiaensen  <kristof.bastiaensen@vleeuwen.org>
723
724         * elisp/lilypond-mode.el: Changed the way defaults are created for
725         LilyPond-command-master.  LilyPond-mode will now check the
726         timestamps of the files to see which command has to run next.
727
728 2004-05-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
729
730         * scm/bass-figure.scm (format-bass-figure): don't set
731         number-markup for strings. This fixes string in bass
732         figure. (backportme)
733
734         * lily/parser.yy (bass_number): insert number-markup into figure
735         definition.
736
737         * scm/define-music-properties.scm (all-music-properties): make
738         'figure a markup.
739
740         * scripts/convert-ly.py (conv): \apply -> \applymusic
741
742 2004-05-06  Kristof Bastiaensen  <kristof.bastiaensen@vleeuwen.org>
743
744         * elisp/lilypond-mode.el: changed the order of some commands
745         ("Midi" after "2Midi"), use the user-defined
746         LilyPond-command-default as default instead of "LilyPond"
747
748         * elisp/lilypond-mode.el: added a LilyPond-master-file variable,
749         to set the master file for the next command.
750
751         * elisp/lilypond-font-lock.el: replaced font-lock-warning-face
752         with font-lock-reference-face.
753
754 2004-05-07  Heikki Junes <hjunes@cc.hut.fi>
755
756         * Documentation/user/music-glossary.tely ([ab]*): small fixes.
757
758         * Documentation/user/music-glossary.tely ([c-l]*): more fixes.
759
760 2004-05-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
761
762         * ly/music-functions-init.ly (TODO): new file.
763
764         * lily/parser.yy (Generic_prefix_music_scm): add more
765         music_function symbols.
766         (Prefix_composite_music): change \apply to music-function   
767
768         * lily/include/music-function.hh: rename to music-function
769
770 2004-05-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
771
772         * lily/music-head.cc (LY_DEFINE): change order of args.
773
774         * input/regression/music-head.ly (texidoc): new file.
775
776         * lily/parser.yy (Generic_prefix_music): allow generic
777         music-transformation functions. 
778
779         * lily/include/music-head.hh (is_music_head): new file.
780
781         * lily/music-head.cc (get_music_head_transform): new file.
782
783 2004-05-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
784
785         * lily/ottava-bracket.cc (print): use coordinate, not (0,0) for
786         empty extent. This fixes ottava brackets on rests. (backportme)
787
788         * make/lilypond.redhat.spec.in (Group): ln png files for info.
789
790         * lily/piano-pedal-engraver.cc (create_text_grobs): core dump fix.
791
792         * cygwin/lily-wins.py: update for the lily-wins.py script.
793
794 2004-05-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
795
796         * lily/score-engraver.cc (typeset_all): switch off unbound spanner
797         code. This will obviate typeset_grob () in the future.  The effect
798         of this is that improperly written spanner handling will result in
799         invalid spanner bounds.
800         (announce_grob): add to elems_ from here
801         (typeset_grob): comment out.  
802
803         * lily/include/engraver.hh (make_spanner): new calling interface
804         for make_{item,spanner}. This obviates most calls to
805         announce_grob().
806                 
807         * scm/music-functions.scm (set-accidental-style): use GrandStaff
808         iso. PianoStaff for piano styles.
809
810 2004-05-03  Heikki Junes <hjunes@cc.hut.fi>
811
812         * Documentation/user/music-glossary.tely: add segno after d.s.
813
814 2004-05-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
815
816         * lily/include/audio-column.hh: remove unused variables.
817         (patch by Michael Welsh Duggan)
818
819         * flower/include/axes.hh (other_axis): inline Axes function
820         (thanks to David Brandon).
821
822 2004-05-02  Jan Nieuwenhuizen  <janneke@gnu.org>
823
824         * cygwin/mknetrel: Install image links (backportme).
825
826         * Documentation/user/GNUmakefile (local-install-info): Activate
827         actual installing of image links (backportme).
828
829 2004-04-30  Mats Bengtsson  <mabe@drongo.s3.kth.se>
830
831         * Documentation/user/notation.itely (Measure repeats): Removed
832         unnecessary (and confusing) \context Voice{.
833
834 2004-04-29  Jan Nieuwenhuizen  <janneke@gnu.org>
835
836         * Documentation/topdocs/NEWS.texi: Mention use of \score as markup.
837
838         * lily/page.cc (Page): Do not use ly_scheme_function for
839         volatile/configurable variables (FIXME: better name).
840
841         * lily/music-output-def.cc (c_lookup_variable): Rename (WAS:
842         get_scmvar).
843
844 2004-04-29  Han-Wen Nienhuys   <hanwen@xs4all.nl>
845
846         * scripts/convert-ly.py (FatalConversionError.subst): use
847         \transposition.
848
849 2004-04-29  Jan Nieuwenhuizen  <janneke@gnu.org>
850
851         * lily/include/page.hh (class Page): Declare left_margin ().
852
853         * lily/page.cc: Remove paper var caching.
854
855 2004-04-28  Jan Nieuwenhuizen  <janneke@gnu.org>
856
857         * Documentation/user/music-glossary.tely: Add name to @top node.
858         Remove comment from @table definitions (workaround for makinfo
859         bug).
860
861         * lily/stencil-scheme.cc (ly:stencil-expr): Rename (was:
862         ly:stencil-get-expr).  Update callers.
863         (ly:stencil-align-to!):  Return stencil too.
864
865         * lily/paper-outputter.cc (output_page): Bugfix.  Use page
866         stencil.  Remove looped line-based page output.
867         (output_line): Use line stencil.  Remove looped stencil-based line
868         output.
869
870         * lily/page.cc (ly:page-paper-lines): New function.
871
872         * input/test/markup-score.ly: New file.
873
874         * scm/define-markup-commands.scm (stencil): New markup.
875
876         * lily/book.cc (to_stencil): New method.
877
878         * lily/parser.yy (markup): Use it to grok \score.
879
880 2004-04-27  Jan Nieuwenhuizen  <janneke@gnu.org>
881
882         * lily/stencil.cc (expr): Rename (was: get_expr).  Update callers.
883
884         * lily/paper-book.cc (pages): Change signature.  Update callers.
885
886         * lily/include/page.hh:
887         * lily/page.cc: New file.
888
889         * lily/paper-line.cc (to_stencil): New method.
890         
891         * lily/paper-outputter.cc (output_stencil): New method.
892
893         * lily/paper-outputter.cc (output_line): Use them.
894
895         * lily/warn.cc: Remove.
896
897         * lily/my-lily-parser.cc (distill_inname): Remove.
898
899         * flower/include/file-name.hh: 
900         * flower/file-name.cc: New file.  Update users.
901
902         * flower/file-path.cc [CYGWIN]: Junk testing code.  Remove Path.
903         (find): New method of same name.
904
905         * lily/my-lily-parser.cc (ly:parse-file): Use it.
906
907         * lily/scm-option.cc (ly:set-option, ly:get-option): Bugfix:
908         constant error message.
909
910 2004-04-27  Heikki Junes <hjunes@cc.hut.fi>
911
912         * input/test/{blank-notes.ly,staff-container.ly}: typos.
913
914 2004-04-26  Jan Nieuwenhuizen  <janneke@gnu.org>
915
916         * Documentation/user/music-glossary.tely: @table @strong' replaced
917         by `@table @samp @c @strong'.  This fixes invalid makeinfo output
918         (backportme).
919
920 2004-04-25  Nicolas Sceaux  <nicolas.sceaux@free.fr>
921
922         * scm/lily.scm (ly:load): Add ly-from-scheme.scm loading.
923
924         * scm/ly-from-scheme.scm: New file. Introduce a new syntax:
925         #{ lily music expression #} that returns an equivalent scheme
926         music expression by parsing the string.
927
928 2004-04-25  Jan Nieuwenhuizen  <janneke@gnu.org>
929
930         * lily/my-lily-parser.cc:
931         * lily/my-lily-lexer.cc: Another step towards parsing ly code from
932         SCM string (foo.ly/toto.scm support).
933
934 2004-04-24  Jan Nieuwenhuizen  <janneke@gnu.org>
935
936         * lily/my-lily-parser.cc (ly:parser-parse-string): New function.
937
938 2004-04-21  Jan Nieuwenhuizen  <janneke@gnu.org>
939
940         * input/regression/newaddlyrics.ly: Remove lilypond-book kludge.
941
942         * scripts/lilypond-book.py: LY code that includes \header is
943         not assumed to be a fragment.
944
945 2004-04-20  Jan Nieuwenhuizen  <janneke@gnu.org>
946
947         * lily/stem-tremolo.cc (print): If stem direction == CENTER, move
948         tremolo beams up.
949
950         * lily/stem.cc (chord_start_y): Return 0 if no heads.
951         (get_default_stem_end_position): No tremolo head juggling if no
952         heads.  Fixes tremolo crash on rests (backportme).
953
954         * scripts/abc2ly.py: Oops use [\]proper[ty] 2.2 syntax.
955
956 2004-04-19  Jan Nieuwenhuizen  <janneke@gnu.org>
957
958         * scripts/abc2ly.py: ABC beams preserve support (courtesy Guy
959         Gascoigne-Piggford).  Also: TAB and whitespace fixes.
960
961         * lily/lexer.ll: Allow \encoding in NOTES mode.
962
963         * buildscripts/mf-to-table.py (write_fontlist): Use \lyrics
964         for lyrics, not for commands.
965
966         * lily/parser.yy (scalar): Bugfix: accept LYRICS_STRING.
967         FIXME: Replace some `Music's with Grouped_music_list; fixes make web.
968
969         * input/regression/newaddlyrics.ly: New file.
970
971         * Documentation/topdocs/NEWS.texi: Update.
972
973         * lily/parser.yy (new_lyrics): Return SCM list of lyric musics.
974         (Music_list): Allow embedded scm.
975
976         * lily/score.cc (ly:score-bookify): New function.
977
978         * lily/music.cc (ly:music-scorify): Idem.
979
980         * lily/my-lily-parser.cc (ly:parser-print-book): Idem.
981         (ly:parser-print-score): Idem.
982
983         * scm/lily.scm (default-toplevel-book-handler): Idem.
984         (default-toplevel-music-handler): Idem.
985         (default-toplevel-score-handler): Idem.
986
987         * ly/declarations-init.ly: Set default toplevel handlers.
988
989         * lily/parser.yy (book_block, score_block, toplevel_music): Use them.
990
991         * scripts/lilypond-book.py (PREAMBLE_LY): Select classic score
992         printer for score at toplevel.
993
994 2004-04-18  Jan Nieuwenhuizen  <janneke@gnu.org>
995
996         * lily/parser.yy (NEWLYRICS): Switch to LYRICS mode for lyrics.
997         Fix for simple case: input/simple-song.ly, more complex stuff
998         does not work yet.
999
1000 2004-04-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1001
1002         * lily/parser.yy (Prefix_composite_music): split Composite_music
1003         in Prefix_composite_music and Grouped_music_list.
1004         (re_rhythmed_music): use Grouped_music_list for NEWLYRICS.
1005
1006 2004-04-18  Jan Nieuwenhuizen  <janneke@gnu.org>
1007
1008         * scm/lily.scm (toplevel-expression): New define.
1009
1010         * lily/my-lily-parser.cc (ly:parser-add-book-and-score): New function.
1011
1012         * lily/parser.yy (toplevel_expression): Use it.
1013
1014         * lily/include/my-lily-parser.hh: Smobbify.
1015
1016         * lily/my-lily-parser.cc (parse_string): New method.
1017         
1018         * lily/my-lily-parser.cc (ly:parse-string): New function.
1019
1020         * Documentation/user/lilypond.tely: Add comment and workaround for
1021         gs-8.01 crash.  Fixes make web.
1022
1023         Simplification of toplevel music.
1024         
1025         * lily/lexer.ll, lily/parser.yy:
1026
1027         * In LYRICS mode, return LYRICS_STRING.  This fixes one
1028         shift/reduce problem.
1029
1030         * Use NOTES mode at start of maininput.
1031
1032         * Grok toplevel composite music expression, put in score and book.
1033
1034         * Grok \relative COMPOSITE_MUSIC, make relative on middleC.
1035
1036         * \newlyrics is a shortcut for \context Lyrics \lyricsto "" \lyrics
1037
1038         * input/simple.ly: New file.
1039         
1040         * input/simple-song.ly: Idem.
1041
1042 2004-04-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1043
1044         * lily/parser.yy: rename NEWADDLYRICS to LYRICSTO. Thanks to Erik
1045         Sandberg.
1046
1047 2004-04-17  Jan Nieuwenhuizen  <janneke@gnu.org>
1048
1049         * scm/font.scm (add-cmr-fonts): Narrow bold is ecrb.
1050
1051 2004-04-17  Heikki Junes <hjunes@cc.hut.fi>
1052
1053         * input/regression/accidental-octave.ly: doc automatic showing
1054         of note names.
1055
1056 2004-04-16  Heikki Junes <janneke@gnu.org>
1057
1058         * po/fi.po: do "make po && make -C po po-update" at top-level,
1059         then "cp po/out/fi.po po/fi.po" and update fields.
1060
1061         * po/fi.po: remove all designations of `fuzzy'; shows those elements.
1062
1063 2004-04-15  Jan Nieuwenhuizen  <janneke@gnu.org>
1064
1065         * Documentation/user/introduction.itely (About this manual): Fix
1066         templates and regression urls (backportme).
1067
1068 2004-04-14  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1069
1070         * ly/engraver-init.ly (Score:graceSettings): Increase
1071         beamed-lengths, especially for 32nd notes.
1072
1073         * Documentation/user/notation.itely (Grace notes): Correct the
1074         syntax for add-grace-property example.
1075
1076 2004-04-13  Jan Nieuwenhuizen  <janneke@gnu.org>
1077
1078         * flower/parse-afm.cc [METATYPE1_BUG]: Grok Metatype1's global
1079         `Generated' tag.
1080
1081         * scm/font.scm (add-cmr-fonts): Use super-cm/lmodern fonts.  NOT.
1082         Severely broken (the Debian package, at least).
1083
1084 2004-04-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1085
1086         * lily/context.cc (find_create_context): assign to lvalue.
1087
1088 2004-04-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1089
1090         * lily/include/translator.hh (class Translator): rename
1091         get_parent_context() to context () to avoid confusion.
1092
1093         * lily/include/lily-guile.hh: is_x -> ly_c_X_p naming.
1094
1095         * lily/lexer.ll: change is_string -> ly_c_string_p 
1096
1097         * input/mutopia/J.S.Bach/wtk1-fugue2.ly (bassdux): use \book.
1098
1099         * input/mutopia/W.A.Mozart/mozart-hrn-3.ly: use \book.
1100
1101         * VERSION: release 2.3.0
1102
1103         * mf/feta-nummer-code.mf: use ascii names for number glyphs.
1104
1105         * buildscripts/mf-to-table.py (parse_logfile): only prepend group-
1106         if nonempty.
1107
1108         * lily/include/context.hh (class Context): make members protected.
1109         (children_contexts): new accessor function.
1110
1111         * lily/include/translator.hh (class Translator): make
1112         daddy_context_ protected.
1113         (class Translator): clean up. 
1114
1115         * lily/include/context.hh (class Context): make daddy_context_
1116         private.
1117
1118         * lily/lyric-engraver.cc (get_voice_to_lyrics): recursively go
1119         higher for finding Voice. (backportme)  
1120
1121         * lily/include/context.hh (class Context): remove
1122         find_context_below() as a method.
1123
1124         * Documentation/user/notation.itely (The Lyrics context): add note
1125         about manual durations
1126
1127         * ly/chord-modifiers-init.ly (blackTriangleMarkup): use TeX-math
1128         encoding.
1129
1130         * scm/output-tex.scm (text): dump \inputencoding{} for text.
1131
1132 2004-04-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1133
1134         * scripts/lilypond.py (global_latex_preamble): remove latin1 from
1135         \usepackage{inputenc}
1136
1137         * lily/paper-book.cc (classic_output): don't advance Offset for
1138         TeX output.
1139
1140         * make/mutopia-rules.make ($(outdir)-$(PAPERSIZE)/%.dvi): include
1141         ec-sauter.map in rules
1142
1143         * mf/ecb.mf (font_identifier): new file, based on ecbx
1144
1145         * mf/ecb10.mf (gensize): new file.
1146
1147         * Documentation/topdocs/NEWS.texi (Top): document some more new
1148         features.
1149
1150         * ly/declarations-init.ly: run convert-ly
1151
1152         * lily/my-lily-parser.cc (LY_DEFINE): move parse-file function
1153         from input-file-results. Remove input-file-results.* 
1154
1155 2004-04-11  Jan Nieuwenhuizen  <janneke@gnu.org>
1156
1157         * scm/output-ps.scm (font-command): Fix, again.
1158
1159         * input/test/title-markup.ly: Add \noPagebreak test.
1160
1161         * lily/score-engraver.cc (try_music): Bugfix.
1162
1163 2004-04-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1164
1165         * lily/main.cc (main_with_guile): excise dependency options -M and
1166         --dep-prefix
1167
1168         * lily/input-file-results.cc: excise Makefile dependency code
1169
1170         * Documentation/user/invoking.itexi (Invoking the lilypond
1171         binary): remove dep doco
1172         
1173         * lily/main.cc (main_with_guile): call lilypond-main
1174         
1175         * scm/lily.scm (lilypond-main): new function: handle multiple files.
1176
1177         * lily/input-file-results.cc (LY_DEFINE): throw ly-file-failed
1178         exception.
1179
1180         * lily/my-lily-parser.cc: remove paper_description function
1181
1182         * lily/music-output-def.cc (LY_DEFINE): ly:output-description
1183         new function.
1184
1185         * lily/main.cc: remove global_score_count.
1186
1187         * lily/book.cc (process): don't take header from global_input_file.
1188
1189         * buildscripts/lilypond-profile.sh (Error): set GS_FONTPATH
1190
1191         * lily/parser.yy (My_lily_lexer): remove current_parser global var.
1192
1193         * lily/music-output-def.cc (LY_DEFINE): new function
1194         ly_output_description. This function does the bulk for  setting,
1195         parsing and breaking down of an input file.
1196
1197         * lily/ly-module.cc (ly_make_anonymous_module): don't protect
1198         anonymous modules globally. Let's hope they get GCd
1199
1200         * scripts/lilypond.py (run_dvips): add sauter-mftrace.map 
1201
1202 2004-04-11  Jan Nieuwenhuizen  <janneke@gnu.org>
1203
1204         * scm/output-ps.scm (header): Papersize from paper.
1205
1206         * scripts/lilypond.py (global_latex_preamble): Oldish behaviour
1207         for classic output.
1208
1209         * tex/lilyponddefs.tex (interscoreline): Oldish behaviour if
1210         lilypondclassic is defined.
1211         (lilypondstart): Oldish behaviour if lilypondclassic is defined.
1212
1213         * input/regression/between-systems.ly: Remove.
1214
1215         * python/lilylib.py (get_bbox): Fix regular expression
1216         for bounding box.
1217
1218         * tex/lilyponddefs.tex (lilypondpagebreak): New overridable macro.
1219
1220         * scm/output-tex.scm (stop-page): Use it.
1221
1222         * scm/output-ps.scm (define-fonts): Bugfix.
1223
1224         * lily/grob.cc: Add penalty to interface.
1225
1226         * lily/include/paper-line.hh (class Paper_line): New member
1227         var penalty_.
1228
1229         * lily/system.cc (get_line): Initialise Paper_line with
1230         page-penalty's from original grobs.
1231
1232         * scm/define-music-properties.scm (all-music-properties): Add
1233         page-penalty.
1234
1235         * scm/define-grob-properties.scm (all-grob-descriptions): Idem.
1236
1237         * lily/score-engraver.cc (try_music): Handle page-penalty.
1238
1239         * ly/declarations-init.ly (pagebreak, noPagebreak): New command.
1240
1241 2004-04-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1242
1243         * ly/declarations-init.ly (melismaEnd): typo
1244
1245         * scm/font.scm (add-cmr-fonts): caps is eccc, ecsc is slanted caps.
1246
1247         * scm/output-ps.scm (text): split string into spaces, use moveto
1248         for setting space. 
1249         
1250 2004-04-10  Jan Nieuwenhuizen  <janneke@gnu.org>
1251
1252         * po/nl.po: Update.
1253
1254         * scm/font.scm (add-cmr-fonts): Typo.
1255
1256 2004-04-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1257
1258         * scm/font.scm (add-cmr-fonts): add sauter fonts under latin1
1259         font-encoding.
1260
1261         * scm/define-grobs.scm (all-grob-descriptions): idem.
1262
1263         * lily/time-signature.cc (numbered_time_signature): idem.
1264
1265         * scm/font.scm (add-cmr-fonts): use real encoding names for
1266         font-encoding.
1267
1268 2004-04-10  Jan Nieuwenhuizen  <janneke@gnu.org>
1269
1270         * lily/paper-book.cc (classic_output): 
1271         * tex/lilyponddefs.tex (lybox): Add height, and proper raising.
1272         Fixes classic output.
1273         (lilypondstart):
1274         * scripts/lilypond.py (global_latex_preamble): Remove topmargin
1275         kludge.
1276
1277         * scripts/old-lilypond-book.py: Remove.
1278
1279         Page layout for SCOREs enclosed in a BOOK:
1280
1281         * scripts/lilypond.py: Remove LaTeX titling kludge.  Remove page
1282         layout tweaking.
1283
1284         * input/les-nereides.ly (theScore): Add \book.
1285         
1286         * input/test/title-markup.ly: Add \book.
1287
1288         * scm/page-layout.scm (ly:optimal-page-breaks): Debugging output
1289         only if 'verbose.
1290
1291         * lily/include/paper-book.hh (PAGE_LAYOUT): Remove.
1292
1293         * lily/paper-outputter.cc (output_line): Remove PAGE_LAYOUT check.
1294
1295         * tex/lilyponddefs.tex (lilypondstart, lybox, lyitem):
1296         * scm/output-tex.scm (start-system): Update for page layout by
1297         LilyPond.
1298
1299         * scm/output-ps.scm (start-system): Previously (new-start-system).
1300
1301         * lily/paper-outputter.cc (output_header): Uniquify list of fonts
1302         passed to define-fonts.
1303
1304         * lily/paper-column.cc: 
1305         * lily/system.cc (get_line):
1306         * ly/property-init.ly (newpage): 
1307         * scm/define-grob-properties.scm:
1308         * scm/output-ps.scm: 
1309         * scm/output-tex.scm: Remove between-system-string kludge.
1310
1311         * scm/output-ps.scm (define-fonts, font-command,
1312         font-load-encoding): Handle ENCODING = #f.
1313
1314         * scm/output-tex.scm (output-scopes): Check if variable is bound.
1315
1316         * scm/define-markup-commands.scm (fill-line): Use
1317         make-simple-markup (WAS: unexisting make-word-markup).
1318
1319         * lily/text-item.cc (interpret_markup): Bugfix, transpose
1320         ENCODING, MARKUP parameters for interpret_string.
1321
1322         * lily/input-file-results.cc (do_one_file): Remove Paper_book hack.
1323
1324         * lily/score.cc (book_rendering): New method.
1325         (default_rendering): Create Paper_book helper locally, dump
1326         output.
1327
1328         * lily/my-lily-lexer.cc (the_key_tab): Add book.
1329
1330         * lily/parser.yy: Handle \book.
1331
1332         * lily/include/book.hh: 
1333         * lily/book.cc: New file.
1334
1335 2004-04-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1336
1337         * lily/text-item.cc (interpret_string): new file, select font with
1338         encoding.
1339
1340         * lily/include/lily-guile.hh: ly_XXX_p -> is_XXX. Changes throughout.
1341
1342         * scm/define-markup-commands.scm (encoded-simple): new markup command.
1343
1344         * lily/parser.yy (markup): take encoding from lexer.
1345
1346 2004-04-09  Jan Nieuwenhuizen  <janneke@gnu.org>
1347
1348         * lily/kpath.cc (kpathsea_find_tfm): Do not trigger TFM generation.
1349
1350         * scm/output-ps.scm: Remove some cruft.
1351
1352 2004-04-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1353
1354         * lily/kpath.cc (kpathsea_find_tfm): don't make unfound TFMs/AFMs.
1355
1356         * Documentation/user/lilypond.tely (Top): manual for v2.3 (backportme)
1357
1358 2004-04-09  Jan Nieuwenhuizen  <janneke@gnu.org>
1359
1360         * scm/font.scm (add-century-schoolbook-fonts):
1361         (make-century-schoolbook-tree): New function.
1362
1363         * input/test/title-markup.ly: Use Century Schoolbook font.
1364
1365 2004-04-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1366
1367         * scripts/convert-ly.py: limited old-style markup convert. (Thanks
1368         to Erik Sandberg) 
1369
1370         * lily/font-metric.cc (LY_DEFINE): new function, return fontName.
1371
1372         * scm/output-ps.scm (define-fonts): remove hack for feta/parmesan.
1373
1374         * lily/font-metric.cc (LY_DEFINE): change to ly:font-filename
1375
1376         * scm/encoding.scm (coding-alist): add AdobeStandardEncoding
1377
1378 2004-04-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1379
1380         * scm/part-combiner.scm (determine-split-list): bugfix: if no
1381         solo-state (at end of solo), we can set the solo status
1382         too. (backportme.)
1383
1384         * input/regression/part-combine-solo-end.ly: new file.
1385
1386 2004-04-08  Jan Nieuwenhuizen  <janneke@gnu.org>
1387
1388         * scripts/abc2ly.py (parse_file): Strip \r from lines.  Fixes DOS
1389         flavour abc files.  Really ignore unknown keys (backportme).
1390
1391 2004-04-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1392
1393         * lily/scaled-font-metric.cc (text_dimension): only multiply with
1394         magnification_ when looking up in orig_.
1395
1396         * scm/output-tex.scm (text): switch off char-mapping.
1397
1398         * lily/tfm.cc (coding_scheme): replace ' ' in encoding with '-',
1399         because AFM's encoding field cannot have spaces.
1400
1401 2004-04-08  Jan Nieuwenhuizen  <janneke@gnu.org>
1402
1403         * scm/output-ps.scm (define-fonts): More re/encoding tweaking.
1404
1405 2004-04-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1406
1407         * lily/paper-def.cc (find_scaled_font): change to inputencoding.
1408
1409         * mf/cmr.enc: new file, without hi-bit ascii info. 
1410
1411         * lily/bezier-bow.cc (slur_shape): make indent dependent on
1412         width. This removes the 'hook' at the end of a long slur.
1413
1414         * buildscripts/mf-to-table.py (parse_logfile): don't append
1415         encoding to fontname.
1416
1417 2004-04-07  Jan Nieuwenhuizen  <janneke@gnu.org>
1418
1419         * scm/output-ps.scm (define-fonts): Load .enc only once.
1420
1421         * mf/GNUmakefile (INSTALLATION_OUT_SUFFIXES): Install .enc files
1422         too.
1423
1424 2004-04-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1425
1426         * buildscripts/mf-to-table.py (parse_logfile): remove spaces from
1427         encoding field.
1428
1429         * lily/stencil-scheme.cc: remove ly:fontify-atom 
1430
1431         * ly/portuges.ly (pitchnames): new file.
1432
1433         * lily/include/lily-guile.hh: many new ly_ functions.  Thanks to
1434         Michael Welsh Duggan
1435
1436         * lily/*.cc: deprecate gh_ interface. Thanks to Michael Welsh Duggan
1437
1438         * ly/nederlands.ly: add comment about digits.
1439
1440         * lily/scaled-font-metric.cc (derived_mark): idem.
1441
1442         * scm/encoding.scm (make-encoding-mapping): change permutation to
1443         mapping.
1444
1445         * lily/scaled-font-metric.cc (derived_mark): is a const method.
1446         (Modified_font_metric): make alist for coding_description_
1447         (LY_DEFINE): remove coding-name.
1448
1449         * scm/output-tex.scm (text): remove debugging code.
1450
1451         * lily/scaled-font-metric.cc (ly_font_encoding): return vector
1452
1453         * buildscripts/mf-to-table.py (parse_logfile): read EncodingScheme
1454         from infile.
1455
1456         * mf/feta-generic.mf: move fet_beginfont into generic code.
1457         use fetaMusic (without space) as encoding
1458
1459         * mf/feta-autometric.mf: take encoding argument
1460
1461         * lily/afm.cc (read_afm_file): bugfix, read global info too. 
1462
1463         * lily/my-lily-lexer.cc (set_identifier): remove gh_scm2newstr
1464         use.
1465
1466         * scm/encoding.scm (read-encoding-file): use symbol for glyph
1467         name.
1468
1469 2004-04-07  Jan Nieuwenhuizen  <janneke@gnu.org>
1470
1471         * input/test/title-markup.ly: Set inputencoding.
1472
1473         * scm/output-ps.scm (define-fonts): Handle font re-encoding.
1474
1475         * lily/scaled-font-metric.cc (ly:font-coding-name): New function.
1476
1477         * scm/encoding.scm (get-coding-filename, get-coding-command): New
1478         function.
1479         (coding-alist): Also hold filename, command.
1480         (read-encoding-file): Return symbols.
1481
1482 2004-04-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1483
1484         * scm/output-tex.scm: remove fontify; text and char take a font
1485         argument.
1486
1487         * lily/tfm.cc (name_to_index): new function, use encoding_table_.
1488
1489         * lily/scaled-font-metric.cc (text_dimension): init
1490         coding_{permutation,table}_ too 
1491         (LY_DEFINE): ly:font-encoding, new function return
1492
1493         * lily/paper-def.cc (find_scaled_font): take input coding from
1494         inputcoding paper var.
1495
1496         * lily/performance.cc (output): remap modulo 16.
1497
1498         * lily/text-item.cc (interpret_markup): whoops, variable
1499         shadowing fixed.
1500
1501 2004-04-06  Michael Welsh Duggan  <mwd@sei.cmu.edu>
1502
1503         * lily/piano-pedal-performer.cc (try_music): Compare symbols to
1504         symbols, not symbols to strings.
1505         
1506         * lily/piano-pedal-engraver.cc (try_music): Compare symbols to
1507         symbols, not symbols to strings.
1508
1509 2004-04-06  Jan Nieuwenhuizen  <janneke@gnu.org>
1510
1511         * lily/kpath.cc (kpathsea_gulp_file_to_string): 
1512         (ly:kpathsea-gulp-file): New function.
1513
1514         * scm/encoding.scm (read-encoding-file): Use it.
1515
1516 2004-04-06  Werner Lemberg  <wl@gnu.org>
1517
1518         * scm/encoding.scm (coding-alist): Fix typo.
1519
1520 2004-04-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1521
1522         * lily/scaled-font-metric.cc (text_dimension): move function from
1523         Font_metric
1524         (make_scaled_font_metric): init coding_scheme_ to TeX
1525         (text_dimension): use get-coding-vector for non TeX coding_scheme_
1526
1527         * lily/include/scaled-font-metric.hh (struct
1528         Modified_font_metric): rename from Scaled_font_metric
1529
1530         * scm/encoding.scm (read-encoding-file): split up large function,
1531         leave caching to (delay)
1532
1533         * lily/lily-guile.cc (LY_DEFINE): typecheck argument.
1534
1535 2004-04-05  Jan Nieuwenhuizen  <janneke@gnu.org>
1536
1537         * lily/my-lily-lexer.cc (set_encoding): New method.
1538
1539         * lily/lexer.ll: Grok \encoding.
1540
1541         * lily/font-metric.cc (get_encoded_index): New function.
1542
1543         * lily/include/font-metric.hh (coding_scheme): New method.
1544
1545         * scm/encoding.scm: New file.
1546
1547         * mf/feta-beugel.mf: Better error message (WAS: `foobar').
1548
1549 2004-04-05  Werner Lemberg  <wl@gnu.org>
1550
1551         * Documentation/user/tutorial.itely: Revised (finished).
1552
1553         * Documentation/user/macros.itexi (@separate): Removed.
1554
1555 2004-04-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1556
1557         * scm/output-ps.scm (define-fonts): fix scaling.
1558
1559         * lily/scaled-font-metric.cc (design_size): add function.
1560
1561         * lily/font-metric.cc (LY_DEFINE): opps ly:font-design-size is only
1562         partial cut&paste of ly:font-magnification.
1563
1564 2004-04-05  Jan Nieuwenhuizen  <janneke@gnu.org>
1565
1566         * scm/output-ps.scm (define-fonts):
1567         (fontify): Update.
1568
1569 2004-04-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1570
1571         * po/fr.po: update. (backportme).
1572
1573         * po/nl.po: update. (backportme). 
1574
1575         * mf/feta-beugel.mf: document why design size is not fixed.
1576
1577         * mf/feta-braces-a.mf: rename to stress that it's not design size.
1578
1579 2004-04-04  Werner Lemberg  <wl@gnu.org>
1580
1581         * Documentation/user/tutorial.itely: Revised (continued).
1582
1583 2004-04-03  Jan Nieuwenhuizen  <janneke@gnu.org>
1584
1585         * po/nl.po: Update (backportme).
1586
1587 2004-04-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1588
1589         * po/de.po: update. (backportme).
1590
1591         * scm/output-tex.scm (font-command): use ly: functions to
1592         construct name.
1593         (define-fonts): don't use alist, just dump \font definitions.
1594         (font-load-command): calculate proper scaling by taking
1595         outputscale from paper argument.
1596
1597         * lily/stencil-scheme.cc (fontify_atom): insert Font_metric into
1598         expression.
1599
1600         * lily/paper-outputter.cc (output_header): pass paper arg to
1601         define-fonts
1602
1603         * lily/paper-def.cc (font_descriptions): dump list of
1604         Scaled_font_metrics
1605         (find_scaled_font): take Font_metric argument, store
1606         Scaled_font_metrics in hash-table containing (size ->
1607         Scaled_font_metrics) alist.
1608         (get_dimension): rename from get_realvar
1609
1610         * lily/font-metric.cc (LY_DEFINE): ly:font-design-size,
1611         ly:font-magnification, ly:font-name: new functions
1612
1613 2004-04-03  Werner Lemberg  <wl@gnu.org>
1614
1615         * Documentation/user/dedication.itely,
1616         Documentation/user/preface.itely,
1617         Documentation/user/introduction.itely,
1618         Documentation/user/tutorial.itely: Revised.
1619         Removing leading spaces which distorts output if info files are read
1620         with stand-alone info.
1621         Removing superfluous inter-word spaces which also distorts output
1622         for stand-alone info.
1623         Using ` and ' instead of `` and '' everywhere to improve
1624         legilibility with stand-alone info
1625         Using @samp for single-letter input items and data which contains
1626         spaces, @code for other things.
1627
1628         * lily/grob-interface.cc: Adding copyright.
1629         (check_interfaces_for_property): Improve format of warning message.
1630
1631 2004-04-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1632
1633         * lily/include/font-metric.hh (struct Font_metric): add
1634         design_size () method.
1635
1636         * buildscripts/mf-to-table.py (base): add DesignSize comment.
1637
1638         * lily/afm.cc (read_afm_file): read design size.
1639
1640         * input/regression/repeat-unfold-tremolo.ly: add dotted case.
1641
1642         * scm/music-functions.scm (unfold-repeats): handle dots too.
1643
1644 2004-04-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1645
1646         * mf/GNUmakefile ($(outdir)/$(redhat-package)): fix URL.
1647         (backportme)
1648
1649 2004-04-02  Jan Nieuwenhuizen  <janneke@gnu.org>
1650
1651         * input/wilhelmus.ly: Use raggedright.  Hack `Een prin -- ce'
1652         lyric indent.  Revert melismaBusyProperties using \unset.
1653
1654 2004-04-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1655
1656         * input/regression/bar-check-redefine.ly (pipeSymbol): new file.
1657
1658         * lily/parser.yy (command_element): allow redefinition of |
1659         meaning.
1660
1661         * lily/break-align-engraver.cc (acknowledge_grob): construct
1662         LeftEdge where the first cause for alignment is coming from.
1663         This makes \override Staff.LeftEdge work as expected.
1664
1665         
1666         * lily/slur-performer.cc (Slur_performer): add inits
1667
1668         * lily/beam-performer.cc (Beam_performer): add inits
1669
1670 2004-04-01  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1671
1672         * VERSION (PACKAGE_NAME): release 2.2.0
1673
1674         * scripts/convert-ly.py (conv): add 2.2.0 rule.
1675
1676 2004-04-01  Jan Nieuwenhuizen  <janneke@gnu.org>
1677
1678         * lily/cluster.cc (height): Fix warning.
1679
1680         * lily/parser.yy: Janitorial cleanups.
1681
1682         * Documentation/user/tutorial.itely (Tutorial): Typo.
1683
1684 2004-04-01  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1685
1686         * lily/change-iterator.cc (process): search at multiple context
1687         levels. This fixes 
1688
1689         
1690         * scm/part-combiner.scm (analyse-spanner-states): use split-index,
1691         not voice-state index for tie state. This fixes a partcombine
1692         problem with ties.
1693
1694         * Documentation/user/tutorial.itely (Commenting input files): add
1695         note about convert-ly.
1696
1697         * input/test/cadenza-skip.ly:  new file.
1698
1699 2004-03-31  Jan Nieuwenhuizen  <janneke@gnu.org>
1700
1701         * po/nl.po: Spelling fixes.
1702
1703         * autogen.sh (srcdir): Regenerate.
1704
1705         * stepmake/autogen.sh (srcdir): Copy SUSE fix to the master
1706         autogen.sh.
1707
1708         * configure.in: Use C++ to check for C++ header.
1709
1710         * po/nl.po: Update.
1711
1712         * lily/scm-option.cc (LY_DEFINE): Name of the program is lilypond-bin.
1713
1714         * lily/event.cc (to_relative_octave): Translatable sentence should
1715         be one string.
1716
1717         * python/lilylib.py (warranty): Year range is not translatable.
1718         It's 2004 already!
1719
1720         * flower/warn.cc (non_fatal_error, warning, programming_error):
1721         Remove whitespace from translated string.
1722
1723 2004-03-31  Jan Nieuwenhuizen  <janneke@gnu.org>
1724
1725         * VERSION: release 2.1.37.
1726
1727 2004-03-31  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1728
1729         * configure.in: check for C language.
1730
1731         * lily/source-file.cc: include strstream without h.
1732
1733         * scm/documentation-generate.scm (string-append): use name without
1734         .texi.
1735
1736         * autogen.sh (srcdir): SUSE fix.
1737
1738         * Documentation/user/notation.itely (Ancient clefs): idem.
1739
1740         * Documentation/user/lilypond-book.itely (Integrating HTML and
1741         music): idem.
1742
1743         * Documentation/user/cheatsheet.itely (Cheat sheet): octave fixes.
1744
1745         * lily/change-iterator.cc (process): use find_existing_context().
1746
1747         * input/test/polymetric-differing-notes.ly: use ly:music-compress.
1748
1749         * input/regression/repeat-unfold-tremolo.ly: new file.
1750
1751         * scm/music-functions.scm (unfold-repeats): undo music compression
1752         too.
1753
1754         * lily/music.cc (LY_DEFINE): rename to music-mutable-properties
1755         (LY_DEFINE): ly:music-compress new function.
1756
1757         * scm/part-combiner.scm (determine-split-list): split for voice
1758         crossings
1759
1760         * input/regression/part-combine-cross.ly: new file.
1761
1762         * scm/part-combiner.scm (make-part-combine-music): don't do
1763         relative inside partcombine arguments.
1764
1765         * scm/music-functions.scm (make-non-relative-music): new function.
1766
1767         * Documentation/user/notation.itely (Automatic part combining):
1768         add note about \relative.
1769
1770         * lily/part-combine-iterator.cc (construct_children): add
1771         start_moment_ member.
1772
1773         * lily/chord-tremolo-engraver.cc (acknowledge_grob): trigger
1774         stem-tremolo by stem object. This fixes no stem for tremolo bug.
1775
1776         * lily/stem-tremolo.cc (print): don't crash for no-stem.
1777
1778         * Documentation/user/changing-defaults.itely (Which properties to
1779         change): fixes.
1780
1781 2004-03-31  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1782
1783         * po/fr.po: update.
1784
1785 2004-03-31  Jan Nieuwenhuizen  <janneke@gnu.org>
1786
1787         * input/wilhelmus.ly: More original lyrics.  Add to examples.
1788
1789         * stepmake/stepmake/generic-targets.make ($(outdir)/dummy.dep):
1790         Reinstate old code that issues warning.  Fixes --srcdir build.
1791
1792 2004-03-30  Jan Nieuwenhuizen  <janneke@gnu.org>
1793
1794         * input/wilhelmus.ly: New file.
1795
1796         * Documentation/user/notation.itely: 
1797         * Documentation/user/introduction.itely:
1798         * Documentation/user/tutorial.itely: Use quote ly-option instead
1799         of explicit @quotation.  This fixes too long lilypond linewidths
1800         resulting in overful hboxes.
1801
1802         * scripts/lilypond-book.py: Add ly-option: `quote'.
1803
1804 2004-03-30  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1805
1806         * tex/titledefs.tex: Avoid that the first score line is extra
1807         indented if instrument is defined but not piece.
1808
1809 2004-03-30  Werner Lemberg  <wl@gnu.org>
1810
1811         * Documentation/user/macros.itexi (@internalsref) [info]: Prepend
1812         `lilypond/' to info file name.
1813         (@usermanref) [info]: New variant.
1814
1815         * scm/documentation-generate.scm: Fix definition of @usermanref
1816         and @glossaryref (in the `ifinfo' branch) by prepending `lilypond/'
1817         to info file name.
1818
1819 2004-03-30  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1820
1821         * VERSION: release 2.1.36
1822         
1823         * Documentation/user/changing-defaults.itely (Interpretation
1824         contexts): rewrite introduction.
1825
1826 2004-03-30  Ferenc Wagner  <wferi@tba.elte.hu>
1827
1828         * scm/define-markup-commands.scm: Use TeX accents instead of
1829         straight iso-8859-1 encoding in the doc string.
1830
1831 2004-03-30  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1832
1833         * Documentation/user/tutorial.itely (A lead sheet): remove extra
1834         space after dotted duration.
1835
1836 2004-03-29  Jan Nieuwenhuizen  <janneke@gnu.org>
1837
1838         * Documentation/user/introduction.itely: 
1839         * Documentation/user/notation.itely:
1840         * Documentation/user/tutorial.itely: Up all relative examples.
1841         Enclose @lilypond displays in @quotation.  Typos and corrections.
1842
1843         * Documentation/user/macros.itexi: Use fetaflat, fetasharp.
1844
1845 2004-03-29  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1846
1847         * scm/music-functions.scm (make-voice-props-revert): Revert also
1848         MultiMeasureRest staff-position in oneVoice.
1849
1850 2004-03-29  Heikki Junes <hjunes@cc.hut.fi>
1851
1852         * Documentation/user/changing-defaults.itely, 
1853         Documentation/user/lilypond.tely: few fixes. Place no comma between
1854         two options: a and b, but commas between three options: a, b, and c.
1855         By this manner, grouping is possible: a and b, and c and d.
1856
1857 2004-03-29  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1858
1859         * Documentation/user/GNUmakefile: add rule for .nexi
1860
1861 2004-03-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1862
1863         * Documentation/user/music-glossary.tely: move glossary direntry
1864
1865         * stepmake/stepmake/texinfo-vars.make (INFOINSTALL): 
1866         only do mkdir/install-info if INFO_INSTALL_FILES != "".
1867
1868 2004-03-28  Jan Nieuwenhuizen  <janneke@gnu.org>
1869
1870         * stepmake/aclocal.m4: Verify that gettext configure check with
1871         gcc-3.3 and autoconf 2.59 is still broken.  Update warning.
1872
1873 2004-03-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1874
1875         * scripts/lilypond-book.py (Lilypond_snippet.is_outdated): use
1876         glob.glob for .png filenames. This catches multipage pngs.  
1877
1878         * Documentation/user/changing-defaults.itely (Determining the grob
1879         property): fix references.
1880
1881         * lily/staff-symbol.cc (print): only add extent if non empty.
1882         This fixes staff-container.ly.
1883
1884         * lily/timing-engraver.cc (initialize): init whichBar, so a score
1885         starting with a mmrest also works.
1886
1887         * scripts/lilypond-book.py (Lilypond_snippet.is_outdated): require
1888         PNG for texinfo too.
1889
1890         * po/lilypond.pot: update translation strings.
1891
1892         * VERSION: 2.1.35 released
1893         
1894         * scripts/convert-ly.py (FatalConversionError.sub_abs): convert
1895         context argument too.
1896
1897         * make/ly-rules.make ($(outdir)/%.texi): use variable for outdir.
1898
1899         * input/mutopia/W.A.Mozart/mozart-hrn-3.ly: Mozart died in 1791
1900
1901         * python/lilylib.py (command_name): don't return 1st path
1902         component.
1903
1904         * scripts/lilypond-book.py (Lilypond_snippet.is_outdated): treat
1905         .png case separately.
1906
1907         * python/lilylib.py (system): typo.
1908         
1909 2004-03-28  Jan Nieuwenhuizen  <janneke@gnu.org>
1910
1911         * input/regression/span-bar.ly: Fix typos.  Set indent-level:2,
1912         run indent-region.
1913
1914         * Documentation/user/preface.itely: Run texinfo-all-menus-update.
1915         Fixes compile.
1916
1917         * lily/function-documentation.cc: Compile fix: Include <string.h>.
1918         Add header.
1919
1920 2004-03-27  Heikki Junes  <hjunes@cc.hut.fi>
1921
1922         * vim/lilypond-indent.vim: small fixes.
1923
1924 2004-03-26  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1925
1926         * Documentation/user/notation.itely (Entering lyrics): Add example
1927         with correct english double quotes (at least for LaTeX output,
1928         maybe not a good idea if we switch to PS as the default output
1929         format).
1930
1931 2004-03-26  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1932
1933         * lily/staff-performer.cc (create_audio_elements): play instrument
1934         changes before notes arrive. This fixes instrument of the first
1935         note in a score.
1936
1937         * scripts/convert-ly.py (FatalConversionError.conv): add #'() case
1938         to 1.9.0 conversion.
1939
1940         * lily/mark-engraver.cc: doc string.
1941
1942         * make/lilypond.redhat.spec.in (Group): add vim scriptlets.
1943
1944         * Documentation/user/introduction.itely (Introduction): new node.
1945
1946 2004-03-25  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1947
1948         * lily/duration.cc (LY_DEFINE): dotcount argument is now optional.
1949
1950         * input/regression/spacing-ragged-last.ly: new file.
1951
1952         * lily/gourlay-breaking.cc (do_solve): add raggedlast support for
1953         spacing.
1954
1955         * scm/font.scm: rewrite using GOOPS.
1956         
1957         * lily/context-def.cc (filter_engravers): derefence pointer.
1958
1959         * lily/lily-guile.cc (type_check_assignment): use
1960         ly_scheme_function iso. scm_primitive_eval where possible.
1961
1962         * lily/performance.cc (output): limit channels at 15. This fixes
1963         percussion inadvertently showing up in large scores.
1964
1965 2004-03-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1966
1967         * input/regression/tuplet-gap.ly: new file.
1968
1969         * lily/tuplet-bracket.cc (make_bracket): take gap interval.
1970         (print): compute gap length from number size, include italic
1971         correction.
1972
1973         * scm/define-grobs.scm (all-grob-descriptions): remove gap from
1974         tuplet-bracket
1975
1976         * scm/paper.scm (set-default-paper-size): new function, to be
1977         called at toplevel.
1978         (set-paper-size): new function, to be called inside \paper {}
1979         (set-default-paper-size): new function, to be called at toplevel.
1980
1981         * lily/paper-def.cc (LY_DEFINE): ly:paper-def?: new function. 
1982
1983         * lily/beam-performer.cc (process_music): idem.
1984
1985         * lily/slur-performer.cc (process_music): stop melisma for stop event.
1986         
1987         * tex/titledefs.tex: remove scshape for piece.
1988
1989         * lily/line-spanner.cc (line_stencil): font-encoding = music, not
1990         font-family
1991
1992         * lily/time-signature.cc (special_time_signature): font-encoding
1993         not family.
1994
1995         * lily/dynamic-engraver.cc (acknowledge_grob): fix typo, attach
1996         dynamic to head. This fixes p placement in morgenlied.
1997
1998 2004-03-23  Werner Lemberg  <wl@gnu.org>
1999
2000         * stepmake/stepmake/generic-targets.make (help): Improve text.
2001
2002 2004-03-23  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2003
2004         * VERSION: 2.1.34 released
2005         
2006         * lily/main.cc (main_with_guile): switch debugging.
2007
2008         * lily/system.cc (get_line): plug leak.
2009
2010         * lily/paper-book.cc (pages): plug memory leaks: delete page array
2011         and contents.
2012         (stencil2line): plug leak.
2013
2014         * Documentation/user/changing-defaults.itely (Determining a grob
2015         property):  new node.
2016         (Layout interfaces): new node.
2017         (Navigating the program reference): new node.
2018
2019         * lily/accidental-engraver.cc (acknowledge_grob): add property
2020         harmonicAccidentals
2021
2022         * lily/piano-pedal-engraver.cc (del_linespanner): new function.
2023         general cleanups.
2024         
2025         * input/les-nereides.ly (middleDynamics): resurrect Les
2026         nereides. Remove pedal hack.
2027
2028 2004-03-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2029
2030         * input/regression/property-grace-polyphony.ly: new file.
2031
2032         * lily/translator-property.cc (execute_pushpop_property): only pop
2033         one instance of the property. This fixes << \\ >> together with
2034         \grace.
2035
2036         * lily/break-align-interface.cc (ordered_elements): we cannot
2037         modify the #'elements property, so return reordered array.
2038
2039 2004-03-23  Heikki Junes  <hjunes@cc.hut.fi>
2040
2041         * buildscripts/lilypond.words.py: remove.
2042         * buildscripts/lilypond-words.py: add new, renamed file. 
2043         Give generated targets and dirs explicitly in arguments.
2044
2045         * GNUmakefile.in, elisp/GNUmakefile, elisp/lilypond-init.el,
2046         elisp/lilypond-mode.el, vim/lilypond-ftplugin.vim,
2047         vim/lilypond-syntax.vim: update to use new lilypond-words.py.
2048         
2049         * config.make.in: give '/usr/share/vim' explicitly as $(vimdir).
2050
2051         * vim/GNUmakefile: use --words and --vim targets in lilypond-words.py
2052
2053         * Documentation/topdocs/INSTALL.texi: update vim-mode installing
2054         orders.
2055
2056         * vim/GNUmakefile: add local-uninstall target.
2057
2058         * Documentation/topdocs/INSTALL.texi: give even more detailed orders.
2059         
2060         * vim/vimrc: add a one-liner file.
2061
2062         * vim/GNUmakefile: try to remove empty dirs during uninstalling, put
2063         vimrc in EXTRA_DIST_FILES.
2064
2065         * vim/GNUmakefile: ignore errors due to rmdir of non-empty directories.
2066
2067 2004-03-22  Heikki Junes  <hjunes@cc.hut.fi>
2068
2069         * config.make.in: add vimdir.
2070
2071         * vim/GNUmakefile: add local-install.
2072
2073 2004-03-22  Mats Bengtsson  <mabe@drongo.s3.kth.se>
2074
2075         * tex/titledefs.tex: Replaced \ifx\blabla\undefined
2076         with \lilypondifundefined{blabla}. Solves problem with multiple
2077         titles in the same lilypond-book document.
2078
2079 2004-03-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2080
2081         * scm/document-backend.scm (interface-doc): sort grob list for
2082         interface.
2083
2084         * scm/define-grobs.scm (all-grob-descriptions): fix ordering of
2085         pre/post break align-order.
2086
2087         * spelling patch courtesy Edward Sutton.
2088
2089         * Documentation/user/changing-defaults.itely (Changing context
2090         default settings): new node.
2091         (Defining new  contexts): new node.
2092
2093         * scripts/lilypond-book.py (is_derived_class): use numbers
2094         iso. booleans.
2095
2096         * python/lilylib.py (make_ps_images): add margin to PS images.
2097
2098         * scripts/lilypond-book.py (is_derived_class): new function. Take
2099         class arg iso. object.
2100         (to_eps): make a non EPS file if EPS contains %%Pages. Workaround
2101         for bug in GS/dvips.
2102
2103         * lily/text-item.cc (interpret_markup): idem.
2104
2105         * scm/define-markup-commands.scm: remove split around-space hack.
2106
2107         * lily/staff-symbol-referencer.cc (get_rounded_position): new
2108         function, fold WL's fixes into one function.
2109
2110 2004-03-22  Werner Lemberg  <wl@gnu.org>
2111
2112         * lily/stem.cc (Stem::extremal_heads, Stem::note_head_positions),
2113         lily/dot-column.cc (Dot_column::do_shifts), lily/note-column.cc
2114         (Note_column::head_position_interval): Do proper rounding for
2115         calls to Staff_symbol_referencer::get_position.
2116
2117 2004-03-21  Werner Lemberg  <wl@gnu.org>
2118
2119         * lily/score.cc (ly_run_translator), lily/paper-def.cc
2120         (Paper_def::get_paper_outputter), lily/input-file-results.cc
2121         (Input_file_results::Input_file_results), lily/my-lily-parser.cc
2122         (My_lily_parser::parse_file): Improve formatting progress indication
2123         sent to stdout.
2124
2125 2004-03-21  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2126
2127         * VERSION: 2.1.33 released.
2128
2129         * scripts/lilypond-book.py (do_file): reinstate --filter support.
2130
2131         * buildscripts/mf-to-table.py (base): use %d for TfmCheckSum
2132
2133         * stepmake/stepmake/generic-targets.make: rewrite hack so no
2134         warning is issued about dummy.dep.
2135
2136         * scm/new-font.scm: fix design sizes of nummer
2137
2138 2004-03-21  Werner Lemberg  <wl@gnu.org>
2139
2140         * stepmake/bin/install-sh: Updated (from gnulib).  This removes
2141         some annoying warnings from mkdir during `make install'.
2142
2143 2004-03-21  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2144
2145         * lily/performer-group-performer.cc (do_announces): call
2146         Performer_group_performer::create_audio_elements () too.
2147
2148         * scripts/convert-ly.py (conv): add rule for breakAlignOrder.
2149
2150         * scm/define-grobs.scm (all-grob-descriptions): add property
2151         break-align-orders
2152
2153         * lily/global-context.cc (get_default_interpreter): new
2154         function. Override from base class, so no new Score contexts are
2155         created.
2156
2157         * lily/include/stencil.hh (class Stencil): document origin field.
2158
2159         * lily/staff-symbol.cc (print): span staff-symbol on column
2160         extents for non-broken columns. 
2161
2162         * ly/engraver-init.ly (breakAlignOrder): put staff-bar behind
2163         key-signature.
2164
2165         * tex/titledefs.tex: don't use smallcaps for piece.
2166
2167         * lily/system.cc (uniquify_list): bugfix. This fixes spuriously
2168         translated stencils in the output.
2169
2170         * lily/paper-outputter.cc (output_line): don't add Stencil::origin.
2171
2172 2004-03-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2173
2174         * lily/tie-performer.cc (acknowledge_audio_element): bugfix: use
2175         and init ties_created_
2176
2177         * VERSION: release 2.1.32
2178
2179         * lily/include/music-iterator.hh (IMPLEMENT_CTOR_CALLBACK): remove
2180         doc string from IMPLEMENT_CTOR_CALLBACK().
2181
2182         * lily/engraver.cc (typeset_grob): paranoia: take care of the case
2183         that engraver is in a performer hierarchy.
2184
2185 2004-03-17  Heikki Junes <hjunes@cc.hut.fi>
2186
2187         * vim/lilypond-ftdetect.vim: new file.
2188
2189 2004-03-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2190
2191         * scripts/lilypond-book.py (compose_ly): bugfix for relative < 0. 
2192         (compose_ly): default octave should be middle C.
2193
2194         * Documentation/user/changing-defaults.itely (Layout tunings
2195         within contexts): new node.
2196
2197         * lily/include/smobs.hh: document C++ smob interface.
2198
2199         * lily/function-documentation.cc: don't doc functions without
2200         docstring.
2201
2202 2004-03-19  Jan Nieuwenhuizen  <janneke@gnu.org>
2203
2204         * Documentation/user/lilypond.tely: Remove `* lilypond' node from
2205         direntry, so that `info lilypond' goes to Top.
2206
2207         * scm/output-ps.scm (polygon): Fix: add spaces.
2208
2209         * scm/page-layout.scm (ly:optimal-page-breaks): Bugfix: underful
2210         solutions are now optimal too.
2211
2212         * input/test/page-breaks.ly: New file.
2213
2214         * lily/paper-outputter.cc (Paper_outputter): Import page breaking
2215         functions into safe module.
2216
2217         * lily/lily-guile.cc (ly:number->string): Do not leave space at
2218         end, prepend zeros.
2219
2220         * scm/output-*.scm: Use ly:number->string rather than
2221         number->string.  Makes for saner output.
2222
2223         * scm/output-ps.scm (define-fonts): Always scale by designsize.
2224         Fixes feta-nummer, feta-din scaling.
2225
2226 2004-03-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2227
2228         * input/mutopia/W.A.Mozart/mozart-hrn-3.ly: use latin1.
2229
2230         * scm/music-functions.scm (descend-to-context): new
2231         function. Similar to context-spec-music.
2232         (make-time-signature-set): specify Score as descend-only. This
2233         fixes the polymetric.ly example.
2234
2235         * lily/context-specced-music-iterator.cc (construct_children): add
2236         support for descend-only context spec.
2237
2238         * lily/note-head.cc (brew_ez_stencil): read vector #'note-names to
2239         determine ez-notation letter. 
2240
2241         * lily/system.cc (get_line): start with dumping layer 3. This
2242         fixes ez notation.
2243
2244 2004-03-19  Jan Nieuwenhuizen  <janneke@gnu.org>
2245
2246         * input/test/title-markup.ly: Stress breaking harder.
2247
2248         * scm/page-layout.scm (height-score): Overfull page scores twice
2249         as bad as underfull (was: by a power).
2250         (walk-lines): Omit first walk-path round (breaking after new node,
2251         without lines).
2252
2253         * lily/paper-book.cc (pages): Bugfix: copy_height and tag_height
2254         diff values are negative.
2255         (output): Bugfix: treat negative vfill differently.
2256
2257         * Documentation/user/lilypond.tely (direntry): Add note about why
2258         `info lilypond' brings up `Invoking LilyPond' node.
2259
2260 2004-03-18  Jan Nieuwenhuizen  <janneke@gnu.org>
2261
2262         * input/mutopia/W.A.Mozart/mozart-hrn-3.ly: Mutopia tagline.
2263
2264         * lily/paper-book.cc: Remove cruft.
2265         (output): Bugfix: put vfill between lines.
2266         (pages): Bugfix: set page vars needed for filling.
2267
2268         * Documentation/user/music-glossary.tely: Compile fix: Use @arrow
2269         (was: @ar).
2270
2271         * scm/page-layout.scm: Further development.
2272
2273         * ly/declarations-init.ly (paper): Define page-breaking.
2274
2275 2004-03-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2276
2277         * lily/note-head.cc (brew_ez_stencil): add note-names
2278         property. Provides internationalization for note names.
2279
2280         * Documentation/user/changing-defaults.itely (Creating contexts):
2281         new node.
2282
2283         * lily/grace-iterator.cc (process): descend to child for \grace.
2284
2285         * lily/timing-translator.cc (initialize): Timing_translator adds
2286         Timing alias by itself.
2287
2288         * lily/context.cc (add_alias): new function.
2289
2290         * scm/lily.scm (tex-output-expression): new function, eval within
2291         drawing API. Guards against eval vulnerabilities.
2292
2293         * scm/output-tex.scm (tex-encoded-fontswitch): idem. 
2294
2295         * scm/output-ps.scm (scm): export lily drawing API.
2296
2297         * lily/include/lily-guile.hh (ly_scheme_function): new macro. Use
2298         throughout.
2299
2300 2004-03-17  Jan Nieuwenhuizen  <janneke@gnu.org>
2301
2302         * scm/page-layout.scm (optimal-page-breaking): New function.
2303         
2304         * lily/paper-book.cc (pages): Use it.
2305
2306 2004-03-16  Jan Nieuwenhuizen  <janneke@gnu.org>
2307
2308         * lily/include/paper-line.hh (class Paper_line): Full smob.
2309
2310 2004-03-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2311
2312         * lily/global-context.cc (run_iterator_on_me): fix grace note
2313         nesting by initting measurePosition.
2314
2315         * lily/timing-translator.cc (initialize): do no init
2316         measurePosition
2317         
2318         * lily/include/music-output-def.hh (class Music_output_def): add
2319         input_origin_ field.
2320
2321         * Documentation/user/changing-defaults.itely (Changing context
2322         properties on the fly): new node.
2323
2324         * lily/include/ly-smobs.icc (free_smob): remove smobbed_self()
2325         function. Only have smobbed_copy (), and do not provide
2326         smobbed_copy() for non-simple smobs. Changes throughout.
2327
2328 2004-03-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2329
2330         * lily/auto-change-iterator.cc (class Auto_change_iterator): add
2331         start_moment_. Fix by Doug A. Linhardt.
2332
2333 2004-03-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2334
2335         * lily/accidental-engraver.cc (acknowledge_grob): don't suppress
2336         accidentals for harmonic notes.
2337
2338         * lily/note-collision.cc (check_meshing_chords): don't merge heads
2339         of different style. (Thanks to Doug Linhardt).
2340
2341         * Documentation/user/changing-defaults.itely (Scheme tutorial):
2342         new node.
2343
2344 2004-03-16  Heikki Junes <hjunes@cc.hut.fi>
2345
2346         * Documentation/topdocs/INSTALL.texi: finish install orders for vim.
2347
2348         * vim/filetype.vim, vim/lilypond-ftplugin.vim,
2349         vim/lilypond-syntax.vim, vim/lilypond-compiler.vim,
2350         vim/lilypond-indent.vim: doc targets and deps in comments.
2351
2352 2004-03-15  Jan Nieuwenhuizen  <janneke@gnu.org>
2353
2354         * lily/paper-book.cc (stencil2line): Bugfix: put stencil in line.
2355
2356         * lily/system.cc (get_line): Return Paper_line.  Change all users.
2357
2358         * lily/include/paper-line.hh:
2359         * lily/include/paper-line.cc: New file.
2360
2361 2004-03-15  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2362
2363         * VERSION (MY_PATCH_LEVEL): release 2.1.31.
2364
2365         * GNUmakefile.in: remove stray make out=www
2366
2367         * input/test/bagpipe.ly (gcdg): octave fixes.
2368
2369         * scm/define-markup-commands.scm (number): use font-encoding
2370         iso. font-family
2371
2372         * ly/chord-modifiers-init.ly (blackTriangleMarkup): set
2373         font-encoding.
2374         
2375 2004-03-15  Heikki Junes <hjunes@cc.hut.fi>
2376
2377         * lily/parse-scm.cc: compile-bugfix: add missing header files for
2378         `output_format_global' and `PAGE_LAYOUT'.
2379
2380 2004-03-14  Jan Nieuwenhuizen  <janneke@gnu.org>
2381
2382         * lily/parse-scm.cc (internal_ly_parse_scm)[PAGE_LAYOUT]: Import
2383         lily functions in safe mode.
2384
2385         * scripts/lilypond-book.py (Lilypond_snippet.output_texinfo):
2386         Print filename for HTML, LATEX, before texidoc.
2387
2388         * scm/output-tex.scm (ps-output-expression): Eval embedded-ps
2389         instructions in output-ps module.
2390
2391         * scm/lily.scm: Do not load output-ps module.
2392
2393         * lily/paper-outputter.cc (Paper_outputter): Eval output-ps in
2394         safe mode.
2395
2396 2004-03-14  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2397
2398         * lily/span-dynamic-performer.cc (process_music): remove spurious
2399         warning.
2400
2401         * lily/context-def.cc (Context_def): init name to ""
2402
2403         * lily/font-interface.cc: add font-encoding property.
2404
2405         * scm/lily.scm (chain-assoc-get): bugfix.
2406
2407         * lily/paper-book.cc (stencil2line): protect static SCM.
2408
2409         * lily/font-interface.cc (text_font_alist_chain): rename function,
2410         and use text-font-defaults. 
2411
2412         * lily/font-select.cc (properties_to_font_size_family): call SCM code.
2413
2414         * scm/paper.scm (paper-set-staff-size): use new function.
2415
2416         * scm/new-font.scm (make-font-tree): new function.
2417
2418 2004-03-13  Jan Nieuwenhuizen  <janneke@gnu.org>
2419
2420         * lily/paper-book.cc (output): Bugfix: no output if no \paper.
2421
2422         * scm/lily.scm (get-output-module): New function.
2423         (output-alist): Remove ,ps-output-expression.
2424
2425         * scm/output-tex.scm (ps-output-expression): New function.
2426
2427         * scm/output-ps.scm (ps-output-expression): Remove.
2428         (header, start-page): Output page metadata.
2429
2430         * lily/paper-outputter.cc (Paper_outputter)[PAGE_LAYOUT]:
2431         initialise output_module_.  Do not write part of header.
2432         (output_scheme)[PAGE_LAYOUT]: Output through output_module_.
2433         (output_header): Output full header.
2434
2435         * scm/define-markup-commands.scm (bigger, smaller): Avoid crash.
2436         FIXME.
2437
2438 2004-03-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2439
2440         * scm/new-font.scm: new file. Tree based font lookup.
2441
2442         * scm/lily.scm (assoc-get): take default argument. Remove
2443         assoc-get-default.
2444         (chain-assoc-get): use chain-assoc-get everywhere.
2445
2446         * scripts/convert-ly.py (FatalConversionError.subst_in_trans):
2447         autobeamsettings conversion bug.
2448
2449         * lily/include/global-context.hh (Context): clean-up data hiding.
2450
2451         * lily/include/music-iterator.hh (class Music_iterator): clean-up
2452         data hiding.
2453
2454         * lily/include/grace-fixup.hh (struct Grace_fixup): new file.
2455
2456         * input/regression/stem-shorten.ly: add chord case.
2457
2458         * lily/stem.cc (get_default_stem_end_position): shorten stems
2459         triggered by note-head positions, not by forced-direction. This
2460         fixes a bug with too short stems.  
2461  
2462 2004-03-12  Jan Nieuwenhuizen  <janneke@gnu.org>
2463
2464         * scripts/lilypond-book.py (Lilypond_snippet.output_html,
2465         Lilypond_snippet.output_latex): Always call output_print_filename.
2466
2467         * lily/paper-book.cc (fill_pages): New method.  Try to cramp or
2468         expand pages.
2469
2470 2004-03-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2471
2472         * scm/part-combiner.scm (make-autochange-music): switch rests
2473         before switched notes too.
2474
2475         * lily/figured-bass-engraver.cc (process_music): change calling
2476         convention.
2477
2478         * scm/bass-figure.scm (format-bass-figure): rewrite function. 
2479
2480         * scm/define-markup-commands.scm (bracketed-y-column): new markup
2481         command.
2482
2483         * lily/include/stencil.hh (class Stencil): add origin field.
2484
2485         * lily/stencil-scheme.cc (LY_DEFINE): ly:stencil-move-to-edge: new
2486         function.
2487
2488         * lily/grob-scheme.cc (LY_DEFINE): ly:grob-alist-chain: new function. 
2489
2490         * lily/lexer.ll: remove support for \$ and $ in identifiers
2491
2492         * lily/sequential-iterator.cc: remove copy_grace_fixups
2493         (get_grace_fixup): slight abstraction of fixup code.
2494
2495         * input/test/title-markup.ly (spaceTest): vary staff sizes.
2496
2497 2004-03-12  Heikki Junes <hjunes@cc.hut.fi>
2498
2499         * vim/lilypond-indent.vim: use <C-F> (default) as indent key
2500         in insert-mode. add indenting rules.
2501
2502 2004-03-11  Jan Nieuwenhuizen  <janneke@gnu.org>
2503
2504         * lily/parser.yy (toplevel_expression)[PAGE_LAYOUT]: Remove
2505         protect hack.
2506
2507         * scm/page-layout.scm:
2508         * lily/paper-book.cc: Handle tagline/copyright.  Internal page
2509         layout and titling should now match external latex based version.
2510
2511         * scm/output-tex.scm (output-scopes): Bugfix: only write string
2512         header fields.
2513
2514         * ps/lilyponddefs.ps: Remove automatic page layout.
2515
2516         * scm/output-ps.scm (new-start-system): New interface function.
2517
2518         * lily/include/paper-outputter.hh (output_line): Add ORIGIN parameter.
2519
2520         * lily/paper-book.cc (output): Bugfix.
2521
2522 2004-03-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2523
2524         * VERSION (MY_PATCH_LEVEL): release 2.1.30
2525         
2526 2004-03-11  Jan Nieuwenhuizen  <janneke@gnu.org>
2527
2528         * Documentation/user/lilypond.tely: Bugfix: Remove './' from
2529         direntries.
2530
2531         * ps/lilyponddefs.ps: Bugfix.
2532
2533         * input/regression/multi-measure-rest-instr-name.ly: Typo.
2534
2535 2004-03-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2536
2537         * lily/auto-beam-engraver.cc (create_beam): add Stem as
2538         cause. This should fix warnings.
2539
2540         * mf/feta-slag.mf (trill_ne): fix upmordent size.
2541
2542         * lily/accidental.cc (accurate_boxes): enlarge Y-extent of flat to
2543         prevent aligned 6ths.
2544
2545         * lily/custos.cc (print): remove adjust-if-on-staffline.
2546
2547 2004-03-11  Jan Nieuwenhuizen  <janneke@gnu.org>
2548
2549         * lily/paper-book.cc: Do header and footer.
2550
2551 2004-03-10  Jan Nieuwenhuizen  <janneke@gnu.org>
2552
2553         * scm/lily.scm (safe-mode?): New name (was: security-paranoia).
2554
2555         * scm/paper.scm (lineheight): Remove
2556         (head-sep, foot-sep): Add.
2557
2558 2004-03-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2559
2560         * mf/feta-schrift.mf: reduce portato thickness.
2561
2562         * lily/context-scheme.cc (LY_DEFINE): remove ly:context-properties
2563
2564         * lily/grob-pq-engraver.cc (start_translation_timestep): remove
2565         programming_error ().
2566
2567         * lily/piano-pedal-engraver.cc (finalize): attach unfinished
2568         bracket to last command column.
2569
2570         * lily/piano-pedal-bracket.cc (print): only flatten bracket if it
2571         continues on next/prev system.
2572
2573         * input/regression/pedal-end.ly: new file.
2574
2575 2004-03-10  Werner Lemberg  <wl@gnu.org>
2576
2577         * make/lilypond.redhat.spec.in, make/lilypond.suse.spec.in:
2578         Remove pmx2ly stuff.
2579         * scripts/GNUmakefile (SEXECUTABLES): Remove pmx2ly.
2580
2581 2004-03-10  Jan Nieuwenhuizen  <janneke@gnu.org>
2582
2583         * scm/page-layout.scm: New file.
2584
2585         * scripts/lilypond-book.py (do_file): Bugfix: texinfo paper
2586         settings.
2587         (Lilypond_snippet.is_outdated): Also check for PNG file.
2588         Workaround for interrupted (web) builds.
2589
2590         * lily/paper-book.cc (get_pages): Bugfix: set dimensions for titles.
2591
2592         * ps/lilyponddefs.ps: Use only very small top-marging.
2593         (init-paper): Also pop page size string.
2594         (start-page, stop-page): New function.
2595
2596         * scm/output-ps.scm (header-end): Remove stray exec commands.
2597
2598 2004-03-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2599
2600         * lily/input-file-results.cc (do_one_file): use new Paper_book()
2601
2602         * lily/score.cc (default_rendering): clean protection.
2603
2604         * lily/paper-book.cc (mark_smob): implement smob marking.
2605
2606         * scripts/lilypond.py (make_html_menu_file): remove --psgz option
2607
2608         * Documentation/user/*.itely: user manual edits. 
2609
2610 2004-03-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2611
2612         * Documentation/user/converters.itely (Invoking musedata2ly):
2613         remove pmx2ly.
2614
2615         * scripts/pmx2ly: remove script.
2616         
2617 2004-03-09  Jan Nieuwenhuizen  <janneke@gnu.org>
2618
2619         * lily/score.cc (default_rendering): Protect paper-book members.
2620
2621         * lily/paper-def.cc (smobbed_copy): New method.
2622
2623         * lily/include/paper-book.hh (PAGE_LAYOUT): Define as "ps"; make
2624         switch runtime.
2625
2626         * lily/include/music-output.hh (process): Change signature to
2627         return SCM.
2628
2629         * lily/paper-book.cc (classic_output, get_title, get_scopes): New
2630         method.
2631
2632         * lily/paper-score.cc (process): Return stencils rather than
2633         outputting directly.  Remove paper-book kludge.  Delete grobs.
2634         (output): Remove.
2635
2636         * lily/include/paper-score.hh (class Paper_score): Remove outputter_.
2637
2638         * lily/score-engraver.cc (get_output): Do not reset pscore_.
2639
2640         * lily/score.cc (default_rendering)
2641         (ly_render_output): Move adding paper-score two levels up.
2642
2643         * lily/system.cc (get_line):
2644         * lily/paper-outputter.cc (output_line): Fix `between-system-string'.
2645
2646 2004-03-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2647
2648         * scm/font.scm (paper20-font-vector): add more design sizes for
2649         number.
2650
2651         * mf/GNUmakefile (depth): remove feta-din{11,13,19}, remove
2652         feta-nummber{5,7,11,13}.
2653
2654         * scm/font.scm (paper20-font-vector): bugfix: use din12, not 10
2655         for 12pt design size. 
2656
2657 2004-03-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2658
2659         * ly/engraver-init.ly: don't remove slur engraver from DrumVoice.
2660
2661 2004-03-09  Jan Nieuwenhuizen  <janneke@gnu.org>
2662
2663         * lily/font-select.cc (properties_to_font_size_family): Fix
2664         warning message.
2665
2666         * Experimental PostScript latin1 encoding:
2667         
2668         * mf/GNUmakefile (SAUTER_FONTS): Add ecmb14 ecrm12.
2669
2670         * scm/output-ps.scm: Experimental encoding using reencode-font.
2671         * scm/font.scm: Add latin1 `font-shape'.
2672         
2673         * scm/define-markup-commands.scm (latin-i): New font-shape command. 
2674
2675         * ps/lilyponddefs.ps (reencode-font): New function.
2676
2677         * lily/paper-book.cc (get_pages): Simplistic page breaking.
2678
2679         * scm/output-tex.scm (start-page):
2680         (stop-page): New interface function.
2681
2682 2004-03-08  Jan Nieuwenhuizen  <janneke@gnu.org>
2683
2684         * lily/paper-outputter.cc (output_expr):
2685         (output_header):
2686         (output_line): New method.
2687
2688         * lily/system.cc (get_line):
2689         (get_lines): New method.
2690         (output_scheme):
2691         (output_line): Remove.
2692
2693         * scm/lily.scm (make-title): New function.
2694
2695         * lily/paper-book.cc: 
2696         * lily/include/paper-book.hh: New file.
2697
2698         * lily/include/ly-module.hh: New file, matching ly-module.cc (WAS:
2699         ly-modules.hh).
2700
2701         * lily/ly-module.cc (ly_modules_lookup): New function.
2702
2703         * lily/main.cc (main_with_guile): Move memory leak debug code back.
2704
2705         * scm/output-ps.scm (make-title): Remove.
2706         (output-scopes): Junk header-title test.
2707
2708 2004-03-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2709
2710         * mf/feta-schrift.mf: thicker dot for portato.
2711
2712         * lily/accidental-placement.cc (position_accidentals): bugfix in
2713         offset, this fixes right-padding of AccidentalPlacement.
2714
2715         * lily/[h-z]*.cc: () formatting.
2716
2717         * Documentation/user/tutorial.itely (An orchestral part): more
2718         fixes for the tutorial.
2719
2720         * scm/translation-functions.scm (fraction-tuplet-formatter):
2721         reverse fraction.
2722
2723         * lily/parser.yy (context_def_spec_block): use \context instead of
2724         \translator.
2725
2726         * lily/[a-g].cc: () style cleanup.
2727
2728         * Documentation/user/tutorial.itely (Automatic and manual beams):
2729         editing of tutorial.
2730
2731 2004-03-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2732
2733         * buildscripts/mf-to-table.py (base): write encoding name.
2734
2735 2004-03-07  Jan Nieuwenhuizen  <janneke@gnu.org>
2736
2737         * Documentation/user/GNUmakefile (local-install-info): Issue
2738         warning (for packager, ie, if not installing in /usr or /usr/local).
2739
2740         * lily/stencil-scheme.cc: 
2741         * lily/staff-symbol-referencer.cc: 
2742         * lily/script-column.cc: 
2743         * lily/pitch.cc: 
2744         * lily/music.cc: 
2745         * lily/grob-pq-engraver.cc: 
2746         * lily/font-interface.cc: 
2747         * lily/music-output-def.cc: 
2748         * lily/duration.cc: 
2749         * lily/grob-scheme.cc:
2750         * lily/context-scheme.cc: Put scheme name on first line in
2751         LY_DEFINE to help etags (/ms multiline regexp flag broken?).  Stray
2752         style cleanups.
2753
2754         * stepmake/stepmake/scm-vars.make: 
2755         * stepmake/stepmake/c++-vars.make (TAGS_HEADERS, TAGS_SOURCES):
2756         Rename and split TAGS_FILES.
2757
2758         * GNUmakefile.in (ALL-TAGS): Remove.
2759         
2760         * stepmake/stepmake/generic-targets.make (TAGS): Also include
2761         deeper TAGS files.  Fixes regexp tags in TOP dir.
2762
2763 2004-03-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2764
2765         * VERSION: 2.1.29 released.
2766         
2767         * Documentation/user/changing-defaults.itely (Changing defaults):
2768         new file.
2769
2770         * Documentation/user/notation.itely (Notation manual): rename from 
2771         refman.itely
2772
2773         * Documentation/user/notation-appendices.itely (The Feta font):
2774         new file.
2775
2776         * Documentation/user/advanced.itely: add aborted attempt for
2777         advanced topics manual.
2778
2779 2004-03-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2780
2781         * scm/new-markup.scm: display Markups in sane format. Patch by
2782         Nicolas Sceaux.
2783
2784 2004-03-05  Jan Nieuwenhuizen  <janneke@gnu.org>
2785
2786         * lily/main.cc: Cleanups.
2787         (setup_localisation): New function.
2788         (sane_putenv): Remove.
2789         (main_with_guile): New name (Was: main_prog).  Remove musings
2790         about possible preparation for GUILE heavy memory usage and
2791         practical uselessness.  Do not set environment variables
2792         GUILE_INIT_SEGMENT_SIZE_1, GUILE_MAX_SEGMENT_SIZE.  Remove file
2793         name juggling.
2794         (parse_argv): New function.
2795         (copyright): New function.  It's 2004 already.
2796
2797         * lily/input-file-results.cc (do_one_file): Add file name juggling.
2798         (distill_inname): Move from main.
2799
2800 2004-03-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2801
2802         * GNUmakefile.in (EXTRA_DIST_FILES): remove VIM stuff.
2803
2804         * vim/GNUmakefile: flatten dirs, add GNUmakefile.
2805
2806         * Documentation/user/running.itely: new file.
2807
2808         * lily/include/audio-element.hh (class Audio_element): remove grace_b_
2809
2810         * lily/score-performer.cc (finish): call Translator::finalize ().
2811
2812 2004-03-05  Heikki Junes <hjunes@cc.hut.fi>
2813
2814         * lilypond-ftpplugin.vim: renamed to the following file.
2815         * lilypond-ftplugin.vim: new file.
2816
2817         * GNUmakefile.in: update VIM_FILES.
2818
2819 2004-03-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2820
2821         * scm/output-ps.scm (output-scopes): use ly:paper-lookup for font
2822         props.
2823
2824         * input/test/tie-sparse.ly: remove.
2825
2826         * lily/tie-performer.cc (try_music): copy & paste from
2827         Tie_engraver.
2828
2829         * lily/music-output-def.cc (LY_DEFINE): bugfix. Don't do
2830         variable_ref twice.
2831
2832         * lily/key-performer.cc (create_audio_elements): use
2833         alterations-in-key.
2834
2835         * scm/midi.scm (accidentals-in-key): divide alterations by 2.
2836
2837 2004-03-04  Heikki Junes <hjunes@cc.hut.fi>
2838
2839         * input/test/smart-transpose.ly: fix cases fes->e and similar.
2840         handle also quarter tones (not shown as tests). test also flats.
2841
2842         * Documentation/index.html.in: small fixes.
2843
2844 2004-03-03  Jan Nieuwenhuizen  <janneke@gnu.org>
2845
2846         * input/regression/new-markup-scheme.ly: Typo.
2847
2848         * scm/define-markup-commands.scm (fill-line): New markup.
2849
2850         * scm/output-ps.scm (ps-encoding): Add simplistic encoding.
2851         (output-paper-def): Fix alignment.
2852         (make-title): Fix height/width scaling.
2853
2854         * ps/lilyponddefs.ps (base-line-skip): Bugfix.
2855
2856         * input/test/title-markup.ly: Add remaining titles.  Layout and
2857         font size fixes.  Add simplistic latin1 test.
2858
2859 2004-03-03  Heikki Junes <hjunes@cc.hut.fi>
2860
2861         * input/test/nested-groups.ly: remove. move content (to next). 
2862         * input/test/staff-bracket.ly: replace content (from prev), this 
2863         has been already in templates.
2864
2865 2004-03-03  Jan Nieuwenhuizen  <janneke@gnu.org>
2866
2867         * stepmake/autogen.sh: Only issue warning about running configure
2868         without arguments when autogen.sh will actually be running
2869         configure.
2870
2871 2004-03-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2872
2873         * scm/new-markup.scm (stack-stencil-line): robustness.
2874
2875         * scm/define-markup-commands.scm (simple): robustification of
2876         simple-markup.
2877
2878         * Documentation/user/music-glossary.tely (Top): change central C
2879         to middle C.
2880
2881         * lily/text-item.cc (interpret_markup): cache make-simple-markup
2882
2883 2004-03-03  Jan Nieuwenhuizen  <janneke@gnu.org>
2884
2885         * input/test/title-markup.ly (spaceTest): Add.
2886
2887         * lily/text-item.cc (interpret_markup): Make line markup from
2888         multi word markup.
2889
2890         * scm/define-markup-commands.scm (word): New markup command.
2891         (simple): Use it.
2892
2893         * scm/output-ps.scm (define-fonts): Fix TeX font scaling.
2894
2895 2004-03-02  Heikki Junes <hjunes@cc.hut.fi>
2896
2897         * vim/ftplugin/lilypond.vim:
2898         * vim/syntax/lilypond.vim: use only local settings with setlocal.
2899         show matching paren in insert mode.
2900
2901 2004-03-02  Jan Nieuwenhuizen  <janneke@gnu.org>
2902
2903         * scm/output-ps.scm (make-title, output-scopes): Further
2904         development.
2905
2906         * input/test/title-markup.ly: New file.
2907
2908         * ps/lilyponddefs.ps: Disable PostScript titling.
2909
2910         * lily/paper-score.cc (process): Quote PORT argument to make-title.
2911
2912 2004-03-01  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2913
2914         * lily/arpeggio.cc (width_callback): remove padding.
2915  
2916         * scm/define-grobs.scm (all-grob-descriptions): add padding.
2917
2918         * scm/define-music-types.scm: remove make-music-by-name.
2919
2920         * Documentation/user/lilypond.tely: doc patch by Edward Sutton.
2921
2922 2004-03-01  Jan Nieuwenhuizen  <janneke@gnu.org>
2923
2924         * lily/paper-score.cc (process): Output titles using make-title.
2925
2926         * scm/output-ps.scm (output-stencil): Display directly instead of
2927         constructing string.
2928         (make-title): New function.
2929
2930 2004-03-01  Mats Bengtsson  <mabe@drongo.s3.kth.se>
2931
2932         * Documentation/user/lilypond-book.itely (Integrating LaTeX and
2933         music), Documentation/user/invoking.itexi (Invoking lilypond): 
2934         Move documentation of LaTeX packages for latin1 characters to the
2935         lilypond-book manual.
2936
2937 2004-03-01  Heikki Junes <hjunes@cc.hut.fi>
2938
2939         * Documentation/topdocs/INSTALL.texi: small fix (by Matthias Kilian).
2940
2941         * vimrc: add menu in console and shortcut <F10> for it.
2942
2943         * vim/:
2944         * vim/compiler/:
2945         * vim/syntax/:
2946         * vim/indent/:
2947         * vim/ftplugin/: new directories.
2948         
2949         * vim/filetype.vim: new file.
2950
2951         * lilypond.vim: remove files (see next).
2952         * vim/syntax/lilypond.vim: new, renamed file (see prev).
2953
2954         * vimrc: remove file (see next).
2955         * vim/ftplugin/lilypond.vim: new, renamed file (see prev).
2956
2957         * vim/ftplugin/lilypond.vim: change dir for dictionary.
2958         add header. apply bindings only locally.
2959
2960         * vim/indent/lilypond.vim: new file.
2961
2962         * vim/ftplugin/lilypond.vim: remove errorformat.
2963         * vim/compiler/lilypond.vim: new file for errorformats.
2964
2965         * Documentation/topdocs/INSTALL.texi: give easier orders.
2966
2967         * ROADMAP: add vim/
2968
2969 2004-02-29  Jan Nieuwenhuizen  <janneke@gnu.org>
2970
2971         * Documentation/user/introduction.itely (Introduction): Use @image
2972         iso @html <img...>.  Add workaround for images in columns in info.
2973
2974         * stepmake/aclocal.m4: Store computed version in variable.
2975
2976         * configure.in: Export MAKEINFO_VERSION.
2977
2978         * config.make.in (MAKEINFO_VERSION): Add.
2979
2980         * make/ly-rules.make: Add makeinfo <= 4.6 workaround.
2981
2982         * Documentation/user/GNUmakefile: Only build info with images when
2983         building web.
2984
2985         * GNUmakefile.in (install-WWW): Visit Documentation/user.
2986
2987         * stepmake/stepmake/texinfo-targets.make: Move info and texinfo
2988         stuff from documentation-targets.make
2989
2990 2004-02-29  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2991
2992         * VERSION: 2.1.28 released
2993         
2994         * scripts/convert-ly.py (conv): 
2995
2996 2004-02-29  Heikki Junes <hjunes@cc.hut.fi>
2997
2998         * ly/property-init: new functions: \arpeggioUp, \arpeggioDown,
2999         \arpeggioBoth. redefine \arpeggioBracket.
3000
3001         * Documentation/user/refman.itely: document new arpeggio
3002         functions.
3003
3004         * scripts/convert-ly.py: add a rule for \arpeggioBracket.
3005
3006         * input/regression/arpeggio-bracket.ly: apply convert-ly.
3007
3008         * input/mutopia/R.Schumann/romanze-op28-2.ly: apply convert-ly.
3009
3010 2004-02-29  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3011
3012         * Documentation/user/introduction.itely (Automated engraving):
3013         rewrite introduction using website text.
3014
3015 2004-02-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3016
3017         * scm/*.scm: make-music-by-name is replaced by make-music, which
3018         also accept music property settings, eg:
3019           (make-music 'TextScriptEvent 'direction DOWN 'text
3020               (make-simple-markup x))
3021
3022         Patch courtesy Nicolas Sceaux
3023
3024         * lily/beam-quanting.cc: cleanup, separate counts for left and
3025         right beam ends.
3026
3027         * lily/side-position-interface.cc (quantised_position): also
3028         quantize staccato position for forced stem directions. 
3029
3030 2004-02-27  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3031
3032         * scm/*.scm: Patch by Nicolas Sceaux: 
3033
3034         * scm/music-functions.scm: ly:grob-property and ly:music-property
3035         are made procedure with setters.
3036
3037         * scm/*.scm: replace ..-set-property! with set! (..-property  )
3038         
3039 2004-02-28  Heikki Junes <hjunes@cc.hut.fi>
3040
3041         * input/test/[t-v]*.ly: finish rewriting texidocs.
3042
3043         * input/test/vaticana.ly: remove.
3044         * input/test/ligature-vaticana.ly: new, renamed file name.
3045
3046         * input/test/stem-centered.ly: remove.
3047         * input/test/mensural-note-heads.ly: new file. take content from
3048         removed file stem-centered.ly.
3049
3050         * input/test/scales-greek.ly: simplify.
3051
3052         * input/test/s*.ly: reformulate texidocs.
3053         
3054         * input/test/[p-r]*.ly: use more verbose texidocs. add comments
3055         of missing features.
3056
3057 2004-02-27  Heikki Junes <hjunes@cc.hut.fi>
3058
3059         * input/test/[j-o]*.ly: update texidocs.
3060
3061 2004-02-27  Jan Nieuwenhuizen  <janneke@gnu.org>
3062
3063         * scm/documentation-generate.scm (usermanref): Add macro for TeX.
3064
3065         * Documentation/topdocs/NEWS.texi: Add note about info docs with
3066         images.
3067
3068         * Documentation/user/lilypond.tely (@direntry): Update.
3069
3070         * stepmake/stepmake/documentation-targets.make
3071         (install-info,uninstall-info): Install into $(package_infodir).
3072         Install images.  Run install-info to update dir.
3073
3074         * config.make.in (package_infodir): Add.
3075
3076         * Documentation/user/GNUmakefile (info-with-images,
3077         local-install-info, local-uninstall-info): New target.
3078
3079 2004-02-27  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3080
3081         * scm/define-grobs.scm (all-grob-descriptions): tune concaveness
3082         gap/threshold.
3083
3084         * lily/beam-quanting.cc (score_slopes_dy): remove
3085         ROUND_TO_ZERO_SLOPE kludge.
3086
3087         * lily/beam.cc (check_concave): remove old concaveness2 kludge.
3088
3089         * input/regression/beam-concave.ly (texidoc): add morgenlied example.
3090
3091         * lily/global-context.cc (Global_context): alway accept Score
3092         (run_iterator_on_me): cast Context to Score_context, not
3093         Context_def.
3094
3095         * Documentation/user/refman.itely: documentation patch by Edward
3096         Sanford Sutton.
3097
3098         * mf/GNUmakefile: unset sauter-fonts.
3099
3100 2004-02-27  Jan Nieuwenhuizen  <janneke@gnu.org>
3101
3102         * scripts/lilypond-book.py (output_texinfo): Output @image
3103         descriptions for info too.
3104
3105         * input/test/chord-names-jazz.ly: 
3106         * input/test/embedded-scm.ly: Clarify.
3107
3108         * input/test/cautionaries.ly: Typo.
3109
3110         * lily/input-smob.cc (ly_input_location): Compile fix.
3111
3112 2004-02-27  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3113
3114         * make/lilypond.redhat.spec.in (Group): add/delete music-glossary too. 
3115
3116         * ly/engraver-init.ly: move \grobdescriptions to Global. This
3117         fixes problems with system defaults being reverted with \override
3118         on Score level.
3119
3120         * lily/global-context.cc (Global_context): apply property-ops to
3121         Global_context too. 
3122
3123 2004-02-27  Jan Nieuwenhuizen  <janneke@gnu.org>
3124
3125         * scm/output-ps.scm (stencil->string): Rewrite.
3126
3127 2004-02-27  Heikki Junes <hjunes@cc.hut.fi>
3128
3129         * input/test/[+c-i]*.ly: refresh descriptions -- maintain
3130         impersonal style.
3131
3132 2004-02-26  Jan Nieuwenhuizen  <janneke@gnu.org>
3133
3134         * lily/input-smob.cc (ly_input_location: New function.
3135
3136         * scm/define-markup-commands.scm (upright): New markup command.
3137
3138         * lily/parser.yy (markup): Add STRING_IDENTIFIER.
3139
3140         * scm/font.scm (paper20-font-vector): cmcsc klugdge.
3141
3142         * scm/output-ps.scm (output-stencil): New function.
3143
3144         * scripts/lilypond-book.py (do_file): Bugfix: change search order
3145         of snippet types; fixes @ignore and @verbatim blocks.
3146
3147 2004-02-26  Heikki Junes <hjunes@cc.hut.fi>
3148
3149         * input/test/[a-b]*.ly: refresh descriptions -- avoid referring
3150         to a file in printed documentation, instead, refer either to a 
3151         syntax or to an output.
3152
3153 2004-02-26  Jan Nieuwenhuizen  <janneke@gnu.org>
3154
3155         * input/regression/beam-center-slope.ly: Add test.
3156
3157 2004-02-25  Jan Nieuwenhuizen  <janneke@gnu.org>
3158
3159         * mf/GNUmakefile (Fontmap, Fontmap.lily): Add Fontmap for GS.
3160         (SAUTER_FONTS): Reinstate.
3161
3162         * scm/define-markup-commands.scm (caps): New markup command.
3163
3164         * scm/output-ps.scm (output-scopes): Experimental markup output.
3165
3166         * scm/: Add missing headers.
3167
3168         * lily/stencil-scheme.cc (ly_stencil_get_expr): New accessor.
3169
3170         * lily/paper-outputter.cc (output_metadata): Add parameter PAPER.
3171
3172 2004-02-25  Jan Nieuwenhuizen  <janneke@gnu.org>
3173
3174         * lily/stencil-scheme.cc (ly_stencil_get_expr): New function.
3175         Stray style cleanups.
3176
3177 2004-02-25  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3178
3179         * lily/note-collision.cc (check_meshing_chords): bugfix for dot /
3180         no dot combination.
3181
3182         * scripts/convert-ly.py (FatalConversionError.subst_in_trans):
3183         substitute \override Staff.autoBeamSettings too
3184
3185         * Documentation/user/tutorial.itely: proofreading fixes by David
3186         Bobroff
3187
3188 2004-02-24  Jan Nieuwenhuizen  <janneke@gnu.org>
3189
3190         * scm/output-ps.scm (top-of-file): Add tagline definition.  FIXME.
3191
3192         * ps/music-drawing-routines.ps: 
3193         * ps/lilyponddefs.ps: Add end markers.
3194
3195 2004-02-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3196
3197         * VERSION: 2.1.27 released.
3198         
3199         * lily/hyphen-engraver.cc (finalize): suicide unterminated hyphens.
3200
3201         * scripts/lilypond-book.py (compose_ly): cleanup relative= option,
3202         obey documentation.
3203
3204 2004-02-24  Jan Nieuwenhuizen  <janneke@gnu.org>
3205
3206         * scripts/lilypond.py (find_pfa_fonts): Bugfix and update.
3207
3208         * scm/output-ps.scm: Resurrect.
3209         
3210         * scm/output-tex.scm: Minimal cleanups.
3211
3212         * scm/paper.scm (paper-set-staff-size): Add lineheight.
3213
3214         * make/ly-rules.make: Remove any broken lily-*.tex files before
3215         lilypond-book run.
3216
3217         * stepmake/stepmake/c++-vars.make (EXTRA_CXXFLAGS): Remove -pipe
3218         comment.
3219
3220         * stepmake/aclocal.m4: Add --enable-pipe option, with check.
3221         Enabled by default, may save 10% compile time.
3222
3223 2004-02-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3224
3225         * lily/lyric-phrasing-engraver.cc: remove
3226         
3227         * lily/lyric-engraver.cc: rewrite so lyric-phrasing-engraver no
3228         longer necessary. 
3229
3230         * lily/extender-engraver.cc (stop_translation_timestep): rewrite
3231         so lyric-phrasing-engraver is no longer necessary.
3232
3233         * ly/engraver-init.ly: move Break_forbid_engraver to Voice, remove
3234         Grob_pq_engraver from Staff.
3235
3236         * lily/grob-pq-engraver.cc: remove current_grobs array, read/write
3237         busyGrobs directly.
3238
3239         * input/regression/quote-transposition.ly: new file.
3240
3241         * lily/recording-group-engraver.cc (stop_translation_timestep):
3242         store instrumentTuning too. 
3243
3244         * lily/quote-iterator.cc (process): transpose events using
3245         instrumentTuning.
3246
3247         * scripts/convert-ly.py (FatalConversionError.subst): \set transposing
3248         -> \tuning <pitch>
3249
3250         * lily/parser.yy (command_req): add \tuning command for setting
3251         instrument tuning of staff.
3252
3253         * Documentation/user/GNUmakefile
3254         ($(outdir)/lilypond/lilypond.html): ugh: use perl iso. sed.
3255
3256         * Documentation/user/refman.itely (Customized accidental rules):
3257         typo.
3258
3259 2004-02-23  Heikki Junes <hjunes@cc.hut.fi>
3260
3261         * Documentation/user/music-glossary.tely: remove the missing norwegian
3262         translation; they can be put in later properly.
3263
3264 2004-02-23  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3265
3266         * lily/recording-group-engraver.cc (start_translation_timestep):
3267         init Recording_group_engraver twice.
3268
3269 2004-02-23  Jan Nieuwenhuizen  <janneke@gnu.org>
3270
3271         * gcc-3.4 snapshot: 3.4.0 20040215 (prerelease) compile fixes, and
3272         stray style cleanups:
3273
3274         * stepmake/stepmake/c++-vars.make (EXTRA_CXXFLAGS): Remove
3275         -Wmissing-prototypes.
3276
3277         * flower/include/killing-cons.tcc (Killing_cons): Add template
3278         specifier for car_.
3279
3280         * flower/include/parray.hh (binsearchs): Add template specifier
3281         for maxkey.
3282
3283         * flower/include/interval.hh: Declare elem () with template specfier.
3284
3285 2004-02-23  Heikki Junes <hjunes@cc.hut.fi>
3286
3287         * elisp/lilypond-indent.el (get-buffer-size): add customization
3288         groups for several variables (Reuben Thomas).
3289
3290 2004-02-23  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3291
3292         * Documentation/user/invoking.itexi (Point and click): add index
3293         entry.
3294
3295         * scm/slur.scm (calc-slur-extremity): use 'stem only if slur would
3296         go under beam.
3297
3298         * lily/beam-quanting.cc: tune down ROUND_TO_ZERO_SLOPE, this fixes
3299         sarabande beam. 
3300
3301         * flower/warn.cc (programming_error): cross fingers not thumbs.
3302
3303         * lily/rest.cc (polyphonic_offset_callback): return 0 when
3304         staff-position is set.
3305
3306         * VERSION: release 2.1.26 
3307         
3308         * scm/chord-entry.scm (construct-chord): process transposition
3309         after processing explicit-11.  
3310
3311 2004-02-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3312
3313         * lily/parser.yy (add_quote): add syntax for adding quotes:
3314         \addquote "id-string" Music
3315
3316         * scripts/lilypond-book.py (do_file): do not overwrite input file.
3317
3318         * scripts/convert-ly.py (conv): add rules for name changes.
3319
3320         * lily/context-scheme.cc (LY_DEFINE): use Scheme style naming for
3321         music/context/grob property functions. Internally, use
3322         get_property() and set_property() for both.
3323
3324 2004-02-22  Heikki Junes <hjunes@cc.hut.fi>
3325
3326         * elisp/lilypond-mode.el (get-buffer-size): define new function,
3327         for Emacs <= 20 (Laurent Martelli).
3328
3329 2004-02-21  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3330
3331         * lily/parser.yy (command_element): extract quoted vector in
3332         parser.
3333
3334         * input/regression/quote.ly: new file.
3335
3336         * lily/sequential-iterator.cc (process): only process if moment >= 0.
3337
3338         * lily/parser.yy (command_element): \quote DURATION NAME: support
3339         cue notes. 
3340
3341         * lily/quote-iterator.cc (class Quote_iterator): new file.
3342
3343 2004-02-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3344
3345         * lily/auto-beam-engraver.cc (try_music): accept and process
3346         beam-forbid-event.
3347
3348         * input/regression/auto-beam-no-beam.ly: new file.
3349
3350 2004-02-20  Mats Bengtsson  <mabe@drongo.s3.kth.se>
3351
3352         * lily/accidental.cc (print): Change font-relative-size ->
3353         font-size. Fixes cautionary-style = smaller.
3354
3355 2004-02-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3356
3357         * lily/system-start-delimiter.cc (staff_brace): remove
3358         font-relative-size
3359
3360         * lily/parser.yy (music_property_def): oops. SCM_UNDEFINED
3361         forgotten with scm_list_n. Fixes spurious coredumps.
3362
3363         * lily/accidental-engraver.cc (stop_translation_timestep): move
3364         update of localKeySignature to stop_translation_timestep (). This
3365         makes sure that all ties are noticed at the right moment.
3366         (stop_translation_timestep): clear tie only when right-side
3367         notehead was seen.
3368         (number_accidentals_from_sig): cleanup. 
3369
3370         * input/regression/accidental-tie.ly (mus): new file
3371
3372         * input/regression/tie-accidental, tie-break-accidental.ly: remove
3373         these longish tests.
3374
3375 2004-02-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3376
3377         * lily/include/*.hh (class Item): rename XXX_b () to is_XXX ().
3378
3379         * THANKS: update bugreporter list.
3380
3381         * lily/beam.cc (print): broken beams last until end of staff.
3382         (print): broken beams start from prefatory matter.
3383
3384         * scm/output-tex.scm (output-scopes): don't dump fraction exactly.
3385
3386         * lily/paper-score.cc (process): dump header only once.
3387
3388         * lily/paper-outputter.cc (Paper_outputter): move logic into
3389         Scheme.
3390
3391         * scm/output-tex.scm (output-scopes): new function.
3392         (output-paper-def): new function
3393         (tex-string-def): new function
3394         (symbol->tex-key): new function
3395
3396         * scripts/convert-ly.py (conv): add rule for | ~
3397
3398 2004-02-19  Heikki Junes  <hjunes@cc.hut.fi>
3399
3400         * input/regression/{many}.ly: refresh, trying to guess how
3401         it was designed.
3402
3403 2004-02-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3404
3405         * VERSION: release 2.1.25
3406
3407         * scm/define-translator-properties.scm
3408         (all-user-translation-properties): add printOctaveNames
3409
3410         * ly/engraver-init.ly: remove Note_event_swallower from
3411         NoteNamesContext.
3412
3413         * lily/note-name-engraver.cc (process_music): new property
3414         printOctaveNames
3415
3416         * lily/context.cc (find_existing_context): remove support for
3417         Current.
3418
3419         * scm/music-functions.scm (set-accidental-style): new function;
3420         duplicate accidental macros.
3421
3422         * ly/property-init.ly (hideStaffSwitch): remove accidental macros.
3423
3424         * lily/note-name-engraver.cc (process_music):
3425         process_acknowledged_grobs () -> process_music ()
3426
3427         * scm/part-combiner.scm (determine-split-list): robustification.
3428
3429 2004-02-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3430
3431         * lily/beam-quanting.cc (score_forbidden_quants): check all staff
3432         lines for falling into beam-gap.
3433         (score_forbidden_quants): check all staff lines for falling in
3434         beam gaps.
3435
3436         * lily/note-spacing.cc (get_spacing): less space at EOL in case of
3437         key/clef/time signatures. 
3438
3439         * input/test/ossia.ly: revise example.
3440
3441         * lily/span-bar.cc (evaluate_glyph): read 'glyph of self first.
3442         cleanup.
3443         
3444         * lily/grob-scheme.cc (LY_DEFINE): change a few function names to
3445         comply to Scheme standard.  Remove ly:get-paper-variable
3446
3447 2004-02-17  Mats Bengtsson  <mabe@drongo.s3.kth.se>
3448
3449         * scripts/convert-ly.py (2.1.22): Corrected documentation printout.
3450
3451 2004-02-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3452
3453         * lily/accidental-engraver.cc (process_acknowledged_grobs): use
3454         properties from Voice context. This fixes accidental size for
3455         staff-switches during grace contexts.
3456
3457         * lily/note-collision.cc (check_meshing_chords): only wipe heads
3458         if necessary. Else, simply wipe dots.
3459
3460         * input/test/beam-alternate.ly: new file
3461
3462         * input/test/piano-staff-distance.ly: new file.
3463
3464         * lily/translator-group.cc (recurse_down_translators): use
3465         Direction for bottom-up/top-down.
3466
3467         * lily/include/translator.hh (class Translator): add
3468         process_music() and do_announces(). This obviates
3469         recurse_down_{engravers,performers}.
3470
3471         * ly/declarations-init.ly (melismaEnd): use ManualMelismaEvent for
3472         \melisma and \melismaEnd
3473
3474         * lily/melisma-engraver.cc (process_music): change to
3475         Melisma_translator, unify with performer. Accept
3476         ManualMelismaEvent.
3477
3478         * ly/engraver-init.ly: add Font_size_engraver.
3479
3480 2004-02-16  Heikki Junes  <hjunes@cc.hut.fi>
3481
3482         * lily/align-interface.cc, lily/axis-group-engraver.cc: spell
3483         it hara-kiri.
3484
3485         * input/regression/{many}.ly: improve descriptions trying to figure
3486         out what is tested.
3487
3488 2004-02-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3489
3490         * lily/slur.cc (broken_trend_offset): robustness fix.
3491
3492         * VERSION: release 2.1.24
3493
3494         * lily/context.cc (find_create_context): go to Score if it exists.
3495
3496         * lily/context-scheme.cc: new file.
3497
3498         * lily/score-translator.cc (get_output): new file.
3499
3500         * lily/include/grob-info.hh: origin_contexts() now does not
3501         include the originating engraver
3502
3503         * lily/translator-group.cc (translator_each): clean up contents,
3504         remove superfluous stubs. Engraver_group_engraver and
3505         Performer_group_performer are the only classes using multiple
3506         inheritance.
3507
3508         * lily/include/score-context.hh (class Score_context): interface
3509         between Score_{engraver,performer} and Global_context.
3510
3511         * lily/include/global-context.hh (Context): change from
3512         global-translator. This is the entry point for contexts; it is not
3513         tweakable using \translator{}. Score is no longer the top context,
3514         but sits underneath Global.
3515
3516         * lily/include/context.hh (class Context): brain surgery: split
3517         out Context functionality from Translator_group. Context is now a
3518         separate type from Translator.
3519
3520 2004-02-15  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3521
3522         * lily/include/translator.hh (class Translator): make
3523         get_score_context() and get_global_translator (), and use the one
3524         which is appropriate.
3525
3526         * lily/context.cc: partially put functionality of Translator_group
3527         into Context.
3528
3529         * lily/include/context.hh (Translator): new class: put between
3530         Translator and Translator_group. 
3531
3532         * lily/new-accidental-engraver.cc: remove file.
3533
3534 2004-02-16  Heikki Junes  <hjunes@cc.hut.fi>
3535
3536         * input/regression/{many}.ly: improve descriptions: use complete 
3537         sentences, try to describe what is tested, avoid `we´, do not use 
3538         don't, ... 
3539
3540 2004-02-15  Heikki Junes  <hjunes@cc.hut.fi>
3541
3542         * Documentation/user/refman.itely: use `@c´ if $internalsref{...} @c
3543         is at EOL.
3544
3545         * Documentation/user/lilypond.tely: declare the topmost node only
3546         once; removes empty line in @contents.
3547
3548         * Documentation/user/music-glossary.tely: really add Finnish author.
3549         Draw more beatiful `->´ arrow in html: &rarr;
3550
3551 2004-02-15  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3552
3553         * lily/music.cc (LY_DEFINE): rename to ly:music-list?
3554
3555         * scripts/convert-ly.py (conv): add ly:music-list  change.
3556
3557         * lily/grob.cc: edit doc string.
3558
3559         * scm/define-grob-properties.scm (all-user-grob-properties):
3560         proofreading, editing of doc strings.
3561
3562         * input/regression/tablature-string-tunings.ly: new file.
3563
3564         * lily/staff-symbol-engraver.cc (process_music): new engraver,
3565         listen to stringTunings
3566
3567         * lily/align-interface.cc (align_elements_to_extents): remove Grob
3568         for self-alignment-[XY] code.
3569  
3570 2004-02-14  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3571
3572         * scm/slur.scm (calc-slur-extremity): change "rules" (home-brewn
3573         cond) into function. Cleanup.
3574
3575         * lily/text-spanner.cc: remove text-repeat-if-broken property.
3576         
3577         * VERSION (PACKAGE_NAME): 2.1.23 released
3578
3579 2004-02-14  Heikki Junes   <hjunes@cc.hut.fi>
3580
3581         * Documentation/user/{refman,internals}.itely: small fixes.
3582
3583 2004-02-14  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3584
3585         * lily/accidental-engraver.cc (acknowledge_grob): don't make
3586         accidentals for harmonic notes
3587
3588         * lily/new-fingering-engraver.cc (acknowledge_grob): kill dots,
3589         for harmonic notes.
3590
3591         * scm/document-backend.scm (interface-doc): prune Grob
3592         documentation: don't duplicate interface information.
3593
3594         * lily/*.cc: lots of updates of doc strings.
3595
3596 2004-02-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3597
3598         * input/test/ac-extra-voice.ly (accompany): remove file.
3599
3600         * input/test/maximum-rest-count.ly: remove file.
3601
3602         * scripts/convert-ly.py (FatalConversionError.subst_in_trans):
3603         conversion rule for \translator { }. Apply everywhere.  
3604
3605         * lily/parser.yy (music_property_def): set property for \once in
3606         the PropertyMusic itself, not the ContextSpec.
3607         (property_operation): change syntax within \translator { }
3608
3609         * scm/define-music-properties.scm (all-music-properties): clean up.
3610
3611         * lily/auto-beam-engraver.cc (test_moment): use
3612         updated_grob_properties() to retrieve autoBeam settings.
3613
3614         * lily/spacing-spanner.cc: bound shortest_playing_len by
3615         measure_length
3616
3617         * lily/spacing-engraver.cc (acknowledge_grob): ignore
3618         multi-measure events for spacing computation.
3619
3620         * mf/feta-bolletjes.mf (overdone_heads): make note heads more
3621         elliptical, to 1.49.
3622
3623         * lily/rest.cc (polyphonic_offset_callback): new function. Do
3624         vertical positioning for polyphony, without RestCollision object.
3625
3626         * lily/note-column.cc (add_head): prevent rests & note heads on
3627         one stem.
3628
3629         * lily/rest-collision.cc (do_shift): ignore rests with beams.
3630         (do_shift): rewrite only-rests case: use common refpoints: the
3631         routine will have sensible results when other rest-translations
3632         have taken place.
3633
3634         * lily/simple-spacer.cc (solve): cleanup: remove code for linelen
3635         < 0 case. 
3636
3637         * VERSION: 2.1.22 released
3638         
3639         * input/GNUmakefile (SUBDIRS): remove ascii-art
3640
3641 2004-02-13  Jan Nieuwenhuizen  <janneke@gnu.org>
3642
3643         * input/: Convert ly files that still had \property.  Fixes make
3644         web.  Remove exta spaces around '='. 
3645
3646         * scripts/convert-ly.py (conv): Redundant space fixes.
3647
3648         * scripts/lilypond-book.py (compile-ly): python2.1 fix.
3649
3650 2004-02-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3651
3652         * make/ly-rules.make ($(outdir)/%.pdf): add DVIPS_FLAGS. This will
3653         create scalable PS and PDFs  for input/{test,template,regression}.
3654
3655         * lily/context.cc (is_alias): move function.
3656         (is_alias): add Bottom as context alias. 
3657         (find_create_translator): add Bottom as a context alias for creation.
3658
3659         * lily/stencil.cc: rename Molecule to Stencil. Changes throughout.
3660
3661         * lily/parser.yy (music_property_def): new syntax for property
3662         assignments:
3663
3664         \set A.B = #C , \unset A.B
3665         \override A.B #C = #D, \revert A.B #C 
3666
3667         * lily/my-lily-lexer.cc: remove \property
3668
3669 2004-02-13  Heikki Junes  <hjunes@cc.hut.fi>
3670
3671         * Documentation/user/refman.itely: add dots after seealso refs.
3672
3673         * input/template/{many}.ly: harmonise descriptions.
3674
3675         * Documentation/user/music-glossary.itely: add Finnish author.
3676
3677 2004-02-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3678
3679         * VERSION (PACKAGE_NAME): release 2.1.21
3680
3681 2004-02-12  Jan Nieuwenhuizen  <janneke@gnu.org>
3682
3683         * Documentation/topdocs/NEWS.texi: Substitute Lyrics/LyricsVoice.
3684
3685         * scripts/lilypond-book.py (snippet_res): @include filename must
3686         not be empty.
3687
3688 2004-02-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3689
3690         * scm/documentation-generate.scm (markup-doc-string): dump
3691         markup-commands.tely
3692
3693         * scm/define-markup-commands.scm (override): new file.
3694         Move documentation from refman into doc-strings. 
3695
3696         * input/test/staff-container.ly: fix example.
3697
3698         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): remove
3699         StaffContainer
3700
3701         * lily/grob.cc: remove point_dimension_callback
3702         (Grob): read forced dimensions from X-extent and Y-extent.
3703         (get_paper): remove preset_extent.
3704
3705         * scm/define-grobs.scm (all-grob-descriptions): remove
3706         point_dimension_callback. 
3707
3708         * lily/dynamic-engraver.cc (acknowledge_grob): attach dynamic
3709         textscript to head. This makes no-spacing-rods work on
3710         DynamicText.
3711
3712         * lily/chord-name.cc: remove props chord, bass, inversion.
3713
3714         * Documentation/user/appendices.itely: add Scheme functions,
3715         context-properties and layout properties to manual.
3716
3717         * scm/part-combiner.scm (determine-split-list): include rests in a
3718         solo1/2 sequence.
3719
3720         * lily/new-part-combine-iterator.cc (substitute_both): new
3721         function.
3722         (class New_pc_iterator): add separate Voice=solo context, fixes
3723         autobeams going from chords to solo.
3724
3725 2004-02-11  Jan Nieuwenhuizen  <janneke@gnu.org>
3726
3727         * Documentation/user/invoking.itexi (Editor support): Fix typo.
3728
3729         * Documentation/user/tutorial.itely:
3730         * Documentation/user/refman.itely: Add short note about being part
3731         of lilypond.tely.
3732
3733         * COPYING: Make note more clear with respect to files that are
3734         explicitely licenced otherwise (Documention/user/ comes to mind).
3735         
3736         * Documentation/topdocs/AUTHORS.texi (AUTHORS): Use @,{c}.  Remove
3737         comment about barfing of @c,{}.
3738
3739         * Documentation/user/music-glossary.tely: Add list of authors.
3740
3741         * stepmake/stepmake/library-rules.make: Thank Nelson only in
3742         source (was: also in build log).
3743
3744 2004-02-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3745
3746         * lily/side-position-interface.cc (general_side_position): if
3747         staff-padding is set, then include staff in support too.
3748
3749         * GNUmakefile.in (README_FILES): remove TODO. Put in new CVS
3750         module workbook
3751
3752         * TODO: Remove.  Put in new CVS module /cvsroot/lilypond/workbook/
3753
3754         * lily/tuplet-engraver.cc: remove tupletInvisible
3755
3756         * scm/define-translator-properties.scm: cleanup, separate in
3757         internal and user props. 
3758
3759         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): change
3760         LyricsVoice -> Lyrics
3761
3762         * lily/new-part-combine-iterator.cc (process): only print warning
3763         for symbols.
3764
3765 2004-02-11  Jan Nieuwenhuizen  <janneke@gnu.org>
3766
3767         * scm/part-combiner.scm: Add proper header.
3768
3769         * All but lily/*: The great --2003 --2004 replace; the missing
3770         `bits'.
3771
3772         * TODO: Fix outline mode.  Add book notes.
3773
3774         * ROADMAP: Update.
3775
3776 2004-02-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3777
3778         * scm/part-combiner.scm (make-autochange-music): use
3779         accumulator. Fixes stack overflow.
3780
3781         * lily/*: rename brew_molecule -> print , molecule-callback ->
3782         print-function
3783
3784         * scm/define-grob-properties.scm: cleanup. Separate into internal
3785         and user properties.
3786
3787         * lily/translator-property.cc (updated_grob_properties): new
3788         function
3789         (execute_pushpop_property): change to new convention:
3790         object property inits are stored as (cons ALIST BASED-ON). This
3791         storage format allows concurrent tweaks in different contexts.
3792
3793 2004-02-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3794
3795         * TODO: new file.
3796
3797 2004-02-10  Jan Nieuwenhuizen  <janneke@gnu.org>
3798
3799         * debian/: Late Debian update (sorry Anthony).
3800
3801         * scripts/lilypond-book.py (do_file): Look for input_file in
3802         include path, or ask kpathsea if LATEX.
3803
3804         * input/template/GNUmakefile (LILYPOND_BOOK_FLAGS): 
3805         * input/test/GNUmakefile (LILYPOND_BOOK_FLAGS):
3806         * input/regression/GNUmakefile (LILYPOND_BOOK_FLAGS): Use
3807         --header=texidoc.
3808
3809         * Documentation/user/tutorial.itely (Fine tuning layout): Add lost
3810         relative.
3811
3812         * scripts/lilypond-book.py: Fixes for make web.  Default to stdout
3813         only when filtering, default to input_base otherwise.  Coding
3814         style fixes.
3815
3816 2004-02-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3817
3818         * lily/include/translator.hh (class Translator): add virtual
3819         qualifier.
3820
3821 2004-02-10  Jan Nieuwenhuizen  <janneke@gnu.org>
3822
3823         * scripts/lilypond-book.py (compose_ly): Python2.1 workarounds.
3824
3825 2004-02-09  Jan Nieuwenhuizen  <janneke@gnu.org>
3826
3827         * scripts/lilypond-book.py (compose_ly): Add kludge for relative.
3828
3829         * Documentation/user/refman.itely: Run texinfo-all-menus-update
3830         (fixes make web).
3831
3832         * GNUmakefile.in (web-clean): Do not remove fonts (they do not
3833         live in $(out)-www).
3834
3835         * scripts/lilypond-book.py: Small cleanups.  Junk hairy include
3836         dependencies.  Add link to .ly source in HTML output.
3837         (Lilypond_snippet.output_html): Handle multiple page picture
3838         output.
3839         (Lilypond_snippet.output_html, Lilypond_snippet.output_latex):
3840         Make usable for output_texinfo again.
3841
3842         * Documentation/user/GNUmakefile: Add static dependency for
3843         lilypond.tely includes.
3844
3845         * Documentation/user/tutorial.itely: Add some lost `relative'
3846         ly-options.
3847
3848 2004-02-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3849
3850         * lily/include/translator-group.hh: move Music_output_def member
3851         to Global_translator.
3852
3853         * scripts/lilypond-book.py (do_file):  fix latex output.
3854
3855         * VERSION: release 2.1.20
3856         
3857         * scm/part-combiner.scm (determine-split-list): robustness fix 
3858
3859         * lily/paper-score.cc (process): move gc stat stuff to init.ly 
3860
3861         * lily/parser.yy (music_output_def_body): plug memory leak.
3862
3863         * lily/translator-group.cc (add_fresh_group_translator): plug
3864         memory leak: unprotect Translator_group once added.   
3865
3866         * lily/span-dynamic-performer.cc (process_music): deprecate span-type.
3867
3868         * scripts/lilypond-book.py (Lilypond_snippet.notice_include):
3869         write .dep file.
3870         (Lilypond_snippet.ly): add \renameinput.
3871
3872 2004-02-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3873
3874         * Documentation/user/refman.itely (Markup command definition): Doc
3875         by Nicolas Sceaux. Rewrite by Han-Wen
3876
3877         * lily/lyric-hyphen.cc (brew_molecule): remove if hyphen is first
3878         thing of the line.
3879         (brew_molecule): only remove if hyphen is not at the end of line.
3880         (set_spacing_rods): new function: minimum-length specifies
3881         distance between syllables.
3882
3883         * scm/define-grobs.scm (all-grob-descriptions): add
3884         Hyphen_spanner::set_spacing_rods to LyricHyphen
3885
3886         * input/regression/lyric-hyphen-break.ly: new file.
3887
3888         * input/test/lyric-hyphen-retain.ly: new file.
3889
3890         * lily/new-part-combine-iterator.cc (construct_children):
3891         add Rest direction.
3892
3893 2004-02-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3894
3895         * scripts/lilypond-book.py (Snippet.replacement_text): add method.
3896
3897         * Documentation/bibliography/engraving.bib (donemus1982):
3898         update entry.
3899
3900 2004-02-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3901
3902         * scripts/lilypond-book.py (Substring.__init__): new class.
3903         (Snippet.output_texinfo): add texidoc option.
3904         (Include_snippet.replacement_text): new class.
3905         (Lilypond_snippet.__init__): new class
3906         (Lilypond_snippet.get_hash): bugfix: use full body for hashing.
3907
3908         * Documentation/user/refman.itely (Sound): 
3909         note about number of channels.
3910
3911         * scm/music-functions.scm (voicify-music): add \context Staff for
3912         << \\ >> polyphony.
3913
3914         * lily/parser.yy (verbose_command_req): \skip now creates
3915         SkipMusic, and does not lead to spurious staves.
3916
3917         * scm/define-music-types.scm (music-descriptions): rename
3918         NonEventSkip to SkipMusic
3919
3920         * input/no-notation/midi-lyric-barcheck.ly: new file.
3921
3922         * input/regression/collision-dots-invert.ly: new file.
3923
3924         * lily/note-collision.cc (check_meshing_chords): add stem_to_stem
3925         case.
3926
3927         * lily/new-lyric-combine-music-iterator.cc (process): let iterator
3928         die if melody died too.
3929
3930 2004-02-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3931
3932         * lily/source-file.cc (load_stdin): add trailing 0. Fixes problem
3933         with reading from stdin.
3934
3935         * lily/slur-performer.cc (try_music): new file.
3936
3937         * lily/melisma-performer.cc (try_music): new file. Handle
3938         melismata to help lyrics.
3939
3940         * lily/beam-performer.cc (try_music): new file. Handle beam events
3941         to help lyrics.
3942
3943         * lily/score-performer.cc (one_time_step): reinstate
3944         process_music().
3945
3946         * lily/performer.cc (process_music): add to interface.
3947
3948         * lily/performer-group-performer.cc (process_music): new function.
3949
3950         * lily/dot-column.cc (do_shifts): do collision resolution before
3951         dot positioning.
3952         
3953         * scripts/lilypond-book.py (Snippet.output_print_filename): new
3954         file, process printfilename option.
3955         (Snippet.__init__): rewrite: do not use global variables h or
3956         index.
3957         (main): really support -I option.
3958         (find_toplevel_snippets): new code.
3959         (find_toplevel_snippets): reinstate old version, without global
3960         variables.
3961
3962         * tex/texinfo.tex: really add file.
3963         
3964 2004-02-06  Jan Nieuwenhuizen  <janneke@gnu.org>
3965
3966         * scripts/lilypond-book.py (find_toplevel_snippets): Python < 2.3
3967         compatibility.
3968
3969 2004-02-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3970
3971         * scripts/hw-lilypond-book.py (Snippet.output_print_filename): 
3972
3973         * scm/define-translator-properties.scm (drumPitchTable): add
3974         property.
3975
3976         * scripts/lilypond-book.py (simple_toplevel_snippets): new
3977         function.
3978         (help_summary): docstrings.
3979         (do_file): strip the dir of input_base too.
3980
3981 2004-02-05  Jan Nieuwenhuizen  <janneke@gnu.org>
3982
3983         * Documentation/topdocs/NEWS.texi: Add item about lilypond-book.
3984
3985         * Documentation/user/lilypond-book.itely: Update.
3986
3987         * make/ly-rules.make: Update lilypond-book commands.
3988
3989         * Documentation/user/GNUmakefile: Update makeinfo commands,
3990         lilypond-book flags.
3991
3992         * scripts/lilypond-book.py: Rewrite (was: filter-lilypond-book.ly).
3993         
3994         * scripts/old-lilypond-book.py: New file (was: lilypond-book.ly).
3995
3996         * scripts/filter-lilypond-book.py: Remove.
3997
3998         * Documentation/user/*tely: Update options for new lilypond-book.
3999
4000         * tex/texinfo.tex: New file; from texinfo CVS.  This fixes build
4001         with @macros in @includes.
4002
4003 2004-02-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4004
4005         * lily/rest-collision-engraver.cc (process_acknowledged_grobs):
4006         make rest-collision only.
4007
4008         * lily/break-substitution.cc (substitute_one_mutable_property):
4009         clear all-elements using scm_assq_remove_x(). 
4010
4011         * lily/rest-collision.cc (do_shift): shift single rests
4012
4013         * flower/include/array.hh (class Array): rename to is_empty ()
4014
4015         * lily/drum-note-performer.cc: new file: perform drum notes.
4016
4017         * VERSION (PACKAGE_NAME): release 2.1.19.
4018         
4019 2004-02-05  Jan Nieuwenhuizen  <janneke@gnu.org>
4020
4021         * scripts/filter-lilypond-book.py
4022         (classic_lilypond_book_compatibility): New function.
4023
4024 2004-02-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4025
4026         * buildscripts/lilypond.words.py (F): remove drums.scm reference.
4027
4028         * Grand 2003 -> 2004 search replace. 
4029
4030         * lily/parser.yy (chord_body_element): add DRUM_PITCH to chords
4031         (i.e. < > )
4032
4033         * ly/performer-init.ly: add DrumStaff
4034
4035         * lily/axis-group-engraver.cc (acknowledge_grob): also take
4036         lyric-interface; this prevents lines with only extender lines from
4037         being junked.
4038  
4039         * scm/define-grob-interfaces.scm (lyric-interface): new interface
4040
4041         * lily/lyric-extender.cc (brew_molecule): get line breaking and
4042         extenders right, for once and for all (hopefully).
4043         
4044         * lily/break-substitution.cc (substitute_one_mutable_property):
4045         clear old 'all-elements for System grobs.
4046
4047         * lily/new-lyric-combine-music-iterator.cc (find_voice): make sure
4048         that associatedVoiceContext is always assigned when music & lyrics
4049         are found. 
4050
4051         * ly/engraver-init.ly: remove Lyrics context.
4052         (TabVoice): add noteheads engraver
4053
4054         * input/test/improv.ly: update: do not use Thread switching. 
4055
4056         * lily/pitch-squash-engraver.cc (acknowledge_grob): only squash if
4057         squashedPosition is a number  
4058
4059         * Documentation/user/refman.itely (Automatic note splitting):
4060         remove Thread references.
4061
4062         * input/no-notation/pc-direction.ly: remove file.
4063
4064         * ly/engraver-init.ly: remove Thread
4065
4066         * input/regression/tie-chord-partial.ly: remove file.
4067
4068         * scripts/convert-ly.py (conv): \harmonic rule
4069
4070         * lily/new-fingering-engraver.cc (acknowledge_grob): add new
4071         notation for harmonic notes: <c' g''\harmonic>
4072
4073         * lily/lily-guile.cc (alist_to_hashq): new function
4074
4075         * scm/lily.scm (alist->hash-table): new function.
4076
4077         * Documentation/user/refman.itely (Percussion staves): update doco.
4078
4079         * input/regression/drums.ly (timb): updates
4080
4081         * lily/note-performer.cc (create_audio_elements): robustness fix.
4082
4083         * ly/engraver-init.ly: add DrumStaff and DrumVoice contexts
4084
4085 2004-02-05  Jan Nieuwenhuizen  <janneke@gnu.org>
4086
4087         * scripts/filter-lilypond-book.py (find_toplevel_snippets): Do not
4088         discard valid matches.
4089
4090 2004-02-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4091
4092         * lily/drum-note-engraver.cc: new file.
4093
4094         * ly/drumpitch-init.ly: move drum definitions
4095
4096         * scm/drums.scm: remove file.
4097
4098         * lily/*.cc: remove abort-event everywhere.
4099
4100         * lily/note-heads-engraver.cc (process_music): robustification.
4101
4102         * lily/accidental-engraver.cc (process_acknowledged_grobs):
4103         robustification.
4104
4105         * lily/parser.yy (simple_element): add \drums mode.
4106         (simple_element): remove \pitchnames , \chordmodifiers. Use
4107         variables to store this. 
4108
4109         * lily/lexer.ll (My_lily_lexer): remove support for \PITCHNAME
4110         outside \notes.
4111
4112         * VERSION: release 2.1.18.
4113         
4114         * input/test: remove octave-duplicate.ly
4115
4116 2004-02-04  Jan Nieuwenhuizen  <janneke@gnu.org>
4117
4118         * scripts/filter-lilypond-book.py: Speed-up and clean-ups.
4119
4120 2004-02-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4121
4122         * lily/simultaneous-music-iterator.cc: remove clone() and copy
4123         constructor from Music_iterator. Changes throughout.
4124
4125         * lily/include/music-iterator.hh (class Music_iterator): remove
4126         Music_iterator::skip and Music_iterator::get_pending_events from
4127         interface. Rename report_to -> get_outlet 
4128
4129         * lily/auto-change-iterator.cc: move contents from
4130         new-auto-change-iterator.cc from
4131
4132         * scm/part-combiner.scm: determine split-list from Scheme. 
4133
4134         * lily/new-auto-change-iterator.cc (process): new file.
4135
4136         * lily/parser.yy (part_combined_music): remove old PC cruft.
4137
4138         * ly/engraver-init.ly: remove old
4139         PC cruft.
4140
4141         * Documentation/user/refman.itely (The Lyrics context): note about
4142         extender lines.
4143
4144         * lily/multi-measure-rest-engraver.cc (process_music): extra check
4145         to allow 0-length mmrest events.
4146
4147         * scm/part-combiner.scm (determine-split-list): many bugfixes.
4148
4149         * lily/new-part-combine-iterator.cc (kill_mmrest): new function.
4150
4151         * lily/spacing-engraver.cc (finalize): robustifications.
4152
4153         * input/regression/new-part-combine-solo-global.ly: new file.
4154
4155         * scm/part-combiner.scm: rewrite.
4156
4157 2004-02-03  Juergen Reuter  <reuter@ipd.uka.de>
4158
4159         * Documentation/user/refman.itely, input/puer-fragment.ly,
4160         input/test/vaticana.ly, ly/engraver-init.ly: ancient examples
4161         updated for proper use of lyricsto; replaced "(" and ")" ->
4162         "\melisma" and "\melismaEnd"
4163
4164         * input/test/ancient-font.ly: small updates to reduce compile
4165         warnings (TODO: junk this file)
4166
4167         * input/test/gregorian-scripts.ly: added comment about bug
4168
4169         * lily/gregorian-ligature-engraver.cc, lily/ligature-engraver.cc:
4170         tiny robustness fix
4171
4172         * mf/parmesan-clefs.mf: exact_center fixes (this broke due to
4173         recent changes in the feta code); temporarily mapped mensural g
4174         clef to a copy of petrucci g clef until mensural g clef will have
4175         been rewritten
4176
4177         * mf/parmesan-heads.mf: bugfix: solved character name clashing
4178         between mensural and neo-mensural heads (this broke quite a while
4179         ago)
4180
4181         * mf/parmesan-rests.mf: still more tiny set_char_box() fixes
4182
4183 2004-02-03  Jan Nieuwenhuizen  <janneke@gnu.org>
4184
4185         * scripts/filter-lilypond-book.py: Handle @include.  Add progress
4186         indication.  Fixes for verbatim, multi line comments.
4187
4188 2004-02-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4189
4190         * input/regression/new-part-combine-solo.ly: more cases.
4191
4192         * lily/slur.cc (height): robustness fix.
4193
4194         * lily/new-part-combine-iterator.cc (process): add apart-spanner. 
4195
4196         * input/mutopia/F.Schubert/morgenlied.ly (melody): revert
4197         stemUp/stemDown.
4198
4199         * scm/music-functions.scm (determine-split-list): further analysis.
4200
4201         * lily/script-engraver.cc (try_music): discard duplicate
4202         articulations.
4203
4204         * input/regression/new-part-combine-solo.ly: new file
4205
4206         * input/regression/new-part-combine-a2.ly: new file.
4207
4208         * ly/performer-init.ly: add Devnull
4209
4210         * scripts/convert-ly.py (FatalConversionError.sub_acc): add rule
4211         for \musicglyph #"accidental-*"
4212         (conv): \newpartcombine rule.
4213
4214 2004-02-03  Jan Nieuwenhuizen  <janneke@gnu.org>
4215
4216         * scripts/filter-lilypond-book.py: Handle @lilypondfile, bugfixes.
4217
4218 2004-02-02  Jan Nieuwenhuizen  <janneke@gnu.org>
4219
4220         * scripts/filter-lilypond-book.py: Handle verbatim, latex
4221         textwidth, --output.
4222
4223 2004-02-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4224
4225         * scm/new-markup.scm (doubleflat): add accidental markups.
4226
4227         * VERSION: release 2.1.17
4228         
4229         * Documentation/user/refman.itely (Automatic part combining):
4230         revise documentation of the part-combiner.
4231
4232         * input/regression/pc-switch-slur.ly (texidoc): remove file.
4233         
4234         * input/test/part-combine-{moment,staff}.ly: remove file.
4235
4236         * input/regression/pc-mmrest.ly (two): remove file.
4237
4238         * scm/define-music-types.scm (music-descriptions): add
4239         Solo{One,Two}Event and UnisonoEvent
4240
4241         * lily/new-part-combine-iterator.cc (unisono): add state_
4242         variable, signal changes with part-combine-event.
4243
4244         * input/regression/new-part-combine-text.ly: new file.
4245
4246         * lily/part-combine-engraver.cc: new file.
4247
4248 2004-02-02  Jan Nieuwenhuizen  <janneke@gnu.org>
4249
4250         * scripts/filter-lilypond-book.py: Handle snippet options.
4251
4252 2004-02-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4253
4254         * scm/music-functions.scm (determine-split-list): detect solo1/2
4255         and unisono.
4256
4257         * lily/new-lyric-combine-music-iterator.cc (construct_children):
4258         revert fix, document why.
4259
4260         * lily/tie-performer.cc (process_music): new function. Set melisma
4261         property.
4262
4263         * lily/tuplet-bracket.cc (make_bracket): make sure that gap is
4264         always smaller than bracket size.
4265         (make_bracket): oops. Size of the gap was off by factor 2
4266
4267         * input/test/text-rotate.ly: new file.
4268
4269         * scm/new-markup.scm (markup): a macro that provides a
4270         LilyPond-like syntax in scheme for building markups, in order to
4271         help markup command definition. (Nicolas Sceaux)
4272
4273         * input/test/lyrics-skip-notes.ly: new example.
4274
4275         * lily/parser.yy (post_event): make HYPHEN into postfix event.
4276
4277         * lily/new-lyric-combine-music-iterator.cc (find_context_below):
4278         use is_alias() iso. == . This fixes lyrics on
4279         GregorianTranscriptions. 
4280
4281 2004-02-02  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4282
4283         * scripts/lilypond.py (ly_paper_to_latexpaper): Add newline before 
4284         \thispagestyle{lastpage} to avoid that it's printed on the second
4285         last page when there's only a single score line on the last page.
4286         (The page breaking mechanism in TeX played some ugly tricks to us.)
4287
4288 2004-02-01  Jan Nieuwenhuizen  <janneke@gnu.org>
4289
4290         * scripts/filter-lilypond-book.py: Further development.
4291
4292         * input/regression/collision-dots-move.ly: New test.
4293
4294         * lily/note-collision.cc (check_meshing_chords): Move dots on left
4295         hand side note head of non-merged collision to the right.
4296
4297         * lily/new-lyric-combine-music-iterator.cc (start_new_syllable):
4298         Construct children before accessing property from emtpy
4299         lyrics_context_.
4300         (construct_children): Find thread before finding LyricsVoice.
4301         Create LyricsVoice one if none found, fixes crash (thanks Erik
4302         Sandberg).
4303
4304 2004-01-31  Jan Nieuwenhuizen  <janneke@gnu.org>
4305
4306         * cygwin/: Forward port.
4307
4308 2003-10-01  Jan Nieuwenhuizen  <janneke@gnu.org>
4309
4310         * buildscripts/install-info-html.sh: Use Bash.
4311
4312         * cygwin/mknetrel: Patch from Bert.
4313
4314 2003-09-30  Jan Nieuwenhuizen  <janneke@gnu.org>
4315
4316         * cygwin/lily-wins.py: Check whether to run ly2dvi or lilypond.
4317
4318         * stepmake/stepmake/topdocs-targets.make (copy-to-top): Do not
4319         try to copy *png, index.html (Bertalan Fodor).
4320
4321         * cygwin/mknetrel (preinstall): Set webdir (Bertalan Fodor).
4322
4323 2003-09-30  Jan Nieuwenhuizen  <janneke@gnu.org>
4324
4325         * lily/note-collision.cc (check_meshing_chords): Do not remove
4326         dots (from down head) when merging similar heads (thanks Matthias
4327         Kilian).  Simplify merge_possible tests and other cleanups
4328
4329         * input/regression/collision-merge-differently-dotted.ly: Add test
4330         for disappearing dots on similar heads for both voices.
4331
4332 2004-01-30  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4333
4334         * Documentation/user/invoking.itexi (Invoking lilypond): Document
4335         that tagline overrides copyright for single page scores. Correct
4336         the default tagline value.
4337
4338 2004-01-29  Jan Nieuwenhuizen  <janneke@gnu.org>
4339
4340         * Documentation/topdocs/NEWS.texi: Compile fix (thanks Mats).
4341
4342 2004-01-29  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4343
4344         * buildscripts/lilypond-login.sh: Avoid warning about undefined
4345         TEXMF if it's previously unset.
4346
4347 2004-01-29  Heikki Junes <hjunes@cc.hut.fi>
4348
4349         * scm/chord-name.scm (german-markup): bugfix: use SEMI-TONE.
4350
4351         * input/test/trills.ly: fix the unfolding of lineprall.
4352
4353         * input/test/figured-bass-alternative.ly: fix accidental.
4354
4355 2004-01-28  Jan Nieuwenhuizen  <janneke@gnu.org>
4356
4357         * Documentation/topdocs/NEWS.texi: Add note about safe mode.
4358         
4359         * input/no-notation/dos-guile.ly: 
4360         * input/no-notation/dos-ps.ly: 
4361         * input/no-notation/dos-tex.ly: New file.  These tests still FAIL.
4362         
4363         * input/no-notation/safe-include.ly:
4364         * input/no-notation/safe-guile.ly:
4365         * input/no-notation/safe-ps.ly: 
4366         * input/no-notation/safe-tex.ly: New file.
4367
4368         * scripts/lilypond.py (global_latex_preamble): Add \nofiles for
4369         safe mode Add -s,--safe-mode option.  Use -S,--set for setting
4370         options now.
4371         (run_lilypond): When in --safe-mode, pass option to lilypond-bin.
4372         When in --safe-mode, set environment openout_any=p[aranoid].
4373
4374         * tex/ltest.tex: 
4375         * tex/lilyponddefs.tex: Add \nofiles.
4376
4377         * python/lilylib.py (get_bbox, make_ps_images): Add -dSAFER to gs
4378         options.
4379
4380         * mf/GNUmakefile (FETA_LIST_FILES): Install feta*list.lys too.
4381         This allows building the user manual using a binary installation
4382         and a matching unpacked source tree.
4383
4384         * scm/lily.scm (safe-module): New variable. 
4385
4386         * lily/includable-lexer.cc (new_input): Fix error messages.
4387
4388         * lily/parse-scm.cc (internal_ly_parse_scm): Add parameter SAFE.
4389         If SAFE, evaluate in safe-module.  Change callers.
4390
4391         * lily/main.cc (Long_option_init): Reinstate safe-mode.
4392
4393         * lily/lexer.ll (embedded_scm): While processing main-input,
4394         invoke ly_parse_scm with safe mode if running in safe-mode.
4395         (<<EOF>>): Reset main_input_b_, fixes old-relative chech
4396         in init.ly for safe-mode.
4397
4398 2004-01-28  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4399
4400         * scripts/lilypond.py (ly_paper_to_latexpaper): Regain
4401         compatibility with old versions of geometry.sty (compat2
4402         already implied includehead).
4403         Change the page layout slightly so bottom + footskip = top +
4404         headheight + headsep = 16mm, the remaining paperheight-32mm
4405         are used for the music. Increase footskip to 5mm, so the top of
4406         the footer text doesn't touch the music.
4407
4408 2004-01-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4409
4410         * VERSION: release 2.1.16
4411         
4412         * scm/music-functions.scm (determine-split-list): bugfix: only use
4413         new-active for both voices if both indexes advance. This fixes the
4414         biggest outstanding problem with new-pc. 
4415
4416         * lily/new-part-combine-iterator.cc (construct_children): set more
4417         directions.
4418
4419 2004-01-27  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4420
4421         * scripts/convert-ly.py (conv): add instrument rule.
4422
4423         * lily/instrument-name-engraver.cc: add Vocal_name_engraver.
4424
4425         * lily/side-position-interface.cc: remove add_staff_support ()
4426         Change all callers to use staff-padding.
4427
4428         * lily/auto-beam-engraver.cc (create_beam): opps. Don't use
4429         make_spanner().
4430
4431         * lily/a2-engraver.cc (process_acknowledged_grobs): 
4432
4433         * lily/text-engraver.cc: remove scriptHorizontal property.
4434
4435         * lily/beam.cc (least_squares): also set least-squares-dy for
4436         special case of slanted 2-stem beam to center.
4437
4438         * lily/side-position-interface.cc (out_of_staff): move contents of
4439         out_of_staff into aligned_side.
4440         remove out_of_staff().
4441
4442         * input/regression/measure-grouping.ly: fix warning.
4443
4444         * lily/side-position-interface.cc: add staff-padding support to
4445         Side_position_interface::aligned_side.
4446
4447         * lily/system-start-delimiter-engraver.cc (process_music): whoops,
4448         one get_property too many.
4449
4450         * flower/include/drul-array.hh (linear_combination): new function
4451         (scale_drul): new function
4452
4453         * lily/beam.cc: use Drul_array<Real> iso. interval, because *=
4454         operations on empty intervals are silly.
4455
4456 2004-01-26  Jan Nieuwenhuizen  <janneke@gnu.org>
4457
4458         * lily/note-heads-engraver.cc (process_music): use robust_scm2int
4459         (iso gh_scm2int), fixes crash in new part-combiner.
4460
4461         * configure.in: Up mftrace to 1.0.27.
4462
4463 2004-01-26  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4464
4465         * VERSION: release 2.1.15
4466         
4467         * lily/lyric-phrasing-engraver.cc (stop_translation_timestep):
4468         align all stanza numbers.
4469
4470 2004-01-26  Heikki Junes <hjunes@cc.hut.fi>
4471
4472         * Documentation/user/{introduction.itely,refman.itely,
4473         converters.itely}: fix some text inside parentheses; text should
4474         be readable (even) if parentheses are either replaced with commas 
4475         or dropped out.
4476
4477 2004-01-25  Werner Lemberg  <wl@gnu.org>
4478
4479         * buildscripts/lilypond.words.py, input/puer-fragment.ly,
4480         input/test/vaticana.ly, input/test/ancient-font.ly,
4481         input/test/mensural-ligatures.ly, input/test/gregorian-scripts.ly,
4482         lily/include/staff-symbol.hh, lily/breathing-sign.cc,
4483         ly/params-as-init.ly, scm/define-grobs.scm,
4484         scm/define-grob-properties.scm: s/stafflinethickness/linethickness/.
4485
4486         * ly/params-as-init.ly: Removed.  Obsolete.
4487         * buildscripts/lilypond.words.py: Updated.
4488
4489 2004-01-25  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4490
4491         * mf/parmesan-clefs.mf: switch off mensural G clefs.
4492
4493         * mf/feta-din{4,5,7,9}.mf: remove.
4494         
4495         * lily/engraver.cc (internal_make_item): centralize item/spanner
4496         factory.
4497
4498         * scripts/convert-ly.py (FatalConversionError.sub_durs): bugfix:
4499         do correct chord conversion for ^"sim."  (backportme)
4500         (FatalConversionError.sub_articulations): substitute ^"foo" in
4501         chords too. (backportme)
4502
4503         * scm/define-grobs.scm (all-grob-descriptions): use staff-padding
4504         for Fingering.
4505
4506         * lily/side-position-interface.cc (out_of_staff): don't do
4507         anything if staff-padding not defined. 
4508
4509         * mf/feta-params.mf (stafflines): introduce linethickness as
4510         general blackness of the font.
4511
4512         * lily/stem.cc (position_noteheads): rounding error robustness.
4513
4514         * input/regression/rest-collision-beam.ly: move beam/rest stuff
4515         from beam-collision.ly 
4516
4517         * lily/beam.cc (rest_collision_callback): remove direction.
4518
4519         * scm/define-grobs.scm (all-grob-descriptions): remove
4520         enclose-bounds in OttavaBracket and PianoPedalBracket
4521
4522         * scm/new-markup.scm (def-markup-command) new macro, which takes
4523         care of defining the COMMAND-markup and make-COMMAND-markup
4524         procedures, setting markup-signature and keyword-signature object
4525         properties, and pushing the markup command in
4526         markup-function-list.
4527
4528         All markup commands are defined thanks to it.  Users may also use
4529         it to define their own markup commands. (Nicolas Sceaux)
4530
4531         * scm/new-markup.scm: Scheme style clean-up: there should be no
4532         parenthesis alone on a line; LET* should not be used where LET is
4533         enough. (Nicolas Sceaux)
4534
4535 2004-01-25  Jan Nieuwenhuizen  <janneke@gnu.org>
4536
4537         * scripts/filter-lilypond-book.py: Add script.
4538
4539 2004-01-23  Jan Nieuwenhuizen  <janneke@gnu.org>
4540
4541         * ly/engraver-init.ly: Set enclose_bounds to #1 (was: ##t).
4542
4543 2004-01-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4544
4545         * Documentation/user/refman.itely (Fingering instructions): add
4546         single note chords. 
4547
4548         * lily/multi-measure-rest-engraver.cc: use a single
4549         MultiMeasureEvent for mm rests. This prevents problems with the
4550         new part combiner.
4551
4552         * scm/music-functions.scm (determine-split-list): analysis has
4553         global effect: a difference halfway a phrase makes the entire
4554         phrase be typeset as apart.
4555         (make-multi-measure-rest): make mmrest as a single rhythmic event. 
4556
4557 2004-01-23  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4558
4559         * ly/performer-init.ly: add Devnull.
4560
4561         * Documentation/user/refman.itely (Font selection): remove paper20
4562         ref.
4563         
4564 2004-01-22  Jan Nieuwenhuizen  <janneke@gnu.org>
4565
4566         * scripts/convert-ly.py (1.9.0): Handle phrasing slur.
4567
4568 2004-01-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4569
4570         * scm/music-functions.scm (determine-split-list): bugfixes.
4571
4572         * scm/lily.scm (uniq-list): new implementation, O(1) stack.
4573
4574         * input/test/scales-greek.ly: use C as base, results in different
4575         alterations at the clef.
4576
4577         * input/regression/pedal-ped.ly: new file.
4578
4579         * input/regression/pedal-bracket.ly: new file.
4580
4581         * lily/piano-pedal-bracket.cc (brew_molecule): new function;
4582         replace after_line_breaking()
4583
4584         * lily/line-interface.cc (line): read thickness.
4585         (line): dash-fraction = 0 always for dotted-line style.
4586
4587         * input/test/staff-lines.ly (lower): bugfix.
4588
4589         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): move
4590         \accepts Devnull into Score.
4591
4592         * scm/lily.scm: remove bla.scm load.
4593
4594 2004-01-21  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4595
4596         * VERSION: release 2.1.14
4597         
4598         * Documentation/topdocs/INSTALL.texi (Top): fix FTP url. 
4599
4600         * lily/side-position-interface.cc (general_side_position): add
4601         Staff_symbol_referencer::staff_space ().
4602
4603         * lily/include/context-def.hh: rename from translator-def.hh
4604
4605 2004-01-21  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4606
4607         * input/template/piano-dynamics.ly (pedal): Updated definition of
4608         Dynamics such that \cresc works, for example.
4609
4610 2004-01-21  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4611
4612         * lily/stem.cc (calc_stem_info): use
4613         Staff_symbol_referencer::staff_space
4614
4615         * lily/beam-quanting.cc (quanting): scale Stem_info 
4616
4617         * lily/beam.cc (rest_collision_callback): use minimum-distance
4618         property for rest/beam collisions.
4619         (rest_collision_callback): bugfixes.
4620
4621         * lily/system.cc (post_processing): extra-offset is now relative
4622         to the size of the current staff.
4623
4624         * scm/music-functions.scm (notice-the-events-for-pc): record all
4625         voices, only analyze "one" and "two".
4626
4627         * lily/recording-group-engraver.cc (finalize): bugfix: want self,
4628         not parent. 
4629
4630         * lily/new-part-combine-iterator.cc (construct_children): create
4631         Devnull from Voice context
4632
4633         * scm/music-functions.scm (determine-split-list): bugfixes.
4634
4635         * lily/lily-guile.cc (robust_scm2int): new function
4636
4637         * lily/staff-symbol-referencer.cc (line_thickness): new
4638         function. Use throughout.
4639
4640         * lily/font-size-engraver.cc (acknowledge_grob): only process grob
4641         in its own context.  Add to preset font-size.
4642
4643         * lily/stem.cc (thickness): new function.
4644
4645         * lily/staff-symbol.cc (get_ledger_line_thickness): new function:
4646         compute thickness from ledger-line-thickness.
4647
4648         * lily/note-head.cc (brew_ledger_lines): use
4649         Staff_symbol::get_ledger_line_thickness ().
4650
4651         * lily/beam.cc (rest_collision_callback): use
4652         Staff_symbol_referencer::staff_space().
4653
4654         * lily/parser.yy (My_lily_lexer): change syntax: \newpartcombine
4655         Mus1 Mus2
4656
4657         * lily/include/translator.hh (class Translator): add accepts_list_
4658         so  \with { \denies / \accepts } also works.
4659
4660         * scm/music-functions.scm (determine-split-list): determine split
4661         list from music events.
4662
4663         * lily/new-part-combine-iterator.cc: more states.
4664
4665         * lily/moment.cc (LY_DEFINE): new function ly:moment<? 
4666
4667 2004-01-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4668
4669         * lily/system.cc (set_loose_columns): use the right prebroken cols
4670         for interpolating loose column position.
4671
4672         * lily/text-spanner.cc (brew_molecule): default to no vertical
4673         lines.
4674
4675         * lily/ottava-bracket.cc (brew_molecule): vertical line doesn't
4676         take space.
4677
4678         * scm/define-grobs.scm (all-grob-descriptions): less padding.
4679
4680 2004-01-20  Jan Nieuwenhuizen  <janneke@gnu.org>
4681
4682         * scripts/convert-ly.py: Do not test filename when processing
4683         stdin.
4684
4685         * lily/axis-group-engraver.cc: Include warn.hh (compile fix).
4686
4687 2004-01-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4688
4689         * lily/axis-group-engraver.cc (finalize): extra check; if
4690         process_music () is never called, then staffline_ == 0.
4691
4692         * lily/simultaneous-music-iterator.cc (pending_moment): don't
4693         check run_always ().
4694         
4695         * VERSION: release 2.1.13
4696
4697         * input/regression/note-head-style.ly (pattern): cleanup.
4698
4699         * mf/GNUmakefile ($(outdir)/$(redhat-package)): use http for
4700         downloading.
4701
4702         * scm/output-lib.scm (shift-right-at-line-begin): new function:
4703         kludge rehearsalmark placement.
4704
4705         * lily/grob-scheme.cc (LY_DEFINE): add ly:item-break-dir , ly:item?
4706         , ly:spanner?
4707
4708         * lily/note-head.cc (internal_brew_molecule): only shorten ledger
4709         close to note head for accidentals.
4710
4711         * lily/tuplet-bracket.cc (get_default_dir): new algorithm for
4712         tuplet direction.
4713
4714         * mf/parmesan-heads.mf (overdone_heads): enlarge harmonic head.
4715
4716 2004-01-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4717
4718         * lily/include/music-iterator.hh (class Music_iterator): add
4719         substitute_outlet() to iterator API.
4720
4721         * lily/new-part-combine-iterator.cc (construct_children):
4722         New_pc_iterator: new class, better part combining.
4723
4724         * lily/tie-column.cc (werner_directions): new function
4725
4726         * lily/tie.cc (set_direction): call Tie_column::set_direction ()
4727
4728         * lily/axis-group-engraver.cc (process_acknowledged_grobs): give
4729         empty objects group spanner as parent
4730
4731         * lily/tuplet-bracket.cc (calc_position_and_height): check musical
4732         slope against graphical slope.
4733
4734         * lily/ottava-bracket.cc (brew_molecule): support minimum-length
4735         for ottava bracket.
4736
4737         * lily/side-position-interface.cc (general_side_position):
4738         opps. reinstate *dir.
4739
4740         * lily/parser.yy: plug many memory leaks. We're down to 4 for each
4741         parser run.
4742
4743         * lily/tuplet-bracket.cc: remove calc_dy ().
4744
4745         * Documentation/user/refman.itely (Balloon help): document balloon
4746         help
4747
4748 2004-01-19  Jan Nieuwenhuizen  <janneke@gnu.org>
4749
4750         * scm/document-backend.scm (check-dangling-properties): Grob
4751         properties are defined define-grob-properties.scm.
4752         
4753 2004-01-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4754         
4755         * VERSION: release 2.1.12
4756
4757         * scm/define-grobs.scm (all-grob-descriptions): larger font for
4758         ChordName
4759
4760         * scm/new-markup.scm (sub-markup): sup & super: make smaller in
4761         relation to surroundings.
4762
4763         * lily/tuplet-bracket.cc (calc_position_and_height): add staff
4764         Y-extent to the note-extents: stay clear of the staff.
4765
4766 2004-01-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4767
4768         * Documentation/user/GNUmakefile
4769         ($(outdir)/lilypond/lilypond.html): posix conforming globs. Link
4770         iso. copy.
4771
4772         * stepmake/stepmake/metafont-rules.make: remove --keep-trying.
4773
4774         * lily/separating-group-spanner.cc (set_spacing_rods): add padding.
4775
4776         * mf/,scripts/,make/,ly/,scm/: remove AsciiScript remnants.
4777
4778         * lily/lily-guile.cc (robust_scm2double): new function. Use throughout.
4779
4780         * lily/line-interface.cc (line): remove thickness from calling interface.
4781
4782         * lily/hairpin.cc: use Line_interface
4783
4784         * lily/line-interface.cc: new file. Line_interface for everything
4785         with dotted/dashed lines.
4786         
4787
4788         * lily/tuplet-bracket.cc (make_bracket): use Line_interface.
4789
4790         * lily/ottava-bracket.cc (brew_molecule): new file, separate routine
4791         for constructing ottava brackets.
4792         
4793         * lily/ottava-engraver.cc (acknowledge_grob): hang the bracket on
4794         the note heads.
4795
4796         * Documentation/user/internals.itely (Engravers and performers):
4797         fix broken link.
4798
4799         * scm/music-functions.scm (make-mark-set): new function.
4800
4801         * lily/lookup.cc: remove Lookup::horizontal_slope (): it is
4802         functionally identical to beam.
4803
4804         * lily/mensural-ligature.cc (brew_flexa): replace horizontal_slope
4805         () with beam (). 
4806
4807         * Documentation/user/refman.itely (Rehearsal marks): document new
4808         functionality.
4809
4810         * input/regression/rehearsal-mark-number.ly: new file.
4811
4812         * input/regression/rehearsal-mark-letter.ly: new file.
4813
4814         * scm/translation-functions.scm (number->mark-string): new function
4815         (format-mark-letters): new function
4816         (format-mark-numbers): new function
4817
4818         * lily/mark-engraver.cc (process_music): rehearsalMark is now
4819         integer; formatting is done through markFormatter property.
4820         
4821         * scm/define-translator-properties.scm: fold all *-done properties
4822         into positioning-done.
4823
4824         * lily/beam.cc (position_beam): new function
4825         (brew_molecule): make sure that positions are calced before making
4826         the molecule.
4827
4828         * scm/output*.scm (beam):  take 4th argument for function.
4829
4830         * ps/music-drawing-routines.ps: take blot as 4th argument.
4831
4832         * lily/beam.cc (brew_molecule): fix beam offsets: overlap with the
4833         stem to avoid small dents.
4834         
4835 2004-01-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4836
4837         * VERSION: release 2.1.11
4838
4839         * input/regression/balloon.ly: new file.
4840
4841         * lily/balloon.cc (brew_molecule): new file: draw boxes around
4842         objects, and make help texts. 
4843
4844         * scm/new-markup.scm (parse-simple-duration): parse duration
4845         string to log & dots. (Thanks Nicolas!)
4846
4847         * scripts/convert-ly.py (FatalConversionError.sub_note): add \note
4848         rule.
4849
4850 2004-01-17  Heikki Junes   <hjunes@cc.hut.fi>
4851
4852         * buildscripts/lilypond.words.py: remove unused files (THANKS Werner
4853         Lemberg).
4854
4855         * THANKS: alphabetic order.
4856
4857 2004-01-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4858
4859         * input/regression/note-head-harmonic.ly: new file.
4860
4861         * Documentation/user/internals.itely (Technical manual): explain
4862         difference between music, translation, layout.
4863
4864         * mf/parmesan-heads.mf (overdone_heads): add 0harmonic head.
4865
4866         * scm/output-ascii-script.scm (bracket): rounding bfs.
4867
4868         * scripts/convert-ly.py (conv): add \include "paper" rule. 
4869
4870         * ly/paper*.ly: remove files. 
4871         
4872         * scm/paper.scm (set-staff-size): new function: set default
4873         staff-size.
4874
4875         * scripts/convert-ly.py (conv): add conversion rule.
4876
4877         * lily/music-output-def.cc (LY_DEFINE): ly_output_def_scope: new
4878         function.
4879
4880         * scm/paper.scm: new file.
4881         (set-staff-size): new function 
4882         (set-paper-size): new function
4883
4884         * lily/parser.yy (music_output_def_body): restructure definition,
4885         so first Scheme statement in \paper also happens in new scope. 
4886
4887         * lily/system.cc (post_processing): move uniquify_list () to
4888         dumping molecule stage.
4889
4890         * ly/engraver-init.ly: set barCheckSynchronize to #f. Warning:
4891         this will mess up scores that use barchecks to shorten measures.
4892
4893         * mf/feta-bolletjes.mf (overdone_heads): make note heads rounder
4894         at 20pt too.
4895
4896         * Documentation/user/tutorial.itely (Printing lyrics): document
4897         \lyricsto
4898
4899         * lily/my-lily-lexer.cc: \newaddlyrics -> \lyricsto
4900
4901         * Documentation/user/refman.itely (Fermatas): document \lyricsto
4902
4903         * lily/new-lyric-combine-music-iterator.cc (process): don't crash
4904         if Voice is not found.
4905
4906         * VERSION: release 2.1.10
4907         
4908         * input/{test,regression}/: remove old-relative 
4909
4910         * lily/lexer.ll: add empty markup signature. 
4911
4912         * scm/new-markup.scm (markup-functions-and-signatures): reinstate
4913         strut markup
4914
4915         * lily/parser.yy (markup): MARKUP_HEAD_EMPTY
4916
4917         * scm/define-translator-properties.scm: update melismata property
4918         doco.
4919
4920         * lily/system.cc (output_lines): revert uniquify_list() patch,
4921         strange side effects seen.
4922         
4923         * lily/line-spanner.cc (dashed_line_molecule): return nothing if
4924         dash-period < 0.
4925
4926         * scm/midi.scm (instrument-equalizer-alist): fix equalizer setting
4927         for flute. 
4928
4929 2004-01-15  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4930
4931         * input/regression/*.ly: use newaddlyrics iso. addlyrics
4932
4933         * input/regression/lyrics-multi-stanza.ly (texidoc): remove file.
4934
4935         * lily/lyric-extender.cc (brew_molecule): behave decently in case
4936         of line breaks.
4937         (brew_molecule): add padding to left, not right.
4938
4939         * lily/system.cc (uniquify_list): new function
4940         (output_lines): uniquify_list () on all-elements. This fixes
4941         double symbols in the output.
4942
4943         * lily/beam.cc (rest_collision_callback): don't move anything if
4944         staff-position is set.
4945
4946         * input/regression/rest-pitch.ly (texidoc): add rest under beam.
4947
4948         * lily/system.cc (typeset_grob): warn if adding twice.
4949
4950         * lily/sequential-iterator.cc (run_always): implement run_always().
4951         (also in other files.)
4952         
4953         * input/mutopia/F.Schubert/standchen.ly: use newaddlyrics. 
4954
4955         * lily/event.cc (to_relative_octave): add octave-check.
4956
4957         * Documentation/user/refman.itely (Line breaking): add noBreak.
4958
4959         * scm/new-markup.scm (normalsize-markup): add function.
4960         (sans-markup): new function.
4961
4962         * lily/beam-engraver.cc (valid_end_point): opps, beam-stop-events
4963         come earlier nowadays.  This fixes beams on grace notes.
4964         
4965         * scm/music-functions.scm (direction-polyphonic-grobs): new
4966         variable, share between override and revert. This fixes script
4967         directions in polyphonic sections. (backportme)
4968
4969 2004-01-14  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4970
4971         * lily/text-spanner.cc (brew_molecule): don't do shorten-pair for
4972         breakpoints.
4973
4974         * lily/break-align-interface.cc: add doco
4975
4976         * Documentation/user/refman.itely (Rehearsal marks): add index marks. 
4977
4978 2004-01-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4979
4980         * VERSION: release 2.1.9
4981
4982         * scm/document-markup.scm (markup-doc-node): add note about naming.
4983
4984         * scm/new-markup.scm (left-align-markup): bugfix. 
4985
4986         * Documentation/user/refman.itely (Ottava brackets): more doco for
4987         ottava.
4988
4989         * lily/side-position-interface.cc (out_of_staff): also do
4990         out_of_staff() correctly for d == DOWN.
4991
4992         * lily/text-spanner.cc (brew_molecule): only put vertical line and
4993         horizontal line if they move to the right.
4994         
4995         * scm/define-grobs.scm (all-grob-descriptions): set
4996         text-repeat-if-broken for ottava spanner
4997
4998         * lily/text-spanner.cc (brew_molecule): text-repeat-if-broken
4999         property.
5000
5001         * mf/feta18.mf: design size is 18 not 22.5
5002
5003         * lily/new-lyric-combine-music-iterator.cc (process): new file.
5004         Add a single LyricsVoice to a melody. Melismata may be set
5005         individually.
5006
5007         * input/regression/lyric-combine-new.ly: new file. Demo \newaddlyrics.
5008
5009         * lily/dot-column.cc: add stdio.h
5010
5011 2004-01-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5012
5013         * lily/item.cc: documentation for break-visibility (Thanks, John).
5014
5015 2004-01-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5016
5017         * lily/bar-line.cc (compound_barline): add bartype :  (dotted).
5018
5019         * lily/translator-def.cc: rename Translator_def to Context_def.
5020
5021         * Documentation/user/internals.itely (Lexical details): clarify
5022         string def.
5023
5024         * Documentation/user/refman.itely (Rhythmic music): add link to
5025         RhythmicStaff 
5026
5027 2004-01-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5028
5029         * lily/translator.cc: document start_translation_timestep()
5030
5031         * scm/output-tex.scm (tex-encoded-fontswitch): use
5032         round for rounding (inexact->exact yields rationals)
5033
5034         * lily/*.cc: remove superfluous start_translation_timestep() calls.
5035
5036         * lily/translator-group.cc (get_simple_trans_list): 
5037         new function; construct simple_trans_list_ lazily.
5038         
5039 2004-01-10  Jan Nieuwenhuizen  <janneke@gnu.org>
5040
5041         * lily/paper-outputter.cc (output_scope): Check if number before
5042         checking exact (guile cvs).
5043
5044         * scm/*: Escape backslashes in scheme strings (guile cvs).
5045
5046 2004-01-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5047
5048         * Documentation/user/refman.itely (Tablatures basic): annotate
5049         seealso sections.
5050
5051         * lily/*.cc: cleanup of engraver initialize() functions.
5052
5053         * lily/repeat-acknowledge-engraver.cc
5054         (start_translation_timestep): remove first_b_
5055
5056         * lily/tab-note-heads-engraver.cc: listen to string number events
5057         inside < > too. (backportme).
5058
5059         * Documentation/user/refman.itely (Text scripts): add fatText to
5060         index.
5061
5062 2004-01-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5063
5064         * VERSION: 2.1.8
5065
5066         * stepmake/bin/add-html-footer.py (built): add Wiki links to
5067         footer.
5068
5069         * lily/parser.yy (translator_mod): allow \with { \remove .. }
5070
5071         * lily/bar-check-iterator.cc (process): only warn if
5072         barCheckLastFail was changed.
5073
5074         * scm/define-translator-properties.scm (barCheckLastFail): add
5075         property.
5076
5077         * lily/main.cc (main_prog): print summary of failed files.
5078
5079         * lily/axis-group-engraver.cc: move all spanner creation to
5080         process_music (). Now staffs can be adjusted with \override too.
5081         (Jan, you are a brilliant programmer!)
5082         
5083         * lily/chord-tremolo-engraver.cc (try_music): fix spurious warning. 
5084
5085 2004-01-09  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5086
5087         * Documentation/user/tutorial.itely (Integrating text and music):
5088         Show the commands to produce a PDF as well.
5089
5090 2004-01-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5091
5092         * lily/translator-def.cc (get_translator_names): accept user
5093         tweaks too. 
5094
5095         * mf/feta-bolletjes.mf (overdone_heads): oops, slashes are twice
5096         as big as normal heads. 
5097
5098         * input/*ly: run convert-ly
5099         
5100         * lily/tuplet-bracket.cc (brew_molecule): call after_line_breaking
5101         () if dependencies are fluked.
5102
5103         * scm/document-translation.scm (engraver-doc-string): update on
5104         latest string/symbol conventions.
5105
5106         * lily/translator-ctors.cc: use Scheme_hash_table.
5107
5108         * lily/translator-def.cc (get_translator_names): new function
5109         (add_context_mod): new function
5110         (get_accepted): new function
5111
5112         * lily/parser.yy (context_mod): put all modifications of
5113         \translator { } in a single production, encode as SCM.
5114
5115         * lily/translator-def.cc (add_context_mod): rewrite Translator_def
5116         to use read-only lists, so additions to the definition can be
5117         prepended easily.  
5118
5119         * Documentation/user/invoking.itexi (Editor support): add node on
5120         editor support.
5121
5122         * Documentation/user/refman.itely (Bar check): add lyrics example
5123         of bar checks. 
5124
5125         * input/mutopia/F.Schubert/morgenlied.ly: add bar checks.
5126
5127         * scripts/convert-ly.py (conv): add conversion rule.
5128
5129         * lily/parser.yy: use \change iso. \translator for staff switch.
5130
5131         * lily/my-lily-lexer.cc: add \change.
5132
5133         * scm/define-translator-properties.scm
5134         (default-melisma-properties): add definition.
5135
5136 2004-01-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5137
5138         * Documentation/user/refman.itely (Bar lines): clarification of
5139         systemStartDelimiter. 
5140
5141         * input/test/slur-shape.ly (x): remove file.
5142
5143         * lily/translator-group.cc (apply_property_operations): new function.
5144
5145 2004-01-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5146
5147         * lily/parser.yy (optional_prop_ops): allow \with {
5148         PROPERTYSETTINGS } following \context or \new.
5149
5150         * lily/my-lily-lexer.cc: add \with.
5151
5152         * lily/parser.yy (property_operation): clean up definition of
5153         property operations.
5154         (property_op_to_music): new function.
5155         (context_spec_music): new function
5156
5157         * VERSION: 2.1.7 released.
5158         
5159         * input/regression/collision-merge-dots.ly: new file.
5160
5161         * lily/note-collision.cc (check_meshing_chords): if merging heads,
5162         then kill the dots too. 
5163
5164         * lily/separating-line-group-engraver.cc (acknowledge_grob):
5165         set/unset breakableSeparationItem
5166
5167         * lily/separation-item.cc (relative_width): add function.
5168
5169         * scm/define-grob-interfaces.scm (only-prebreak-interface): add
5170         only-prebreak-interface
5171
5172         * lily/system.cc (output_lines): only junk only-prebreak-interface
5173         grobs.
5174
5175         * lily/multi-measure-rest-engraver.cc (stop_translation_timestep):
5176         read breakableSeparationItem
5177
5178         * input/regression/multi-measure-rest-multi-staff-center.ly: new file.
5179
5180         * lily/system.cc (output_lines): don't suicide Spacing_items. 
5181
5182         * lily/dot-column.cc (dot_config_badness): new function:
5183         select the best scoring dot configuration: dots should go close to
5184         the note heads, but be shifted up or down according to conventions.
5185         (print_dot_configuration): idem.
5186         (shift_one): idem
5187         (remove_collision): idem.
5188
5189         * input/regression/dots.ly: add more test cases.
5190
5191 2004-01-06  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5192
5193         * lily/include/scm-hash.hh (class Scheme_hash_table): idem.
5194
5195         * flower/include/interval.hh: rename elem_b to contains 
5196
5197         * lily/tie.cc: change 'heads to 'head-pair.
5198
5199         * lily/lyric-phrasing-engraver.cc (process_acknowledged_grobs):
5200         fill in 'heads field.
5201
5202         * lily/lyric-extender.cc (brew_molecule): use heads for width, use
5203         minimum-length for short ones, and shorten so collisions with the
5204         next syllable are avoided.
5205
5206         * lily/beam-quanting.cc (score_slopes_dy): add extra points for
5207         near-zero slopes.
5208         Only do DAMPING_DIRECTION_PENALTY for non-horizontal dy 
5209
5210         * lily/dots.cc: remove quantized_position callback. All Y
5211         positioning is done by dot-column.cc
5212
5213         * lily/dot-column.cc (do_shifts): rewrite shifting routine: do
5214         exhaustive test of all dot positions. This fixes disappearing dots
5215         in dotted chords.
5216
5217 2004-01-05  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5218
5219         * mf/feta-klef.mf (test_staff): fatten up G clef
5220         (test_staff): fatten up f clef.
5221         
5222
5223 2004-01-05  Jan Nieuwenhuizen  <janneke@gnu.org>
5224
5225         * input/mutopia/E.Satie/petite-ouverture-a-danser.ly: 
5226         * input/les-nereides.ly: Use latin1 characters for title, like
5227         Morgenlied.
5228
5229 2004-01-05  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5230
5231         * scm/font.scm (paper20-font-vector): add bold-narrow series (only
5232         cmb10).
5233
5234         * lily/lyric-extender.cc (brew_molecule): add little space before
5235         extender line.
5236
5237         * lily/beam-quanting.cc (score_forbidden_quants): check if
5238         outer stafflines fall in any beam gaps.
5239
5240         * scm/define-grobs.scm (all-grob-descriptions): use bold-narrow
5241         for lyric texts.
5242
5243 2004-01-04  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5244
5245         * VERSION: 2.1.6 released.
5246
5247         * lily/beam-quanting.cc (quanting): add inspect-quants property:
5248         this shows the demerits of a user-defined beam position pair.
5249
5250         * scm/define-grobs.scm (all-grob-descriptions): set
5251         beamed-extreme-minimum-free-lengths to a different value.
5252
5253         * lily/scm-option.cc: add debug-beam scm-option
5254
5255         * mf/feta-bolletjes.mf (overdone_heads): fix stem attachments.
5256
5257 2004-01-03  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5258
5259         * lily/beam.cc (brew_molecule): rewrite debug output: split up scores.
5260
5261         * scm/define-grobs.scm (all-grob-descriptions): use semi-fixed
5262         space after barline.
5263
5264         * mf/feta-eindelijk.mf (tracingvariables): make top of 8th rest fatter.
5265
5266         * lily/spacing-spanner.cc (breakable_column_spacing): take average
5267         of spacing wishes, not maximum. Only do this for delta-t == 0. In
5268         the other case, take standard column-breakable spacing. Do not
5269         warn about "no spacing wishes".
5270
5271         This fixes wide spaces after barlines in very loose lines.
5272
5273         * lily/multi-measure-rest.cc (big_rest): bugfix for blots.
5274
5275 2004-01-02  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5276
5277         * lily/stanza-number-engraver.cc (acknowledge_grob): bugfix:
5278         acknowledge_grob lyric-syllable, not lyric-text.
5279
5280         * lily/hyphen-spanner.cc (brew_molecule): rewrite. Make multiple
5281         dashes of length #'length separated by #'dash-period. 
5282
5283         * lily/lyric-extender.cc (brew_molecule): idem
5284
5285         * lily/multi-measure-rest.cc (big_rest): idem
5286
5287         * lily/system-start-delimiter.cc (simple_bar): idem
5288
5289         * lily/bar-line.cc (simple_barline): use rounded box
5290
5291         * VERSION: release 2.1.5
5292
5293         * Documentation/user/lilypond-book.itely (Integrating LaTeX and
5294         music): move note about dvips to more visible place.
5295
5296         * lily/lyric-phrasing-engraver.cc: move from
5297         new-phrasing-engraver.cc, remove old cruft (syllable-group,
5298         lyric-phrasing-engraver.hh)
5299         
5300         * lyric-align.ly: remove file
5301         
5302         * scripts/convert-ly.py (FatalConversionError.func): add removal
5303         rule for automaticMelismata
5304
5305         * ly/engraver-init.ly (ScoreContext): switch on
5306         New_phrasing_engraver by default.
5307
5308         * lily/slur-engraver.cc (class Slur_engraver):
5309         process_acknowledged_grobs -> process_music.
5310         (try_music): signal melismata correctly.
5311
5312         * lily/lyric-extender.cc (brew_molecule): cleanup. Junk
5313         word-space, right-trim-amount, and extend past right bound only
5314         for note heads.
5315
5316         * lily/new-phrasing-engraver.cc (acknowledge_grob): add
5317         lyric-extender support: add note-heads to the extender
5318         automatically.
5319
5320         * lily/parser.yy: extender is now post_event. 
5321
5322         * lily/accidental-engraver.cc (number_accidentals): remove
5323         spurious warning about non-parent contexts.
5324
5325         * lily/music-output-def.cc (assign_translator): \translator { }
5326         for a Foo context implicitly redefines \FooContext.
5327
5328         * input/mutopia/F.Schubert/morgenlied.ly (pianoLH): many layout
5329         fixes.
5330
5331         * lily/slur.cc (brew_molecule): don't use stafflinethickness
5332         doubly in slur weight. 
5333
5334         * input/regression/prefatory-spacing-matter.ly (TODO): add clef :|
5335         combination.
5336
5337         * scm/define-grobs.scm (all-grob-descriptions): change clef -
5338         staffbar distance.
5339
5340         * scripts/lilypond.py (global_latex_preamble): crank down size of
5341         the margins. Now there is a 12 mm top and bottom margin, which
5342         should correspond with the printable area of modern printers.
5343
5344         This enlarges the music height of the printable page a little.
5345
5346         * mf/feta-accordion.mf (accreg_pen): remove circled-R, BB and SB
5347         signs. Use \markup instead.
5348         (accreg_pen): tweak for accordeon asterisk.
5349
5350 2003-12-31  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5351
5352         * lily/melisma-engraver.cc (try_music): use melisma_busy()
5353
5354         * lily/lyric-engraver.cc (process_music): remove alignment kludge 
5355
5356         * lily/lyric-combine-music-iterator.cc (melisma_busy): new function.
5357
5358         * lily/stanza-number-engraver.cc (acknowledge_grob): rewrite
5359
5360         * scm/define-grobs.scm (all-grob-descriptions): change
5361         StanzaNumber description: make side support, i.s.o. breakable.
5362         use Instrument_name_engraver for texts in the margin.
5363
5364         * scm/define-translator-properties.scm: remove
5365         melismaEngraverBusy, stz property.
5366
5367         * *.cc: naming: change empty_b () into is_empty ()
5368
5369         * lily/self-aligment-interface.cc (aligned_on_parent): new function.
5370
5371         * input/regression/lyric-phrasing-new.ly: new file.
5372
5373         * lily/new-phrasing-engraver.cc (process_acknowledged_grobs): new
5374         engraver, redo lyric phrasing, but cleaner and simpler.  Lyrics on
5375         melismata are now left-aligned.
5376
5377 2003-12-30  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5378
5379         * input/mutopia/F.Schubert/GNUmakefile: add morgenlied.ly
5380
5381         * mf/feta19.mf: remove.
5382         
5383         * mf/feta-klef.mf (test_staff): more tweaks
5384
5385         * mf/feta-toevallig.mf: more small size tweaks.
5386
5387         * mf/feta-eindelijk.mf (lower_brush): adjust quarter and shorter
5388         rests for smaller sizes.
5389
5390         * mf/feta-bolletjes.mf: fix cross heads.
5391
5392         * VERSION: release 2.1.4
5393         
5394         * scripts/convert-ly.py (FatalConversionError.func): add rule for
5395         deprecated #'ancient font family
5396
5397         * lily/mark-engraver.cc (process_music): only set rehearsalMark if
5398         it is a string or number.
5399
5400         * scm/output-lib.scm (note-head-style->attachment-coordinates):
5401         change calling convention of stem-attachment function. 
5402
5403         * buildscripts/mf-to-table.py: read and dump WX/WY fields
5404
5405         * mf/feta-autometric.mf: dump WX/WY fields too
5406         
5407         * mf/parmesan-heads.mf: idem.
5408
5409         * mf/feta-bolletjes.mf (slash_slope): set WX/WY fields for
5410         attachment coordinates.
5411
5412         * lily/note-head.cc (stem_attachment_coordinate): read stem
5413         attachment from the notehead glyphs WX/WY fields.
5414
5415         * lily/include/font-metric.hh (struct Font_metric): add methods
5416         get_indexed_wxwy (), make a distinction between looking up by
5417         index and ASCII  
5418
5419         * mf/feta-bolletjes.mf: rewrite note head MF code.
5420         (test_outlines): make heads more rotund for smaller sizes. 
5421
5422 2003-12-29  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5423
5424         * mf/feta-params.mf (stafflines): fix stafflinethickness at 0.5 pt
5425         throughout. Font scaling fixes throughout.
5426
5427         * mf/feta-sleur,slur.mf: remove. 
5428
5429         * mf/feta-slag.mf: rewrite.
5430
5431 2003-12-24  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5432
5433         * VERSION: release 2.1.3
5434
5435         * stepmake/stepmake/toplevel-targets.make: remove pfa targets
5436
5437         * make/lilypond.redhat.spec.in (Group): remove MAKE_PFA_FILES
5438
5439         * lily/mark-engraver.cc (process_music): fix mark
5440         \default. (backportme)
5441
5442         * stepmake/stepmake/automatically-generated.sub.make (default):
5443         use -n for head/tail commands. 
5444
5445         * lily/tie-engraver.cc (acknowledge_grob): make ties only for note
5446         heads with the same pitch.
5447
5448 2003-12-20  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5449
5450         * lily/recording-group-engraver.cc (finalize): set protected_scm
5451         member to '() before finalizing.
5452
5453         * lily/translator-group.cc (finalize): remove removal_processing () 
5454
5455         * lily/recording-group-engraver.cc: new engraver: record
5456         synchronized start & end times for each music object.
5457
5458         * lily/parser.yy (toplevel_expression): execute score rendering
5459         during parsing. Cleanup output-filename handling; this is no
5460         longer done with global variables.
5461         (translator_spec_body): allow \type modification too.
5462
5463         * lily/score.cc:  ly:run-translator: new function
5464         (LY_DEFINE): ly:render-output new function.
5465
5466         Separate interpreting and rendering, and make available as
5467         functions at Scheme level.
5468
5469 2003-12-17  Jan Nieuwenhuizen  <janneke@gnu.org>
5470
5471         * scm/to-xml.scm (<xml-node>): New class to build xml-doc.
5472         (musicxml-node->string):
5473         (xml-node->string):
5474         (music-to-musicxml): New function.
5475
5476 2003-12-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5477
5478         * VERSION: 2.1.2 released
5479
5480         * lily/include/lily-guile.hh (SCM_VECTOR_REF): compat glue
5481
5482         * scm/font.scm (paper20-font-vector): discouple font design sizes
5483         from sizes specified in .ly file: store all design sizes of a font
5484         in a single vector.
5485
5486         * lily/font-select.cc (get_font_by_design_size): new function
5487
5488         * mf/feta*,parmesan*: use 2^{1/6} as scaling factor for fonts.
5489         add parmesan,feta in sizes 14 and 18.
5490         
5491         * mf/feta-toevallig.mf: use blot diameter for double sharp.
5492
5493         * lily/font-size-engraver.cc (acknowledge_grob): change definition
5494         of fontSize: this now sets font-size
5495
5496 2003-12-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5497
5498         * VERSION: 2.1.1 released
5499         
5500         * Documentation/user/refman.itely (Tuning objects): add note about
5501         concurrent tweaks in different contexts. 
5502
5503         * lily/tie-engraver.cc (acknowledge_grob): use
5504         Staff_symbol_referencer::get_position iso. reading staff-position
5505         directly.
5506
5507         * lily/piano-pedal-engraver.cc (create_bracket_grobs): don't take
5508         currentMusicalColumn as left span-point for bracket. The bracket
5509         is too long when there are accidentals.
5510
5511 2003-12-03  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5512
5513         * buildscripts/lilypond-profile.sh,
5514         buildscripts/lilypond-login.sh: Only set $TEXMF if necessary.
5515         Thanks to Reuben Thomas <rrt@mupsych.org>
5516
5517 2003-12-03  Heikki Junes  <hjunes@cc.hut.fi>
5518
5519         * ly/italiano.ly: additions for semi-sharps and semi-flats by Eric
5520         Wurbel <wurbel@univ-tln.fr>.
5521
5522 2003-11-17  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5523
5524         * scripts/midi2ly.py: Add space after chords.
5525
5526 2003-11-07  Heikki Junes  <hjunes@cc.hut.fi>
5527
5528         * input/regression/{many}: add few @code{ ... }.
5529
5530 2003-11-05  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5531
5532         * mf/GNUmakefile (SAUTER_FONTS): Added cmss14, 
5533         cmbxti6, cmcsc8, cmss14, cmtt5 and cmtt7.
5534         Removed cmbx5, cmbx6 (which are included in teTeX)
5535         and cmbxti14 which is not used in fonts.scm.
5536
5537 2003-11-04  Heikki Junes  <hjunes@cc.hut.fi>
5538
5539         * lily/midi-item.cc: fine tune quarter tones.
5540
5541 2003-11-03  Heikki Junes  <hjunes@cc.hut.fi>
5542
5543         * lily/midi-item.cc lily/include/midi-item.hh (get_fine_tuning):
5544         new function, warn how many cents are missing in fine tuning.
5545
5546 2003-11-01  Heikki Junes  <hjunes@cc.hut.fi>
5547
5548         * input/bugs/rhytmicstaff-tie.ly: add file.
5549
5550         * THANKS: Create skeleton for 2.1.
5551
5552 2003-10-31  Heikki Junes  <hjunes@cc.hut.fi>
5553
5554         * input/test/bar-lines.ly (TODO): dashed "|".
5555
5556 2003-10-30  Heikki Junes  <hjunes@cc.hut.fi>
5557
5558         * Documentation/user/refman.itely, input/regression/tie-accidental.ly,
5559         input/regression/tie-chord.ly: Fix spell for tying.
5560
5561         * input/test/ly2dvi-testpage.ly: removed (renamed, see below).
5562
5563         * input/test/lilypond-testpage.ly, Documentation/user/invoking.itexi:
5564         new file (renamed, see above).
5565
5566         * Documentation/user/lilypond-book.itely
5567         * buildscripts/lilypond-login.sh elisp/lilypond-mode.el
5568         * input/example-1.ly input/example-2.ly input/example-3.ly
5569         * input/les-nereides.ly input/test/fill-a4.ly input/test/spacing-2.ly
5570         * input/test/title.ly po/cs.po po/da.po po/de.po po/es.po po/fi.po
5571         * po/fr.po po/it.po po/ja.po po/lilypond.pot po/nl.po po/ru.po
5572         * po/sv.po scm/output-pdftex.scm scm/output-tex.scm
5573         * scripts/lilypond-book.py scripts/lilypond.py
5574         * stepmake/bin/package-zip32.sh tex/lilyponddefs.tex tex/titledefs.tex
5575         * vimrc: replace ly2dvi with lilypond and remove silly comments.
5576
5577         * Documentation/user/lilypond.tely: update version.
5578
5579         * Documentation/user/{appendices,introduction,refman,tutorial}.itely:
5580         Remove extra spaces in each @node, fixes spaces.
5581
5582 2003-10-29  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5583
5584         * scripts/lilypond-book.py (output_dict): Add definition of
5585         \lilypondbook also for LaTeX output. Solves several bug reports.
5586
5587 2003-10-29  Heikki Junes  <hjunes@cc.hut.fi>
5588
5589         * input/test/follow-thread.ly, input/test/polymetric.ly: Fix typos.
5590
5591 2003-10-24  Heikki Junes  <hjunes@cc.hut.fi>
5592
5593         * input/test/transposition.ly: Fix key signatures, given in comments.
5594
5595 2003-10-23  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5596
5597         * scm/midi.scm (instrument-names-alist),
5598         Documentation/user/appendices.itely: Correct spelling of shakuhachi
5599
5600 2003-10-14  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5601
5602         * input/test/temporary-stave.ly (texidoc): New example based on an
5603         email question from Ralph Little.
5604
5605 2003-10-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5606
5607         * VERSION: release 2.1.0
5608         
5609         * lily/note-performer.cc (try_music): accept busy-playing-event.
5610
5611         * lily/swallow-perf.cc (try_music): return false for
5612         busy-playing-event and melisma-playing-event.
5613
5614 2003-10-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5615
5616         * scripts/etf2ly.py: Patch by Arvid Grotting for minor keys and <<
5617         >> in \score.
5618
5619 2003-10-05  Jan Nieuwenhuizen  <janneke@gnu.org>
5620
5621         * scripts/convert-ly.py (sub_chords): Bugfix: convert to -[, so
5622         that articulation_substitute will not move beam start again.
5623         (articulation_substitute): Bugfix: remove stray space so that new
5624         old chords ending '>>' does not get broken up.
5625         (sub_chord): Use TAB for indentation (not spaces).
5626         
5627         * elisp/lilypond-font-lock.el (LilyPond-mode-set-syntax-table):
5628         Bugfix for startup: Use ?^ instead of ?\^.
5629
5630 2003-10-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5631
5632         * lily/lyric-combine-music-iterator.cc
5633         (Lyric_combine_music_iterator): change init order, to prevent GC
5634         segfaults.
5635
5636         * lily/context-specced-music-iterator.cc (construct_children): 
5637         only change  translator if found. This fixes a core dump problem.
5638
5639 2003-09-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5640
5641         * scm/slur.scm (default-slur-extremity-rules): use equal? for
5642         comparison.
5643
5644         * mf/feta-bolletjes.mf: make hole in half note little
5645         smaller for stem attachment.
5646
5647         * lily/stem.cc (brew_molecule): tweaks for new flag layout.
5648
5649         * mf/feta-banier.mf: don't draw stem with flag, just small square
5650         attachment.
5651
5652         * mf/feta-bolletjes.mf (slash_slope): remove ledger ending 
5653
5654         * mf/feta-banier.mf: remove upstem/downstem characters.
5655
5656         * mf/feta-params.mf (stafflines): stems are 1.3 SLT. 
5657
5658         * ly/params-init.ly (blotdiameter): set blotdiameter to 2/3 of
5659         stafflinethickness (in the default)
5660
5661         * lily/stem.cc (brew_molecule): use round_filled_box for stem.
5662
5663         * lily/lily-guile.cc (parse_symbol_list): strip spaces at the end.
5664
5665         * Documentation/topdocs/INSTALL.texi (Top): reorder.
5666
5667         * scripts/convert-ly.py (conv): add up-to-staff conversion rule.
5668
5669         * lily/include/directional-element-interface.hh:
5670         junk class, make {get,set}_grob_direction functions.
5671
5672         * lily/slur.cc (get_attachment): do something sensible when
5673         attaching to stem without heads (eg. a rest).
5674
5675         * lily/stem.cc: remove #'up-to-staff ; use #'stem-end-position for
5676         forcing up to staff.  remove #'support-head property
5677         (brew_molecule): small cleanup.
5678         (flag): remove #'grace property.
5679
5680 2003-09-29  Jan Nieuwenhuizen  <janneke@gnu.org>
5681
5682         * cygwin/postinstall-lilypond.sh: 
5683         * cygwin/postremove-lilypond.sh: Bugfix for fonts remove command
5684         (Volker Zell).
5685
5686 2003-09-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5687
5688         * scripts/lilypond-book.py: resurrect 'eps' option. 
5689         (TexiPaper.to_eps): use -Ppdf for EPS files.
5690
5691         * VERSION (PATCH_LEVEL): branch off 2.0, go to 2.1 in HEAD
5692
5693         * scripts/lilypond.py (run_dvips): use -Ppdf for preview.
5694
5695         * VERSION: release 2.0.1
5696
5697         * lily/bezier.cc (get_other_coordinate): change assert into
5698         warning.
5699
5700         * lily/note-head.cc (internal_brew_molecule): make left protusion
5701         smaller, to accomodate for natural sign.
5702         (internal_brew_molecule): only do this when the accidental is
5703         close enough.
5704         (extent): new function
5705
5706         * lily/skyline.cc (merge_skyline): new function
5707         (heighten_skyline): new function
5708
5709         * lily/accidental-placement.cc (position_accidentals) 
5710         (position_accidentals): fix todo.
5711
5712 2003-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5713
5714         * input/test/+.ly (texidoc): put version number inline.
5715
5716         * GNUmakefile.in: remove rsync-web target.
5717         
5718         * input/regression/bar-scripts.ly (onestaff): raggedright
5719
5720 2003-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5721
5722         * lily/*.cc: remove #if 0'd code in couple of places.
5723
5724         * lily/midi-stream.cc (operator <<): rewrite.
5725
5726         * lily/note-head.cc (internal_brew_molecule): 
5727         only make ledgers when the Staff symbol has lines.
5728
5729         * ly/property-init.ly (arpeggioBracket): simplify
5730
5731         * lily/translator-group.cc (execute_pushpop_property): use
5732         SCM_EQ_P for comparing keys. This fixes reverting
5733         auto-beam-settings.
5734
5735 2003-09-28  Jan Nieuwenhuizen  <janneke@gnu.org>
5736 *
5737         * lily/midi-stream.cc (operator <<): Also write MIDI string when
5738         midi_debug_global_b.
5739         (operator <<): Normalise loop.
5740
5741 2003-09-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5742
5743         * scripts/lilypond.py (escape_path): revise.
5744
5745         * scm/music-functions.scm (set-output-property): new function.
5746         
5747 2003-09-27  Jan Nieuwenhuizen  <janneke@gnu.org>
5748
5749         * cygwin/mknetrel: Next try in building doc on Cygwin natively;
5750         use addmakeflags again.
5751
5752         * cygwin/lily-wins.py (escape_shell): New function; use it.
5753
5754         * scripts/lilypond.py (escape_shell): Escape quotes and other
5755         spaces too.  Do not escape escaping backslashes.
5756
5757         * make/srcdir.make.in (web-install): Must call install-WWW now.
5758
5759         * mf/GNUmakefile: resolve conflict: %list.ly is a target, not a
5760         dependency
5761
5762 2003-09-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5763
5764         * scripts/lilypond.py (escape_path): escape quotes too. 
5765
5766         * Documentation/user/lilypond.tely (Unified index): rename Index
5767         to accomodate Windows breakage.
5768
5769         * make/lilypond.redhat.spec.in (Group): remove out=www for web-install 
5770
5771         * mf/GNUmakefile ($(outdir)/%.afm  $(outdir)/%.enc
5772         $(outdir)/%.tex $(outdir)/%.dep $(outdir)/%list.ly): list.ly is a
5773         target not a source.
5774
5775 2003-09-27  Jan Nieuwenhuizen  <janneke@gnu.org>
5776
5777         * cygwin/mknetrel: Use EXTRABUILDARGS, EXTRAINSTALLARGS instead of
5778         addmakeflags.  Build and install doc and web also when building on
5779         Cygwin.
5780
5781         * mf/GNUmakefile: Bugfix.
5782
5783         * GNUmakefile.in (web-install): Bugfix: set out prefix Similar to
5784         target web.
5785
5786         * cygwin/lily-wins.py: Quote filename.
5787
5788 2003-09-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5789
5790         * mf/GNUmakefile ($(outdir)/$(redhat-package)): use passive ftp.
5791
5792 2003-09-25  Jan Nieuwenhuizen  <janneke@gnu.org>
5793
5794         * cygwin/bug-lilypond-cygwin.sh: Add tests for registry
5795         settings.
5796
5797         * configure.in: Require g++ > 3.0.4.
5798
5799         * mf/GNUmakefile: Bugfix: Add list.ly target.
5800         
5801         * Documentation/user/GNUmakefile: Bugfix: list.ly target.
5802
5803         * stepmake/stepmake/omf-targets.make (omf-local-install): Buxfix:
5804         make omf directory, add uninstall targets.
5805
5806 2003-09-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5807
5808         * lily/tie-performer.cc (initialize): init prev_event
5809
5810         * make/lilypond.redhat.spec.in: move site-start back to /usr/share.
5811
5812         * lily/script-engraver.cc (make_script_from_event): don't crash on
5813         non-string articulation-type.
5814
5815         * lily/new-fingering-engraver.cc (add_script): don't crash on
5816         0 scripts 
5817         (acknowledge_grob): warn about text script events.
5818
5819 2003-09-24  Heikki Junes  <hjunes@cc.hut.fi>
5820
5821         * buildscript/lilypond.words: fix path for drums.scm.
5822
5823 2003-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5824
5825         * lily/spacing-spanner.cc (note_spacing): don't make longer
5826         durations than measure-length.
5827
5828         * VERSION: release 2.0.0
5829
5830         * GNUmakefile.in (rsync-web): version independent rsync target.
5831
5832         * input/test/+.ly (texidoc): idem.
5833
5834         * input/regression/+.ly: print version number.
5835
5836         * input/regression/accidentals.ly (mel): shorten.
5837
5838         * input/regression/accidental-octave.ly (texidoc): shorten.
5839
5840         * input/regression/hairpin-dashed.ly (texidoc): docstring.
5841
5842         * input/regression/completion-heads-polyphony.ly: octave
5843
5844         * input/regression/beam-manual.ly: remove
5845
5846         * input/regression/beam-chord.ly: remove
5847
5848         * input/regression/grace-dynamic.ly: remove
5849         
5850         * input/regression/grace-volta-repeat.ly: octave fixes.
5851
5852         * input/regression/hairpin-dashed.ly (texidoc): doc string.
5853
5854         * lily/parser.yy (step_number): semitones for chord entry too.
5855         (make_chord_step): more robust code, semitones. 
5856
5857         * input/regression/breathing-sign-ancient.ly (texidoc): new file.
5858
5859         * input/regression/breathing-sign.ly (texidoc): split ancient and
5860         normal breathing signs.
5861
5862         * scm/define-grobs.scm (all-grob-descriptions): swap
5863         beamed-extreme-minimum-free-lengths and
5864         beamed-minimum-free-lengths; the 'extreme' case should allow
5865         shorter stems. This fixes forced directions on beamed 32nd and
5866         shorter notes.
5867
5868         * ly/engraver-init.ly (ScoreContext): keyAccidentalOrder is in
5869         quartertones, not semitones.
5870         (NoteNamesContext): swallow more event types
5871
5872         * Documentation/topdocs/NEWS.texi (Top): insert close brace.
5873
5874         * VERSION (PACKAGE_NAME): release 1.9.10
5875
5876 2003-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5877
5878         * lily/rhythmic-column-engraver.cc (process_acknowledged_grobs):
5879         set note head as cause of note-column.  This gives a better error
5880         message.
5881
5882 2003-09-23  Jan Nieuwenhuizen  <janneke@gnu.org>
5883
5884         * Documentation/topdocs/INSTALL.texi: Update emacs mode.
5885
5886 2003-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5887
5888         * mf/GNUmakefile (pfa_warning): instruct 
5889
5890         * stepmake/aclocal.m4: typo.
5891
5892         * Documentation/user/cheatsheet.itely: more verbose examples.
5893
5894         * input/regression/clefs.ly: remove bogus docstring.
5895
5896 2003-09-23  Jan Nieuwenhuizen  <janneke@gnu.org>
5897
5898         * GNUmakefile.in (SUBDIRS): Add elisp.
5899
5900         * elisp/lilypond-mode.el: 
5901         * elisp/lilypond-init.el: 
5902         * elisp/lilypond-indent.el: 
5903         * elisp/lilypond-font-lock.el: Move from top dir.
5904
5905         * stepmake/stepmake/elisp-vars.make: New file.
5906
5907         * config.make.in (elispdir): Add.
5908
5909         * Documentation/topdocs/INSTALL.texi: Typo.
5910
5911         * make/ly-rules.make: Test for files instead of touching void and
5912         ignoring errors.
5913
5914         * GNUmakefile.in:
5915         * make/lilypond.redhat.spec.in:
5916         * debian/rules: Fix lilypond.words stuff a bit.  For running from
5917         <builddir>, adding
5918         
5919              (push "<builddir>/share/lilypond/elisp" load-path)
5920
5921         to your ~/.emacs.el should give you LilyPond-mode again.
5922
5923         * scripts/lilypond-book.py (re_dict): Only fix texinfo @mbinclude
5924         regexp for DOS/Windows, we are too paranoid to fix others.
5925
5926 2003-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5927
5928         * scm/chord-name.scm (natural-chord-alteration): no quarter tones.
5929
5930         * input/test/chord-names-jazz.ly (banterProperties): fix
5931
5932         * lily/parser.yy (bass_mod): bass figure alterations are semi
5933         tones, not quarter tones
5934
5935         * lily/beam.cc (set_stem_lengths): only lengthen stems
5936         for gapped beams.
5937
5938         * lily/beam-quanting.cc (score_forbidden_quants): divide demerit
5939         by beamcount.
5940
5941         * buildscripts/lilypond-profile.sh (Error): more zsh stuff: print
5942         a warning that the warning may erroneous.
5943
5944         * Documentation/topdocs/INSTALL.texi (Top): add note about get-pfa
5945         target.
5946
5947         * mf/GNUmakefile: add get-pfa, get-debian-pfa, get-rpm-pfa
5948         targets.
5949
5950         * GNUmakefile.in ($(config_h)): config.h should depend on
5951         config.hh.in .
5952         (lilypond.words): remove fontball stuff.
5953
5954         * stepmake/aclocal.m4: only print config.cache warning if it exists.
5955
5956         * configure.in: remove pktrace reference.
5957
5958         * GNUmakefile.in (rsync-web): permissions and ownership for
5959         website.
5960
5961         * lily/volta-engraver.cc (staff_eligible): new function.
5962         (stop_translation_timestep): kill off spanners if not eligible.
5963
5964         * VERSION (PATCH_LEVEL): release 1.9.9
5965
5966         * input/regression/beam-quanting-32nd.ly (texidoc): new file
5967
5968         * lily/beam-quanting.cc: tune down SECONDARY_BEAM_DEMERIT, so stem
5969         length is more important than forbidden quants.
5970         
5971 2003-09-23  Heikki Junes  <hjunes@cc.hut.fi>
5972
5973         * buildscripts/lilypond.words: order words in search order,
5974         add lilypond.words.vim to be generated.
5975
5976         * lilypond.vim: use lilypond.words.vim for keyword matching.
5977
5978         * lilypond-mode.el: use search order. fix word selection rules.
5979
5980         * lilypond-font-lock.el: fix fontifying long durations.
5981
5982         * Documentation/topdocs/INSTALL.texi: doc lilypond.words.vim.
5983
5984 2003-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
5985
5986         * cygwin/mknetrel: Remove PYTHONPATH and manpage workarounds.
5987
5988         * stepmake/stepmake/generic-targets.make:
5989         * stepmake/stepmake/bin/make-version.py: 
5990         * stepmake/aclocal.m4:
5991         * make/stepmake.make:
5992         * make/toplevel-version.make: Build fixes: remove last traces of
5993           VERSION/PACKAGE_NAME/LILYPONDPREFIX experiment.
5994
5995         * lily/beam.cc: Add gap-count property.
5996
5997 2003-09-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5998
5999         * scm/define-grob-properties.scm (gap-count): add gap-count
6000
6001         * make/lilypond-vars.make: add /lilypond to LILYPONDPREFIX
6002
6003 2003-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
6004
6005         * cygwin/mknetrel.doc: Typo.
6006
6007         * buildscripts/make-font-dir.py (Font_info): Build fix: add 'ss'
6008
6009         * make/lilypond-vars.make (PYTHONPATH): srcdir build fix.
6010
6011 2003-09-22  Mats Bengtsson  <mabe@drongo.s3.kth.se>
6012
6013         * scripts/lilypond.py: add support for 'legal' and 'tabloid' paper
6014         sizes. Remove support for 'ledger'(=tabloid+landscape).
6015
6016 2003-09-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6017
6018         * mf/GNUmakefile ($(outdir)/%.pfa): break apart one-big-rule for
6019         sauter PFAs.
6020
6021         * configure.in: remove VERSION stuff once again.
6022
6023         * scm/font.scm (paper20-style-sheet-alist): add cmss entries.
6024
6025         * scm/define-grobs.scm (all-grob-descriptions): use sans family
6026         for chord names.
6027
6028         * mf/GNUmakefile: always trace pfa fonts.
6029         (SAUTER_FONTS): add cmss[567] too fonts
6030
6031         * configure.in: require mftrace. 
6032
6033         * lily/staff-performer.cc (new_instrument_string): don't look at
6034         instrument property.
6035
6036         * lily/lily-guile.cc: renaming, ly_dir_p is the Scheme function,
6037         is_direction is the C++ one. Similar for ly_axis_p and
6038         ly_number_pair_p
6039
6040 2003-09-21  Jan Nieuwenhuizen  <janneke@gnu.org>
6041
6042         * lily/beam.cc (brew_molecule): read gap-count to determine
6043         number of tremolo (gapped) beams.
6044
6045         * lily/chord-tremolo-engraver.cc (acknowledge_grob): repeats
6046         shorter than 1/8
6047
6048         * flower/include/array.hh (default_compare): new function
6049
6050         * cygwin/mknetrel: Native fixes.
6051
6052         * cygwin/GNUmakefile (EXTRA_DIST_FILES): Add mknetrel.*
6053
6054 2003-09-20  Jan Nieuwenhuizen  <janneke@gnu.org>
6055
6056         * Documentation/topdocs/NEWS.texi: Add note about .ly double click
6057         feature for Windows.
6058
6059         * stepmake/stepmake/generic-vars.make: Cygwin fix from stable.
6060
6061         * cygwin/mknetrel: Updates for native use on Cygwin.
6062
6063         * lily/parser.yy: Compile fix: add stdio.h for snprintf.
6064
6065         * stepmake/stepmake/help2man-rules.make: 
6066         * cygwin/mknetrel: Bugfix for manpages.
6067
6068         * GNUmakefile.in (SUBDIRS): Use plain srcdir stepmake instead of
6069         $(builddir).  Stepmake is a normal subdirectory now, that is not
6070         configured.  Another srcdir build fix.
6071
6072         * Documentation/topdocs/INSTALL.texi,
6073         buildscripts/lilypond.words.py, lilypond-font-lock.el,
6074         lilypond-init.el, lilypond-mode.el, debian/rules,
6075         make/lilypond.{redhat,madrake,suse}.spec.in, vimrc:
6076         rename generated file lilypond.words to lilypond.words.el.
6077
6078 2003-09-20  Heikki Junes  <hjunes@cc.hut.fi>
6079
6080         * ly/chord-modifiers-init.ly, lilypond.vim: updates for vim.
6081
6082         * GNUmakefile.in, buildscripts/lilypond.words: give only path in
6083         GNUmakefile.in.
6084
6085 2003-09-19  Jan Nieuwenhuizen  <janneke@gnu.org>
6086
6087         * stepmake/stepmake/help2man-rules.make: Allow manpages to fail
6088         when cross building.
6089
6090         * configure.in: srcdir build fix.
6091
6092         * cygwin/GNUmakefile:
6093         * cygwin/lily-wins.py:
6094         * cygwin/postremove-lilypond.sh: 
6095         * cygwin/postinstall-lilypond.sh: Merge from stable.
6096
6097         * cygwin/bug-lilypond-cygwin.sh: s/lilypond/lilypond-bin,
6098         s/ly2dvi/lilypond/.
6099
6100 2003-09-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6101
6102         * lily/slur.cc (after_line_breaking): only set control points if
6103         none supplied yet.
6104
6105         * input/test/slur-manual.ly: new file.
6106
6107         * scripts/convert-ly.py (FatalConversionError.sub_chords): convert
6108         <<  >> chords too.
6109
6110         * VERSION (PACKAGE_NAME): release 1.9.8
6111
6112         * scripts/lilypond.py (escape_path): escape spaces in directory names
6113
6114         * input/test/text-spanner.ly: fixes.
6115
6116 2003-09-19  Heikki Junes  <hjunes@cc.hut.fi>
6117
6118         * buildscripts/lilypond.words.py: add drum names as note names to
6119         Emacs-mode.
6120
6121 2003-09-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6122
6123         * input/regression/hairpin-dashed.ly: new file.
6124
6125         * scripts/convert-ly.py (conv): warn about dash-length.
6126
6127         * lily/dynamic-engraver.cc (try_music): end (de)crescendo
6128         automatically if we get a new one.
6129
6130         * lily/lookup.cc (dashed_line): new function
6131
6132         * lily/line-spanner.cc (dashed_line_molecule): cleanups. Use
6133         dash-fraction.
6134
6135 2003-09-18  Heikki Junes  <hjunes@cc.hut.fi>
6136
6137         * buildscripts/lilypond.words.py: extract note names.
6138
6139         * lilypond-mode.el: take note names from lilypond.words -file.
6140         small fix in the use of string-match.
6141
6142         * lilypond-font-lock.el: use lilypond.words for note names, add 
6143         maxima to note a duration.
6144
6145 2003-09-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6146
6147         * lily/breathing-sign.cc: remove railtracks() function. 
6148
6149         * input/regression/arpeggio-bracket.ly (texidoc): add file.
6150
6151         * lily/arpeggio.cc (brew_chord_bracket): clean-up 
6152         (brew_molecule): bugfix don't make arpeggio shorter when
6153         arpeggio-direction is set.
6154
6155         *  debian/rules: small corrections in the (Pedro K)
6156
6157         * Documentation/user/tutorial.itely (Tutorial): use lyinc in
6158         examples.
6159
6160         * lily/auto-beam-engraver.cc (process_music): end/junk beam if
6161         special (repeat) bar comes along.
6162
6163         * input/regression/auto-beam-bar.ly: update.
6164
6165         * scripts/lilypond-book.py (output_dict): remove support for the
6166         EPS option.
6167
6168         * scm/define-grobs.scm (all-grob-descriptions): add X-extent for
6169         VerticalAlignment and VerticalAxisGroup this fixes the size
6170         computations for the entire system.
6171  
6172         * input/les-nereides.ly (bass): remove superfluous fontSize.
6173
6174         * scripts/lilypond-book.py (make_lilypond_file): \lilypondfile{}
6175         causes directory of file to be added to include path.
6176
6177         * input/regression/beam-break.ly: test single stem beams.
6178
6179         * input/regression/system-start-bracket.ly: fix.
6180
6181         * lily/beam.cc (set_stem_lengths): single-stem-beam fix.
6182
6183         * stepmake/stepmake/c-rules.make ($(outdir)/%.c): use -o for flex.
6184
6185         * lily/beam-quanting.cc (quanting): check french-beaming per stem.
6186         (score_stem_lengths): do something sensible for single stem beams.
6187
6188         * lily/beam.cc (least_squares): add kludge for single stem beams.
6189
6190         * scripts/convert-ly.py (FatalConversionError.sub_alteration): add
6191         keySignature to list of broken things.
6192
6193         * input/regression/keys.ly: fix.
6194
6195         * VERSION (PACKAGE_NAME): release 1.9.7
6196
6197         * Documentation/topdocs/NEWS.texi (Top): add quarter tones.
6198
6199         * Documentation/user/refman.itely (Pitches): doc quarter tones.
6200
6201         * lily/pitch.cc (LY_DEFINE): ly:pitch-quartertones: new function
6202         (quartertone_pitch): new function
6203
6204         * mf/feta-toevallig.mf: add 3/4 sharp, 1/4 sharp, 1/4 flat, 3/4
6205         flat. WARNING: FONT CHANGED.
6206
6207         * ly/nederlands.ly: add -eh and -ih for quarter tones.
6208
6209         * lily/accidental-placement.cc (add_accidental): support for
6210         quarter tones.
6211
6212         * ly/LANGUAGEs.ly: use symbols for alterations.
6213
6214         * mf/feta-toevallig.mf: change accidental codes. 
6215
6216         * scm/lily.scm (ly:get-option): switch on debugging only for
6217         --verbose.
6218
6219         * lily/lily-guile.cc: remove ly:verbose?
6220
6221         * lily/scm-option.cc (LY_DEFINE): add verbose to get-option.
6222
6223         * lily/parser.yy (TODO): only do gh_call() for apply with
6224         procedure argument.
6225
6226         * lily/tie-engraver.cc (start_translation_timestep): move melisma
6227         stuff in accordance with new timing of tie-events.
6228
6229         * lily/my-lily-lexer.cc: remove \outputproperty
6230
6231         * lily/melisma-engraver.cc (try_music): use melismaBusyProperties.
6232
6233         * scm/define-translator-properties.scm (melismaBusyProperties):
6234         add melismaBusyProperties property.
6235
6236 2003-09-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6237
6238         * input/test/ambitus-mixed.ly (texidoc): new file.
6239
6240         * buildscripts/mutopia-index.py (find): prune debugging
6241
6242         * lily/side-position-interface.cc: doc updates
6243
6244         * Documentation/user/refman.itely: updates, tweaks.
6245
6246         * lily/parser.yy (Simple_music): remove outputproperty
6247
6248         * make/stepmake.make: use VERSION again; importing VERSION via
6249         autoconf dependencies is too hairy.
6250
6251 2003-09-17  Heikki Junes  <hjunes@cc.hut.fi>
6252
6253         * lilypond-mode.el: allow `-' for keywords and identifiers.
6254
6255 2003-09-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6256
6257         * VERSION: release 1.9.6
6258         
6259         * lilypond-mode.el (LilyPond-command-alist): invoke lilypond
6260         iso. ly2dvi.
6261
6262         * Documentation/user/*.itely: fixes everywhere
6263
6264         * lily/completion-note-heads-engraver.cc: rewrite engraver:
6265         produce ties from the engraver itself, do not broadcast TieEvent.
6266
6267         * lily/my-lily-lexer.cc: remove pitch & duration.
6268
6269         * lily/parser.yy (TODO): remove \pitch and \duration
6270
6271         * input/test/explicit.ly: remove file.
6272
6273         * Documentation/user/refman.itely (Pitches): remove \pitch 
6274         \duration command.
6275
6276 2003-09-16  Heikki Junes  <hjunes@cc.hut.fi>
6277
6278         * buildscripts/lilypond.words.py: add all slur types to Emacs
6279         insertion menu, suppose everything is postfixed by dropping 
6280         unnecessary `-' -marks.
6281
6282 2003-09-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6283
6284         * lily/stem.cc (get_default_stem_end_position): lengthen stems for
6285         tremoloed stems.
6286
6287         * lily/stem-tremolo.cc (brew_molecule): position tremolo next to
6288         head for flagged stems.
6289
6290         * lily/stem.cc (get_default_stem_end_position): futz with extra
6291         stem length if there is a stem tremolo.
6292
6293         * lily/tuplet-bracket.cc (brew_molecule): don't print bracket when
6294         it would be too small.
6295
6296         * lily/font-metric.cc: return #f for non-existent glyph.
6297         
6298         * VERSION (MY_PATCH_LEVEL): read VERSION; version number is now
6299         exported through config.make.
6300
6301         * input/regression/clef-oct.ly: new file.
6302
6303         * scm/clef.scm (make-clef-set): use regexps, support arbitrary
6304         transposition.
6305
6306         * input/template/*.ly: remove old relative.
6307
6308         * ly/english.ly: add X names for double sharp.
6309
6310 2003-09-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6311
6312         * lily/font-select.cc: new file handle font selection routines.
6313
6314         * lily/parser.yy: add ; (Patrick Atamaniuk)
6315
6316         * input/test/time-signature-double.ly: use markups for double time
6317         sigs.
6318
6319         * scm/chord-name.scm: remove new-chord-name-brew-molecule ; use
6320         ChordNames.SeparationItem #'padding for adjusting space after chords.
6321         
6322         * lily/music-output-def.cc (LY_DEFINE): 
6323         new function ly:paper-lookup.
6324         
6325         * mf/parmesan-clefs.mf: use # quantities for char_box
6326         offsets. Fixes overflow errors in the PFA. 
6327
6328         * scm/new-markup.scm (strut-markup): change calling interface for
6329         markup. Pass paper-def, not grob. This would allow \markup to be
6330         used separately from grobs.
6331
6332         * lily/paper-def.cc: new function ly:paper-font; this function
6333         replaces ly:get-font.
6334
6335         * lily/include/font-interface.hh (struct Font_interface): take
6336         Paper_def iso. Grob for get_font().
6337
6338 2003-09-14  Graham Percival  <gperlist@shaw.ca>
6339
6340         * Documentation/user/ tutorial.itely, refman.itely: add warning
6341         about \key and accidentals.
6342
6343 2003-09-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6344
6345         * scm/new-markup.scm (musicglyph-markup): undefine font-name.
6346
6347         * Documentation/user/*.itely: manual tweaks
6348
6349 2003-09-13  Juergen Reuter  <reuter@ipd.uka.de>
6350
6351         * mf/parmesan-clefs.mf: still more set_char_box() fixes and code
6352         cleanup; bugfix: exact_center
6353
6354         * Documentation/user/refman.itely: added more documentation on
6355         ambitus according to recent questions on lilypond-user list
6356
6357 2003-09-12  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6358
6359         * input/regression/ottava.ly (texidoc): demo 15ma too.
6360
6361         * GNUmakefile.in ($(outdir)/VERSION): add VERSION target 
6362
6363         * input/mutopia/J.S.Bach/baerenreiter-sarabande.ly (sarabandeA):
6364         octave fixes.
6365
6366 2003-09-10  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6367
6368         * lily/lexer.ll: add \r to the rules for newlines; this fixes
6369         problems on older Mac editors.
6370
6371 2003-09-12  Juergen Reuter  <reuter@ipd.uka.de>
6372
6373         * mf/parmesan-clefs.mf: more set_char_box() fixes and code cleanup
6374
6375 2003-09-11  Juergen Reuter  <reuter@ipd.uka.de>
6376
6377         * mf/parmesan-custodes.mf, mf/parmesan-heads.mf,
6378         mf/parmesan-clefs.mf: added comments on character alignment and
6379         set_char_box() conventions
6380
6381         * mf/parmesan-custodes.mf, mf/parmesan-clefs.mf: fixed more
6382         set_char_box()'s
6383
6384         * mf/parmesan-clefs.mf: vaticana: adjusted stem width
6385
6386 2003-09-10  Heikki Junes  <hjunes@cc.hut.fi>
6387
6388         * spec/lilypond.{mandrake,suse}.spec.in: update lilypond.words path.
6389
6390 2003-09-10  Juergen Reuter  <reuter@ipd.uka.de>
6391
6392         * mf/parmesan-custodes.mf: vaticana custos: bugfix: slightly
6393         shortened to avoid almost-collision with staff line; code cleanup;
6394         other custodes: fixed char boxes; code cleanup
6395
6396 2003-09-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6397
6398         * configure.in: release 1.9.5
6399         
6400         * scripts/lilypond.py (global_latex_preamble): only set
6401         twosideshift if 'twoside' is in latexoptions 
6402
6403         * stepmake/GNUmakefile.in: remove nested stepmake packaging stuff.
6404
6405         * VERSION: remove
6406
6407         * scripts/*2ly.py: update <> syntax
6408
6409 2003-09-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6410
6411         * lily/chord-name-engraver.cc (process_music): add origin for
6412         chord name.
6413
6414         * input/regression/chord-name-exceptions.ly (theMusic): add base too.
6415
6416         * scm/chord-ignatzek-names.scm (ignatzek-chord-names): bugfix: do
6417         bass notes for exceptions too.
6418
6419         * scm/define-grobs.scm (all-grob-descriptions): rename
6420         HaraKiriVerticalGroup to RemoveEmptyVerticalGroup
6421
6422         * scm/define-grob-properties.scm (remove-first): add remove-first
6423         property for orchestral scores.
6424
6425         * Documentation/user/*.itely: switch <<>> and <> 
6426
6427         * lily/glissando-engraver.cc (process_music): bugfix: move line to
6428         last_line only once. This fixes the two consecutive glissandi problem.
6429
6430 2003-09-09  Juergen Reuter  <reuter@ipd.uka.de>
6431
6432         * lily/vaticana-ligature-engraver.cc: bugfix: fixed programming
6433         error message "flexa-width undefined"
6434
6435         * lily/vaticana-ligature-engraver.cc, lily/gregorian-ligature.cc,
6436         lily/include/gregorian-ligature.hh: print warning when ignoring
6437         head prefixes on flexa shapes
6438
6439         * lily/vaticana-ligature-engraver.cc: bugfix: always add an extra
6440         space before a series of inclinatum heads
6441
6442         * lily/vaticana-ligature-engraver.cc, lily/gregorian-ligature.cc,
6443         lily/include/gregorian-ligature.hh: junked AFTER_VIRGA; small
6444         cleanups
6445
6446         * mf/parmesan-custodes.mf: redesigned custos; fixed stem length
6447         and char_box
6448
6449 2003-09-08  Juergen Reuter  <reuter@ipd.uka.de>
6450
6451         * input/regression/breathing-sign.ly: tiny fixes
6452
6453         * lily/mensural-ligature.cc: renamed stem->cauda/join to avoid
6454         semantical collision with vaticana ligatures
6455
6456         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
6457         scm/define-grob-properties.scm: bugfix: semantics of delta_pitch
6458         now consistent with mensural ligatures
6459
6460         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
6461         mf/parmesan-heads.mf: bugfix: length of cauda of flexa depends on
6462         context pitches and staff position; dto. for virga stem; removed
6463         obsolete virga and clivis characters from parmesan font (WARNING:
6464         font changed)
6465
6466         * mf/parmesan-heads.mf, mf/parmesan-clefs.mf,
6467         mf/parmesan-timesig.mf: fixed several set_char_box ()'s
6468
6469         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
6470         scm/define-grob-properties.scm: consistency fix: renamed
6471         join_left->add_cauda
6472
6473         * mf/parmesan-heads.mf: bugfix: cephalicus head: corrected
6474         appendix length; bugfix: yoffs_bt for reverse direction punctum
6475         characters
6476
6477         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc:
6478         small cleanups; added more docu
6479
6480         * lily/mensural-ligature-engraver.cc,
6481         lily/vaticana-ligature-engraver.cc,
6482         lily/coherent-ligature-engraver.cc: cleanup: moved delta-pitch
6483         computation to CoherentLigatureEngraver
6484
6485         * ly/gregorian-init.ly, lily/gregorian-ligature.cc,
6486         scm/define-grob-properties.scm: bugfix: added missing linea and
6487         cavum properties; bugfix: removed dead semivocalis property
6488
6489         * mf/parmesan-heads.mf: bugfix: linea punctum: vertical lines
6490         length; redesigned quilisma, stropha and auctum
6491
6492         * ly/engraver-init.ly, scm/define-grobs.scm: use 0.6 as default
6493         line thickness
6494
6495         * lily/vaticana-ligature-engraver.cc, mf/parmesan-heads.mf,
6496         Documentation/user/refman.itely: bugfix: introduced shifted
6497         epiphonus head to avoid collision with adjacent plica
6498
6499 2003-09-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6500
6501         * scm/font.scm (paper20-style-sheet-alist): add smaller font sizes.
6502
6503         * mf/GNUmakefile (SAUTER_FONTS): add smaller sizes.
6504
6505 2003-09-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6506
6507         * Documentation/user/tutorial.itely (A lead sheet): remove
6508         duplicate chords.
6509
6510         * Documentation/bibliography/computer-notation.bib (pages): reorganise.
6511
6512 2003-09-03  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6513
6514         * Documentation/bibliography/computer-notation.bib (isbn): add
6515         xivcim publication.
6516
6517 2003-09-05  Heikki Junes  <hjunes@cc.hut.fi>
6518
6519         * GNUmakefile.in: drop lilypond.words for generation.
6520
6521 2003-09-03  Heikki Junes  <hjunes@cc.hut.fi>
6522
6523         * buildscripts/lilypond.words.py: take filename (also) from an arg.
6524
6525         * GNUmakefile.in (README_FILES): put lilypond.words to $(outdir).
6526
6527 2003-09-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6528
6529         * input/test/figured-bass-alternate.ly (fl): new file.
6530
6531         * Documentation/topdocs/README.texi (Top): clarifications.
6532
6533         * Documentation/bibliography/computer-notation.bib (isbn): add phd
6534         theses of Gieseking and Renz.
6535
6536         * GNUmakefile.in (README_FILES): remove README.mandrake.
6537
6538 2003-09-01  Heikki Junes  <hjunes@cc.hut.fi>
6539
6540         * buildscripts/lilypond.words.py: add file. Creates lilypond.words
6541         from source files and search patterns listed in the script.
6542
6543         * GNUmakefile.in: add target `lilypond.words'.
6544
6545         * lilypond.words: remove file, generated by `make lilypond.words'.
6546
6547         * make/lilypond.{mandrake,redhat,suse}.spec.in: make lilypond.words.
6548
6549 2003-08-31  Heikki Junes  <hjunes@cc.hut.fi>
6550
6551         * lily/parser.yy, lily/my-lily-lexer.cc: spell it acciaccatura.
6552
6553 2003-08-31  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6554
6555         * VERSION: 1.9.4 released
6556
6557         * scripts/convert-ly.py (FatalConversionError.figures_replace):
6558         rule for < > <-> << >> substitution
6559
6560         * lily/lexer.ll: exchange meaning of << >> and < > 
6561
6562         * VERSION (PACKAGE_NAME): 1.9.3 released
6563
6564         * stepmake/stepmake/help2man-rules.make ($(outdir)/%.1): build man
6565         pages unconditionally.
6566
6567 2003-08-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6568
6569         * Documentation/user/music-glossary.tely (Top): small syntax
6570         fixes.
6571
6572         * scm/music-functions.scm (remove-tag): filter \tagged music
6573         expressions.
6574
6575         * input/regression/tag-filter.ly (texidoc): new file.
6576
6577         * lily/parser.yy (post_event): add \tag #'symbol / \tag #'(symbol1
6578         symbol2 .. ) etc. 
6579
6580         * scripts/convert-ly.py (FatalConversionError.conv): fingering
6581         convert rule.
6582
6583         * Documentation/user/refman.itely (Fingering instructions): adjust
6584         manual.
6585
6586         * lily/new-fingering-engraver.cc (position_scripts): don't crash
6587         for borderline cases (e.g. 1 fingering.)
6588         (position_scripts): revise interface, use fingerOrientations to
6589         set fingering positions.
6590
6591         * scm/document-translation.scm (context-doc): add aliases to
6592         automated documentation.
6593
6594         * make/lilypond-vars.make: remove stepmake compat glue.
6595
6596         * make/generic-vars.make: remove cruft.
6597
6598         * lily/main.cc (main): don't identify binary.
6599
6600 2003-08-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6601
6602         * lily/include/translator.hh (class Translator): remove
6603         type_string_ , use symbol for context name throughout.
6604         Changes through whole source tree.
6605
6606         * scripts/lilypond.py: rename ly2dvi.py to lilypond.py
6607         set PDF as default, and always make PDF.
6608
6609         * lily/GNUmakefile (SUBDIRS): rename binary to lilypond-bin
6610
6611 2003-08-29  Heikki Junes  <hjunes@cc.hut.fi>
6612
6613         * ChangeLog lilypond.words Documentation/topdocs/NEWS.texi
6614         Documentation/user/refman.itely input/regression/allfontstyle.ly
6615         input/regression/grace-types.ly:
6616         fix spelling for acciaccatura (Webster's 1913).
6617
6618 2003-08-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6619
6620         * lily/main.cc (usage): adjust blurb, include url.
6621
6622         * input/regression/breathing-sign.ly (texidoc): transpose up
6623
6624 2003-08-28  Juergen Reuter  <reuter@ipd.uka.de>
6625
6626         * input/regression/breathing-sign.ly: changed ancient examples to
6627         be relevant (by request of Han-Wen); updated BreathingSign text
6628         property according to new syntax.
6629
6630         * ly/gregorian-init.ly: updated BreathingSign text property
6631         according to new syntax
6632
6633 2003-08-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6634
6635         * Documentation/user/refman.itely (Clef): give example of G_8 clef.
6636         (Clef): index entries for clefs.
6637
6638         * python/lilylib.py (system): remove errorlog files.
6639         
6640 2003-08-28  Heikki Junes  <hjunes@cc.hut.fi>
6641
6642         * lilypond.words: add \new and new graces. Add dynamics to menus
6643         keeping 1.8.x compatibility; after all the engraving relating to 
6644         notes becomes postfixed `-' marks will be removed.
6645
6646 2003-08-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6647
6648         * lily/molecule.cc (align_to): idem.
6649
6650         * lily/molecule-scheme.cc: ly_align_to_x takes continuous dir argument.
6651         
6652         * ly/grace-init.ly (stopAcciaccaturaMusic): correct misspelling of
6653         accacciatura everywhere.
6654
6655         * VERSION (PACKAGE_NAME): released 1.9.2
6656
6657         * GNUmakefile.in (EXTRA_DIST_FILES): dist lilypond.vim too.
6658
6659         * scm/document-markup.scm (markup-doc-node): sort markup function
6660         list.
6661
6662         * lily/paper-outputter.cc (output_version): change "Lily was here"
6663         into  "Engraved by LilyPond"
6664
6665         * lily/my-lily-lexer.cc (My_lily_lexer): don't crash
6666         on unquoted strings before \notenames.
6667
6668         * lily/parser.yy (lyric_element): allow markup as lyric text. This
6669         increases the number of s/r reductions to 4.
6670
6671         * scm/new-markup.scm (fraction-markup): \fraction command.
6672
6673         * lily/lexer.ll: allow any string without \ { }  # and " in \markup
6674         mode
6675
6676         * lily/lookup.cc (round_filled_box): rename function.
6677         (LY_DEFINE): round-filled-box: change signature.
6678
6679         * Documentation/user/refman.itely: revise section explaining grace
6680         notes.
6681
6682         * lily/translator-scheme.cc (LY_DEFINE): add ! to
6683         ly:set-context-property
6684
6685         * input/*/*.ly (vmus): use \new everywhere.
6686
6687         * lily/my-lily-lexer.cc: add \accacciatura and \appoggiatura
6688
6689         * ly/grace-init.ly (stopGraceMusic): add slurs on grace note by
6690         default
6691
6692         * scm/music-functions.scm (set-stop-grace-properties)
6693         (set-start-grace-properties, add-grace-property): new functions
6694         for modular grace tweak control.
6695
6696         * ly/engraver-init.ly (ScoreContext): new property graceSettings.
6697         
6698 2003-08-28  Jan Nieuwenhuizen  <janneke@gnu.org>
6699
6700         * Documentation/topdocs/INSTALL.texi: Explain install-pfa-fonts.
6701
6702         * GNUmakefile.in (install-pfa-fonts):
6703         (get-pfa-fonts): New target.
6704
6705         * stepmake/stepmake/toplevel-targets.make: Add pfa-fonts and
6706         install-pfa-fonts help.
6707
6708 2003-08-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6709
6710         * lily/translator-scheme.cc (LY_DEFINE):
6711         ly:context-pushpop-property new function.
6712         (LY_DEFINE): new function ly:translator-find  
6713         new function ly:translator?
6714         (LY_DEFINE): new function ly:context?
6715
6716         * lily/translator-def.cc: remove
6717         Translator_def::apply_pushpop_property().
6718
6719         * python/lilylib.py (read_pipe): only store and display error log
6720         if verbose not set.
6721         (read_pipe): only display log if it contains something.
6722
6723 2003-08-27  Jan Nieuwenhuizen  <janneke@gnu.org>
6724
6725         * Documentation/misc/GNUmakefile: Re-add.
6726         (TEXTS): Add CHANGES.
6727
6728 2003-08-27  Heikki Junes  <hjunes@cc.hut.fi>
6729
6730         * lilypond.words: add \newcontext.
6731
6732 2003-08-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6733
6734         * lily/tie-performer.cc (stop_translation_timestep): only flush
6735         tied_notes when we have actually made a tie. Fixes bugs with ties
6736         in polyphonic scores.
6737
6738 2003-08-26  Jan Nieuwenhuizen  <janneke@gnu.org>
6739
6740         * stepmake/autogen.sh: Bugfix: copy aclocal.m4, autogen.sh also if
6741         they do not exist.
6742
6743 2003-08-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6744
6745         * VERSION (PACKAGE_NAME): released 1.9.1 
6746
6747         * ly/engraver-init.ly (RemoveEmptyStaffContext): don't add
6748         Instrument_name_engraver
6749
6750         * lily/tie-performer.cc (create_audio_elements): bugfix
6751
6752         * Documentation/user/music-glossary.tely (Top): comment out
6753         font-style statements.
6754
6755         * input/test/force-hshift.ly: revise example.
6756
6757         * Documentation/bibliography/engraving.bib (note): typos.
6758
6759         * configure.in: bump GCC requirements to 3.x
6760
6761         * lily/include/audio-item.hh (class Audio_tie): rename
6762         note_l_drul_ to note_drul_
6763
6764         * lily/tie-performer.cc (class Tie_performer): patch for new ties.
6765
6766         * lily/parser.yy (relative_music): whoops. All \relative were off
6767         by ...  a lot .... Ahem.
6768
6769         * scm/define-music-types.scm (music-descriptions): idem.
6770
6771         * lily/beam-engraver.cc: move new-beam-event to beam-event
6772
6773         * lily/tie-engraver.cc (class Tie_engraver): move New_tie_engraver
6774         to Tie_engraver
6775
6776         * input/regression/bar-number.ly: remove unnecessary old-relative
6777         options.
6778         
6779         * Documentation/user/internals.itely (Creating contexts): document
6780         \newcontext
6781
6782         * lily/parser.yy (Composite_music): add \newcontext
6783
6784         * Documentation/user/refman.itely (MIDI block): add note about
6785         dotted tempos.
6786
6787         * scm/font.scm: remove old markup legacy
6788
6789         * GNUmakefile.in (web-clean): remake share/ after web-clean.
6790
6791         * lily/breathing-sign.cc (brew_molecule): remove function
6792
6793         * lily/text-item.cc: remove old-style markups.
6794         (interpret_markup): C++ version of markup function
6795         (brew_molecule): idem.
6796
6797         * lily/my-lily-lexer.cc (start_main_input): define input-file-name
6798         as Scheme variable.
6799
6800         * scripts/convert-ly.py (conv): dashes rule.
6801         Apply rule.
6802
6803         * Documentation/user/lilypond-book.itely: syntax fixes. 
6804
6805 2003-08-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6806
6807         * VERSION (PACKAGE_NAME): release 1.9.0
6808
6809         * Documentation/user/lilypond-book.itely (Invoking lilypond-book):
6810         note about dvips. (Should backport.)
6811
6812         * scripts/convert-ly.py
6813         (FatalConversionError.articulation_substitute): add
6814         convert-new-chords code. Remove convert-new-chords.py
6815
6816         * Documentation/user/refman.itely (Octave check): document
6817         \octave.
6818
6819         * Documentation/topdocs/NEWS.texi: add \octave, postfix and
6820         \relative changes.
6821
6822         * lily/parser.yy (command_element): octave check:
6823
6824            \octave PITCH
6825
6826         checks that PITCH (without octave) yields PITCH (with octave) in
6827         \relative
6828
6829         * lily/relative-octave-music.cc (to_relative_octave): octave check.
6830
6831         * lily/scm-option.cc: ly:set-option now has the default argument
6832         #t.
6833
6834         * lily/lexer.ll: add \renameinput
6835
6836         * python/lilylib.py (command_name): robustifications.
6837
6838         * scripts/ly2dvi.py (run_latex): use >& for redirection iso. of
6839         /dev/stderr. This is ash compatible.
6840
6841         * ly/init.ly: add warning if compatibility was not necessary.
6842
6843         * lily/scm-option.cc (LY_DEFINE): add ly:get-option
6844
6845         * flower/include/string-handle.icc: formatting cleanups, rename
6846         references by ref_count_.
6847
6848 2003-08-25  Heikki Junes  <hjunes@cc.hut.fi>
6849
6850         * make/lilypond.mandrake.spec.in: syncronize the spec file with
6851         Torbjorn Turpeinen (tobbe@nyvalls.se): fix group, update reqs,
6852         package libs separately, fix conflicting php variable out=/dev/vc/
6853         invoking `unset out', declare menus, use only one icon-file, fix
6854         doc-path in menu.
6855
6856 2003-08-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6857
6858         * scripts/convert-ly.py (FatalConversionError.conv): typo
6859
6860         * Documentation/misc/GNUmakefile: restore misc directory.
6861
6862         * input/mutopia/J.S.Bach/bwv940.ly: add 1 petite prelude
6863
6864         * input/mutopia/J.S.Bach/GNUmakefile (EXTRA_DIST_FILES): remove
6865         Petites-Preludes 
6866
6867         * input/test/partial-blank.ly (quickmeasure): syntax
6868
6869         * lily/slur.cc (get_attachment): bugfix: don't crash on non-cons
6870         attachment property.
6871
6872         * Documentation/user/refman.itely: remove superfluous -'s 
6873         (Grace notes): ) fixes.
6874
6875         * lily/music.cc: generic compress(), transpose() functions. Remove
6876         others.
6877
6878         * lily/parser.yy (gen_text_def): remove support for #'(italic )
6879         style markup entry.
6880
6881         * lily/parser.yy: all articulations postfix; remove obligatory -
6882         for [,  ) and \!
6883         
6884         * lily/music.cc (to_relative_octave): write generic
6885         to_relative_octave function; various relative cleanups.
6886         Hmmm.
6887
6888         * lily/scm-option.cc: add options new-relative and old-relative
6889
6890         * po/sv.po: new po file.
6891
6892         * Documentation/user/refman.itely (Dynamics): website
6893         fixes. (should backport!)
6894
6895 2003-08-22  Heikki Junes  <hjunes@cc.hut.fi>
6896
6897         * make/lilypond.mandrake.spec.in: declare version only once.
6898
6899 2003-08-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6900
6901         * lily/simultaneous-music.cc (to_relative_octave): undo relative
6902         meaning for now.
6903
6904 2003-08-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6905
6906         * input/mutopia/J.S.Bach/wtk1-fugue1.ly: updates
6907
6908         * input/mutopia/J.S.Bach/wtk1-prelude1.ly: remove file
6909
6910         * input/mutopia/F.Schubert/standchen.ly (trebleThrough): fixes
6911
6912         * lily/simultaneous-music.cc (to_relative_octave): add Event_chord.
6913
6914         * lily/music.cc (var): add ly:music-transpose function.
6915
6916         * lily/parser.yy (pre_events): remove prefix articulations.
6917
6918         * lily/music-sequence.cc (do_relative_octave): change relative meaning.
6919
6920         * VERSION (MY_PATCH_LEVEL): open HEAD/1.9 branch.
6921
6922         * Documentation/user/refman.itely (Text markup): add comment about
6923         markup in header.
6924
6925 2003-08-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6926
6927         * lily/paper-outputter.cc (write_header_fields_to_file): 
6928         only dump value if it is a string.
6929
6930         * flower/include/dictionary.hh: remove.
6931         
6932         * Documentation/ChangeLog-1.5: add back old log.
6933
6934         * Documentation/topdocs/INSTALL.texi (Top): explain how to get
6935         .pfas from a .deb.
6936
6937 2003-08-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6938
6939         * Documentation/bibliography/engraving.bib: add entry for
6940         Jaschinski's Notation
6941
6942 2003-08-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6943
6944         * Documentation/user/refman.itely (Beaming): add note about
6945         allowBeamBreak
6946
6947 2003-08-18  Juergen Reuter  <reuter@ipd.uka.de>
6948
6949         * lilypond.words, ly/engraver-init.ly, ly/params-init.ly: added
6950         GregorianTranscription contexts
6951
6952         * ly/engraver-init.ly: vaticana contexts: minor fixes
6953
6954         * Documentation/user/refman.itely (Ancient notation): added note
6955         on appendix length bug
6956
6957         * input/puer-fragment.ly, input/test/gregorian-scripts.ly,
6958         input/test/vaticana.ly: use vaticana contexts; small fixes
6959
6960 2003-08-17  Jan Nieuwenhuizen  <janneke@gnu.org>
6961
6962         * flower/hash.cc: Remove.
6963
6964         * flower/include/dictionary.hh (V>): Compile fix: Remove assignment
6965         to (nonexistent?) hash_func_ identifier.
6966
6967         * python/midi.c (midi_error, midi_warning): Use char const* for
6968         __FUNCTION__ argument.
6969
6970         * python/gettext.py: Remove.  We already require python 2.1, which
6971         includes gettext.py.
6972
6973         * configure.in: Require python 2.1, as INSTALL.texi says.
6974         it.
6975
6976         * Documentation/topdocs/INSTALL.texi: Add note to avoid bison
6977         versions 1.50 and 1.75.  Remove note about lexer patch.
6978
6979 2003-08-16  Jan Nieuwenhuizen  <janneke@gnu.org>
6980
6981         * Documentation/topdocs/INSTALL.texi: Update type1 font
6982         description to actual situation.  Add comment about new font ball
6983         layout.
6984
6985         * GNUmakefile.in (pfa-fonts): Create font-ball so that untar
6986         in $LILYPONDPREFIX suffices for installation.
6987
6988 2003-08-11  Jan Nieuwenhuizen  <janneke@gnu.org>
6989
6990         * debian/control (Build-Depends): Add flex-old as alternative to
6991         flex.  Deprecate bison 1.75.
6992
6993 2003-08-17  Juergen Reuter  <reuter@ipd.uka.de>
6994
6995         * lilypond.words, ly/engraver-init.ly, ly/params-init.ly: added
6996         Vaticana contexts
6997
6998         * Documentation/user/refman.itely (Ancient notation): documented
6999         some bugs; tiny fixes; added docu on Vaticana contexts
7000
7001         * gregorian-init.ly, ly/script-init.ly: moved ancient articulation
7002         scripts
7003
7004 2003-08-16  Juergen Reuter  <reuter@ipd.uka.de>
7005
7006         * Documentation/user/refman.itely (Ancient notation): added some
7007         introductory words; added section on ancient time signatures;
7008         added some @seealso and @refcommands; small fixes and
7009         beautifications
7010
7011 2003-08-15  Juergen Reuter  <reuter@ipd.uka.de>
7012
7013         * input/regression/note-head-style.ly: many fixes and updates
7014
7015         * Documentation/user/refman.itely: added small sections on ancient
7016         accidentals, rests and flags; revised ancient note head section;
7017         small wording/spelling fixes
7018
7019         * input/test/rests.ly: layout fixes
7020
7021 2003-08-14  Juergen Reuter  <reuter@ipd.uka.de>
7022
7023         * input/puer-fragment.ly: bugfix: central C position of do clef
7024
7025         * ly/gregorian-init.ly: workaround: add small padding space before
7026         divisiones (the correct fix would be the spacing engine to handle
7027         this)
7028
7029 2003-08-13  Graham Percival  <gperlist@shaw.ca>
7030
7031         * input/test/bar-lines-lyric-only.ly, boxed-molecule.ly,
7032         cue-notes.ly: minor fixes.
7033
7034 2003-08-13  Juergen Reuter  <reuter@ipd.uka.de>
7035
7036         * Documentation/user/refman.itely: bugfix: remove obsolete link to
7037         input/test/custos-style.ly
7038
7039         * Documentation/index.html.in: bugfix: link to Tutorial.html
7040
7041         * input/puer-fragment.ly: bugfix: assigment of syllables "no-bis"
7042         to neumes; bugfix: "et": epiphonus, not just a simple pes
7043
7044 2003-08-12  Heikki Junes <hjunes@cc.hut.fi>
7045
7046         * lilypond-mode.el: split `Insert Tag' if it is long enough.
7047
7048         * lilypond.words: add new features: markup, column, center, \[ \].
7049         
7050 2003-08-10  Heikki Junes <hjunes@cc.hut.fi>
7051
7052         * Documentation/topdocs/NEWS.texi, DEDICATION,
7053         stepmake/bin/add-html-footer.py
7054         input/mutopia/J.S.Bach/baerenreiter-sarabande.ly
7055         input/mutopia/J.S.Bach/wtk1-fugue1.ly
7056         input/mutopia/J.S.Bach/wtk1-prelude1.ly
7057         Documentation/topdocs/INSTALL.texi: `bug'fix: a colon `:' is 
7058         added (only) after a sentence which is complete; if the sentence is 
7059         not ended a comma `,' or nothing is used. fix also spaces.
7060
7061 2003-08-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7062
7063         * Documentation/topdocs/INSTALL.texi (Top): change GUILE
7064         requirements to plain 1.6.
7065
7066         * buildscripts/mutopia-index.py (read_lilypond_header): update
7067         mutopia-index.py to 1.4 syntax [sic]
7068
7069 2003-08-07  Heikki Junes <hjunes@cc.hut.fi>
7070
7071         * make/lilypond.mandrake.spec.in: remove menu, sync with redhat-spec.
7072
7073 2003-08-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7074
7075         * Documentation/index.html.in: url for regression pdf
7076
7077         * Documentation/user/cheatsheet.itely (Cheat sheet): single staff.
7078
7079         * Documentation/user/tutorial.itely (Piano staves): s/staffs/staves/g
7080
7081         * make/lilypond.redhat.spec.in (Buildrequires): texinfo >= 4.6 reqd.
7082
7083         * VERSION: 1.8.0 released
7084         
7085         * GNUmakefile.in (local-WWW-post): footify build fix.
7086
7087         * configure.in: require GUILE 1.6.4
7088
7089         * Documentation/user/GNUmakefile: don't copy *.png for
7090         lilypond-internals
7091
7092         * GNUmakefile.in (local-WWW-post): move mutopia-index to toplevel
7093         local-WWW-post target.
7094         (rsync-web): add rsync-web target
7095
7096         * Documentation/user/introduction.itely (Music notation and
7097         engraving): add neume example
7098
7099         * input/puer-fragment.ly (cantus): add puer-fragment
7100
7101 2003-08-06  Jan Nieuwenhuizen  <janneke@gnu.org>
7102
7103         * input/no-notation/midi-volume-equaliser.ly: Add volume setting
7104         to notes, so that equalizer is actualy being used.
7105
7106         * scm/midi.scm (instrument-equalizer-alist):
7107         (absolute-volume-alist): Define public, so that user can copy or
7108         override.
7109
7110         * lily/key-performer.cc (create_audio_elements): Check for minor
7111         key.  Only if key is minor, set MIDI key to minor.
7112
7113 2003-08-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7114
7115         * Documentation/user/refman.itely (Hiding staffs): fixes.
7116
7117         * mf/feta-eindelijk.mf (tracingvariables): add TODO.
7118
7119         * lily/system-start-delimiter.cc (after_line_breaking): retrieve
7120         vertical extents to deal with Hara kiri correctly.
7121
7122         * input/regression/hara-kiri-short.ly: remove
7123
7124         * input/regression/hara-kiri-pianostaff.ly: update test.
7125
7126         * Documentation/user/*.tely: remove WEBTITLE
7127
7128         * scm/output-tex.scm (comment): idem.
7129
7130         * scm/output-pdftex.scm: remove GUILE 1.4 glue
7131
7132         * scm/music-functions.scm (make-lyric-event): new function
7133
7134         * scm/lily.scm (lilypond-version): new function
7135
7136         * input/test/version-output.ly: new file.
7137
7138         * Documentation/user/lilypond.tely: add version number to
7139         front-page.
7140
7141 2003-08-05  Jan Nieuwenhuizen  <janneke@gnu.org>
7142
7143         * input/test/midi-scales.ly: Reformat to match midi2ly output again.
7144
7145 2003-08-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7146
7147         * input/template/gregorian-transcription.ly (barTwo): syntax update.
7148
7149         * Documentation/user/refman.itely (Hiding staffs): rename node.
7150
7151 2003-08-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7152
7153         * input/regression/new-markup-syntax.ly (texidoc): remove
7154         molecule-callback override.
7155
7156 2003-08-04  Jan Nieuwenhuizen  <janneke@gnu.org>
7157
7158         * input/les-nereides.ly: Mark tweaks with %tweak.
7159
7160         * Debian patch, see debian/changelog (Anthony Fok).
7161
7162 2003-08-04  Jan Nieuwenhuizen  <janneke@gnu.org>
7163
7164         * buildscripts/lilypond-profile.sh: Add workaround for zsh posix
7165         problem.
7166
7167 2003-08-04  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
7168
7169         * Documentation/user/refman.itely (Text markup): Fix language bug.
7170
7171 2003-08-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7172
7173         * input/* : postfix syntax fixes.
7174
7175         * Documentation/user/refman.itely (Text markup): add note about
7176         raise/lower with ^ or _ .
7177         
7178         * po/fi.po: fix \\apply strings.
7179
7180         * lily/parser.yy (open_event): warn for prefix articulations.
7181
7182 2003-08-04  Juergen Reuter  <reuter@ipd.uka.de>
7183
7184         * lily/all-font-metrics.cc (find_font): bugfix: apply Han-Wen's last
7185         fix also on parmesan font.
7186
7187 2003-08-03  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7188
7189         * VERSION 1.7.30 released
7190         
7191         * GNUmakefile.in (EXTRA_DIST_FILES): remove lexer GCC patch.
7192
7193         * buildscripts/mutopia-index.py (headertext): rewording
7194
7195 2003-08-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7196
7197         * scm/new-markup.scm (strut-markup): new markup function.
7198
7199         * scm/bass-figure.scm (make-bass-figure-markup): insert vertical
7200         space also when no accidental is there.
7201
7202 2003-08-02  Jan Nieuwenhuizen  <janneke@gnu.org>
7203
7204         * input/les-nereides.ly: Updates.
7205
7206 2003-08-02  Heikki Junes <hjunes@cc.hut.fi>
7207
7208         * lilypond-mode.el (LilyPond-insert-tag-current): new function,
7209         which repeats the tag insertion selected from "Insert tag" menu.
7210
7211 2003-08-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7212
7213         * lily/all-font-metrics.cc (find_font): load AFM files first only
7214         for feta fonts. This fixes problems with TeXlive and other TeX
7215         distros that include AFM files for the CM fonts. 
7216
7217         * scm/font.scm (qualifiers-to-font-name): remove.
7218
7219         * lily/paper-def.cc: remove get_var.
7220
7221         * input/trip.ly: remove file.
7222         
7223         * input/regression/spacing-note-flags.ly (raggedright): remove
7224         stafflinethickness
7225
7226         * input/les-nereides.ly: update to new syntax, cleanups.
7227
7228 2003-08-01  Jan Nieuwenhuizen  <janneke@gnu.org>
7229
7230         * Documentation/user/refman.itely: Clarify shortest-note problem
7231         of autobeamer.
7232
7233 2003-08-01  Heikki Junes <hjunes@cc.hut.fi>
7234
7235         * lilypond-mode.el: Add each word to regexps only once.
7236
7237         * lilypond-mode.el (LilyPond-insert-tag): add new function, which 
7238         is based on the syntax definitions in lilypond.words. Remove all 
7239         LilyPond-insert-tag-* functions. Restructure LilyPond menu. 
7240         LilyPond->Insert menu is generated by the entries in lilypond.words 
7241         to which have been given a syntax definition.
7242
7243         * lilypond.words: give syntax definitions (LilyPond-insert-tag) for 
7244         \notes, \relative, \score, \simultaneous, \transpose.
7245
7246         * lilypond-mode.el: allow non-alpha characters only in menu keywords.
7247
7248         * lilypond.words: add useful `\context Staff =' and `\context Voice ='.
7249         
7250         * lilypond-mode.el: add menu keywords separately.
7251
7252         * lilypond.words: post-syntaxed slur pairs and syntax for \times.
7253
7254 2003-08-01  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
7255
7256         * Documentation/topdocs/INSTALL.texi (Top): Documentation of the
7257         current ugly installation method for PFA fonts.
7258
7259 2003-07-31  Heikki Junes <hjunes@cc.hut.fi>
7260
7261         * lilypond-mode.el: Junk LilyPond-quick-notes-insert; instruct 
7262         to use LilyPond Quick Insert Mode by Nicolas Sceaux, instead.
7263
7264         * Documentation/user/music-glossary.tely: update legato.
7265
7266 2003-07-30  Jan Nieuwenhuizen  <janneke@gnu.org>
7267
7268         * lexer-gcc-3.0.patch: Remove.
7269
7270         * lexer-gcc-3.1.sh: Disable FlexLexer.h massaging.
7271
7272 2003-07-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7273
7274         * debian/rules (binary-arch): remove NEWS.
7275
7276 2003-07-30  Heikki Junes <hjunes@cc.hut.fi>
7277
7278         * buildscripts/{ many }, lily/main.cc, po/{ all }, scripts{ many },
7279         stepmake/bin{ many }: polish the `--help's of different scripts;
7280         model taken from the core-utils of Linux.
7281
7282         * flower/getopt-long.cc, python/lilylib.py: add space, see above.
7283
7284 2003-07-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7285
7286         * flower/parse-afm.cc (parseCharMetrics): add warnings.
7287
7288         * flower/libc-extension.cc: idem.
7289
7290         * flower/include/libc-extension.hh: protect against isinf macros.
7291
7292 2003-07-29  Heikki Junes <hjunes@cc.hut.fi>
7293
7294         * { many }: Use two uppercase letters in LilyPond.
7295
7296         * lily/main.cc, po/{ many }, scripts/{ many }: add verbs.
7297
7298         * VERSION: 1.7.29 released.
7299         
7300 2003-07-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7301
7302         * lily/tie.cc: add TODO comment.
7303
7304         * lily/bezier.cc: replace bezier-bow with bezier-sandwich.
7305
7306         * scm/*.scm: remove bezier-bow. Use bezier-sandwich with rounded
7307         linejoins and linecaps. This fixes problems with occasional spikes
7308         on slur/tie endings.
7309         
7310         * input/regression/font-name.ly: don't use PS fonts for
7311         compatibility reasons. 
7312
7313         * mutopia/claop.py (accents): update to 1.8
7314
7315         * Documentation/user/music-glossary.tely (Top): remove 13pt.
7316
7317         * Documentation/user/macros.itexi: don't color glossary links.
7318
7319         * Documentation/user/invoking.itexi (Error messages): new section
7320
7321 2003-07-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7322
7323         * input/regression/font-name.ly: add file.
7324
7325         * scm/document-backend.scm (grob-doc): remove <hr> from
7326         lilypond-internals
7327
7328         * Documentation/topdocs/INSTALL.texi (Top): bump GUILE
7329         reqd version to 1.6.4 
7330
7331         * lily/font-interface.cc (get_font): bugfix: take font-name from
7332         alist chain too. This fixes font-name override for \markup.
7333
7334 2003-07-28  Jan Nieuwenhuizen  <janneke@gnu.org>
7335
7336         * Documentation/pictures/GNUmakefile (OUT_DIST_FILES): Remove icon.
7337
7338         * input/test/polymetric-differing-notes.ly: Compile fix.
7339
7340 2003-07-28  Juergen Reuter  <reuter@ipd.uka.de>
7341
7342         * Documentation/user/refman.itely: fixed typo
7343
7344         * lily/vaticana-ligature-engraver.cc: bugfix: insert extra space
7345         before flexa
7346
7347 2003-07-27  Heikki Junes  <hjunes@cc.hut.fi>
7348
7349         * input/test/{ many }: search & fix some typos.
7350
7351 2003-07-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7352
7353         * scripts/ly2dvi.py (include_path): use preview_resolution for PNG
7354         images.
7355
7356         * scm/music-functions.scm (make-voice-props-set): set Script /
7357         TextScript dir for polyphony too.
7358
7359         * scm/define-grobs.scm (all-grob-descriptions): decrease space
7360         before clef.
7361
7362         * flower/libc-extension.cc (my_round): ANSI-C compatible rounding.
7363
7364 2003-07-27  Rune Zedeler  <rz@daimi.au.dk>
7365
7366         * Documentation/user/refman.itely (Percussion): Small
7367         clarifications and fixes.
7368
7369         * scm/drums.scm: Bugfix: Use string instead of symbol when naming
7370         threads. This fixes different heads playing simultaneously.
7371
7372 2003-07-27  Heikki Junes  <hjunes@cc.hut.fi>
7373
7374         * Documentation/user/{ many }: increase readability (read through 
7375         User manual from `one big page').
7376
7377 2003-07-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7378
7379         * input/test/polymetric-differing-notes.ly: add example with
7380         disparate note values.
7381
7382         * input/test/polymetric.ly: rename from poly-metric
7383
7384         * scripts/ly2dvi.py (include_path): bugfix: use outbase
7385         iso. outname.
7386
7387         * mf/feta-klef.mf: clef fixes, remove left/right spacing.  set
7388         G-clef bbox to real char extents. This fixes the G-clef being
7389         offset too much to the right.
7390         document perc clef offset.
7391
7392         WARNING: FONT CHANGED.
7393
7394         * Documentation/user/tutorial.itely (Tutorial): move menu.
7395
7396 2003-07-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7397
7398         * buildscripts/lilypond-profile.sh (Error): trim error message.
7399
7400         * Documentation/user/invoking.itexi (Invoking the lilypond
7401         binary): add note about path.
7402
7403         * Documentation/user/macros.itexi: add @c at EOL, hopefully
7404         suppresses superfluous spaces.
7405
7406 2003-07-25  Jan Nieuwenhuizen  <janneke@gnu.org>
7407
7408         * buildscripts/lilypond-profile.sh: Add documentation to error
7409         message.
7410
7411         * make/srcdir.make.in (web-install): Use SRCMAKE, set outdir.
7412
7413 2003-07-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7414
7415         * scripts/lilypond-book.py: HTML fixes (by Michael Ossmann
7416         <mike@ossmann.com>)
7417
7418         * Documentation/bibliography/computer-notation.bib (pages): prune
7419         unscientific language.
7420
7421         * Documentation/user/GNUmakefile: copy unsplit file to
7422         lilypond.html (idem for lilypond-internals).
7423
7424         * buildscripts/mutopia-index.py (read_dict): remove "example file:"
7425
7426         * Documentation/topdocs/NEWS.texi (Top): rewrite NEWS in texinfo.
7427
7428         * python/lilylib.py (lilypond_version): 2.1 proof version check.
7429
7430         * lily/staff-symbol-referencer.cc (LY_DEFINE): lrint, the final
7431         fix.
7432         
7433 2003-07-25  Heikki Junes  <hjunes@cc.hut.fi>
7434
7435         * Documentation/user/{ various }: bind text snippets with their
7436         examples, e.g. by punctuation: This is an example.
7437
7438 2003-07-25  Jan Nieuwenhuizen  <janneke@gnu.org>
7439
7440         * ly/performer-init.ly (VoiceContext): Typos.
7441
7442         * stepmake/stepmake/toplevel-targets.make (install): For srcdir
7443         builds, leave final-install to toplevel srcdir makefile.
7444
7445         * make/srcdir.make.in (install): New target.
7446
7447 2003-07-24  Jan Nieuwenhuizen  <janneke@gnu.org>
7448
7449         * ly/performer-init.ly (TabStaffContext, TabVoiceContext): Add.
7450         This fixes core dump on MIDI output (Simon Weatherill).
7451
7452         * stepmake/stepmake/generic-targets.make (WWW-post): Oops, depend
7453         on local-WWW-post.
7454
7455 2003-07-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7456
7457         * make/lilypond.redhat.spec.in: add dvips to reqs.
7458
7459 2003-07-24  Jan Nieuwenhuizen  <janneke@gnu.org>
7460
7461         * make/srcdir.make.in (web): Add special web target.
7462
7463         * stepmake/stepmake/generic-targets.make (WWW): Remove $(MAKE)
7464         from inner $(LOOP).
7465
7466         * cygwin/mknetrel: Override $(webdir) (was: $(docdir)).
7467
7468         * stepmake/stepmake/generic-targets.make (www-targets-help):
7469         * GNUmakefile.in (web-install): Install in $(webdir).
7470
7471         * input/test/smart-transpose.ly (texidoc): texidoc compile fix.
7472
7473         * cygwin/changelog: 
7474         * cygwin/mknetrel: Update.
7475
7476         * GNUmakefile.in (web-install): Rename (was: install-html-doc).
7477         (html-doc): Remove (use: web).
7478
7479         * stepmake/stepmake/script-rules.make: 
7480         * stepmake/stepmake/python-module-rules.make ($(outdir)/%.py):
7481         Fix $(config_make) dependencies for srcdir build.
7482
7483         * stepmake/stepmake/generic-targets.make ($(config_make)): Fix
7484         target for srcdir build.
7485
7486         * stepmake/make/stepmake.make: 
7487         * make/srcdir.make.in: 
7488         * GNUmakefile.in:
7489         * make/stepmake.make (config_make): Rename variable (was:
7490         configuration).
7491
7492 2003-07-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7493
7494         * Documentation/user/internals.itely (Manipulating music
7495         expressions): run lilypond on example too.
7496
7497         * flower/include/libc-extension.hh: move lrint define to
7498         header. bugfix.
7499         
7500 2003-07-24  Jan Nieuwenhuizen  <janneke@gnu.org>
7501
7502         * stepmake/GNUmakefile.in (STEPMAKE_TEMPLATES): 
7503         * stepmake/stepmake/GNUmakefile (STEPMAKE_TEMPLATES): Add www (why
7504         do we recurse whole tree?).
7505
7506         * GNUmakefile.in (html-doc): Resurrect.
7507
7508         * Documentation/pictures/GNUmakefile (default, local-dist): Remove
7509         obsolete $(package-icon) dependency.
7510
7511 2003-07-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7512
7513         * Documentation/user/refman.itely (Automatic staff changes):
7514         add seealso 
7515
7516         * Documentation/index.html.in: link to bigpage.
7517
7518         * Documentation/user/tutorial.itely (Tutorial): streamline.
7519
7520         * Documentation/index.html.in: url typo.
7521
7522         * VERSION (PACKAGE_NAME): release 1.7.28
7523
7524         * python/lilylib.py (error_log): remove '/' from name.
7525
7526         * input/regression/pedal.ly: remove; dups input/test/
7527         
7528         * stepmake/stepmake/texinfo-rules.make: remove footify everywhere.
7529
7530         * Documentation/index.html.in: python style doco index.
7531
7532         * Documentation/{footer,header}.html.in (src): remove, 
7533
7534         * Documentation/pictures: remove all but lelie-logo.xpm.
7535
7536         * stepmake/stepmake/texinfo-vars.make (MAKEINFO): unset LANG
7537         before running makeinfo.
7538
7539         * lily/include/music-iterator.hh (IMPLEMENT_CTOR_CALLBACK): add
7540         @code{}
7541
7542 2003-07-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7543
7544         * input/test/bar-number-regular-interval.ly: rename.
7545
7546         * Documentation/user/*: various fixes. 
7547
7548 2003-07-24  Heikki Junes  <hjunes@cc.hut.fi>
7549
7550         * Documentation/{ many }: polish for update-all-menus. typos.
7551
7552         * po/fi.po: fixes.
7553
7554         * Documentation/topdocs/{README.texi,INSTALL.texi}: update links.
7555
7556         * buildscripts/mutopia-index.py: polish.
7557
7558         * input/regression/{ many }, input/test{ many }: polish texidocs.
7559
7560 2003-07-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7561
7562         * scripts/convert-ly.py (FatalConversionError.conv): rule for
7563         pedal-style
7564
7565         * lily/text-spanner.cc (brew_molecule): use bracket-flare
7566         iso. edge-widen.
7567
7568         * lily/piano-pedal-engraver.cc (process_music): change from
7569         process_acknowledged ()
7570
7571         * lily/piano-pedal-bracket.cc: new file. Change
7572         setup_pedal_bracket in after_line_breaking callback.  Thoroughly
7573         cleaned up.
7574
7575         * lily/text-spanner.cc (setup_pedal_bracket): cleanup.
7576
7577         * input/regression/tuplets.ly (texidoc): rename file.
7578
7579         * po/fr.po: update
7580
7581         * buildscripts/lilypond-profile.sh: error message if script is not
7582         sourced.
7583
7584         * lily/tuplet-bracket.cc (make_bracket): change edge-widen to
7585         bracket-flare
7586         (make_bracket): simplify code.
7587
7588         * lily/parser.yy (verbose_command_req): catch typos in \key scale
7589         argument.
7590
7591         * python/lilylib.py (lilypond_version_check): new function
7592
7593         * scripts/lilypond-book.py (TexiPaper.incl_opt): idem
7594
7595         * scripts/ly2dvi.py (run_lilypond): add version check.
7596
7597         * scripts/lilypond-book.py (option_definitions): typo
7598
7599         * scripts/ly2dvi.py (include_path): typo
7600
7601         * make/lilypond.redhat.spec.in (Group): add INSTALL.txt
7602
7603         * lily/parse-scm.cc (parse_handler): typo
7604
7605         * Documentation/user/macros.itexi: use @heading for headings.
7606
7607         * Documentation/user/refman.itely: updates, fixes.
7608
7609 2003-07-23  Heikki Junes  <hjunes@cc.hut.fi>
7610
7611         * po/fi.po: add Finnish translations. fixes.
7612
7613         * stepmake/stepmake/toplevel-targets.make: rpm-mandrake -> rpm-mdk.
7614
7615         * lily/piano-pedal-engraver.cc: fixed warnings, got working syntax
7616         from lily/glissando-engraver.cc.
7617
7618 2003-07-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7619
7620         * lily/volta-bracket.cc (brew_molecule): opps: only wipe number
7621         for non-first _broken_ bracket.
7622
7623         * Documentation/user/refman.itely: corrections.
7624
7625 2003-07-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7626
7627         * lily/new-fingering-engraver.cc (position_scripts): add heads to
7628         support of the fingerings.
7629
7630         * po/fr.po: French translation update.
7631
7632         * lily/parser.yy (Composite_music): add extra \ for "\apply" in
7633         strings.
7634
7635 2003-07-22  Jan Nieuwenhuizen  <janneke@gnu.org>
7636
7637         * Documentation/user/introduction.itely: Small fixes.
7638
7639 2003-07-22  Heikki Junes  <hjunes@cc.hut.fi>
7640
7641         * Documentation/topdocs/AUTHORS.texi: polish.
7642
7643 2003-07-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7644
7645         * Documentation/user/introduction.itely: revise
7646
7647         * Documentation/user/tutorial.itely: reorganise.
7648
7649         * Documentation/topdocs/index.tely: remove.
7650
7651         * Documentation/header.html.in: prune.
7652
7653         * GNUmakefile.in: clean up web building.
7654
7655         * stepmake/stepmake/generic-targets.make (WWW): add WWW as generic
7656         target.
7657
7658 2003-07-21  Heikki Junes  <hjunes@cc.hut.fi>
7659
7660         * lilypond-font-lock.el: do not try to match two-char slurs \) \].
7661
7662         * lilypond-mode.el: turn on blink-matching-paren.
7663
7664 2003-07-21  Jan Nieuwenhuizen  <janneke@gnu.org>
7665
7666         * scm/output-sodipodi.scm (svg-header): Fix typo.
7667
7668 2003-07-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7669
7670         * python/lilylib.py (error_log): use mktemp iso.  temp_dir. This
7671         fixes a security hole.
7672
7673         * scripts/lilypond-book.py (original_dir): remove temp_dir
7674
7675         * scm/document-translation.scm: use @code tags.
7676
7677 2003-07-20  Heikki Junes  <hjunes@cc.hut.fi>
7678
7679         * lilypond-font-lock.el: do not try to match two-char slurs \( \[.
7680
7681         * lilypond-mode.el: add a buffer-local post-command-hook to set
7682         context dependent syntax-table after each cursor event. Remove old
7683         stuff. XEmacs: turn on parenthesis highlighting in LilyPond-mode.
7684
7685         * lilypond-indent.el: update comments.
7686
7687         * Documentation/footer.html.in: add period.
7688
7689 2003-07-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7690
7691         * make/lilypond.redhat.spec.in (Group): don't strip binary.
7692
7693         * scm/document-translation.scm (document-property-operation): add
7694         @code{} tags.
7695
7696         * VERSION (PACKAGE_NAME): release 1.7.27
7697
7698         * config.make.in: add PAPER variable
7699
7700         * buildscripts/new-chords.py (help): add help text
7701
7702         * Documentation/user/introduction.itely (Typography and program
7703         architecture):  fixes.
7704
7705         * Documentation/user/GNUmakefile (DVIPS_PAPERSIZE): set A4 paper
7706         for texinfo and dvips. This fixes problems with PDF output of the
7707         wrong size.
7708
7709         * stepmake/stepmake/tex-rules.make ($(outdir)/%.ps): add
7710         DVIPS_PAPERSIZE variable
7711
7712         * stepmake/stepmake/texinfo-rules.make ($(outdir)/%.dvi): add
7713         TEXINFO_PAPERSIZE variable 
7714
7715 2003-07-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7716
7717         * mf/feta-macros.mf: whoops: only draw lines for test situations.
7718
7719         * mf/feta-toevallig.mf: lowres fixes.
7720
7721 2003-07-19  Jan Nieuwenhuizen  <janneke@gnu.org>
7722
7723         * NEWS: Typo and fill-paragraph fixes.
7724
7725         * flower/libc-extension.cc (lrint)[!HAVE_LRINT]: Use round () and
7726         cast #define.
7727
7728         * configure.in: 
7729         * config.hh.in: Check for lrint.
7730
7731 2003-07-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7732
7733         * VERSION: 1.7.26 released
7734
7735         * lily/separation-item.cc: add padding property.
7736
7737         * input/test/*.ly: various fixes, remove solo-a2.ly
7738
7739         * scm/new-markup.scm (brew-new-markup-molecule): arg order
7740         bugfix. Fixes old-style markup compatibility.
7741
7742         * Documentation/user/introduction.itely (Introduction): historical
7743         elucidations
7744
7745         * Documentation/user/music-glossary.tely (Top): linewidth fix.
7746
7747         * Documentation/topdocs/AUTHORS.texi (AUTHORS): cleanup.
7748
7749         * Documentation/index.texi (Top): cleanup.
7750
7751         * Documentation/user/introduction.itely (Introduction): rewrite
7752         introduction, 
7753         (Music notation and  engraving): about notation. Add flat-picture
7754
7755 2003-07-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7756
7757         * ly/engraver-init.ly (LyricsVoiceContext): add padding for
7758         separation items. This keeps lyrics from bumping into each other.
7759
7760 2003-07-18  Jan Nieuwenhuizen  <janneke@gnu.org>
7761
7762         * GNUmakefile.in (topdocs-web): New target.
7763         (local-web): Depend on topdocs-web; fixes html-doc.
7764
7765 2003-07-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7766
7767         * po/lilypond.pot: run po-replace
7768
7769         * Documentation/GNUmakefile (SUBDIRS): remove windows/ directory
7770
7771         * scm/drums.scm (reset-drum-kit): new function.
7772
7773         * Documentation/GNUmakefile (SUBDIRS): remove misc/ directory.
7774
7775         * scripts/update-lily.py: remove
7776         
7777         * VERSION: release 1.7.25
7778         
7779         * Documentation/user/introduction.itely (Introduction): rewrite
7780         start of introduction.
7781
7782 2003-07-18  Juergen Reuter  <reuter@ipd.uka.de>
7783
7784         * lily/all-font-metrics.cc: fixed typo
7785
7786 2003-07-18  Heikki Junes  <hjunes@cc.hut.fi>
7787
7788         * lilypond-font-lock.el (LilyPond-mode-set-syntax-table, 
7789         LilyPond-mode-context-set-syntax-table): new functions to define
7790         the syntax table according to context.
7791
7792         * lilypond-mode.el: use LilyPond-mode-set-syntax-table.
7793
7794 2003-07-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7795
7796         * Documentation/user/refman.itely (Figured bass): 
7797         language nit courtesy http://www.vocabula.com
7798
7799         * GNUmakefile.in: remove no kpathsea hack.
7800
7801         * Documentation/topdocs/INSTALL.texi (Top): remove web-doc from
7802         doco.
7803
7804         * GNUmakefile.in: remove web-doc target.
7805
7806         * lily/all-font-metrics.cc (find_afm): add message about
7807         buildscripts/clean-fonts.sh 
7808
7809         * scm/define-music-properties.scm (figure): use string for 'figure
7810
7811         * lily/parser.yy (bass_number): allow strings for bassfigure too. 
7812
7813         * input/regression/ : add raggedright = ##t where applicable. 
7814         
7815         * scm/bass-figure.scm (make-bass-figure-markup): add
7816         alignBassFigureAccidentals property.
7817
7818         * lily/volta-bracket.cc (brew_molecule): only put text on 1st
7819         bracket.
7820
7821         * lily/hyphen-spanner.cc (set_spacing_rods): new function: take
7822         syllables widths into account for minimum-length.
7823
7824         * input/test/staff-container.ly: update file
7825
7826         * input/test/stem.ly: remove
7827
7828         * lily/event.cc (LY_DEFINE): add ly: prefix.
7829
7830         * input/test/clef-manual-control.ly: from manual-clef
7831
7832         * input/test/repeat-shorter-bracket.ly: move from coda-kludge 
7833
7834         * input/test/different-time-signatures.ly: move to poly-metric.ly
7835
7836         * input/test/hara-kiri*,scales.ly: remove
7837         
7838         * input/test/chord-names-dpnj.ly (efullmusic): remove file (merged
7839         with chord-names-jazz.ly)
7840
7841         * make/mutopia-rules.make ($(outdir)/%.pdf): use +lilypond.map to
7842         get scalable cm fonts too.
7843
7844         * stepmake/stepmake/metafont-rules.make (ENCODINGOPTION): add
7845         --encoding for mftrace if present.
7846
7847         * input/regression/slur-area.ly: move from test/
7848
7849         * input/test/: remove simple-slur-endings slur-attachment
7850         slur-broken-cross-staff slur-broken.ly slur-damping.ly
7851         slur-follow-music.ly slur-position.ly slur-proof.ly slur-shape.ly
7852         slur-symmetry slur-symmetry tie-broken.ly
7853
7854         * scm/drums.scm (set-drum-kit): add function.
7855
7856         * Documentation/user/refman.itely (Percussion staves): use
7857         set-drum-kit
7858
7859         * scripts/etf2ly.py (interpret_finale_key_sig): handle minor keys
7860         too
7861         (Global_measure.set_timesig): handle 3/8 time sig too.
7862
7863         * scm/output-lib.scm (note-head-style->attachment-coordinates):
7864         note about triangle note heads.
7865
7866         * scm/drums.scm: use alist for instrument-settings. This fixes the
7867         bug with assigning to drums in the .ly file.
7868
7869         * mf/feta-autometric.mf (code): start font at 32. WARNING: FONT
7870         CHANGED.
7871
7872         * scm/define-grob-interfaces.scm (cluster-beacon-interface): add
7873         cluster-beacon-interface
7874
7875         * scm/define-grobs.scm (all-grob-descriptions): default to ramp.
7876
7877         * scripts/convert-ly.py (FatalConversionError.conv): add cluster rule.
7878
7879         * ly/spanners-init.ly (stopGroup): remove start/stopCluster.
7880
7881         * lily/cluster.cc (brew_molecule): examine ClusterSpannerBeacons
7882         to get positions.
7883
7884         * lily/cluster-engraver.cc: rewrite: catch cluster-note-events,
7885         make ClusterSpannerBeacon to record Y positions. This removes the
7886         need to switch off notes. Use \apply #notes-to-clusters { .. }  to
7887         make cluster-note-events.
7888
7889 2003-07-17  Jan Nieuwenhuizen  <janneke@gnu.org>
7890
7891         * stepmake/aclocal.m4: Do AC_PATH_PROG for python.
7892
7893         * configure.in: Use lily/main.cc as identifying source file.
7894
7895         * lily/accidental-engraver.cc: Compile fix: include protected-scm.hh.
7896
7897         * config.hh.in: 
7898         * python/midi.c: Remove <pyphonX>/Python.h ifdef tree.
7899
7900         * configure.in: Require PYTHON >= 2.0.
7901
7902         * stepmake/aclocal.m4 (STEPMAKE_PYTHON_DEVEL): Rewrite.  Ask
7903           $PYTHON for include dir location.
7904         (STEPMAKE_PYTHON): New function.  Use
7905         
7906             PYTHON=foo ./configure
7907
7908           to override.
7909
7910 2003-07-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7911
7912         * lily/translator-scheme.cc (LY_DEFINE): bugfix: always return
7913         something.
7914
7915         * make/lilypond.redhat.spec.in (Group): change ftp.cs.uu.nl to
7916         ftp.lilypond.org everywhere.
7917
7918 2003-07-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7919
7920         * lily/text-item.cc (interpret_new_markup): do only if new-markup
7921         detected.
7922
7923         * Documentation/user/refman.itely (Grace notes): note on explicit
7924         contexts
7925
7926 2003-07-16  Heikki Junes  <hjunes@cc.hut.fi>
7927
7928         * lilypond-font-lock.el: add a comment about LilyPond specific
7929         escape characters: ^, - and _, in the syntax table.
7930
7931         * Documentation/user/appendices.itely: a majuscule fix.
7932
7933 2003-07-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7934
7935         * input/test/trills.ly (endHorizScript): fixes.
7936
7937         * input/test/chord-names-jazz.ly: merge in alternate Jazz
7938         notation, move from regression.
7939
7940         * input/test/script-stack.ly: change name from stacked-scripts
7941
7942         * input/test/ossia.ly: octave errors.
7943
7944         * input/no-notation/midi-tuplets.ly: move from input/test/, idem
7945         for midi-volume-equaliser
7946
7947 m2003-07-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7948
7949         * scm/output-ps.scm (lily-traced-cm-fonts): substitution for lily
7950         cm fonts.
7951
7952         * mf/feta-beugel.mf: don't multiply font_count by 10.
7953
7954         * lily/lookup.cc (horizontal_line): new function. Use
7955         horizontal-line in output backends.
7956
7957         * Documentation/user/tutorial.itely (An orchestral part): new
7958         section on orchestral stuff and identifiers.
7959
7960 2003-07-14  Heikki Junes  <hjunes@cc.hut.fi>
7961
7962         * lilypond-mode.el: comment-out paren-highlighting, it still causes
7963         some interference to other modes.
7964
7965 2003-07-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7966
7967         * lily/spacing-spanner.cc (musical_column_spacing): use average,
7968         not maximum of spacing wishes in polyphonic situations.
7969
7970         * scm/define-grobs.scm (all-grob-descriptions): bold tuplet
7971         number
7972
7973         * lilypond-indent.el: remove paren matching. 
7974
7975         * lily/text-item.cc (interpret_new_markup): new function
7976         use iso. text2molecule.
7977
7978         * lily/main.cc (notice): change FSF address 
7979
7980         * po/de.po: update PO file to 1.6.
7981
7982 2003-07-13  Heikki Junes  <hjunes@cc.hut.fi>
7983
7984         * Documentation/user/ {many}: Add periods and remove spaces.
7985         
7986 2003-07-11  Heikki Junes  <hjunes@cc.hut.fi>
7987
7988         * lilypond-indent.el (LilyPond-paren-set-mode): From XEmacs' paren.el:
7989         Disable buffer-locally default paren hook and make a new one. 
7990
7991         * lilypond-mode.el: Turn off locally paren-mode, but turn on
7992         locally LilyPond-paren-mode. Add todo for mouse double-click.
7993
7994 2003-07-10  Heikki Junes  <hjunes@cc.hut.fi>
7995
7996         * lilypond-indent.el (LilyPond-show-paren-mode): From Emacs' paren.el:
7997         Disable buffer-locally default paren idle timer and make a new one. 
7998
7999         * lilypond-mode.el: Turn off locally show-paren-mode, but turn on
8000         locally LilyPond-show-paren-mode. Add to menu a toggle for
8001         LilyPond-show-paren-function.
8002
8003 2003-07-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8004
8005         * input/template/jazz-combo.ly (drumNotes): 1.7 fixes 
8006
8007 2003-07-09  Heikki Junes  <hjunes@cc.hut.fi>
8008
8009         * Documentation/user/refman.itely: spelling fix.
8010
8011         * lilypond-mode.el, lilypond-indent.el: restrusture and comment
8012         paren highlight function definitions. add todo for
8013         LilyPond-show-paren-mode.
8014
8015 2003-07-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8016
8017         * input/template/jazz-combo.ly: new file.
8018
8019 2003-07-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8020
8021         * mf/feta-toevallig.mf: tweak for bottom of flat sign. 
8022         lo-res fixes.
8023
8024         * mf/feta-schrift.mf: bugfix in varcoda sign.
8025         WARNING: FONT CHANGED
8026
8027         * lily/my-lily-lexer.cc (lookup_identifier): return SCM_UNDEFINED,
8028         in accordance with lexer.ll.   
8029
8030 2003-07-05  Jan Nieuwenhuizen  <janneke@gnu.org>
8031
8032         * Documentation/user/tutorial.itely: Edit introduction.
8033
8034 2003-07-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8035
8036         * lily/staff-symbol-referencer.cc (LY_DEFINE): add
8037         ly:grob-staff-position
8038
8039 2003-07-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8040
8041         * scm/to-xml.scm: import srfi-1
8042
8043         * VERSION (MAJOR_VERSION):  release 1.7.24
8044
8045         * python/lilylib.py (make_ps_images): make multipage _really_ work.
8046
8047         * scripts/lilypond-book.py (do_file): put texidoc before image.
8048         (TexiPaper.process_ly2dvi_block): make multipage _really_ work.
8049
8050         * input/regression/*.ly: fix snippet octaves 
8051
8052         * input/test/spanner-after-break-tweak.ly: import
8053         broken-spanner-adjustment
8054
8055         * input/no-notation/midi-transposing.ly: move from input/test/
8056
8057         * input/test/: remove chord-markup
8058
8059         * input/regression/instrument-name-partial.ly: move from input/test.
8060
8061         * input/test/vertical-text.ly: remove
8062
8063         * ly/engraver-init.ly (LyricsVoiceContext): add more vertical
8064         space above lyrics lines.
8065
8066         * input/test/uniform-breaking.ly: remove file.
8067
8068         * lily/gourlay-breaking.cc (combine_demerits): add comment about
8069         uniform spacing density. 
8070
8071         * input/test/chords.ly (keys): remove file.
8072
8073         * scm/documentation-lib.scm (oop): use srfi-1 too.
8074
8075         * input/regression/*.ly: add \version
8076
8077         * Documentation/user/*.itely: various fixes.
8078
8079         * buildscripts/mf-to-table.py (base): break table every three
8080         symbols.
8081
8082         * input/:  remove %% new-chords-done %% .
8083
8084         * input/tutorial: remove os-flute-2.ly os-score.ly miniatures.ly
8085         os-music.ly
8086         
8087 2003-07-03  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8088
8089         * make/lilypond.redhat.spec.in: require GUILE >= 1.6.4-7
8090
8091         * scm/new-markup.scm (box-markup): new function.
8092         (box-markup): new function. Contributed by Dick Schoeller
8093         <schoeller@attbi.com>
8094
8095         * scm/lily.scm: remove reduce-no-unit 
8096         (list-insert-separator): use fold-right
8097
8098         * lily/molecule-scheme.cc (ly_molecule_add): take variable number
8099         of arguments. 
8100
8101         * NEWS: more neutral language for ancient notation 
8102
8103         * lily/chord-tremolo-engraver.cc (acknowledge_grob): only set
8104         inside pointing beaming for chord tremolo.
8105
8106         * Documentation/user/lilypond-book.itely: minor editing
8107
8108 2003-07-03  Juergen Reuter  <reuter@ipd.uka.de>
8109
8110         * NEWS: added news for 1.8 regarding ancient notation
8111
8112         * Documentation/user/refman.itely (Gregorian square neumes
8113         ligatures): fixed typo
8114
8115         * lily/vaticana-ligature-engraver.cc,
8116         lily/include/vaticana-ligature.hh: bugfix: use special heads for
8117         lower/upper head of Pes only when heads are stacked
8118
8119         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
8120         scm/define-grob-properties.scm: cleanup: make "join-left" a
8121         boolean grob property and save delta pitch in grob property
8122         "delta-pitch" instead
8123
8124         * lily/include/gregorian-ligature.hh: bugfix: corrected comments
8125
8126 2003-07-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8127
8128         * lily/parser.yy (Repeated_music): bug fix, beam multiplicity was
8129         completely borked
8130
8131         * lily/chord-tremolo-engraver.cc (try_music): warnings for user-errors.
8132         (try_music): bug fix: beam multiplicity was completely borked.
8133
8134         * scm/lily.scm: remove tail, filter-list, filter-out-list,
8135         first-n, butfirst-n in favor of srfi-1 functions.
8136         remove string-join, string-pad in favor of srfi-13 functions.
8137
8138         * mf/parmesan-custodes.mf (dir_down): remove _ from glyph names.
8139
8140         * NEWS: use complete sentences.
8141
8142         * Documentation/user/introduction.itely (Example applications):
8143         add note about databases and lilypond-book.
8144
8145         * input/test/volta.ly: remove file
8146
8147         * input/regression/volta-broken-left-edge.ly: simplify file
8148
8149 2003-07-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8150
8151         * Documentation/user/refman.itely (Constructing a tweak): new
8152         subsection.
8153
8154         * Documentation/user/tutorial.itely (Fine tuning layout): add
8155         common tweaks.
8156
8157         * scm/define-grobs.scm (TextScript): use new brewer.
8158
8159 2003-06-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8160
8161         * VERSION: release 1.7.23
8162
8163         * scm/new-markup.scm (brew-new-markup-molecule): bugfix 
8164
8165         * python/lilylib.py (make_ps_images): bugfixes.
8166
8167         * input/regression/volta-multi-staff.ly: new file.
8168
8169         * Documentation/user/macros.itexi: refcommands, refcommand macros.
8170
8171         * Documentation/user/tutorial.itely (Piano staffs): new section.
8172         (Setting variables): new section
8173         (Fine tuning layout): new section
8174
8175         * input/just-friends.ly: remove file. Superseeded by
8176         input/test/chords-without-melody.ly
8177
8178         * ly/property-init.ly: add all commands to refman.
8179
8180         * scm/define-translator-properties.scm: remove
8181         graceAccidentalSpace, graceAlignPosition, keyOctaviation 
8182
8183         * mf/parmesan-custodes.mf (dir_down): remove underscore from glyph
8184         name. Underscores botch up PS output.
8185
8186         * scm/define-translator-properties.scm: remove
8187         textNonEmpty, oneBeat, regularSpacingDelta
8188
8189         * scripts/convert-ly.py (FatalConversionError.conv): conversion
8190         rule for automaticBars.
8191
8192         * lily/timing-engraver.cc (start_translation_timestep): change
8193         barNonAuto to automaticBars
8194
8195 2003-06-30  Graham Percival  <gperlist@shaw.ca>
8196
8197         * input/test/perform-tie.ly: delete file.
8198
8199 2003-06-29  Juergen Reuter  <reuter@ipd.uka.de>
8200
8201         * Documentation/user/refman.itely (Gregorian square neumes
8202         ligatures): bugfix: do not show ledger lines in neumes table
8203         (fixed by setting staff symbol to transparent rather than removing
8204         it from staff context)
8205
8206 2003-06-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8207
8208         * scm/new-markup.scm (brew-new-markup-molecule): move old markup
8209         glue into brew-new-markup-molecule.
8210
8211         * input/mutopia/J.S.Bach/Petites-Preludes/*.ly: syntax updates.
8212
8213         * Documentation/user/introduction.itely (Computerized typography):
8214         new section
8215
8216         * Documentation/user/tutorial.itely (An orchestral part): remove
8217         pc example from tutorial.
8218
8219         * input/tutorial/lilbook.tex: use screech-boink
8220
8221         * scripts/lilypond-book.py (compile_all_files): split formatting
8222         output body and scheduling lilypond compilation.
8223         (format_lilypond_output_bodies): new function
8224         (format_lilypond_block): new function
8225         (html_pages): allow multi-page images in HTML
8226
8227         * python/lilylib.py (make_ps_images): rename function from
8228         make_preview, merge with make_page_images
8229
8230 2003-06-28  Graham Percival  <gperlist@shaw.ca>
8231
8232         * input/test/key-clefs.ly: moved to regression.
8233
8234         * input/test/perform-grace.ly: moved to to no-notation/midi-grace.ly
8235
8236         * input/no-notation/README: added note about midi-*.ly files.
8237
8238         * input/test/two-key.ly: moved to no-notation/parse5.ly
8239
8240         * input/test/ short-part-combine.ly sketch.ly system-start-brace.ly
8241         system-start-bracket.ly two-slurs.ly voice-switch.ly : deleted
8242
8243         * input/test/ {various}: modified comments, marked some for deletion.
8244
8245         * input/test/lines.ly: deleted file; duplicate of
8246         embedded-postscript.ly
8247
8248         * input/test/mmrest-collision: moved to regression.
8249
8250 2003-06-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8251
8252         * scm/chord-name.scm (note-name->markup): don't superscript root
8253         alterations in chordnames.
8254
8255 2003-06-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8256
8257         * Documentation/user/refman.itely (Multi measure rests): more
8258         index/cross-referencing.
8259
8260         * lily/line-spanner.cc (line_molecule): bugfix for trill style.
8261
8262         * scm/font.scm: remove properties-to-font-name code.
8263
8264         * scm/define-grob-properties.scm: remove 'type
8265
8266         * scripts/convert-ly.py (FatalConversionError.conv): type -> style
8267         conversion
8268
8269         * lily/text-spanner.cc: change 'type grob prop to 'style 
8270
8271         * lily/unfolded-repeat-iterator.cc (process): bugfix: use a
8272         "first" flag to decide whether to make a start-repeat
8273
8274         * input/regression/grace-volta-repeat-2.ly: new file.
8275
8276 2003-06-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8277
8278         * lilypond-indent.el: rename generic functions to LilyPond-*
8279
8280 2003-06-22  Graham Percival  <gperlist@shaw.ca>
8281
8282         * input/test/thumb.ly: delete, merged into refman.
8283
8284         * Documentation/user/refman.itely: added thumb info to Fingering.
8285
8286         * input/test/ follow-break.ly multi-slope.ly note-shift.ly
8287         notemode-chords.ly orchestalpart.ly rhythmic-staff.ly
8288         vertical-align.ly : deleted files.
8289
8290 2003-06-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8291
8292         * lily/align-interface.cc (find_fixed_alignment_parent): new function.
8293
8294         * lily/line-spanner.cc (broken_trend_offset): remove function.
8295         (get_broken_offset): idem.
8296         (brew_molecule): rewrite the line-break case.
8297
8298         * input/regression/follow-voice-break.ly:  new file.
8299
8300         * lily/line-spanner.cc (after_line_breaking): remove lines at the
8301         start of a system.
8302
8303 2003-06-20  Graham Percival  <gperlist@shaw.ca>
8304
8305         * input/test/tuplet-rest.ly: moved to regression.
8306
8307         * input/test/ script-horizontal.ly tuplet-spanner-duration.ly:
8308         deleted file.
8309
8310         * input/test/ {many} : marked file for possible deletion.
8311
8312 2003-06-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8313
8314         * input/regression/beam-funky.ly: add note about (disputed)
8315         correct beaming.
8316
8317         * ly/engraver-init.ly (ScoreContext): put key-signature after
8318         staff-bar
8319         
8320 2003-06-20  Graham Percival  <gperlist@shaw.ca>
8321
8322         * input/test/ broken.ly lyric-phrasing.ly: deleted.
8323
8324         * input/test/slur-mininum.ly: renamed to slur-minimum-length.ly.
8325
8326         * input/test/staff-line-leading.ly: renamed to  staff-space.ly.
8327
8328         * input/test/no-stem-extend.ly: moved to stem-extend.ly; previous
8329         stem-extend was deleted (it was duplicate example, and not as
8330         good).
8331
8332         * input/test/[s-z]*.ly: add texidoc index.
8333
8334 2003-06-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8335
8336         * lily/slur.cc (get_boundary_notecolumn_y): change name from
8337         get_first_notecolumn_y
8338
8339         * lily/spanner.cc (broken_spanner_index): new function.
8340
8341 2003-06-19  Graham Percival  <gperlist@shaw.ca>
8342
8343         * input/test/ beam-damp.ly grace-end.ly lyric-extender.ly
8344         lyric-hyphen.ly : moved to regression.
8345
8346         * input/test/ beam-stem-test.ly beamed-slur-endings.ly
8347         diverse-spacing.ly duration-check.ly knee.ly lyrics.ly : deleted.
8348
8349         * input/test/instrument-name-mmrest.ly: moved to
8350         ../regression/multi-measure-rest-instr-name.ly
8351
8352         * input/test/knee-sym.ly: moved to
8353         ../regression/beam-knee-symmetry.ly.
8354
8355         * input/test/hymn.ly: change comments.
8356
8357         * input/test/[p-r]*.ly: add texidoc index.
8358
8359 2003-06-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8360
8361         * input/mutopia/J.S.Bach/Petites-Preludes/*.ly (opus): update
8362         to postfix syntax
8363         
8364         * input/mutopia/W.A.Mozart/mozart-hrn3-romanze.ly (romanze): new
8365         syntax.
8366
8367         * VERSION: release 1.7.22
8368
8369 2003-06-18  Graham Percival  <gperlist@shaw.ca>
8370
8371         * input/test/[h-k]*.ly: added texidoc index.
8372
8373         * input/test/knee-mult.ly: removed file (duplicate of beam-isknee.ly)
8374
8375         * input/test/equaliser.ly: renamed to midi-volume-equaliser.ly.
8376
8377         * input/test/ various : mark files for deletion or moving to
8378         regression.
8379
8380         * input/test/note-chords.ly: renamed to chord-names-no-inversions.ly.
8381
8382         * input/test/[l-o]*.ly: added texidoc index.
8383
8384 2003-06-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8385
8386         * scm/music-functions.scm (make-ottava-set): 
8387         only do ottavation if centralCPosition is set.
8388
8389         * lily/translator-scheme.cc (ly:context-property-where-defined):
8390         return '() if not found.
8391
8392 2003-06-17  Heikki Junes  <hjunes@cc.hut.fi>
8393
8394         * lilypond-mode.el (LilyPond-un-comment-region): removed.
8395         Use one command for both commenting and uncommenting.
8396
8397         * lilypond-indent.el (LilyPond-comment-region): new function,
8398         (un)comments each line separately.
8399
8400         * lilypond-mode.el, lilypond-indent.el: fix XEmacs paren-match.
8401         
8402         * lilypond-mode.el (LilyPond-add-imenu-menu): new function,
8403         imenu is not added by default; adapted from f90.el,
8404         makes Help-menu, which does not fit, visible in XEmacs.
8405         
8406 2003-06-16  Heikki Junes  <hjunes@cc.hut.fi>
8407
8408         * lilypond-mode.el: Set show-paren-mode local; minor-mode
8409         show-paren-mode sets blink-matching-paren-on-screen local.
8410         Try to make show-paren-function to paren-highlight local.
8411
8412         * lilypond-indent.el (LilyPond-scan-sexps): new function.
8413         Copy definitions of Emacs' show-paren-function and
8414         XEmacs' paren-highlight and make minimal changes;
8415         add comments about locality. 
8416         Fix matching first open-paren-char in '<< .. >>'.
8417
8418 2003-06-16  Graham Percival  <gperlist@shaw.ca>
8419
8420         * input/test/g*: added texidoc index.
8421
8422         * input/test/[a-g]*: added raggedright==#t when it
8423          seemed appropiate.
8424
8425         * input/test/ fake-grace.ly figured-bass.ly : removed file.
8426
8427         * Documentation/topdoc/INSTALL.texi: removed false warnings
8428         about gcc 3.3.
8429
8430 2003-06-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8431
8432         * input/test/spanner-after-break-tweak.ly (texidoc): new file.
8433
8434         * input/test/chords-without-melody.ly (texidoc): add from
8435         input/just-friends.ly
8436
8437         * input/regression/size{13--26}.ly: move from input/
8438
8439         * input/{opus-130,praeludium-fuga,scarlatti-*}.ly
8440         input/{star-spangled-banner,twinkle}.ly: remove 
8441         
8442         * lily/slur.cc: remove slur over rest warnings.
8443
8444         * lily/note-spacing.cc (get_spacing): include left part of right
8445         object in fixed space. This fixes stretched space before
8446         accidentals.
8447
8448         * input/regression/spacing-accidental-stretch.ly: new file.
8449
8450 2003-06-16  Rune Zedeler  <rz@daimi.au.dk>
8451
8452         * input/mutopia/R.Schumann/romanze-op28-2.ly: Minor fixes.
8453         Reduce to 16pt.
8454
8455 2003-06-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8456
8457         * input/regression/spacing-knee.ly: docstring
8458
8459         * input/regression/spacing-multi-tuplet.ly (multipart): docstring
8460
8461         * input/tutorial/{gallupi,minuet,sammartini,singing-saw}.ly
8462         input/tutorial/{test,solar,flowing}.ly: remove
8463
8464         * input/rhythm.ly: remove
8465
8466         * input/mutopia/F.Schubert/standchen.ly: update syntax.
8467
8468         * input/mutopia/E.Satie/petite-ouverture-a-danser.ly (global):
8469         update syntax. 
8470
8471         * scm/define-grobs.scm (all-grob-descriptions): set
8472         knee-spacing-correction to 1.0
8473
8474         * lily/note-spacing.cc (stem_dir_correction): compute knee
8475         correction using stem-thickness and head width.
8476
8477         * input/regression/beam-quanting-horizontal.ly: update texidoc
8478
8479         * scm/define-grobs.scm (all-grob-descriptions): set
8480         beamed-extreme-minimum-free-lengths to 1.25 for 32nd beams.
8481         This fixes 32nd beams for noteheads in spaces quants.
8482
8483         * scripts/lilypond-book.py (process_lilypond_blocks): opps.
8484
8485 2003-06-15  Heikki Junes  <hjunes@cc.hut.fi>
8486
8487         * README.mandrake: Change lilypond-extras to lilypond-documentation.
8488
8489 2003-06-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8490
8491         * input/test/dpncnt.ly,part-combine-score.ly: remove.
8492
8493         * VERSION (PACKAGE_NAME): release 1.7.21
8494
8495         * input/regression/stem-shorten.ly: new file.
8496
8497         * lily/stem.cc (get_default_stem_end_position): revise stem
8498         shortening code.
8499
8500         * input/regression/spacing-multi-tuplet.ly: move from input/test/
8501
8502         * input/test/{scripts,volta-start,sleur}.ly: remove
8503         
8504         * input/regression/span-bar.ly: smaller file.
8505
8506         * input/regression/spacing-{natural,tight,loose}.ly: remove
8507
8508         * input/test/markup.ly: remove
8509
8510         * scripts/lilypond-book.py: put printfilename in separate chunk,
8511         so texidoc is printed after the filename.  
8512
8513 2003-06-12  Heikki Junes  <hjunes@cc.hut.fi>
8514
8515         * make/lilypond.mandrake.spec.in: fix docdirs.
8516
8517 2003-06-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8518
8519         * input/regression/beam-french.ly: bugfix.
8520
8521         * buildscripts/lys-to-tely.py (name2line): sort filenames. 
8522
8523         * input/regression/(various).ly: add raggedright = #t.
8524
8525         * input/regression/auto-beam.ly: move from abe.ly
8526
8527 2003-06-13  Graham Percival  <gperlist@shaw.ca>
8528
8529         * input/test/f*.ly: added texinfo index.
8530         
8531         * input/test/broken-thread-line.ly: renamed to follow-break.ly.
8532
8533 2003-06-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8534
8535         * lily/beam-quanting.cc (score_forbidden_quants): also add inter
8536         quant penalty for beam just outside staff.
8537
8538         * input/regression/beam-quanting-horizontal.ly (texidoc): move
8539         from beam-pos.ly,  remove non-horizontal tests. 
8540
8541         * input/test/(various): cleanup header info. 
8542
8543         * input/test/tchaikovsky.ly: remove file.
8544
8545         * scm/chord-generic-names.scm: move from
8546         double-plus-new-chord-name.scm
8547
8548         * input/test/orchestscore.ly: remove file
8549
8550         * Documentation/user/refman.itely (Vocal music): update documentation.
8551
8552         * scm/define-translator-properties.scm (chordNoteNamer): remove
8553         chordNameStyle, use chordNameFunction
8554
8555         * scm/chord-name.scm (set-chord-name-style): remove
8556         set-chord-name-style. Use \property chordNameFunction.
8557
8558 2003-06-12  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8559
8560         * Documentation/user/lilypond-book.itely (Integrating LaTeX and
8561         music): remove @TeX{} command.
8562
8563 2003-06-12  Jan Nieuwenhuizen  <janneke@gnu.org>
8564
8565         * lilypond-indent.el (scan-sexps): Renamed to
8566         aargh-this-breaks-other-emacs-modes-scan-sexps.
8567
8568 2003-06-12  Heikki Junes  <hjunes@cc.hut.fi>
8569
8570         * lilypond-indent.el: Fix: match concurrent one-char opening and 
8571         closing slurs: '()', etc. Add comments.
8572
8573         * Documentation/user/music-glossary.tely: fix: change Ã¤ to @"a.
8574
8575         * lilypond-font-lock.el: match unending string at eof.
8576
8577         * make/lilypond.mandrake.spec.in: refreshed packed file list.
8578         
8579 2003-06-10  Graham Percival  <gperlist@shaw.ca>
8580
8581         * input/test/beam-abbrev.ly input/test/default-neutral-dir.ly
8582         input/test/beam-dir.ly input/test/beam-position.ly    
8583         input/test/beam-suspect.ly input/test/beam-trend.ly    
8584         input/test/beams.ly input/test/crescendo-text.ly : deleted
8585         * input/test/beam-chord.ly: moved to input/regression/beam-chord.ly
8586         * input/test/ beam-pos.ly beam-second.ly : moved to input/regression/
8587         * input/test/default-bars.ly: moved to bar-always.ly
8588         * input/test/ {many}: deleted old "renamed from foo to bar" comments.
8589
8590 2003-06-10  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8591
8592         * input/test/chord-names-dpnj.ly (texidoc): bugfix.
8593
8594 2003-06-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8595
8596         * scm/chord-ignatzek-names.scm (remove-step): rename file.
8597
8598 2003-06-10  Heikki Junes  <hjunes@cc.hut.fi>
8599
8600         * lilypond-indent.el: Match better slurs in scheme expressions.
8601         Refontify buffer if a block-comment-ender, '}' after '%', is inserted.
8602
8603         * Documentation/user/invoking.itexi: document Emacs' paren matching.
8604
8605 2003-06-10  Jan Nieuwenhuizen  <janneke@gnu.org>
8606
8607         * scm/chord-name.scm (set-chord-name-style): Update for 'ignatzek.
8608
8609         * input/ac-extra-voice.ly: Add texidoc.
8610
8611         * ly/chord-modifiers-init.ly: 
8612         * ly/engraver-init.ly (ScoreContext): Add chordNameExceptionsFull
8613         and chordNameExceptionsPartial for new chord names.
8614
8615         * input/test/chord-names-dpnj.ly: 
8616         * input/test/dpncnt.ly: Update.
8617
8618         * scm/chord-name.scm: 
8619         * scm/double-plus-new-chord-name.scm: Add compatibility for new
8620         chord selection and options.
8621
8622         * ly/chord-modifiers-init.ly: Add exceptions 
8623
8624         * scm/define-translator-properties.scm (chordNameStyle) 
8625         (chordNameExceptionsFull, chordNameExceptionsPartial): Add.
8626
8627 2003-06-10  Rune Zedeler  <rune@zedeler.dk>
8628
8629         * ly/property-init.ly (germanChords): Added.
8630         (semiGermanChords): Added.
8631         
8632         * input/test/chord-names-german.ly: Use new macros
8633         
8634 2003-06-09  Heikki Junes  <hjunes@cc.hut.fi>
8635
8636         * lilypond-indent.el: Use similar parenthesis highlighting for 
8637         Emacs and XEmacs through redefinitions of parenthesis highlighting 
8638         functions; removed LilyPond-show-paren-function. Fix indenting.
8639         Turn paren-matching on also in XEmacs.
8640
8641         * lilypond-font-lock.el: Set brackets' syntax to open/close-chars,
8642         as needed by parenthesis highlighting functions (in scan-sexp).
8643
8644 2003-06-08  Jan Nieuwenhuizen  <janneke@gnu.org>
8645
8646         * stepmake/aclocal.m4 (STEPMAKE_CHECK_VERSION_UNSUPPORTED): New
8647         function.
8648         (STEPMAKE_GETTEXT): If g++ >= 3.3, use gcc for gettext checking.
8649
8650 2003-06-08  Heikki Junes  <hjunes@cc.hut.fi>
8651
8652         * lilypond-indent.el: tune regexp for show-paren-function.
8653
8654 2003-06-07  Jan Nieuwenhuizen  <janneke@gnu.org>
8655
8656         * scripts/ly2dvi.py (run_latex, run_dvips, 'main'): Make preview
8657         for all LilyPond-produced tex snippets.
8658
8659         * tex/lilyponddefs.tex: Allow overriding of interscoreline.  This
8660         fixes one line --preview output of ly2dvi.
8661
8662 2003-06-07  Heikki Junes  <hjunes@cc.hut.fi>
8663
8664         * lilypond-indent.el: match only one type of slurs in
8665         LilyPond-show-paren-function.
8666
8667 2003-06-05  Jan Nieuwenhuizen  <janneke@gnu.org>
8668
8669         * debian/GNUmakefile (EXTRA_DIST_FILES): 
8670         * debian/lilypond1.7.dirs: 
8671         * debian/lilypond1.7-doc.dirs: New file.
8672
8673         * input/regression/chord-name-exceptions.ly: Add parameter for
8674         ignatzekExceptions.  Quote hash in docstring.
8675
8676 2003-06-06  Heikki Junes  <hjunes@cc.hut.fi>
8677
8678         * lilypond-indent.el (show-paren-function): define show-paren-function
8679         as LilyPond-blink-matching-open and use it for closing parens.
8680         Let LilyPond-blink-matching-open know whether a bracket was inserted.
8681
8682         * lilypond-indent.el: renamed LilyPond-beginning-of-containing-sexp to
8683         LilyPond-scan-containing-sexp and LilyPond-blink-matching-open to
8684         LilyPond-blink-matching-paren in order to match both open and close
8685         brackets.
8686         
8687 2003-06-05  Heikki Junes  <hjunes@cc.hut.fi>
8688
8689         * lilypond-indent.el (LilyPond-show-paren-function): introduce for
8690         testing by modifying the code from FSF Emacs paren.el. Add comments.
8691
8692 2003-06-04  Jan Nieuwenhuizen  <janneke@gnu.org>
8693
8694         * input/test/dpncnt.ly: Transpose example to match new
8695         default \chords octave.  Add comment.
8696         
8697         * scm/chord-name.scm (sequential-music-to-chord-exceptions): Add
8698         comment about octave change.
8699
8700 2003-06-04  Graham Percival  <gperlist@shaw.ca>
8701
8702         * input/test/[d,e]: added texinfo index tags.
8703         * input/test/empty-staffs.ly: renamed to blank-paper-tab.ly.
8704
8705 2003-06-04  Graham Percival  <gperlist@shaw.ca>
8706
8707         * Documentation/topdocs/INSTALL.texi: added warning about gxx-3.3.
8708
8709 2003-06-04  Heikki Junes  <hjunes@cc.hut.fi>
8710
8711         * lilypond-indent.el (LilyPond-blink-matching-open): use no argument,
8712         as in blink-matching-open.
8713
8714 2003-06-03  Graham Percival  <gperlist@shaw.ca>
8715
8716         * input/test/[a-c]: more comments in files.
8717         * input/test/ac-extra-voice.ly beam-abbrev.ly beam-chord.ly beam-dir.ly
8718         beam-pos.ly beam-position.ly beam-second.ly beam-suspect.ly 
8719         beam-trend.ly beams.ly crescendo-text.ly  default-neutral-dir.ly :
8720         mark file for proposed deletion.
8721         * input/test: renaming files:
8722         auto-beam-4-8.ly to beam-auto-4-8.ly
8723         auto-beam-override.ly to beam-auto-override.ly
8724         auto-beam.ly to beam-auto.ly
8725         blank.ly to blank-paper.ly
8726         absolute-volume.ly to dynamic-absolute-volume.ly
8727
8728 2003-06-03  Jan Nieuwenhuizen  <janneke@gnu.org>
8729
8730         * input/test/dpncnt.ly: 
8731         * input/test/chord-names-dpnj.ly: Resurrect.
8732
8733         * lily/my-lily-lexer.cc: Remove chordnames keyword.
8734
8735         * ly/chord-modifiers-init.ly (ignatzekExceptions): Update, tidy up.
8736
8737         * scm/chord-name.scm (sequential-music-to-chord-exceptions):
8738         Better docstring, add parameter OMIT-ROOT, tidy up.
8739
8740 2003-06-03  Heikki Junes  <hjunes@cc.hut.fi>
8741
8742         * lilypond-indent.el: match two-char slurs \[ ... \] and \( ... \).
8743
8744 2003-06-02  Jan Nieuwenhuizen  <janneke@gnu.org>
8745
8746         * scm/output-ascii-script.scm (as-font-alist-alist):
8747         (as-properties-to-font-name):
8748         (as-make-style-sheet): Remove.
8749
8750         * scm/font.scm (as-make-font-list): New function.
8751         (as-font-sheet-alist): New variable.
8752
8753         * ly/paper-as9-init.ly: 
8754         * ly/paper-as5-init.ly: Update.
8755
8756         * ly/paper-as5.ly:
8757         * ly/paper-as9.ly: New file.
8758
8759 2003-05-29  Jan Nieuwenhuizen  <janneke@gnu.org>
8760
8761         * mf/GNUmakefile (AFM_FILES): Add AF_FILES.
8762
8763 2003-05-28  Graham Percival  <gperlist@shaw.ca>
8764         * input/sondag-morgen/*: removed due to copyright concerns.
8765         * input/[a,b]*.ly: added a newline at the end of the texinfo
8766         doc string (produces better output in HTML version).
8767         * input/c*.ly: added texinfo index and added comments to
8768         aid in future changes to input/test/ files.
8769
8770 2003-05-28  Graham Percival  <gperlist@shaw.ca>
8771         
8772         * Documentation/user/refman.itely: fixed build problem (missing
8773         file) caused by previous renaming.
8774
8775 2003-05-28  Graham Percival  <gperlist@shaw.ca>
8776         
8777         * input/test/[a,b]*.ly: added texinfo index and added comments to
8778         aid in future changes to input/test/ files.
8779         * input/test/bar-number-every-5-reset.ly: renamed to
8780         bar-number-every-five-reset.ly
8781         * input/test/bar-script-visibility.ly: renamed to
8782         bar-number-show-all.ly
8783
8784 2003-05-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8785
8786         * ly/engraver-init.ly (VoiceContext): move Note_head_line_engraver
8787         to Voice.
8788
8789         * lily/glissando-engraver.cc (acknowledge_grob): new file: split
8790         out note-line and glissando functionality.
8791         
8792         * lily/line-spanner.cc (brew_molecule): cleanup.
8793
8794 2003-05-27  Jan Nieuwenhuizen  <janneke@gnu.org>
8795
8796         * scripts/as2text.scm: Use rdelim module.
8797         (start-system): Rename from start-line.
8798         (stop-system): Rename from stop-line.
8799         (af-gulp-file): Use string iso symbol for getenv.
8800
8801         * scm/output-ascii-script.scm: Add guile and lily modules.
8802         (font-name-alist): New variable.
8803         (draw-line): New function.
8804
8805         * scm/output-lib.scm (func, arg->string): Re-add from archive.
8806         (Were these silently removed, without ChangeLog entry?)
8807
8808 2003-05-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8809
8810         * scm/music-functions.scm (make-ottava-set): bugfixes: also
8811         process 2nd ottava correctly.
8812
8813 2003-05-27  Heikki Junes  <hjunes@cc.hut.fi>
8814
8815         * lilypond-indent.el: allow strings in LilyPond-parens-alist.
8816
8817 2003-05-26  Jan Nieuwenhuizen  <janneke@gnu.org>
8818
8819         * Documentation/user/converters.itely (Invoking midi2ly): Update.
8820
8821 2003-05-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8822
8823         * VERSION: release 1.7.20
8824         
8825         * lily/text-spanner.cc (brew_molecule): clean up function. This
8826         fixes bugs with broken 8va spanners.
8827
8828         * lily/simple-spacer.cc (solve): also compute force for raggedright.
8829         This prevents spurious line-breaks with raggedright
8830         
8831 2003-05-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8832
8833         * lily/key-performer.cc (create_audio_elements): always use major
8834         key
8835
8836         * Documentation/user/internals.itely: updates
8837
8838         * input/regression/beam-break.ly: new file.
8839
8840         * lily/beam.cc (brew_molecule): handle broken beams (i.e. print
8841         beams if starting or terminating stems have 'beaming set.)
8842
8843         * lily/beam-engraver.cc (process_music): add forbidBeamBreak
8844         property.
8845
8846         * lily/parser.yy (verbose_command_req): add comment about scales.
8847
8848 2003-05-25  Heikki Junes  <hjunes@cc.hut.fi>
8849
8850         * lilypond-indent.el: adjust regexps in bracket-matching.
8851
8852 2003-05-24  Juergen Reuter  <reuter@ipd.uka.de>
8853
8854         * Documentation/user/refman.itely: more tiny fixes
8855
8856         * Documentation/user/refman.itely: bugfix: "Chord namess" ->
8857         "Chord names"; added table with input syntax for solesmes neumes
8858         table; added some words about rationale on input syntax design
8859
8860         * lily/gregorian-ligature-engraver.cc,
8861         lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
8862         lily/include/gregorian-ligature.hh: bugfix: horizontal head
8863         alignment of Pes Initio Debilis
8864
8865         * Documentation/user/refman.itely,
8866         lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
8867         mf/parmesan-heads.mf: fixed most of the head selection/alignment
8868         bugs in the solesmes neumes table
8869
8870 2003-05-24  Heikki Junes  <hjunes@cc.hut.fi>
8871
8872         * lilypond-indent.el: Match '(' and ')' by skipping '\(' and '\)'.
8873         Similarly, match '[' and ']' by skipping '\[' and '\]'.
8874
8875         * lilypond-mode.el: fix tag-score. small improvements.
8876
8877 2003-05-23  Jan Nieuwenhuizen  <janneke@gnu.org>
8878
8879         * .cvsignore: Add aclocal.m4.
8880
8881         * lily/music-constructor.cc: Include <assert.h>.
8882
8883 2003-05-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8884
8885         * ly/engraver-init.ly (HaraKiriStaffContext): use
8886         RemoveEmptyStaffContext instead.
8887
8888         * Documentation/user/refman.itely: updates
8889
8890 2003-05-23  Juergen Reuter  <reuter@ipd.uka.de>
8891
8892         * Documentation/user/refman.itely: added solesmes neumes table;
8893         bugfix: make section "More Stanzas" a subsection of "Vocal Music";
8894         bugfix: "Ornaments" -> "Articulations"
8895
8896         * ly/gregorian-init.ly: junked "aucta" and "semivocalis"
8897
8898 2003-05-22  Heikki Junes  <hjunes@cc.hut.fi>
8899
8900         * lilypond-indent.el: Add a message about trying to match \] or \).
8901         
8902 2003-05-22  Juergen Reuter  <reuter@ipd.uka.de>
8903         
8904         * input/test/gregorian-scripts.ly, input/test/vaticana.ly: removed
8905         obsolete "arithmetic_*"
8906
8907         * input/bugs/ligatures.ly: removed (will be put into a different
8908         directory later)
8909
8910 2003-05-22  Jan Nieuwenhuizen  <janneke@gnu.org>
8911
8912         * stepmake/aclocal.m4: Add tetex-devel as package suggestion for
8913         libkpathsea (Maurizio Tomasi).
8914
8915 2003-05-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8916
8917         * input/regression/repeat-slash.ly (texidoc): new file
8918
8919         * lily/slash-repeat-engraver.cc (try_music): new file, handle
8920         slash repeats separately. Slash repeats and %
8921         repeats can now be nested.
8922
8923 2003-05-22  Heikki Junes  <hjunes@cc.hut.fi>
8924
8925         * lilypond-indent.el: Add preliminary test for closing \] and \).
8926         
8927 2003-05-21  Juergen Reuter  <reuter@ipd.uka.de>
8928
8929         * lily/gregorian-ligature-engraver.cc,
8930         lily/vaticana-ligature-engraver.cc,
8931         lily/include/gregorian-ligature.hh, ly/gregorian-init.ly,
8932         mf/parmesan-heads.mf: various semivocalis related bugfixes
8933
8934         * input/bugs/ligatures.ly: new file demonstrating problems with
8935         ligatures
8936         
8937 2003-05-21  Heikki Junes  <hjunes@cc.hut.fi>
8938
8939         * lilypond-mode.el,
8940         lilypond-font-lock.el,
8941         lilypond-indent.el: Move all paren matching to lilypond-indent.el.
8942
8943 2003-05-20  Heikki Junes  <hjunes@cc.hut.fi>
8944
8945         * lilypond-mode.el: Remove outdated code. Stress the difference 
8946         between Emacs and XEmacs definitions.
8947
8948         * lilypond-mode.el,
8949         lilypond-indent.el: Define a function interactive only when necessary.
8950
8951 2003-05-19  Heikki Junes  <hjunes@cc.hut.fi>
8952
8953         * lilypond-mode.el: Use temp-dir for Commands on Buffer/Region.
8954         Use inactive regions also in XEmacs.
8955
8956 2003-05-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8957
8958         * Documentation/user/refman.itely (Repeat syntax): more updates
8959
8960         * lily/simple-spacer.cc (solve): move solution process into
8961         solve(). This fixes a bug with collisions and raggedright = ##t.
8962  
8963         * scm/lily.scm (scm): remove output-pysk.scm, music-types.scm
8964
8965         * ly/engraver-init.ly: remove GraceContext. Update examples.
8966
8967 2003-05-18  Jan Nieuwenhuizen  <janneke@gnu.org>
8968
8969         * GNUmakefile.in (fonts): Also make fontball.
8970
8971         * Website fixes:
8972
8973         * ly/engraver-init.ly (GraceContext): Add.
8974
8975         * run:
8976
8977             convert-ly $(find . -name *.ly)
8978
8979         * ly/chord-modifiers-init.ly (ignatzekExceptionMusic): Hmm: fix
8980         new chords.
8981
8982 2003-05-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8983
8984         * VERSION: 1.7.19 released
8985         
8986         * scm/music-functions.scm (set-octavation): new function.
8987
8988         * input/regression/ottava.ly: new file
8989
8990         * lily/translator-scheme.cc (LY_DEFINE): new function
8991         ly:unset-context-property
8992         (LY_DEFINE) new function ly:context-property-where-defined: 
8993
8994 2003-05-18  Heikki Junes  <hjunes@cc.hut.fi>
8995
8996         * lilypond-font-lock.el: Add postfix syntax for horizontal groups.
8997
8998         * lilypond.words: add few.
8999
9000         * input/test/script-chart.ly: fix typo.
9001
9002 2003-05-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9003
9004         * scm/define-grobs.scm: uniform naming for definitions and output
9005         routine files. 
9006
9007         * ly/engraver-init.ly (ChoirStaffContext): add \description from
9008         scm/context-description.scm
9009
9010         * lily/parser.yy (translator_spec_body): add \description to the
9011         \translator{} body syntax.
9012
9013         * lily/ottava-engraver.cc: new file.
9014
9015         * scm/chord-name.scm (natural-chord-alteration): replace old
9016         chord stuff. 
9017
9018         * input/mutopia/R.Schumann/romanze-op28-2.ly: syntax updates.
9019
9020         * Documentation/user/refman.itely (Metronome marks): update doco.
9021
9022         * input/regression/markup-note.ly: new file
9023
9024         * input/regression/metronome-marking.ly: new file
9025
9026         * lily/metronome-engraver.cc: new file. Print \tempo markings.
9027
9028         * scm/new-markup.scm (note-markup): make a note glyph, useful for
9029         metronome marks.
9030
9031 2003-05-17  Jan Nieuwenhuizen  <janneke@gnu.org>
9032
9033         * Documentation/user/GNUmakefile: Compatibility fix for new
9034         makeinfo.  Please upgrade to texinfo CVS or pretest > 4.5.90 (rsn)
9035         for making binary packages; info splitting bug has been fixed.
9036
9037         * Documentation/user/refman.itely: Compile fixes.
9038
9039 2003-05-16  Heikki Junes  <hjunes@cc.hut.fi>
9040
9041         * lilypond-mode.el: XEmacs-fix: Use (mark) to find active-mark.
9042         Count \midi -keywords also for a region.
9043
9044 2003-05-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9045
9046         * lily/lookup.cc (LY_DEFINE): new function
9047
9048         * Documentation/user/tutorial.itely: updates
9049
9050 2003-05-15  Heikki Junes  <hjunes@cc.hut.fi>
9051
9052         * lilypond-mode.el: Allow Midi on buffer.
9053         Use only '.ly'-extension, remove '.sly' and '.fly'.
9054         Allow use of inactive regions. Invoke next Command on Master file, 
9055         Buffer or Region, if C-cc, C-cb, or C-cr, accordingly, was pressed.
9056
9057 2003-05-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9058
9059         * Documentation/user/tutorial.itely: updates.
9060
9061 2003-05-14  Heikki Junes  <hjunes@cc.hut.fi>
9062
9063         * lilypond-mode.el: Show messages in one line only, as in XEmacs.
9064
9065 2003-05-13  Juergen Reuter  <reuter@ipd.uka.de>
9066
9067         * lily/coherent-ligature-engraver.cc: fixed typo
9068
9069         * lily/coherent-ligature-engraver.cc,
9070         lily/gregorian-ligature-engraver.cc,
9071         lily/ligature-bracket-engraver.cc, lily/ligature-engraver.cc,
9072         lily/mensural-ligature-engraver.cc, lily/note-heads-engraver.cc,
9073         lily/vaticana-ligature-engraver.cc,
9074         lily/include/ligature-engraver.hh, ly/gregorian-init.ly,
9075         scm/grob-description.scm: cleanup: junked LigatureHead grob and
9076         removed all ligature specific stuff from NoteHead code
9077
9078         * lily/ligature-head.cc, lily/include/ligature-head.hh: removed;
9079         ligatures now use regular noteheads
9080
9081         * lily/vaticana-ligature.cc: tiny code cleanups
9082
9083         * lily/vaticana-ligature-engraver.cc: bugfix: insert additional
9084         space between two adjacent noteheads of the same pitch
9085
9086         * scm/grob-description.scm: bugfix: VaticanaLigature: interface
9087         description; cleanup: removed obsolete font-family settings
9088
9089 2003-05-11  Juergen Reuter  <reuter@ipd.uka.de>
9090
9091         * lily/coherent-ligature-engraver.cc,
9092         lily/gregorian-ligature-engraver.cc,
9093         lily/ligature-bracket-engraver.cc, lily/ligature-engraver.cc,
9094         lily/mensural-ligature-engraver.cc,
9095         lily/vaticana-ligature-engraver.cc,
9096         lily/include/gregorian-ligature-engraver.hh: updated for new
9097         Coherent_ligature_engraver; added comments that describe the basic
9098         design ideas of the ligature implementation
9099
9100         * lily/coherent-ligature-engraver.cc,
9101         lily/include/coherent-ligature-engraver.hh: new file: shared code
9102         between mensural ligatures and Gregorian chant notation ligatures
9103
9104 2003-05-11  Heikki Junes  <hjunes@cc.hut.fi>
9105
9106         * lilypond-mode.el: XEmacs fixes: include two definitions for the
9107         key for autocompletion XEmacs [iso-left-tab], Emacs [iso-lefttab],
9108         use only two arguments in sit-for, use no arguments in
9109         read-char-exclusive, backspace is not a character (127) in XEmacs.
9110
9111         * lilypond-font-lock.el: XEmacs: small fix to scheme-fontifying.
9112
9113 2003-05-06  Heikki Junes  <hjunes@cc.hut.fi>
9114
9115         * lilypond-mode.el: un-commenting works after syntax-table fix.
9116
9117         * lilypond-font-lock.el: fontify \[- and \]-slurs as horizontal
9118         group, verbose commenting for syntax table.
9119
9120         * lilypond-indent.el: add TODO for ligature slurs.
9121
9122 2003-05-05  Heikki Junes  <hjunes@cc.hut.fi>
9123
9124         * lilypond-mode.el: Move comments of parenthesis matching away,
9125         (blink-matching-paren-on-screen) fix blinking in Emacs.
9126
9127         * lilypond-font-lock.el: Fix parent-matching for Emacs:
9128         Emacs syntax-table knows only "13"-style, XEmacs knows also "1b3b".
9129
9130         * lilypond-indent.el: Add TODO for parenthesis matching.
9131
9132 2003-05-03  Heikki Junes  <hjunes@cc.hut.fi>
9133
9134         * lilypond-mode.el: Fix XEmacs: 
9135         changed [S-iso-lefttab] to [(shift iso-lefttab)],
9136         invoke explicitly easy-menu-add (in Emacs done automatically).
9137         
9138         * lilypond.words: Add few words from input/*/*.ly.
9139
9140 2003-05-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9141
9142         * VERSION (PATCH_LEVEL): release 1.7.18
9143
9144         * scripts/lilypond-book.py: only print basename for printfilename
9145         option
9146
9147         * input/mutopia/J.S.Bach/baerenreiter-sarabande.ly: corrections
9148         and syntax updates.
9149
9150 2003-05-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9151
9152         * mf/feta-toevallig.mf: revamp flat symbol: use less points,
9153         better parametrisation. Move fatness of bulb downward.
9154
9155         * mf/parmesan-custodes.mf (dir_down): remove underscores from
9156         glyph names. Underscores are not allowed .ps encoding files.
9157
9158 2003-04-30  Juergen Reuter  <reuter@ipd.uka.de>
9159
9160         * lily/spacing-spanner.cc, ly/paper-init.ly: introduced paper
9161         variable "packed" for packed right-ragged mode
9162
9163         * lily/spacing-spanner.cc: fixed typo: colunm -> column; removed
9164         unused variable ragged; fixed indentation
9165
9166         * Documentation/user/refman.itely: tiny cleanups in ancient
9167         clef and custos section
9168
9169 2003-04-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9170
9171         * lily/parser.yy (Simple_music): add \applyoutput, syntax
9172         \applyoutput PROCEDURE
9173
9174         * lily/my-lily-lexer.cc: add \applyoutput.
9175
9176         * scm/music-types.scm (music-descriptions): add ApplyOutputEvent.
9177
9178         * lily/text-item.cc: clean text-interface description
9179
9180 2003-04-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9181
9182         * input/{regression,test}/: use postfix for slur endings and beam
9183         begins.
9184
9185         * lily/beam-engraver.cc (acknowledge_grob): set melismata for new
9186         style beams too. 
9187
9188         * input/regression/lyrics-melisma-beam.ly: new file.
9189
9190         * lily/lyric-engraver.cc (process_music): change from
9191         process_acknowledged_grobs()
9192
9193         * scm/auto-beam.scm (override-auto-beam-setting): write Scheme
9194         functions to set and revert auto-beam settings.
9195
9196 2003-04-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9197
9198         * lily/*.cc (number_accidentals): gh_assoc -> scm_assoc.
9199
9200 2003-04-24  Juergen Reuter  <reuter@ipd.uka.de>
9201
9202         * ChangeLog, Documentation/topdocs/AUTHORS.texi,
9203         Documentation/user/lilypond.tely: fixed some typos; updated author
9204         info
9205
9206         * Documentation/user/music-glossary.tely: bugfix: #'flag-style =
9207         #"" -> #'flag-style = #'()
9208
9209         * lily/cluster-engraver.cc, lily/ligature-bracket-engraver.cc:
9210         cleanup: removed dead #includes
9211
9212         * lily/gregorian-ligature-engraver.cc,
9213         lily/include/gregorian-ligature.hh,
9214         scm/grob-property-description.scm: small cleanups, small spacing
9215         fixes
9216
9217         * lily/gregorian-ligature-engraver.cc, lily/parser.yy,
9218         lily/vaticana-ligature.cc,
9219         lily/include/gregorian-ligature-engraver.hh,
9220         scm/grob-property-description.scm, scm/music-types.scm:
9221         "porrectus" -> "pes or flexa"
9222
9223         * ly/engraver-init.ly, scm/grob-description.scm,
9224         scm/grob-property-description.scm: junked porrectus, now handled
9225         by ligature code
9226
9227         * scm/grob-description.scm: bugfix: added space-alist entry for
9228         breathing sign/custos
9229
9230 2003-04-24  Jan Nieuwenhuizen  <janneke@gnu.org>
9231
9232         * Another grand 2003 update.
9233         
9234         * Remove mentioning of `mudela'; There's no such thing.
9235
9236 2003-04-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9237
9238         * Documentation/user/preface.itely (Preface to version 1.8): update
9239
9240         * Documentation/user/invoking.itexi (Invoking LilyPond): revise
9241
9242         * Documentation/user/converters.itely (Invoking convert-ly): revise
9243
9244         * scripts/convert-ly.py (outfile_name): remove --assume-old.
9245
9246         * scripts/lilypond-book.py (schedule_lilypond_block): remove --read-lys
9247
9248 2003-04-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9249
9250         * Documentation/user/internals.itely: more updates.
9251
9252 2003-04-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9253
9254         * Documentation/user/refman.itely: revise 
9255
9256         * Documentation/user/internals.itely: revise
9257
9258         * lily/music.cc (LY_DEFINE): add function ly:music-deep-copy
9259
9260 2003-04-23  Juergen Reuter  <reuter@ipd.uka.de>
9261
9262         * Documentation/user/refman.itely: bugfix: fixed broken @ref{};
9263         beautification: reformatted ancient clefs section; cleanup: small
9264         wording fixes
9265
9266 2003-04-22  Heikki Junes <hjunes@cc.hut.fi>
9267
9268         * lilypond.words: added words for chant notation, sorted
9269         alphabetically through "sort lilypond.words"
9270
9271 2003-04-22  Juergen Reuter  <reuter@ipd.uka.de>
9272
9273         * ly/gregorian-init.ly, ly/script-init.ly, mf/parmesan-scripts.mf,
9274         scm/script.scm, input/test/gregorian-scripts.ly: added scripts for
9275         chant notation
9276
9277 2003-04-21  Juergen Reuter  <reuter@ipd.uka.de>
9278
9279         * buildscripts/mf-to-table.py: bugfix: "--" in glyph names:
9280         prevent TeX from interpreting them as long dash
9281
9282         * input/test/vaticana.ly: updated
9283
9284         * mf/parmesan-accidentals.mf, mf/parmesan-clefs.mf,
9285         mf/parmesan-custodes.mf, mf/parmesan-flags.mf,
9286         mf/parmesan-heads.mf, mf/parmesan-rests.mf,
9287         mf/parmesan-scripts.mf, mf/parmesan-timesig.mf: more set_char_box
9288         fixes
9289
9290         * mf/parmesan-heads.mf: ledger endings: removed dead code
9291
9292 2003-04-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9293
9294         * VERSION: 1.7.17 released
9295         
9296         * Documentation/user/GNUmakefile
9297         ($(outdir)/lilypond-internals/lilypond-internals.html): copy ly
9298         files too.
9299
9300         * scm/document-markup.scm: new file: document all markup
9301         functions.
9302
9303         * scm/documentation-generate.scm: rename all documentation modules
9304         to document-*.scm
9305
9306         * scripts/lilypond-book.py: generate link to .ly file iso. link to
9307         .png
9308
9309         * input/test/divisiones.ly: added
9310
9311         * input/regression/output-property.ly: new file
9312
9313         * lily/cluster.cc: change cluster-interface to use style property
9314
9315 2003-04-20  Rune Zedeler  <rune@zedeler.dk>
9316
9317         * input/test/chord-names-german.ly: modified.
9318
9319         * scm/chords-ignatzek.scm:
9320           chord-name->german-markup: Added
9321           note-name->german-markup: Changed (now producing lowercase notenames)
9322
9323         * lily/chord-name-engraver.cc: Reads property chordNoteNamer
9324         
9325 2003-04-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9326
9327         * scripts/convert-ly.py (FatalConversionError.conv):
9328         divisiominima -> divisioMinima, etc.
9329
9330         * ly/engraver-init.ly (FiguredBassContext): add
9331         Separating_line_group_engraver to Figured bass context.
9332
9333         * ly/german-chords-init.ly: remove file
9334
9335         * input/test/chord-names-german.ly (scm): new file.
9336
9337         * ly/engraver-init.ly (ScoreContext): add chordRootNamer property.
9338
9339         * lily/chord-name-engraver.cc: move New_chord_name_engraver to
9340         Chord_name_engraver
9341
9342         * Documentation/user/refman.itely: lots of updates.
9343
9344         * input/regression/chord-name-exceptions.ly (chExceptionMusic):
9345         new file
9346
9347         * input/test/bar-number-every-5-reset.ly: new file.
9348
9349 2003-04-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9350
9351         * input/regression/chord-name-major7.ly: new file
9352
9353         * scm/chord-entry.scm (construct-chord): bugfix: don't remove 11
9354         if specced explicitly.
9355
9356         * input/regression/chord-name-entry-11.ly: new file.
9357
9358         * input/test/slur-beautiful.ly: new file.
9359
9360         * Documentation/user/refman.itely: updates.
9361
9362         * input/regression/collisions.ly (threevoice): cleanup.
9363
9364         * scripts/convert-ly.py:  linewidth = -1  -> raggedright = ##t.
9365
9366 2003-04-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9367
9368         * Documentation/user/*.itely: various updates.
9369
9370         * ly/spanners-init.ly: enddecr/ endcr.
9371
9372         * Documentation/user/tutorial.itely (Fine tuning a piece): editing
9373         of tutorial
9374
9375 2003-04-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9376
9377         * scripts/ly2dvi.py (extra_init): add compat2 to latex options.
9378
9379         * lily/new-chord-name-engraver.cc (process_music): use octavation
9380         (a number) instead of original-pitch to store inversions. This
9381         fixes a problem with transposed chords with inversions.  
9382
9383 2003-04-14  Jan Nieuwenhuizen  <janneke@gnu.org>
9384
9385         * stepmake/aclocal.m4: Include compile fix for broken flex, as
9386         used in includable-lexer.hh.
9387
9388         * lily/includable-lexer.cc: Bugfix: include config.h.
9389
9390         * stepmake/aclocal.m4: Check for $GUILE_CONFIG; allows
9391         circumvention of Debian packaging bug.
9392
9393 2003-04-13  Jan Nieuwenhuizen  <janneke@gnu.org>
9394
9395         * flex-2.5.31 hits Debian/unstable.  Fixes below.
9396         
9397         * lily/lexer.ll (avoid_silly_flex_induced_gcc_warnings): Disable.
9398
9399         * lily/includable-lexer.cc [!HAVE_FLEXLEXER_YY_CURRENT_BUFFER]
9400         (yy_current_buffer): New macro, compile hacks for flex 2.5.29.
9401
9402         * lily/include/includable-lexer.hh: 
9403         * lily/lexer.ll: Hack for multiple include of FlexLexer.h.
9404
9405         * config.hh.in (HAVE_FLEXLEXER_YY_CURRENT_BUFFER): Add.
9406
9407         * aclocal.m4: Regenerate.
9408
9409         * stepmake/aclocal.m4 (STEPMAKE_FLEXLEXER): Check for
9410         yyFlexLexer.yy_current_buffer, which was removed in flex-2.5.29.
9411
9412         * scm/pdf.scm (use-modules): Include lily.
9413
9414         * scm/pdftex.scm (start-system): Bugfix: add closing brace (Beernd
9415         Noordkamp).
9416         (use-modules): Include lily.
9417         (lily-def): Bugfix: include tex-val in let.
9418
9419 2003-04-12  Heikki Junes <hjunes@cc.hut.fi>
9420
9421         * lilypond-mode.el: sensible error if lilypond.words not found.
9422
9423         * lilypond.words: add few words.
9424
9425 2003-04-11  Juergen Reuter  <reuter@ipd.uka.de>
9426
9427         * mf/parmesan-clefs.mf: bugfix: char boxes corrected
9428
9429         * mf/parmesan-scripts.mf: fixed typo in char name
9430
9431 2003-04-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9432
9433         * VERSION: 1.7.16 released
9434
9435         * python/lilylib.py (setup_temp): temporary directories are mode 700.
9436         (this is a security vulnerability).
9437
9438         * Documentation/user/lilypond.tely: remove abbreviations (n't, 's)
9439
9440         * lily/multi-measure-rest-engraver.cc (stop_translation_timestep):
9441         add staff support.
9442
9443 2003-04-10  Juergen Reuter  <reuter@ipd.uka.de>
9444
9445         * mf/parmesan-scripts.mf, Documentation/user/refman.itely,
9446         ly/script-init.ly, scm/script.scm: bugfix: renamed
9447         fermata->signumcongruentiae to fix naming clash with feta font
9448
9449 2003-04-10  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9450
9451         * input/regression/multi-measure-rest-grace.ly (texidoc): new file
9452
9453         * lily/multi-measure-rest-engraver.cc
9454         (start_translation_timestep): use grace timing too for determining
9455         when to make mmrest.
9456         (start_translation_timestep): clear numbers too.
9457
9458 2003-04-09  Juergen Reuter  <reuter@ipd.uka.de>
9459
9460         * scm/music-types.scm: compile fix: escape braces
9461
9462         * buildscripts/mf-to-table.py: replaced \char -> \musicglyph to
9463         work around font selection problem
9464
9465         * Documentation/user/refman.itely: BreathingSign: added docu for
9466         property "text"
9467
9468 2003-04-09  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
9469
9470         * Documentation/topdocs/AUTHORS.texi (AUTHORS): Updated contact
9471         information.
9472
9473 2003-04-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9474
9475         * lily/multi-measure-rest-engraver.cc (class
9476         Multi_measure_rest_engraver): make multiple Number objects, one
9477         for each MultiMeasureTextEvent.
9478
9479         * scm/music-functions.scm (glue-mm-rest-texts): use
9480         MultiMeasureTextEvent
9481
9482         * scm/music-types.scm (music-descriptions): add MultiMeasureTextEvent
9483
9484         * Documentation/user/refman.itely (Multi measure rests): update.
9485
9486 2003-04-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9487
9488         * lily/ly-module.cc (ly_copy_module_variables): use
9489         scm_internal_hash_fold() for iterating modules.
9490
9491 2003-04-08  Juergen Reuter  <reuter@ipd.uka.de>
9492
9493         * Documentation/user/refman.itely: Section Custodes: added more
9494         example code
9495
9496         * mf/feta-eindelijk.mf, mf/parmesan-rests.mf: cleanup: moved
9497         neo-mensural rests to parmesan font
9498
9499         * mf/parmesan-heads.mf, mf/parmesan-timesig.mf: updated file
9500         header
9501
9502 2003-04-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9503
9504         * Documentation/user/macros.itexi: @fileref macro.
9505
9506         * buildscripts/lys-to-tely.py (name2line): add <NAME> tags for
9507         each file. 
9508
9509 2003-04-04  Juergen Reuter  <reuter@ipd.uka.de>
9510
9511         * lily/include/custos.hh, make/lilypond.suse.spec.in,
9512         Documentation/topdocs/AUTHORS.texi: updated my email address
9513
9514         * Documentation/user/refman.itely: updated custos documentation;
9515         beautified divisiones example; beautified articulations table
9516
9517         * lily/breathing-sign.cc: bugfix: finalis molecule
9518
9519 2003-04-03  Juergen Reuter  <reuter@ipd.uka.de>
9520
9521         * Documentation/user/refman.itely: added docu for
9522         contemporary fermata symbols, gregorian breathing signs; small fixes
9523
9524         * ly/gregorian-init.ly: removed obsolete #'type props
9525
9526 2003-04-01  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
9527
9528         * lily/multi-measure-rest.cc (set_spacing_rods): Handle the
9529         minimum-length property correctly.
9530
9531 2003-03-31  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9532
9533         * scm/music-functions.scm (make-multi-measure-rest): set input
9534         locations for multimeasure rests.
9535
9536 2003-03-31  Juergen Reuter  <reuter@ipd.uka.de>
9537
9538         * input/regression/breathing-sign.ly: updated to for ancient
9539         notation
9540
9541 2003-03-31  Jan Nieuwenhuizen  <janneke@gnu.org>
9542
9543         * scripts/ly2dvi.py: Add newline.
9544
9545 2003-03-30  Jan Nieuwenhuizen  <janneke@gnu.org>
9546
9547         * scripts/ly2dvi.py (dependency_files): Compile fix.
9548
9549 2003-03-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9550
9551         * scripts/ly2dvi.py (find_pfa_fonts): add --png option
9552         (make_html_menu_file): --html menu. 
9553
9554 2003-03-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9555
9556         * scripts/ly2dvi.py (run_dvips): +add the .map file 
9557
9558 2003-03-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9559
9560         * input/screech-boink.ly: new file.
9561
9562 2003-03-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9563
9564         * scripts/lilypond-book.py (make_lilypond_file): convert
9565         lilypond-file to lilypond block directly, without going through
9566         begin/end lilypond text.
9567         
9568
9569 2003-03-21  Juergen Reuter  <reuter@ipd.uka.de>
9570
9571         * lily/breathing-sign.cc, lily/include/breathing-sign.hh,
9572         scm/grob-description.scm: moved Michael's original breathing sign
9573         code in brew_molecule() to divisio_minima(); provided new
9574         brew_molecule() that effectively replaces the
9575         Text_item::brew_molecule callback (with additional fallback to
9576         Michael's original code); added callbacks for brewing divisio
9577         maior/maxima and finalis
9578
9579         * gregorian-init.ly: added breathing sign shortcuts for virgula,
9580         caesura, divisiominima, divisiomaior, divisiomaxima, and finalis
9581
9582         * script-init.ly: added shortfermata, longfermata,
9583         verylongfermata, varcoda
9584
9585         * scm/script.scm, mf/feta-schrift.mf: added shortfermata,
9586         longfermata, verylongfermata, varcomma, varcoda
9587
9588 2003-03-19  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
9589
9590         * Documentation/user/{tutorial.itely,refman.itely,internals.itely}: 
9591           Remove all noquote and insert a few quote.
9592         
9593         * Documentation/user/lilypond-book.itely (Music fragment options),
9594           scripts/lilypond-book.py: Don't include quotation blocks by
9595           default. Introduce option quote instead of noquote
9596
9597 2003-03-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9598
9599         * VERSION: 1.7.15 released
9600         
9601         * Documentation/user/lilypond.tely: omf updates.
9602
9603         * buildscripts/texi2omf.py (omf_vars): include version.date
9604
9605         * make/lilypond.redhat.spec.in: fixes for spec file. 
9606
9607         * stepmake/stepmake/texinfo-vars.make (GENERATE_OMF):  replace var
9608         by function definition: lily now requires a recent GNU Make.
9609
9610         * scripts/lilypond-book.py (write_deps): remove .tex dependency
9611         writing.
9612
9613         * make/ly-rules.make: remove .ly -> .tex rule
9614
9615         * Documentation/user/refman.itely (Figured bass): revised figured
9616         bass example.
9617
9618 2003-03-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9619
9620         * stepmake/stepmake/omf-targets.make (local-install): add
9621         scrollkeeper-update message.
9622
9623         * scripts/lilypond-book.py (lilypond_binary): explicity add path
9624         to binary.
9625         (TexiPaper.process_ly2dvi_block): idem for ly2dvi
9626
9627         * scripts/ly2dvi.py (lilypond_binary): explicity add path to binary.
9628
9629         * Documentation/user/converters.itely (Invoking midi2ly): add
9630         track/channel notice.
9631
9632 2003-03-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9633
9634         * stepmake/stepmake/omf-targets.make (omf-local-install): bugfixes
9635
9636         * lily/parser.yy (scalar): DIGIT is also a scalar.
9637
9638         * Documentation/user/music-glossary.tely: add @omf tags
9639
9640         * Documentation/user/lilypond.tely: add @omf tags
9641
9642         * scm/generate-documentation.scm (string-append): add @omf tags.
9643
9644         * stepmake/stepmake/omf-*: new files 
9645
9646         * input/regression/multi-measure-rest.ly (texidoc): add doco
9647
9648         * GNUmakefile.in (web-doc-install): add web-doc-install target
9649
9650         * lily/scm-hash.cc (remove): prevent underflow of elt_count_. This
9651         fixes crashes while dumping MIDI.
9652
9653         * ly/performer-init.ly (FiguredBassContext): add Figured bass for
9654         midi
9655
9656 2003-03-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9657
9658         * buildscripts/texi2omf.py: new file.
9659
9660         * mf/feta-beugel.mf: include font count, not staffsize (16) in
9661         font-name
9662
9663 2003-03-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9664
9665         * input/regression/beam-manual-beaming.ly (texidoc): new file.
9666
9667         * lily/sequential-iterator.cc (descend_to_child): call
9668         descend_to_child() for all types of music.
9669
9670 2003-03-08  Jan Nieuwenhuizen  <janneke@gnu.org>
9671
9672         * scm/translator-property-description.scm: Add
9673         bassFigureFormatFunction.  Replace some entries.
9674
9675 2003-03-04  Jan Nieuwenhuizen  <janneke@gnu.org>
9676
9677         * cygwin/post-lilypond.sh: Add FHS-specified path for fonts to
9678         clean out.
9679
9680 2003-03-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9681
9682         * scripts/midi2ly.py (Note.dump): never dump duration for
9683         dump_dur=0.
9684
9685         * scm/chords-ignatzek.scm (alteration->text-accidental-markup):
9686         new function
9687
9688         * scm/bass-figure.scm (make-bass-figure-markup): reimplement bass
9689         figures using new markups. Much simpler, and should improve layout
9690         a little.
9691
9692         * mf/feta-nummer-code.mf (code): insert space in location 32, not 33.
9693
9694 2003-03-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9695
9696         * ly/engraver-init.ly: use Hara kiri by default for 
9697         ChordNames, FiguredBass and Lyrics(Voice) context. 
9698
9699         * lily/axis-group-engraver.cc (acknowledge_grob): use
9700         rhythmic-grob-interface for selecting items not to hara-kiri'd 
9701
9702         * scm/new-markup.scm (markup-function-list): add bracket,
9703         vbracket.
9704
9705         * ly/engraver-init.ly (ChordNamesContext): set
9706         minimumVerticalExtent
9707
9708 2003-03-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9709
9710         * input/test/time-signature-double.ly: new file 
9711
9712         * input/regression/collision-head-chords.ly (texidoc): new file.
9713
9714         * lily/type-swallow-translator.cc: add note swallow translator 
9715
9716         * input/test/time-signature-double.ly: new file.
9717
9718         * lily/type-swallow-translator.cc: add Rest_swallow_translator
9719
9720         * ly/engraver-init.ly (ChordNamesContext): add Rest_swallow_translator
9721         (FiguredBassContext): idem.
9722
9723         * VERSION (MY_PATCH_LEVEL): 1.7.14 released
9724
9725         * input/mutopia/W.A.Mozart/*.ly (romanze): markup syntax updates. 
9726
9727         * buildscripts/mf-to-table.py: add .pfa, .pfb target dependency.
9728
9729         * stepmake/stepmake/metafont-rules.make ($(outdir)/%.pfb): remove
9730         .afm dependency
9731
9732         * buildscripts/mf-to-table.py (write_fontlist): use new markup syntax
9733
9734         * python/lilylib.py (make_page_images): add function.
9735
9736         * scripts/ly2dvi.py (run_latex): include title in preview image.
9737
9738         * scripts/lilypond-book.py (process_ly2dvi_blocks): call ly2dvi
9739         from lilypond-book for <ly2dvifile> tags in HTML.
9740
9741         * scripts/ly2dvi.py (option_definitions): add --debug option to
9742         print out environment.
9743
9744         * input/regression/tie-chord-partial.ly: new file.
9745
9746 2003-03-05  Heikki Junes <hjunes@cc.hut.fi>
9747
9748         * lilypond.words: add 3
9749
9750 2003-03-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9751
9752         * scm/new-markup.scm (markup-function-list): add finger-markup
9753
9754         * input/tutorial/brahms-tweaked.ly: new markup 
9755
9756         * scm/bass-figure.scm (brew-one-figure): bugfix for large bass figures 
9757
9758         * scm/new-markup.scm (brew-new-markup-molecule): robustness: don't
9759         crash when processing '() markup
9760
9761         * input/regression/breathing-sign.ly (texidoc): add caesura example.
9762
9763         * lily/breathing-sign.cc (railtracks): another caesura.
9764
9765         * mf/feta-schrift.mf: caesura symbol. 
9766
9767 2003-03-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9768
9769         * scripts/convert-ly.py (FatalConversionError.conv): add
9770         ly:molecule-XXX conversions.
9771
9772         * lily/molecule-scheme.cc: change names to ly:molecule-XXX
9773
9774         * input/regression/multi-measure-rest-text.ly: new file.
9775
9776         * scm/music-functions.scm (glue-mm-rest-texts): automatically
9777         convert MMREST-TEXT to MultiMeasureRestNumber settings.
9778
9779         * ly/engraver-init.ly (ScoreContext): move tablature settings to
9780         ScoreContext
9781
9782         * scm/new-markup.scm (center-markup): \center markup.
9783
9784         * scm/music-functions.scm: remove pitchify scripts.
9785
9786         * lily/music.cc (print_smob): display music name if available 
9787
9788 2003-03-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9789
9790         * Documentation/user/refman.itely (Instrument names): remove
9791         \turnOff doco.
9792
9793 2003-03-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9794
9795         * lily/score.cc (mark_smob): bugfix.
9796
9797         * input/regression/rehearsal-mark.ly: new file.
9798
9799         * lily/my-lily-parser.cc (here_input): revert reporting of errors:
9800         report error at the current token again.
9801
9802 2003-02-26  Jan Nieuwenhuizen  <janneke@gnu.org>
9803
9804         * cygwin/mknetrel: Exit if doc build fails.
9805
9806         * lily/GNUmakefile: Add hack for .deps and --srcdir build.
9807
9808 2003-02-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9809
9810         * scm/music-types.scm (music-descriptions): add doc strings
9811
9812 2003-02-25  Jan Nieuwenhuizen  <janneke@gnu.org>
9813
9814         * lily/lexer.ll: 
9815         * lily/include/my-lily-lexer.hh: 
9816         * lily/include/includable-lexer.hh: Add flex kludge.
9817
9818         * config.hh.in: 
9819         * config.make.in: 
9820         * stepmake/aclocal.m4 (STEPMAKE_DATADIR, STEPMAKE_LIBDIR): Junk
9821         cruft.
9822         
9823         * stepmake/aclocal.m4 (STEPMAKE_LIBDIR): Fix casual cut and paste
9824         code.
9825
9826 2003-02-24  Jan Nieuwenhuizen  <janneke@gnu.org>
9827
9828         * ly/spanners-init.ly (cresc, dim): Update to new markup text.
9829
9830         * lily/parser.yy (new_chord): Compile fix.
9831
9832 2003-02-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9833
9834         * Documentation/user/refman.itely (Tuning groups of objects):
9835         remove documentation for \turnOff. 
9836
9837         * lily/percent-repeat-engraver.cc (try_music): add correct
9838         processing moments for double-measure percents as well.
9839
9840         * input/regression/percent-repeat-skipbars.ly (texidoc): new file
9841
9842         * lily/lily-guile.cc (ly:dimension?): add dimension as separate
9843         grob prop type. 
9844
9845         * Documentation/user/refman.itely (Printing named chords): add
9846         chord name tweak doco.
9847
9848         * input/template/gregorian-transcription.ly: new file.
9849
9850 2003-02-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9851
9852         * VERSION: 1.7.13 released
9853         
9854         * input/test/*: lots of cleanups/comment-outs/removals in chord
9855         examples
9856         
9857         * input/regression/*: lots of cleanups/comment-outs/removals in
9858         chord examples
9859         
9860         * scripts/lilypond-book.py (check_texidoc): add no-texidoc to
9861         options
9862
9863         * lily/new-chord-name-engraver.cc (process_music): give original
9864         inversion pitch to chord name routine.
9865
9866         * input/tutorial/os-score.ly: update to new markup
9867
9868         * Documentation/user/appendices.itely: simply include
9869         chords-ignatzek. 
9870
9871         * Documentation/user/refman.itely (Chords mode): add documentation
9872         for chord mode.
9873
9874         * scm/chord-entry.scm (construct-chord): mark inversion as bass if
9875         not present in chord.
9876         (construct-chord): add inversion and bass support.
9877
9878         * lily/chord.cc: junk contents.
9879
9880 2003-02-17  Heikki Junes <hjunes@cc.hut.fi>
9881
9882         * Documentation/user/refman.itely:
9883         * Documentation/user/music-glossary.tely: fix. 
9884
9885 2003-02-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9886
9887         * scm/chord-entry.scm (construct-chord): move chord construction
9888         to Scheme.
9889
9890         * lily/parser.yy (new_chord): new setup for chord entry.
9891
9892 2003-02-16  Heikki Junes <hjunes@cc.hut.fi>
9893
9894         * lilypond.words:
9895         * Documentation/user/music-glossary.tely: add ambitus.
9896
9897 2003-02-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9898
9899         * scm/chords-ignatzek.scm (ignatzek-chord-names): robustness fix.
9900
9901         * lily/include/*.hh: string() -> to_string()
9902
9903         * scm/chords-ignatzek.scm: new file.
9904
9905         * ly/chord-modifiers-init.ly (ignatzekExceptionMusic): define
9906         standard chord name exceptions.
9907
9908         * scm/translator-property-description.scm (chordNameSeparator):
9909         add property.
9910         (majorSevenSymbol): add property
9911
9912         * lily/translator-scheme.cc (ly:context-properties): new function
9913         (ly:context-parent): new function.
9914         (print_smob): print context name.
9915
9916         * lily/music.cc (ly:get-music-length): new function
9917         (print_smob): don't print properties.
9918
9919         * lily/duration.cc (duration<?): new function
9920
9921         * input/regression/chords-funky-ignatzek.ly: new file.
9922
9923         * scm/double-plus-new-chord-name.scm (ignatzek-chord-names):
9924         jazz chords.
9925
9926         * lily/pitch.cc (ly:pitch-diff): new function.
9927
9928         * input/regression/chords-ignatzek.ly: new file.
9929
9930 2003-02-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9931
9932         * scm/double-plus-new-chord-name.scm (ignatzek-chord-names): classify
9933         pitches for jazz chords.
9934
9935 2003-02-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9936
9937         * lily/pitch.cc (LY_DEFINE): add ly:pitch-steps
9938
9939 2003-02-05  Heikki Junes  <hjunes@cc.hut.fi>
9940
9941         * lilypond.words: add 1
9942
9943 2003-02-04  Heikki Junes  <hjunes@cc.hut.fi>
9944
9945         * Documentation/topdocs/AUTHORS.texi: refine.
9946
9947 2003-01-25  Heikki Junes  <hjunes@cc.hut.fi>
9948
9949         * lilypond-font-lock.el: lyrics-mode update for multiple stanza.
9950         
9951         * lilypond.words: add one.
9952
9953 2003-01-23  Heikki Junes  <hjunes@cc.hut.fi>
9954
9955         * lilypond-font-lock.el: Fontify post-notated slurs [-^_][()].
9956         Fontify bass note in chords, e.g., e in c1/e.
9957         
9958 2003-01-19  Jan Nieuwenhuizen  <janneke@gnu.org>
9959
9960         * Documentation/user/music-glossary.tely: Dutch updates and
9961         additions (Arent Storm).
9962
9963 2003-01-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9964
9965         * input/regression/ambitus.ly:  move file.      
9966
9967         * lily/include/pitch.hh (class Pitch): make Pitch objects immutable.
9968
9969         * lily/event.cc (transpose): add tonic property to Key_change_req
9970         and to Key_engraver.
9971
9972 2003-01-17  Heikki Junes  <hjunes@cc.hut.fi>
9973
9974         * Documentation/user/refman.itely: fix typo.
9975
9976         * lilypond.words: removed wrong identifiers.
9977
9978 2003-01-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9979
9980         * mf/feta-toevallig.mf: make flat stem shorter 
9981
9982 2003-01-16  Heikki Junes  <hjunes@cc.hut.fi>
9983
9984         * lilypond-font-lock.el: Fontify post-notated slurs -( and -).
9985
9986         * lilypond.words: add from Phrasing slur.
9987         
9988 2003-01-15  Heikki Junes  <hjunes@cc.hut.fi>
9989
9990         * lilypond-mode.el: allow launching multiple ViewPS processes.
9991         
9992         * lilypond.words: add from Text markup.
9993
9994 2003-01-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9995
9996         * input/test/ossia.ly (texidoc): add comment.
9997
9998         * input/regression/voice-follower.ly: new file.
9999
10000         * mf/feta-toevallig.mf: make flat heavier.
10001
10002         * lily/cluster-engraver.cc: clean up Cluster engraver
10003
10004         * lily/cluster.cc (brew_molecule): cleaned up Cluster code and
10005         Engraver. Use Note_column to compute Y positions and deal with
10006         line break stuff.
10007
10008 2003-01-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10009
10010         * lily/stem.cc: move french-beaming to stem.
10011
10012 2003-01-13  Heikki Junes  <hjunes@cc.hut.fi>
10013
10014         * lilypond-font-lock.el: fontify all durations in chords.
10015
10016         * lilypond.words: add from lily/my-lily-lexer.cc
10017
10018 2003-01-12  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10019
10020         * VERSION: release 1.7.12
10021
10022         * lily/vaticana-ligature-engraver.cc (finish_primitive): compile fixes.
10023
10024         * lily/gregorian-ligature.cc: new file
10025
10026         * lily/*: the Great 2003 search & replace.
10027
10028         * Documentation/user/refman.itely (Manual repeat commands): add
10029         note about font selection.
10030
10031 2003-01-12  Heikki Junes  <hjunes@cc.hut.fi>
10032
10033         * lilypond-mode.el: propose recompiling midi while invoking playing,
10034         not while stopping playing.
10035
10036 2003-01-11  Heikki Junes  <hjunes@cc.hut.fi>
10037
10038         * lilypond.words: add one.
10039
10040         * lilypond-font-lock.el: add colour groups for horizontal, vertical 
10041         and expressional note grouping. Fontify chord modes.
10042
10043 2003-01-09  Heikki Junes  <hjunes@cc.hut.fi>
10044
10045         * Documentation/user/music-glossary.tely (Top): translate melisma.
10046
10047 2003-01-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10048
10049         * Documentation/user/music-glossary.tely (Top): add melisma.
10050
10051 2002-01-08  Juergen Reuter  <reuter@ipd.uka.de>
10052
10053         * lily/gregorian-ligature-engraver.cc: bugfix: added missing
10054         interfaces for (abstract) grob GregorianLigature
10055
10056         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc:
10057         renamed head* -> glyph_name*, x-shift* -> x-offset*
10058
10059         * scm/grob-property-description.scm: bugfix: added missing descriptions
10060
10061 2003-01-07  Jan Nieuwenhuizen  <janneke@gnu.org>
10062
10063         * input/test/chord-names-dpnj.ly: New file.
10064
10065         * scm/double-plus-new-chord-name.scm: Implement full and partial
10066         exceptions.
10067
10068         * lily/lexer.ll: <markup>: Allow dash and hyphen in markup command.
10069
10070         * scm/double-plus-new-chord-name.scm
10071         (double-plus-new-chord->markup): Fix sub->markup.
10072
10073
10074 2003-01-07  Juergen Reuter  <reuter@ipd.uka.de>
10075
10076         * lily/custos-engraver.cc: added TODO; editorial changes
10077
10078         * lily/ligature-bracket-engraver.cc: added typeset_ligature () for
10079         consistency with other ligature engravers; removed access on (now)
10080         private variable _ligature of Ligature_engraver
10081
10082         * lily/include/ligature-engraver.hh, lily/ligature-engraver.cc:
10083         renamed last_bound -> last_bound_; issue programming_error on
10084         abstract method calls; moved primitives code from
10085         Mensural_bracket_engraver to here (because almost ligature
10086         engravers will need it); renamed try_stop_ligature () ->
10087         typeset_ligature (); bugfix: store primitives of finished ligature
10088         in separate variable finished_primitives_ to avoid clash on input
10089         like "\] \["; added current_ligature () to enable access on
10090         private variable _ligature
10091
10092         * lily/mensural-ligature-engraver.cc: removed primitives_ code
10093         (now in super class); renamed try_stop_ligature () ->
10094         typeset_ligature ()
10095
10096         * lily/mensural-ligature.cc: issue programming_error on abstract
10097         method calls
10098
10099         * lily/note-heads-engraver.cc: added TODO comment upon bool
10100         in_ligature
10101
10102         * mf/parmesan-heads.mf: fixed some of set_char_box()
10103
10104         * scm/grob-description.scm: added VaticanaLigature
10105
10106         * scm/grob-property-description.scm: added neume prefix properties
10107
10108         * ly/gregorian-init.ly, lily/gregorian-ligature-engraver.cc,
10109         lily/include/gregorian-ligature-engraver.hh,
10110         lily/include/gregorian-ligature.hh: new files; framework for
10111         gregorian ligature engravers such as vaticana
10112
10113         * lily/vaticana-ligature.cc, lily/vaticana-ligature-engraver.cc,
10114         lily/include/vaticana-ligature.hh, input/test/vaticana.ly:
10115         vaticana style ligature implementation (still somewhat uncomplete)
10116
10117 2003-01-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10118
10119         * VERSION: release 1.7.11
10120
10121         * scripts/convert-ly.py: add ly:pitch-transpose rule
10122
10123 2003-01-06  Jan Nieuwenhuizen  <janneke@gnu.org>
10124
10125         * input/test/dpncnt.ly: New file.
10126
10127         * lily/my-lily-lexer.cc: Add chordnames keyword.
10128
10129         * lily/parser.yy (chordnames_block): Parse chord name exception
10130         lists, see input/test/dpncnt.ly.
10131
10132         * scm/chord-name.scm (set-double-plus-new-chord-name-style): New
10133         function.
10134
10135         * scm/lily.scm (filter-out-list): Bugfix: filter rest using
10136         filter-out too.
10137
10138         * lily/pitch.cc (ly_pitch_transpose): Scheme name now
10139         ly:pitch-transpose (was ly:transpose-pitch), in conformance with
10140         pitch functions (except for ly:make-pitch, but that's apparently
10141         some sort of scheme naming standard?).
10142
10143         * scm/lily.scm (!=): define-public.
10144
10145         * scm/new-markup.scm (make-markup-maker): define-public make-markups.
10146
10147 2003-01-05  Jan Nieuwenhuizen  <janneke@gnu.org>
10148
10149         * scm/double-plus-new-chord-name.scm
10150         (double-plus-new-chord-name->markup): New file.
10151
10152 2003-01-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10153
10154         * python/lilylib.py (make_preview): don't suppress progress for
10155         bbox extraction.
10156
10157 2003-01-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10158
10159         * Documentation/user/appendices.itely (scheme): update for new syntax.
10160
10161         * input/regression/chord-name-styles.ly: new file
10162
10163         * lily/instrument-name-engraver.cc: create instrument names
10164         without barline too.  Allows instrument name on ChordNames  
10165
10166         * scm/new-markup.scm (interpret-markup): allow simple strings as
10167         markup too.
10168
10169 2003-01-04  Jan Nieuwenhuizen  <janneke@gnu.org>
10170
10171         * scm/chord-name.scm: Super/raise changes and fixes for Banter.
10172         (step->markup-accidental): Fix: add accidental.
10173         (chord::inner-name-american): 
10174         (chord::inner-name-jazz): Ugly fix from inner-name-banter: do not
10175         append stray '/' if last superscript addition was 'o'.
10176
10177         * scm/new-markup.scm (normal-size-sub-markup) 
10178         (normal-size-super-markup): New function.
10179
10180         * lily/source-file.cc (Source_file): Add warning for possibly
10181         intentional but suspicious initialization.
10182
10183         * scm/chord-name.scm: Small rewrites, layout fixes.  Identify and
10184         add comments about cut-and-paste programming.
10185
10186         * flower/rational.cc (lcm): Not used; comment out.
10187
10188 2003-01-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10189
10190         * lily/new-fingering-engraver.cc (position_scripts): use
10191         fingerHorizontalDirection to determine fingering horizontal
10192         directions.
10193  
10194         * lily/accidental-engraver.cc (acknowledge_grob): add accidental to
10195         fingering support.
10196
10197         * scripts/convert-ly.py (FatalConversionError.conv): add style
10198         conversion rule. 
10199
10200         * scm/chord-name.scm (set-chord-name-style): new function.
10201         (new-chord-name-brew-molecule): revise to interpret markup only
10202         (new-chord->markup): cleanuppish rewrite. To be called from the
10203         new engraver.
10204
10205         * lily/new-chord-name-engraver.cc: new engraver: call Chord ->
10206         Markup earlier, during interpreting.
10207
10208         * input/test/{banter,jazz,american}-chords.ly (scheme): update
10209         style settings. Rename to chord-names-*.ly
10210
10211 2003-01-03  Jan Nieuwenhuizen  <janneke@gnu.org>
10212
10213         * scm/chord-name.scm: Painful merge of Amy's patch to old-style
10214         markup code and update to new markup.  Most probably broke some of
10215         it.
10216         
10217 2002-12-30  Juergen Reuter  <reuter@ipd.uka.de>
10218
10219         * Documentation/user/refman.itely: added docu for ambitus and
10220         clusters
10221
10222         * lily/lookup.cc, scm/tex.scm: cleanup: avoid nasty double
10223         ly_quote_scm() in lookup.cc
10224
10225         * mf/parmesan-clefs.mf: set_char_box fix
10226
10227         * lily/cluster-engraver.cc: junk implicit protection; use
10228         Protected_scm instead
10229
10230 2002-12-29  Jan Nieuwenhuizen  <janneke@gnu.org>
10231
10232         * scm/chord-name.scm: Junk "`(," constructs, use make-FOO-markup
10233         throughout.
10234
10235         * scm/new-markup.scm: Turn-off error-triggering test code.
10236
10237 2002-12-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10238
10239         * scm/new-markup.scm (markup-thrower-typecheck) 
10240         (markup-typecheck?):  add full typechecking functions.
10241         (make-markup-maker): add make-FOO-markup functions.
10242         (markup-argument-list-error): nice error checking messages.
10243         (make-markup): better function: less quoting escapades.
10244
10245 2002-12-29  Jan Nieuwenhuizen  <janneke@gnu.org>
10246
10247         * scm/chord-name.scm: Remove fixme's.  Jazz chords still broken.
10248
10249 2002-12-28  Jan Nieuwenhuizen  <janneke@gnu.org>
10250
10251         * cygwin/lilypond.hint (requires): Add cygwin.
10252
10253         * .cvsignore: Remove stepmake (huh!?!), add lib.
10254
10255         * GNUmakefile.in: Add libdir links for builddir runs.
10256
10257         * scripts/midi2ly.py: Add [lilypond_]libdir/python to path,
10258         instead of datadir.
10259
10260         * make/substitute.make (ATVARIABLES): Add lilypond_libdir,
10261         local_lilypond_libdir.
10262
10263         * config.make.in (lilypond_libdir): Add.
10264
10265         * stepmake/stepmake/substitute-rules.make: 
10266         * stepmake/stepmake/script-rules.make: 
10267         * stepmake/stepmake/python-module-rules.make:
10268         * stepmake/aclocal.m4 (STEPMAKE_LIBDIR): Fixes from
10269         lilypond-python-module patch.
10270
10271 2002-12-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10272
10273         * Documentation/user/refman.itely (Graphical interfaces): add note
10274         about xml2ly.
10275
10276 2002-12-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10277
10278         * scripts/ly2dvi.py (run_dvips): remove trailing newline
10279
10280 2002-12-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10281
10282         * VERSION: released 1.7.10
10283
10284         * scripts/musedata2ly.py (): idem
10285
10286         * scripts/midi2ly.py (dump_chord): idem
10287
10288         * scripts/etf2ly.py (version): idem 
10289
10290         * scripts/pmx2ly.py (Slur.calculate): new chord syntax
10291
10292         * scripts/mup2ly.py (pre_processor_commands): new chord syntax
10293
10294         * scm/tex.scm (tex-output-expression): remove eval compat
10295         glut. Other output files too.
10296
10297         * scm/chord-name.scm: don't export anything from chord module.
10298
10299         * input/test/american-chords.ly: idem
10300
10301         * input/test/banter-chords.ly (texidoc): idem
10302
10303         * input/test/Cc-chords.ly: add breakage notes.
10304
10305         * Documentation/user/refman.itely (Text markup): rewrite manual
10306         section.
10307
10308         * lily/parser.yy (scalar): allow \markup { } as property value. 
10309
10310         * scm/chord-name.scm: complete new markup usage
10311
10312         * scm/grob-description.scm (all-grob-descriptions): use new markup
10313         texts by default
10314
10315 2002-12-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10316
10317         * scm/chord-name.scm: partial move to new markup texts.
10318
10319 2002-12-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10320
10321         * scm/grob-description.scm (all-grob-descriptions): small bass figures.
10322
10323         * scm/bass-figure.scm (brew-bass-figure): make stack direction
10324         settable.
10325
10326 2002-12-18  Heikki Junes <hjunes@cc.hut.fi>
10327
10328         * lilypond-mode.el (LilyPond-command): propose 2midi if midi is
10329         invoked for old midi, wait for killing.
10330
10331 2002-12-16  Heikki Junes <hjunes@cc.hut.fi>
10332
10333         * Documentation/user/music-glossary.tely: Finnishing.
10334
10335 2002-12-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10336
10337         * mf/feta-nummer-code.mf: some kerning pairs.
10338
10339 2002-12-14  Rune Zedeler  <rz@localhost.localdomain>
10340
10341         * scm/output-lib.scm (set-bar-number-visibility): Context-function
10342         Added.
10343
10344         * Documentation/user/refman.itely (Bar numbers):
10345         set-bar-number-visibility added, modulo-bar-number removed again
10346         (sorry).
10347
10348 2002-12-14  Heikki Junes <hjunes@cc.hut.fi>
10349
10350         * scm/output-lib.scm (modulo-bar-number-visible): add function.
10351
10352         * Documentation/user/refman.itely: add modulo-bar-number-visible.
10353
10354         * Documentation/user/music-glossary.tely: translate into Finnish.
10355
10356 2002-12-10  Heikki Junes <hjunes@cc.hut.fi>
10357
10358         * lilypond-mode.el: add shortcut for 2midi
10359
10360         * lilypond-font-lock.el: fontify lyrics
10361
10362 2002-12-10  Rune Zedeler  <rz@daimi.au.dk>
10363
10364         * scm/drums.scm : use 1.7.x names.
10365
10366         * input/regression/drums.ly : Don't use << chords >>
10367
10368 2002-12-10  Heikki Junes <hjunes@cc.hut.fi>
10369
10370         * lilypond-mode.el: tidy, add TODO
10371
10372         * make/lilypond.mandrake.spec.in: install-info quietly.
10373
10374 2002-12-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10375
10376         * input/test/markup.ly: use new syntax.
10377
10378 2002-12-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10379
10380         * ly/params-init.ly (interscoreline): add word-space
10381
10382         * input/test/metronome.ly (eighthNote): idem.
10383
10384         * input/test/script-priority.ly: use new markup
10385
10386         * lily/parser.yy (markup): allow HEAD markup0 markup1 
10387
10388         * lily/molecule-scheme.cc (ly:molecule-translate): new function.
10389
10390         * lily/parser.yy (gen_text_def): bugfix.
10391         (full_markup): allow markup identifier.
10392
10393 2002-12-09  Heikki Junes <hjunes@cc.hut.fi>
10394
10395         * lilypond-mode.el (LilyPond-kill-job): Kill all LilyPond compiling
10396         jobs at the same time. Add horizontal lines to Command menu.
10397         Allow one compiling job -- propose killing others before a new one.
10398
10399         * lilypond.words: add markup, teeny, etc.
10400
10401 2002-12-08  Heikki Junes <hjunes@cc.hut.fi>
10402
10403         * lilypond-mode.el: Use LilyPond-command-alist for Midi and MidiAll.
10404         Allow only one type of midi process; launching Midi either stops
10405         midis or plays the current midi and launching MidiAll stops midis
10406         and starts timidity with "-ia", i.e., XAW-interface. Bind C-c C-return 
10407         to MidiAll. Choose "timidity-[1-9].ly" etc. files to MidiAll.
10408
10409 2002-12-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10410
10411         * lily/text-engraver.cc (process_acknowledged_grobs): use new
10412         markup  for new markup texts.
10413
10414         * lily/mark-engraver.cc (process_music): idem
10415         
10416         * lily/instrument-name-engraver.cc (create_text): idem
10417
10418         * scm/new-markup.scm (magnify-markup): new function.
10419
10420         * scm/molecule.scm (stack-lines): bugfix.
10421
10422         * lily/font-interface.cc (get_font): take font-magnification from
10423         alist chain.
10424
10425 2002-12-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10426
10427         * lily/molecule-scheme.cc: move scheme functions to separate file.
10428
10429         * lily/font-metric.cc  (ly_get_glyph): new function. 
10430         
10431         * scm/new-markup.scm (column-markup): use baseline-skip for columns.
10432         (italic-markup, dynamic-markup): new functions
10433         (font-markup): new function
10434
10435         * lily/molecule.cc (ly_molecule_combined_at_edge): optional
10436         padding and minimum
10437
10438 2002-12-07  Rune Zedeler  <rz@daimi.au.dk>
10439
10440         * lily/accidental-engraver.cc:
10441         Bugfix: Also print forced accidentals when autoAccidentals = \turnOff
10442
10443 2002-12-06  Heikki Junes <hjunes@cc.hut.fi>
10444
10445         * lilypond.vim:
10446         * lilypond-font-lock.el: Put \longa as duration. Accept only 
10447         [a-zA-Z] for user defined identifiers. Separate note cases 
10448         with and without a duration (allow cis\longaX).
10449
10450         * lilypond.words: Add words from Info.
10451
10452 2002-12-06  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
10453
10454         * stepmake/stepmake/c++-rules.make: Compile fix (bison 1.28)
10455
10456 2002-12-05  Heikki Junes <hjunes@cc.hut.fi>
10457
10458         * lilypond-mode.el: Propose reverting buffer before a command if
10459         it was edited with an another editor.
10460
10461 2002-12-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10462
10463         * lily/molecule.cc (ly_translate_molecule): new function
10464
10465         * python/GNUmakefile (INSTALLATION_DIR1): install Python module
10466         into libdir
10467
10468         * autogen.sh (srcdir): copy aclocal.m4 if newer. 
10469
10470         * stepmake/aclocal.m4: STEPMAKE_LIBDIR.
10471
10472 2002-12-04  Heikki Junes <hjunes@cc.hut.fi>
10473
10474         * lilypond.words: take \words from Info-index.
10475
10476 2002-12-04  Jan Nieuwenhuizen  <janneke@gnu.org>
10477
10478         * scm/sodipodi.scm: Add instruction for generating pfa fonts.
10479
10480 2002-12-02  Heikki Junes <hjunes@cc.hut.fi>
10481
10482         * make/lilypond.mandrake.spec.in: use %make and %makeinstall.
10483
10484 2002-12-01  Heikki Junes <hjunes@cc.hut.fi>
10485
10486         * make/lilypond.mandrake.spec.in: set menu-items to lilypond-info 
10487         and lilypond-documentation.
10488
10489 2002-12-02  Jan Nieuwenhuizen  <janneke@gnu.org>
10490
10491         * lily/parser.yy: Compile fix (bison 1.75).
10492
10493 2002-12-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10494
10495         * VERSION: 1.7.9 released
10496
10497         * scm/music-functions.scm (shift-one-duration-log): refactor.
10498         Use music-map.
10499
10500         * input/regression/chord-tremolo.ly (texidoc): add dot test.
10501
10502         * NEWS: update.
10503
10504         * lily/font-interface.cc (get-font): take alist chain i.s.o. alist
10505         argument
10506         
10507         * scm/music-functions.scm (display-music): new function
10508         (music-map): change arg order.
10509
10510         * input/regression/new-markup-syntax.scm: new file
10511
10512         * lily/parser.yy (markup): add \markup { .. } syntax.
10513
10514         * scm/new-markup.scm (override-markup): new function
10515         (lookup-markup): new function
10516         (music-markup): new function
10517         (lookup-markup-command): use markup-signature to store argument
10518         format for parser.
10519
10520         * lily/lexer.ll: preliminary \markup syntax. 
10521
10522 2002-11-30  Heikki Junes <hjunes@cc.hut.fi>
10523
10524         * make/lilypond.mandrake.spec.in: remove extra %changelog entries,
10525         add pre/post-dependencies and menus with icons from source.
10526
10527         * Documentation/pictures/lilypond-48x48.xpm:
10528         * Documentation/pictures/lilypond-32x32.xpm:
10529         * Documentation/pictures/lilypond-16x16.xpm: new files, background
10530         transparent.
10531
10532         * stepmake/stepmake/generic-targets.make:
10533         * stepmake/stepmake/toplevel-targets.make: Add make rpm-mandrake.
10534
10535 2002-11-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10536
10537         * input/regression/music-map.ly (texidoc): new file.
10538
10539         * scm/music-functions.scm (music-map): new function
10540
10541 2002-11-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10542
10543         * lily/ligature-engraver.cc (create_ligature_spanner): fix fixes.
10544
10545 2002-11-28  Heikki Junes <hjunes@cc.hut.fi>
10546
10547         * input/test/to-xml.ly:
10548         * lily/ligature-engraver.cc: Fixes documentation.
10549
10550         * lilypond.mandrake.spec.in:
10551         * lilypond.redhat.spec.in: Add lilypond.words.
10552
10553         * Documentation/user/refman.itely: Mention Info inside emacs.
10554         
10555         * lilypond.suse.spec.in:
10556         * lilypond.redhat.spec.in:
10557         * lilypond.mandrake.spec.in: Set root-owner for doc
10558         (tobbe@nyvalls.se).
10559
10560 2002-11-27  Jan Nieuwenhuizen  <janneke@gnu.org>
10561
10562         * scripts/ly2dvi.py (run_dvips): Use ly.read_pipe () instead of
10563         os.popen.read ().
10564
10565 2002-11-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10566
10567         * scripts/ly2dvi.py (include_path): print warning if failing anything.
10568
10569         * python/lilylib.py (error): add space
10570
10571 2002-11-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10572
10573         * GNUmakefile.in (EXTRA_DIST_FILES): add lilypond.words for
10574         distribution.
10575
10576 2002-11-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10577
10578         * lily/paper-outputter.cc (Paper_outputter): close port when
10579         finishing score.
10580
10581 2002-11-26  Jan Nieuwenhuizen  <janneke@gnu.org>
10582
10583         * scm/sodipodi.scm: Fixes.
10584
10585 2002-11-26  Heikki Junes <hjunes@cc.hut.fi>
10586
10587         * lilypond-mode.el: Look shortcuts in menu from keymap, if possible.
10588
10589         * buildscripts/make-font-dir.py: Fix. 
10590
10591 2002-11-25  Heikki Junes <hjunes@cc.hut.fi>
10592
10593         * lilypond-mode.el: Add support for Info inside Emacs.
10594
10595 2002-11-24  Jan Nieuwenhuizen  <janneke@gnu.org>
10596
10597         * buildscripts/make-font-dir.py: 
10598         * mf/GNUmakefile: Make sodipodi font map.
10599
10600         * scm/sodipodi.scm: Add more output functions.
10601
10602         * mf/feta-nummer.mf: 
10603         * mf/feta-beugel.mf: Add font_coding_scheme.
10604
10605         * lily/paper-outputter.cc (output_header): Fix creator string.
10606
10607 2002-11-23  Heikki Junes <hjunes@cc.hut.fi>
10608
10609         * lilypond-mode.el (LilyPond-autocompletion): invoked with
10610         [S-iso-lefttab], fixes at bol and eol, descriptive variable names.
10611
10612         * lilypond.words: add two (Everybody can add/remove words now!).
10613
10614         * debian/rules:
10615         * make/lilypond.suse.spec.in:
10616         * make/lilypond.mandrake.spec.in:
10617         * make/lilypond.redhat.spec.in: Add lilypond.words for emacs-files.
10618
10619         * Documentation/user/refman.itely: Mention autocompletion.
10620
10621 2002-11-23  Jan Nieuwenhuizen  <janneke@gnu.org>
10622
10623         * scripts/ly2dvi.py: Add paper sizes.
10624
10625         * lily/timing-engraver.cc: 
10626         * lily/time-signature.cc: 
10627         * lily/span-bar.cc: 
10628         * lily/grob-scheme.cc: Code formatting fixes.
10629
10630         * scm/sodipodi.scm: 
10631         * scm/sketch.scm:
10632         * buildscripts/mf-to-table.py: 
10633         * buildscripts/make-font-dir.py: Font testing.
10634
10635 2002-11-23  Heikki Junes <hjunes@cc.hut.fi>
10636
10637         * lilypond-mode.el (LilyPond-autocompletion): deletes end-of-word,
10638         inserts try-completion and shows all-completions.
10639
10640         * lilypond.words: '\' -> '\\'
10641
10642         * lilypond-mode.el: load libraries in the end, lilypond.words defines
10643         LilyPond-keywords, LilyPond-identifiers and LilyPond-reserved-words.
10644         
10645         * lilypond-font-lock.el: Use LilyPond-keywords, LilyPond-identifiers
10646         and LilyPond-reserved-words.
10647         
10648 2002-11-22  Heikki Junes <hjunes@cc.hut.fi>
10649
10650         * lilypond-mode.el (LilyPond-words-filename): find lilypond.words
10651         from load-path.
10652         
10653         * lilypond-mode.el (LilyPond-autocompletion): shows completions in
10654         the mini-buffer with Control-Shift-c.
10655         
10656 2002-11-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10657
10658         * lily/parser.yy (tempo_event): use tempo-unit for \tempo
10659         duration. This fixes \tempo taking time.
10660
10661 2002-11-21  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
10662
10663         * lily/volta-engraver.cc (process_acknowledged_grobs): 
10664         Allow for text markup in repeatCommands. 
10665
10666 2002-11-21  Heikki Junes <hjunes@cc.hut.fi>
10667
10668         * lilypond-mode.el (LilyPond-insert-string): new function, use it
10669         in LilyPond-insert-tag-notes. LilyPond-insert-between, new function.
10670         Get rid of skeleton.el-dependency.
10671
10672         * Documentation/topdocs/INSTALL.texi: tell how to get syntax-highlight.
10673
10674 2002-11-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10675
10676         * lily/beam-engraver.cc (stop_translation_timestep): reset
10677         now_stop_ev_
10678
10679         * lily/scm-option.cc: add parse-protect to ly:set-option
10680
10681         * lily/lexer.ll: set errorlevel if GUILE fails during parse.
10682
10683 2002-11-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10684
10685         * lily/include/ligature-bracket.hh: removed
10686         * lily/ligature-bracket.cc: removed
10687
10688         * lilypond-mode.el (LilyPond-expand-alist): set LaTeX extension to
10689         .tex
10690
10691         * lily/beam.cc (set_beaming): don't change beam count on rests.
10692         (brew_molecule): always set flag-width > 0.
10693
10694 2002-11-19  Heikki Junes <hjunes@cc.hut.fi>
10695
10696         * lilypond-mode.el: LilyPond-imenu-generic-re: only alphabetic
10697         chars, remove instructions; instead, refer to lilypond-init.el and
10698         Documentation/topdocs/INSTALL.texi.
10699
10700         * lilypond.words: add identifiers and reserved words.
10701
10702         * Documentation/topdocs/INSTALL.texi: separate sections for installing
10703         files and adding a load-path.
10704
10705         * lilypond-init.el: Instructions, extracted from 
10706         Documentation/topdocs/INSTALL.texi. 
10707         
10708 2002-11-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10709
10710         * VERSION: 1.7.8 released 
10711
10712         * lily/grob.cc (warning): better robustness fix.
10713
10714 2002-11-19 Juergen Reuter  <reuter@ipd.uka.de>
10715
10716         * lily/cluster-engraver.cc: bugfix: use protected scm upon columns
10717
10718         * lily/cluster-engraver.cc: stick better to variable naming
10719         conventions
10720
10721         * lily/cluster-engraver.cc: bugfix: delay typesetting of cluster
10722         until stop_translation_timestep()
10723
10724         * lily/cluster-engraver.cc, lily/cluster.cc: design fix: pass
10725         min/max coordinates to backend, but no musical info such as
10726         pitches
10727
10728         * lily/cluster.cc: robustness fix: do not crash upon empty cluster
10729
10730         * lily/grob.cc: robustness fix: warning(): do not crash if
10731         cause is not set
10732
10733         * lily/ligature-bracket-engraver.cc, scm/grob-description.scm: use
10734         the much more elaborated tuplet brackets than the very naive and
10735         simple ligature bracket grob
10736
10737 2002-11-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10738
10739         * Documentation/user/refman.itely (Analysis brackets): add
10740         horizontal bracket doco.
10741
10742         * ly/property-init.ly (setMmRestFermata): added.
10743
10744         * Documentation/user/refman.itely (Multi measure rests): fermatas
10745         on mm rests.
10746
10747         * input/regression/apply-context.ly (texidoc): new file
10748
10749         * lily/parser.yy (Simple_music): \applycontext #FUNCTION allows
10750         code to be executed during interpretation. Possible applications:
10751         smart octavation, more advanced bar checks. 
10752
10753         * lily/apply-context-iterator.cc: new file.
10754
10755 2002-11-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10756
10757         * input/test/new-markup.ly: new file.
10758
10759         * lily/text-item.cc (text_to_molecule): new function
10760
10761         * scm/new-markup.scm (lambda): new file
10762
10763         * lily/function-documentation.cc (ly_add_function_documentation):
10764         add proc property as well
10765
10766 2002-11-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10767
10768         * Documentation/user/music-glossary.tely (Top): add custos.
10769
10770 2002-11-18  Heikki Junes <hjunes@cc.hut.fi>
10771
10772         * Documentation/topdocs/INSTALL.texi: advise how to include source
10773         path to Emacs load-path and improve language.
10774
10775 2002-11-16  Jan Nieuwenhuizen  <janneke@gnu.org>
10776
10777         * GNUmakefile.in: config.h message fix.
10778
10779         * autogen.sh:
10780         * aclocal.m4: Regenerate.
10781
10782         * configure.in: 
10783         * config.make.in: 
10784         * stepmake/config.make.in: 
10785         * stepmake/configure.in: 
10786         * stepmake/autogen.sh: 
10787         * stepmake/aclocal.m4: Update for autoconf 2.56.
10788
10789 2002-11-16  Heikki Junes <hjunes@cc.hut.fi>
10790
10791         * Documentation/topdocs/INSTALL.texi: instructions for an user how
10792         to install Emacs-mode. Instructions how to use vim-mode.
10793
10794 2002-11-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10795
10796         * scm/music-types.scm (music-descriptions): no length for tempo event.
10797
10798         * input/*.ly: add \version everywhere.
10799         
10800         * input/*.ly: update syntax to 1.7 + new-chords.
10801
10802         * VERSION: 1.7.7 released.
10803         
10804         * Documentation/user/*.tely: new chord syntax.
10805
10806         * input/regression/[bc]*.ly (texidoc): syntax updates.
10807         
10808 2002-11-13  Heikki Junes <hjunes@cc.hut.fi>
10809
10810         * lilypond.words: add vocabulary to be used in auto-completion
10811
10812         * vimrc: autocompletion in Insert/Replace-mode with <Ctrn-N>
10813
10814         * lilypond.vim: allow note name at EOF
10815
10816 2002-11-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10817
10818         * buildscripts/new-chords.py (edit): -e option: inline editing.
10819
10820         * input/regression/a*.ly (texidoc): syntax updates.
10821
10822         * Documentation/user/lilypond-book.itely (Integrating La@TeX{} and
10823         music): elucidations. 
10824
10825 2002-11-11 Juergen Reuter  <reuter@ipd.uka.de>
10826
10827         * lily/include/lily-proto.hh, ly/engraver-init.ly,
10828         ly/spanners-init.ly, scm/grob-description.scm,
10829         scm/grob-property-description.scm, scm/music-types.scm,
10830         lily/cluster-engraver.cc, lily/cluster.cc,
10831         lily/include/cluster.hh, input/test/cluster.ly: cluster
10832         implementation
10833
10834         * lily/include/lookup.hh, lily/lookup.cc, scm/pdf.scm
10835         ps/music-drawing-routines.ps, scm/ascii-script.scm, scm/ps.scm,
10836         scm/sketch.scm, scm/tex.scm: support for dots and polygons added
10837
10838         * lily/lookup.cc: bugfix: fixed infinite loop in frame ()
10839
10840         * mf/parmesan-heads.mf: bugfix: vaticana punctum set_char_box
10841
10842         * scm/grob-description.scm: bugfix: by default, use default note
10843         head style when engraving ligatures
10844
10845         * lily/note-heads-engraver.cc: bugfix: do not steal ligature events
10846
10847         * lily/mensural-ligature-engraver.cc: bugfix: accept ligature
10848         events
10849
10850         * lily/ligature-bracket-engraver.cc: bugfix: accept ligature events
10851
10852         * input/test/ancient-font.ly: bugfix: style -> flag-style
10853
10854         * lily/ligature-engraver.cc: indentation fix
10855
10856         * lily/parser.yy: indentation fixes
10857         
10858 2002-11-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10859
10860         * input/regression/measure-grouping.ly: more elaborate example.
10861
10862         * lily/moment.cc: ly:add-moment, ly:mul-moment,
10863         ly:div-moment. New functions 
10864
10865         * scm/music-functions.scm (set-time-signature): new function,
10866         allow inline time sig settings with measure grouping.
10867
10868         * lily/parser.yy (command_element): move time sig construction
10869         into Scheme.
10870
10871         * lily/side-position-interface.cc (out_of_staff): new function,
10872         like padding, but keep minimum distance from staff. Easier than
10873         linespanners (dynamics, pedals), but roughly the same effect.
10874
10875 2002-11-10 Heikki Junes  <hjunes@cc.hut.fi>
10876
10877         * emacs-mode.el: Added spanish-note-replacements 
10878         (Carlos Betancourt, <carlos.betancourt@chello.be>).
10879
10880         * vimrc: (Un)commenting with <(S-)F12>, tidy.
10881
10882 2002-11-08  Heikki Junes  <hjunes@cc.hut.fi>
10883
10884         * lilypond.vim: Do not fontify cises, desis, etc.
10885
10886         * vimrc: view dvi with <S-F6>
10887
10888 2002-11-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10889
10890         * lily/lookup.cc (triangle): new function.
10891
10892         * input/regression/measure-grouping.ly (texidoc): new file: show
10893         triangles and brackets for beat groups of 3 and 2.
10894
10895         * lily/include/measure-grouping-spanner.hh (class
10896         Measure_grouping): new file.
10897
10898         * lily/measure-grouping-spanner.cc (brew_molecule): new file
10899
10900         * lily/measure-grouping-engraver.cc (class
10901         Measure_grouping_engraver): new file.
10902
10903 2002-11-06  Jan Nieuwenhuizen  <janneke@gnu.org>
10904
10905         * Merge from stable:
10906
10907             cvs update -jlilypond_1_6_6 -jlilypond_1_6_6_1
10908         
10909         * ly/paper16-init.ly (paperSixteen): Bugfix: set fonts instead of
10910         stylesheet.
10911
10912         * ly/paper19.ly: Include paper19-init.ly.
10913
10914         * ly/paper19-init.ly: New file.
10915
10916         * Documentation/user/tutorial.itely (First steps): Fix first
10917         example for font test.
10918
10919         * input/tutorial/brahms-tweaked.ly: Fix by hand for font test.
10920
10921         * ChangeLog: Add 1.7.6 release marker (see below).
10922
10923         * stepmake/stepmake/python-module-vars.make (EXTRA_DIST_FILES):
10924         Add .py files.
10925
10926 2002-11-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10927
10928         * input/tutorial/sammartini.ly (bassvoices): to new syntax.
10929
10930         * input/tutorial/*.ly: update to new syntax.
10931
10932         * lily/parser.yy (Composite_music): new transpose syntax,
10933         \transpose FROM TO MUSIC. 
10934
10935 2002-11-04  Jan Nieuwenhuizen  <janneke@gnu.org>
10936
10937         * scripts/lilypond-book.py: * scripts/ly2dvi.py: Fix: redirect
10938         latex progress/error output to stderr (by default this goes to
10939         stdout).  Show lilypond progress, even when not verbose.
10940
10941         * python/lilylib.py (system): New optional parameter to control
10942         showing of progress.
10943
10944         * scm/backend-documentation-lib.scm (check-dangling-properties):
10945         Fix error message.
10946
10947         * lily/text-item.cc (ADD_INTERFACE): Remove align, magnify.  Add
10948         axis, extent.
10949
10950         * scm/grob-property-description.scm (magnify): Remove.
10951         (extent, axis): Add.
10952
10953 2002-11-03  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10954
10955         * VERSION: Release 1.7.6.
10956
10957         * scripts/convert-ly.py: more uniformization substitutions.
10958
10959         * buildscripts/new-chords.py (sub_chords): new file.
10960
10961 2002-11-03  Jan Nieuwenhuizen  <janneke@gnu.org>
10962
10963         * mf/GNUmakefile: Bugfix: Use actual fontname (.AFM FontName) for
10964         lilypond.map.  Include sauter fonts too.  Cleanups.
10965
10966 2002-11-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10967
10968         * Documentation/user/tutorial.itely (First steps): change to new
10969         chord/tie/slur/beam notation.
10970
10971         * lily/parser.yy (event_that_take_dir): allow postfix notation for
10972         ties.
10973
10974         * lily/new-tie-engraver.cc (process_acknowledged_grobs): new
10975         engraver. Process ties in postfix notation, i.e. c8-~ c
10976
10977         * lilypond-mode.el (LilyPond-command-alist): run LaTeX by default.
10978
10979         * input/regression/beam-postfix-notation.ly (texidoc): new file.
10980
10981         * lily/parser.yy (event_that_take_dir): allows c8-[ for beams.
10982
10983         * lily/beam-engraver.cc (try_music): accept new-beam-events
10984
10985         * input/regression/chord-scripts.ly (texidoc): new file
10986
10987         * lily/new-fingering-engraver.cc (acknowledge_grob):  also handle
10988         script-events.
10989
10990         * scm/script.scm (default-script-alist): cleanup.
10991
10992         * lily/script-engraver.cc (make_script_from_event): cleanup.
10993
10994         * lily/lyric-combine-music-iterator.cc
10995         (Lyric_combine_music_iterator): remove superfluous events.
10996         (melisma_busy): new function. Fix broken melismas.
10997
10998 2002-10-31  Heikki Junes  <hjunes@cc.hut.fi>
10999
11000         * vimrc: Add shortcuts for compiling, midi-playing and PS-viewing.
11001         Remove nonvalid settings. Use descriptive key names.
11002         Use <Return> to indicate the pressing of that key.
11003
11004 2002-10-30  Jan Nieuwenhuizen  <janneke@gnu.org>
11005
11006         * scripts/lilypond-book.py (option_definitions): Typo.
11007
11008         * scripts/ly2dvi.py: Updates.
11009
11010         * python/lilylib.py (setup_environment, print_environment)
11011         (get_bbox, make_preview): Merge and remove from ly2dvi and
11012         lilypond-book.
11013
11014         * scripts/lilypond-book.py: Use lilylib.  Cleanups.
11015
11016         * .cvsignore: Remove some cruft.
11017
11018         * make/lilypond-vars.make (PYTHONPATH): Add python's outdir to
11019         path.
11020
11021         * scripts/ly2dvi.py: Use lilylib as module.  Fail gracefully if
11022         kpsexpand, kpsewhich, ps2pdf exit with error.  Cleanups and fixes
11023         throughout.
11024
11025         * python/lilylib.py (quiet_system): Junk
11026         (system): Display error log upon failure.
11027         (read_pipe): New function.  Cleanups and fixes.
11028
11029         * python/*.py: Rename from *.py.in.
11030         
11031         * make/substitute.make (ATVARIABLES): Add lilypond_datadir.
11032
11033         * GNUmakefile.in (SUBDIRS): Move python before scripts.
11034
11035 2002-10-30  Jan Nieuwenhuizen  <janneke@gnu.org>
11036
11037         * python/GNUmakefile: Bugfix: handle modules.
11038
11039         * stepmake/stepmake/python-module-targets.make (default): Add
11040         compiled modules. 
11041
11042         * stepmake/stepmake/python-module-rules.make: Add rule for byte
11043         compiling modules.
11044
11045         * stepmake/stepmake/python-module-vars.make (OUT_PY_MODULES):
11046         Bugfix.  (OUT_PYC_MODULES): Add.
11047
11048 2002-10-30  Heikki Junes  <hjunes@cc.hut.fi>
11049
11050         * make/lilypond.mandrake.spec.in: Repair info. Comment out menu.
11051         Use default paths. Refresh description.
11052
11053 2002-10-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11054
11055         * VERSION: 1.7.5 released
11056
11057         * input/regression/finger-chords.ly (texidoc): new file.
11058
11059         * lily/script-engraver.cc (process_music): remove scriptHorizontal
11060         support
11061
11062         * lily/fingering-engraver.cc (process_music): remove kludgy
11063         scriptHorizontal stuff.
11064
11065         * lily/script.cc: remove staff-support property.
11066
11067         * lily/new-fingering-engraver.cc (add_fingering): new
11068         file. Fingering engraver for new style chords.
11069
11070 2002-10-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11071
11072         * lily/parser.yy (bare_number): allow 4 \cm (without
11073         decimal dot). (should backport to 1.6?)
11074
11075         * ly/declarations-init.ly: use Scheme for dimension defs.
11076
11077         * lily/parser.yy (TODO): remove hard coded dimensions, add
11078         REAL NUMBER_IDENTIFIER production.
11079
11080         * lily/rest-collision.cc (force_shift_callback): rewrite using
11081         -done property.
11082
11083         * scm/grob-property-description.scm (rest-collision-done): add
11084         property.
11085         
11086         * lilypond.vim: add file (<hjunes@cc.hut.fi>)
11087
11088 2002-10-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11089
11090         * input/regression/multi-measure-rest-center.ly: new file.
11091
11092         * lily/multi-measure-rest.cc (big_rest): multi measure rest was
11093         off horizontally by 0.05 ss. Fixed.
11094
11095 2002-10-22  Jan Nieuwenhuizen  <janneke@gnu.org>
11096
11097         * scm/pdftex.scm: Rename ly-number to ly:number->string.
11098
11099         * Documentation/topdocs/index.tely: Remove duplicate from merge.
11100
11101 2002-10-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11102
11103         * lily/tie.cc (get_control_points): also avoid staff lines on the
11104         just outside the outer staff lines
11105
11106 2002-10-21  Jan Nieuwenhuizen  <janneke@gnu.org>
11107
11108         * ly/params-init.ly: Just define style-alist, no need to
11109         define-public.
11110
11111         * input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly: Fix style override
11112         (thanks Han-Wen).
11113
11114         * mf/GNUmakefile (FONT_FILES): Add feta-nummer.
11115         (FET_FILES): = FONT_FILES.
11116
11117         * Merge from stable:
11118
11119             cvs update -jlilypond_1_6_5 -jlilypond_1_6_6
11120
11121 2002-10-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11122
11123         * VERSION: 1.7.4 released.  
11124         
11125         * scm/generate-documentation.scm (string-append): add macro
11126         definitions.
11127
11128         * lily/text-item.cc (lookup_text): don't use virtual fonts for
11129         normal texts.
11130
11131         * lily/multi-measure-rest-engraver.cc: make separate
11132         MultiMeasureRestNumber grob. Introduce restNumberThreshold.
11133
11134         * lily/multi-measure-rest.cc: remove text handling. Remove
11135         number-threshold.
11136
11137 2002-10-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11138
11139         * scm/music-types.scm: doc patch by Graham Percival
11140
11141 2002-10-19  Jan Nieuwenhuizen  <janneke@gnu.org>
11142
11143         * buildscripts/make-font-dir.py (sketch_p): Bugfix: only write
11144         encoding part.
11145         (Font_info.set_defaults): pixelsize now also defauts to '0'.
11146         (sketch_p): Sketch wants only first four elements of X11 font spec.
11147
11148         * buildscripts/mf-to-table.py (parse_logfile): Bugfix. 
11149
11150         * mf/feta-autometric.mf: Write foundry and family to log.
11151
11152         * mf/GNUmakefile: Fixes for pfx builds.  Also write sketch
11153         font translation table.
11154
11155         * buildscripts/mf-to-table.py: Better font info into afm.
11156
11157         * buildscripts/make-font-dir.py: Use font info from afm.  Mftrace
11158         1.0.9 required.
11159
11160         * configure.in: Whine for mftrace 1.0.9.
11161
11162 2002-10-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11163
11164         * lily/parser.yy (chord_body): allow <<c e>>4 notation.
11165
11166         * lily/main.cc (main_prog): don't try to load init.EXT when
11167         processing foo.EXT.
11168
11169 2002-10-15  Rune Zedeler  <rune@zedeler.dk>
11170
11171         * scm/tex.scm (zigzig-line): added.
11172
11173         * scm/ps.scm (zigzag-line): added.
11174
11175         * ps/music-drawing-routines.ps (subvec): added.
11176         (draw_zigzag_line): added.
11177         
11178         * lily/line-spanner.cc: Add support for #'type = #'zigzag. reading
11179         grob properties zigzag-width and zigzag-length.
11180
11181         * input/regression/glissando.ly: Add some zig-zagged glissandi.
11182
11183 2002-10-15  Jan Nieuwenhuizen  <janneke@gnu.org>
11184
11185         * scm/sodipodi.scm: Some fixes.  Sketch also groks this bare-bones
11186         svg output, including font.
11187
11188 2002-10-14  Jan Nieuwenhuizen  <janneke@gnu.org>
11189
11190         * scm/lily.scm: Register sodipodi output module.
11191
11192         * scm/sodipodi.scm: New file.
11193
11194         * lily/afm.cc (read_afm_file): Read TfmCheckSum from comment.
11195
11196         * buildscripts/mf-to-table.py (base): Write TfmChecksum in
11197         comment, after header.
11198         (parse_logfile): Remove invalid key FontFamily.  Add mandatory key
11199         FullName.  Fix FontName key.
11200
11201 2002-10-14  Rune Zedeler  <rune@zedeler.dk>
11202
11203         * lily/rest.cc (after_line_breaking): bugfix: dots after half
11204         and breve rests.
11205         
11206         * input/test/blank-notes.ly: bugfix
11207
11208         * lily/rest.cc (after_line_breaking): bugfix: dots after whole
11209         rests. (Kim Shrier)
11210
11211         * input/test/rest-dot-positions.ly: Added. (Kim Shrier)
11212         
11213 2002-10-14  Jan Nieuwenhuizen  <janneke@gnu.org>
11214
11215         * scm/tex.scm: 
11216         * scm/ps.scm: Cleanup and remove obsolete junk.
11217
11218         * Documentation/user/internals.itely:
11219         * Documentation/user/refman.itely: Run texinfo-all-menus-update.
11220
11221         * lily/parser.yy: Identify shift/reduce problems.
11222
11223         * input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly: Rename
11224         make-style-sheet.  Too specific for convert-ly?
11225
11226 2002-10-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11227
11228         * po/cs.po: added czech translation, courtesy Tomas Kopecek.
11229
11230         * input/test/*.ly: various fixes.
11231
11232         * lily/music.cc (name): bugfix
11233
11234         * lily/piano-pedal-engraver.cc (try_music): fix pedals.
11235
11236         * lily/input-file-results.cc (code): set-point-and-click! ->
11237         set-point-and-click
11238         
11239 2002-10-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11240
11241         * Use uniform ly: prefix for exported scheme primitive functions.
11242
11243         * scm/music-types.scm: junk compat glue
11244
11245         * scripts/convert-ly.py: add rules for stuff below, junk
11246         compatibility glue for spanrequest.
11247
11248         * lily/parser.yy (verbose_event): remove \spanrequest,
11249         \commandspanrequest, \script. 
11250         
11251         * lily/identifier-smob.cc (LY_DEFINE): change name to ly-export
11252
11253         * lily/parser.yy: remove arpeggio keyword; use identifier. Idem
11254         for \penalty, \glissando.
11255
11256         * VERSION: release 1.7.3
11257         
11258 2002-10-13  Rune Zedeler  <rune@zedeler.dk>
11259
11260         * lily/accidental-engraver.cc: Fix
11261         grace-in-the-beginning-of-measure bug caused by the resent
11262         partial-measure fix.
11263
11264         * lily/stem.cc: reversed noteheads overlap half of the stem. (Full
11265         overlap looks too crowded)
11266         
11267 2002-10-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11268
11269         * lily/parser.yy (assignment): allow SCM expression as assignment.
11270
11271         * lily/include/music-output-def.hh (class Music_output_def):
11272         * lily/music-output-def.cc: 
11273         * lily/paper-def.cc: 
11274         * scm/font.scm (markup-to-properties):
11275         * lily/parser.yy (music_output_def_body): 
11276         remove style_sheet_
11277
11278 2002-10-12  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11279
11280         * ly/grace-init.ly (startGraceMusic): shorten default grace stem
11281         length.
11282
11283         * input/regression/spacing-to-grace.ly: new file.
11284
11285         * input/regression/spacing-end-of-line.ly: new file.
11286
11287         * lily/note-spacing.cc (get_spacing): take into account breakable
11288         stuff sticking out at the left (time sig change at line break).
11289
11290         * lily/spacing-spanner.cc (breakable_column_spacing): junk weird
11291         raggedright code.
11292
11293         * scm/music-functions.scm (make-voice-props-set): add
11294         staff-position for mm rests.
11295  
11296         * lily/spacing-spanner.cc (musical_column_spacing): shrink space
11297         before grace notes a little.
11298
11299         * lily/parser.yy (sup_quotes): use '\'' for sup_quotes.
11300
11301         * lily/break-align-interface.cc (do_alignment): right-edge spacing
11302         key adds space at the end of line. 
11303
11304 2002-10-11  Jan Nieuwenhuizen  <janneke@gnu.org>
11305
11306         * scm/sketch.scm: Fix beams.
11307
11308         * buildscripts/mf-to-table.py: Add EncodingScheme.
11309
11310         * scm/sketch.scm: Resurrect.
11311
11312 2002-10-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11313
11314         * lily/multi-measure-rest.cc: use breve rests for measure lengths
11315         longer than 4/4. Patch courtesy Kim Shrier <kim@tinker.com>.
11316
11317 2002-10-10  Jan Nieuwenhuizen  <janneke@gnu.org>
11318
11319         * stepmake/stepmake/c++-rules.make: Fixes for bison 1.50.
11320
11321         * lily/lexer.ll (My_lily_lexer): Avoid silly flex induced gcc warnings.
11322
11323 2002-10-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11324
11325         * lily/my-lily-lexer.cc (prepare_for_next_token): use previous
11326         token for origin information.
11327
11328         * lily/parser.yy (My_lily_lexer): do identifier location and
11329         cloning from lexer.
11330
11331         * scm/music-functions.scm (make-multi-measure-rest): move mmrest
11332         logic out of the parser. Add bar checks on both ends.
11333
11334         * Documentation/user/refman.itely (Multi measure rests): add more
11335         notes about mm rests.
11336
11337 2002-10-10  Jan Nieuwenhuizen  <janneke@gnu.org>
11338
11339         * input/regression/bar-scripts.ly: Re-enable.
11340
11341         * lily/parser.yy:
11342         * stepmake/stepmake/c++-rules.make: Fixes for bison 1.51 to be
11343         released rsn.  Bison 1.50 has a crucial bug and won't work.
11344
11345         * lily/lexer.ll (My_lily_lexer): Avoid silly flex induced gcc warnings.
11346
11347
11348 2002-10-07  Jan Nieuwenhuizen  <janneke@gnu.org>
11349
11350         * input/regression/bar-scripts.ly: Blunt documentation build fix.
11351
11352 2002-10-05  Jan Nieuwenhuizen  <janneke@gnu.org>
11353
11354         * Actually merge changes since 1.6.4 besides ChangeLog, and
11355         resolve conflicts.  Lots of updates, hope all is well.
11356         
11357         * cygwin/lilypond.hint (requires): Add ghostscript.
11358
11359         * scm: Update some (c).
11360         
11361 2002-10-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11362
11363         * input/test/{various}.ly: add \header fields and texidoc strings.
11364
11365 2002-10-05  Werner Lemberg  <wl@gnu.org>
11366
11367         * scripts/lilypond-book.py (output_dict) <latex>: `output_tex'
11368         renamed to `output_latex_quoted'.
11369         Added `output_latex_noquote'.
11370         (schedule_lilypond_block): Implement `noquote' option for LaTeX
11371         mode.
11372
11373 2002-11-03  Jan Nieuwenhuizen  <janneke@gnu.org>
11374
11375         * ChangeLog: Add 1.6.6 release marker.  See below.
11376
11377         * stepmake/stepmake/po-targets.make: Remove --c++ option.
11378
11379         * scripts/midi2ly.py: Fix global syntax warnings.
11380
11381         * GNUmakefile.in: Generate builddir locale tree too.
11382
11383         * scripts/ly2dvi.py:
11384         * scripts/midi2ly.py: 
11385         * scripts/mup2ly.py: 
11386         * scripts/update-lily.py:
11387         * lily/main.cc (setup_paths): Fix for locales setup.
11388
11389 2002-10-29  Jan Nieuwenhuizen  <janneke@gnu.org>
11390
11391         * Documentation/windows/installing.texi: Soften wording about
11392         necessity of becoming Administrator.  tommie@iae.nl reports this
11393         does not seem to be necessary for his flavour of Windows 2000.
11394         Explicitely discourage text mode mounts.
11395
11396 2002-10-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11397
11398         * lily/rest.cc (after_line_breaking): backport dot position fix.
11399
11400         * lily/rest-collision.cc (do_shift): also remove dots for suicided
11401         rests. Thanks to Klaus Zimmermann for finding this bug.
11402
11403 2002-10-24  Jan Nieuwenhuizen  <janneke@gnu.org>
11404
11405         * Documentation/topdocs/INSTALL.texi: Correction for broken /bin/sh.
11406
11407 2002-10-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11408
11409         * Documentation/user/music-glossary.tely: fix links.
11410
11411 2002-10-21  Werner Lemberg  <wl@gnu.org>
11412
11413         * tex/lily-ps-defs.tex (\lilypondsetdimen): Define ID macro.
11414         (\lilypondpostscript): Define PS macros `lyscaleXXX' (`XXX' is the
11415         scaling factor) only once and use them in the definition of
11416         \embeddedps.
11417         * ps/music-drawing-routines.ps (skeel): Removed.
11418
11419 2002-10-21  Jan Nieuwenhuizen  <janneke@gnu.org>
11420
11421         * stepmake/aclocal.m4: Changed 6 instances of $( ) to ` `, for
11422         Solaris7, as we don't use nested $( ) constructs.
11423
11424 2002-10-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11425
11426         * VERSION: Release 1.6.6.
11427         
11428 2002-10-21  Jan Nieuwenhuizen  <janneke@gnu.org>
11429
11430         * Documentation/topdocs/INSTALL.texi: Add note about using ksh for
11431         as workaround for /bin/sh problems on Solaris7.
11432
11433 2002-10-19  Werner Lemberg  <wl@gnu.org>
11434
11435         * GNUmakefile.in (web-doc): Fix typos.
11436         * tex/lilyponddefs.tex (\lilypondspecial): Don't scan
11437         `music-drawing-routines.ps' but emit \special{header=...} once.
11438         * scm/tex.scm (header-end): Updated.
11439
11440 2002-10-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11441
11442         * lily/stem-engraver.cc (acknowledge_grob): don't crash on
11443         undefined tremolo. 
11444
11445 2002-10-15  Werner Lemberg  <wl@gnu.org>
11446
11447         * scripts/lilypond-book.py (g_make_html): New global variable.
11448         (schedule_lilypond_block): Don't compute EPS and PNG for `texi'
11449         if `g_make_html' isn't set.
11450         [main]: Add format `texi-html'.
11451         (option_definitions): Updated.
11452         * Documentation/user/lilypond-book.itely: Updated.
11453
11454         * make/lilypond-vars.make (LILYPOND_BOOK_FORMAT): New variable.
11455         * make/ly-rules.make (%.texi, %.nexi): Use it.
11456         * stepmake/stepmake/www-targets.make (web): Pass `tex-html' as
11457         format to lilypond-book.
11458         * GNUmakefile.in (web-doc): Ditto.
11459
11460 2002-10-14  Werner Lemberg  <wl@gnu.org>
11461
11462         Further improve TeX output.  The produced files are about 40%
11463         smaller.  `lilyponddefs.tex' is now read only once.
11464
11465         * tex/lilyponddefs.tex: Remove footer stuff.
11466         (\ifundefined): Renamed to...
11467         (\lilypondundefined): This.  Use LaTeX's definition to
11468         make it nestable and make it global.
11469         (\lilypondstart, \lilypondend): New macro to initialize LilyPond
11470         output.
11471         (\lilypondspecial): New macro to read `music-drawing-routines.ps'.
11472         (\fetasixteen, \fetafont, \fetachar, \botalign, \leftalign): Make
11473         them global.
11474         (\placebox): Renamed to...
11475         (\lyitem): This.
11476         Make it global and call \outputscale by itself.
11477         (\lybox, \lyvrule): New macros to reduce input data.
11478         (\lilypondfirst, \lilypondsecond, \lilypondloop, \lilyponditerate):
11479         New auxiliary macros.
11480         (\SkipLilydefs, \EndLilyPondOutput): Removed.
11481         * tex/lily-pdf-defs.tex, tex/lily-ps-defs.tex (\lilySpace): Renamed
11482         to...
11483         (\lilypondspace): This and made it global.
11484         (\turnOnPostScript): Renamed to...
11485         (\lilypondpostscript): This and made it global.
11486         (\turnOnExperimentalFeatures): Renamed to...
11487         (\lilypondexperimentalfeatures): This and made it global.
11488         * tex/lily-ps-defs.tex (\PSsetTeXdimen): Renamed to...
11489         (\lilypondsetdimen): This and made it global.
11490         * tex/lilypond-latex.tex, tex/lilypond-plaintex.tex: Removed.
11491         * tex/GNUmakefile (TEX_FILES): Add `music-drawing-routines.ps'
11492         (all, $(outdir)/music-drawing-routines.ps): New rules.
11493         * buildscripts/mf-to-table.py (write_tex_defs): Use \gdef.
11494         * scm/pdftex.scm, scm/tex.scm (end-output, header-end, placebox,
11495         start-system, stop-system, stop-last-system, filledbox): Updated to
11496         use the changed macros from lilyponddefs.tex.
11497         * scripts/lilypond-book.ly (output_dict) <latex, texi>: Ditto.
11498
11499 2002-10-07  Jan Nieuwenhuizen  <janneke@gnu.org>
11500
11501         * Documentation/windows/installing.texi: Update.
11502
11503 2002-09-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11504
11505         * VERSION: 1.6.5 released
11506
11507         * scripts/lilypond-book.py (make_pixmap): don't produce empty pages.
11508
11509 2002-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11510
11511         * scm/translator-property-description.scm (voltaOnThisStaff): add
11512         property.
11513
11514 2002-09-28  Werner Lemberg  <wl@gnu.org>
11515
11516         * scm/tex.scm (header-end): Suppress page numbering.
11517
11518         * scripts/lilypond-book.py (output_dict) <output-texi-quoted>:
11519         Fix quotation for HTML output.
11520
11521 2002-09-28   Graham Percival   <gperciva@sfu.ca>
11522         
11523         * Documentation/user/refman.itely: grammar and phrasing
11524           fixes to "Note Entry" section.  Also adds a few new examples.
11525
11526 2002-09-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11527
11528         * flower/include/string-data.icc: include string.h
11529
11530 2002-09-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11531
11532         * scm/chord-name.scm (chord::inner-name-banter): remove space.
11533
11534 2002-09-27  Jan Nieuwenhuizen  <janneke@gnu.org>
11535
11536         * Documentation/user/GNUmakefile (extra-local-help): Add.
11537
11538         * stepmake/stepmake/www-targets.make (local-help): Add.
11539
11540 2002-09-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11541
11542         * Documentation/topdocs/INSTALL.texi (Top): recommend binary
11543         packages.
11544
11545         * Documentation/topdocs/README.texi (Top): building documentation
11546         (not website.)
11547
11548 2002-09-26  Jan Nieuwenhuizen  <janneke@gnu.org>
11549
11550         * Documentation/user/refman.itely: 
11551         * Documentation/user/tutorial.itely: 
11552         * Documentation/user/music-glossary.tely: Merge changes.
11553
11554         * Documentation/user/glossary.html.in: 
11555         * Documentation/index.texi: 
11556         * Documentation/header.html.in: Accomodate renaming of glossary.
11557         
11558         * Documentation/user/tutorial.itely: Add some glossary references.
11559         
11560         * Documentation/user/refman.itely: Minor fixes.
11561         
11562         * Documentation/user/lilypond.tely: Add glossary do direntry.
11563
11564         * Documentation/user/music-glossary.tely: Rename (previously:
11565         glossary.tely).  Fix anchor placement.
11566
11567         * Documentation/user/GNUmakefile: Make music-glossary.info too.
11568
11569 2002-09-23  Werner Lemberg  <wl@gnu.org>
11570
11571         * scripts/lilypond-book.py (output_dict): Fix handling of
11572         various environments by avoid extraneous newlines.
11573         Rename `output-all' regexp for html to `output-html'.
11574         Replace `output-all' regexp for texi with `output-texi-quote'
11575         and `output-texi-noquote'.
11576         (compose_full_body): Don't override `linewidth' user option
11577         for `singleline'.
11578         (schedule_lilypond_block): Don't indent text specified with
11579         `intertext' option.
11580         Add new option `noquote'.
11581         (compile_all_files): Use latex instead of tex to compile ly
11582         files directly.
11583
11584         * Documentation/user/lilypond-book.itely: Updated and revised.
11585         Improve layout.
11586
11587         * Documentation/user/glossary.tely,
11588         Documentation/user/introduction.itely,
11589         Documentation/user/tutorial.itely,
11590         Documentation/user/refman.itely,
11591         Documentation/user/appendices.itely: Fix overfull LilyPond
11592         boxes caused by the new lilypond-book code.  Other minor
11593         fixes.
11594
11595         * Documentation/user/macros.itexi (@texiflat): Don't emit
11596         trailing space.
11597
11598         * scm/tex.scm (end-output, header-end): Add preamble and
11599         postamble to make lilypond output directly compilable with
11600         latex.
11601
11602         
11603 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11604
11605         * Documentation/topdocs/INSTALL.texi (Top): bugfix for RH RPM
11606         instructions.
11607
11608 2002-09-25  Jan Nieuwenhuizen  <janneke@gnu.org>
11609
11610         * Documentation/user/glossary.tely: Add titling and hyperlinks.
11611
11612 2002-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11613
11614         * lily/beam.cc (connect_beams): don't crash if there are quarter
11615         notes in beams.
11616
11617 2002-09-24  Juergen Reuter  <reuter@ipd.uka.de>
11618
11619         * Documentation/user/refman.itely: corrected ancient clef
11620         docu; added docu on ligatures
11621
11622 2002-09-21  Juergen Reuter  <reuter@ipd.uka.de>
11623
11624         * Documentation/user/glossary.tely,
11625         Documentation/user/refman.itely, input/les-nereides.ly,
11626         input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly,
11627         input/test/bagpipe.ly, lily/stem.cc, ly/grace-init.ly,
11628         scm/grob-property-description.scm, scripts/convert-ly.py: renamed
11629         Stem properties: flag-style -> stroke-style, style -> flag-style.
11630
11631
11632 2002-09-22  Werner Lemberg  <wl@gnu.org>
11633
11634         * scripts/lilypond-book.py: Add option `notime' to suppress
11635         printing of a time signature.  Specify default indentation of 0pt
11636         if single line fragment.  Don't emit redundant `\paper{ }'.
11637
11638         * Documentation/user/lilypond-book.itely: Updated.
11639
11640         * Documentation/user/glossary.tely: Completely reformatting.
11641
11642 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11643
11644         * GNUmakefile.in (top-web): generate (possibly empty) examples.html
11645
11646 2002-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
11647
11648         * Documentation/user/tutorial.itely: Fix links.
11649         
11650         * Documentation/topdocs/index.tely:
11651         * Documentation/index.texi:
11652         * Documentation/header.html.in: Small website fixes and updates.
11653
11654         * debian/: Debian patch by Anthony Fok.
11655
11656 2002-09-21  Jan Nieuwenhuizen  <janneke@gnu.org>
11657
11658         * Documentation/footer.html.in: How time flies: It's already 2002!
11659
11660         * Documentation/topdocs/index.tely: Stable/development fix.  Use
11661         more descriptive link names than 'here'.
11662
11663 2002-09-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11664
11665         * VERSION: 1.7.2 released
11666         * VERSION: 1.6.4 released
11667         
11668         * scm/tex.scm (header-end): enclose lily output in begingroup/endgroup.
11669
11670         * scripts/convert-ly.py (FatalConversionError.conv): add rule for
11671         (ly-make-music "Foo_bar") -> (make-music-by-name 'FooBarEvent).
11672
11673         * mf/feta-din.mf (test): add x-height and space.
11674
11675         * lily/dynamic-engraver.cc (process_music): take dynamic direction
11676         from ^_ for crescendi. Idem for slurs and phrasing slurs.
11677
11678         * ly/grace-init.ly: add-to-grace-init: function to portably add
11679         settings to \grace. 
11680
11681         * lily/dynamic-engraver.cc (process_music): finish (de)crescendo
11682         if we get an absolute dynamic event.
11683  
11684         * lily/time-signature-engraver.cc (process_music): warn for \time 5/5
11685
11686         * lily/source-file.cc (get_line): oops. All line numbers were off
11687         by 2. Fix that. 
11688
11689         * lily/parser.yy (event_that_take_dir): allow () \< \> \! \( \) to
11690         be after the note, combined with -_^, i.e. c4-(-\)-\>  
11691
11692         * ly/params-init.ly (ledgerlinethickness): use Scheme expressions.
11693
11694         * lily/parser.yy (number_factor): remove (number) as number
11695         expression. ("Let them eat Lisp").
11696
11697 2002-10-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11698
11699         * lily/horizontal-bracket.cc: new file.
11700
11701         * lily/horizontal-bracket-engraver.cc: new file.
11702
11703         * input/regression/note-group-bracket.ly: new file. Support
11704         horizontal note brackets for music analysis.
11705
11706         * lily/stem.cc (flag): new flag-style: no-flag.
11707
11708         * input/test/stem-cross-staff.ly: new file
11709         
11710         * Documentation/user/internals.itely: Improved formatting, fixing
11711         typos.  Added a section `Output details' to describe how the TeX
11712         code looks like.
11713
11714         * lily/include/midi-stream.hh: use stdio.h iso. iostream.h
11715
11716         * lily/parser.yy: remove \dynamicscript.
11717
11718         * ly/dynamic-scripts-init.ly: redo the dynamic scripts
11719         definitions. 
11720
11721         * python/midi.c (midi_error): take two arguments.
11722
11723         * Merge 1.6.5 changes:
11724         
11725 2002-10-04  Jan Nieuwenhuizen  <janneke@gnu.org>
11726
11727         * scm/grob-description.scm (minimum-beam-collision-distance): 0.75
11728         staff-space.  Previous 1.5 was probably meant as half-spaces.
11729         (cautionary-style): parentheses (was: smaller).  This is what doco
11730         says, and it seems more logical.
11731
11732         * Documentation/user/refman.itely (Chromatic alterations): Bugfix
11733         for 2nd sentence.
11734
11735 2002-10-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11736
11737         * make/lilypond.redhat.spec.in: various fixes for RedHat 8.0
11738
11739 2002-10-03  Jan Nieuwenhuizen  <janneke@gnu.org>
11740
11741         * lily/beam.cc (rest_collision_callback): Fixed: partial rewrite.
11742
11743 2002-09-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11744
11745         * scripts/lilypond-book.py (make_pixmap): don't produce empty pages.
11746
11747 2002-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11748
11749         * scm/translator-property-description.scm (voltaOnThisStaff): add
11750         property.
11751
11752 2002-09-28  Werner Lemberg  <wl@gnu.org>
11753
11754         * scm/tex.scm (header-end): Suppress page numbering.
11755
11756         * scripts/lilypond-book.py (output_dict) <output-texi-quoted>:
11757         Fix quotation for HTML output.
11758
11759 2002-09-28   Graham Percival   <gperciva@sfu.ca>
11760         
11761         * Documentation/user/refman.itely: grammar and phrasing
11762           fixes to "Note Entry" section.  Also adds a few new examples.
11763
11764 2002-09-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11765
11766         * flower/include/string-data.icc: include string.h
11767
11768 2002-09-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11769
11770         * scm/chord-name.scm (chord::inner-name-banter): remove space.
11771
11772 2002-09-27  Jan Nieuwenhuizen  <janneke@gnu.org>
11773
11774         * Documentation/user/GNUmakefile (extra-local-help): Add.
11775
11776         * stepmake/stepmake/www-targets.make (local-help): Add.
11777
11778 2002-09-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11779
11780         * Documentation/topdocs/INSTALL.texi (Top): recommend binary
11781         packages.
11782
11783         * Documentation/topdocs/README.texi (Top): building documentation
11784         (not website.)
11785
11786 2002-09-26  Jan Nieuwenhuizen  <janneke@gnu.org>
11787
11788         * Documentation/user/refman.itely: 
11789         * Documentation/user/tutorial.itely: 
11790         * Documentation/user/music-glossary.tely: Merge changes.
11791
11792         * Documentation/user/glossary.html.in: 
11793         * Documentation/index.texi: 
11794         * Documentation/header.html.in: Accomodate renaming of glossary.
11795         
11796         * Documentation/user/tutorial.itely: Add some glossary references.
11797         
11798         * Documentation/user/refman.itely: Minor fixes.
11799         
11800         * Documentation/user/lilypond.tely: Add glossary do direntry.
11801
11802         * Documentation/user/music-glossary.tely: Rename (previously:
11803         glossary.tely).  Fix anchor placement.
11804
11805         * Documentation/user/GNUmakefile: Make music-glossary.info too.
11806
11807 2002-09-23  Werner Lemberg  <wl@gnu.org>
11808
11809         * scripts/lilypond-book.py (output_dict): Fix handling of
11810         various environments by avoid extraneous newlines.
11811         Rename `output-all' regexp for html to `output-html'.
11812         Replace `output-all' regexp for texi with `output-texi-quote'
11813         and `output-texi-noquote'.
11814         (compose_full_body): Don't override `linewidth' user option
11815         for `singleline'.
11816         (schedule_lilypond_block): Don't indent text specified with
11817         `intertext' option.
11818         Add new option `noquote'.
11819         (compile_all_files): Use latex instead of tex to compile ly
11820         files directly.
11821
11822         * Documentation/user/lilypond-book.itely: Updated and revised.
11823         Improve layout.
11824
11825         * Documentation/user/glossary.tely,
11826         Documentation/user/introduction.itely,
11827         Documentation/user/tutorial.itely,
11828         Documentation/user/refman.itely,
11829         Documentation/user/appendices.itely: Fix overfull LilyPond
11830         boxes caused by the new lilypond-book code.  Other minor
11831         fixes.
11832
11833         * Documentation/user/macros.itexi (@texiflat): Don't emit
11834         trailing space.
11835
11836         * scm/tex.scm (end-output, header-end): Add preamble and
11837         postamble to make lilypond output directly compilable with
11838         latex.
11839
11840         
11841 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11842
11843         * Documentation/topdocs/INSTALL.texi (Top): bugfix for RH RPM
11844         instructions.
11845
11846 2002-09-25  Jan Nieuwenhuizen  <janneke@gnu.org>
11847
11848         * Documentation/user/glossary.tely: Add titling and hyperlinks.
11849
11850 2002-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11851
11852         * lily/beam.cc (connect_beams): don't crash if there are quarter
11853         notes in beams.
11854
11855 2002-09-24  Juergen Reuter  <reuter@ipd.uka.de>
11856
11857         * Documentation/user/refman.itely: corrected ancient clef
11858         docu; added docu on ligatures
11859
11860 2002-09-21  Juergen Reuter  <reuter@ipd.uka.de>
11861
11862         * Documentation/user/glossary.tely,
11863         Documentation/user/refman.itely, input/les-nereides.ly,
11864         input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly,
11865         input/test/bagpipe.ly, lily/stem.cc, ly/grace-init.ly,
11866         scm/grob-property-description.scm, scripts/convert-ly.py: renamed
11867         Stem properties: flag-style -> stroke-style, style -> flag-style.
11868
11869 2002-09-22  Werner Lemberg  <wl@gnu.org>
11870
11871         * scripts/lilypond-book.py: Add option `notime' to suppress
11872         printing of a time signature.  Specify default indentation of 0pt
11873         if single line fragment.  Don't emit redundant `\paper{ }'.
11874
11875         * Documentation/user/lilypond-book.itely: Updated.
11876
11877         * Documentation/user/glossary.tely: Completely reformatting.
11878
11879 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11880
11881         * GNUmakefile.in (top-web): generate (possibly empty) examples.html
11882
11883 2002-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
11884
11885         * Documentation/user/tutorial.itely: Fix links.
11886         
11887         * Documentation/topdocs/index.tely:
11888         * Documentation/index.texi:
11889         * Documentation/header.html.in: Small website fixes and updates.
11890
11891         * debian/: Debian patch by Anthony Fok.
11892
11893 2002-09-21  Jan Nieuwenhuizen  <janneke@gnu.org>
11894
11895         * Documentation/footer.html.in: How time flies: It's already 2002!
11896
11897         * Documentation/topdocs/index.tely: Stable/development fix.  Use
11898         more descriptive link names than 'here'.
11899
11900 2002-10-03  Jan Nieuwenhuizen  <janneke@gnu.org>
11901
11902         * lily/beam.cc (rest_collision_callback): Fixed: partial rewrite.
11903
11904 2002-10-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11905
11906         * lily/part-combine-music-iterator.cc (get_state): cleanup
11907         (get_music_info): cleanup.
11908
11909 2002-10-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11910
11911         * scm/backend-documentation-lib.scm (interface-doc-string):
11912         crosslinks between interfaces and grobs. Headings for interfaces
11913         in grob explanation.
11914
11915 2002-09-30  Jan Nieuwenhuizen  <janneke@gnu.org>
11916
11917         * scm/to-xml.scm: Fixes.  input/trip.ly now parses as xml (without
11918         dtd).  Add preliminary dtd.
11919         (re-sub-alist): Robustify.
11920
11921 2002-09-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11922
11923         * lily/include/event-chord-iterator.hh,
11924         lily/context-specced-music-iterator.cc,
11925         lily/event.cc, lily/event-chord-iterator.cc: add
11926
11927 2002-09-29  Jan Nieuwenhuizen  <janneke@gnu.org>
11928
11929         * lily/: some (c) header fixes.
11930         
11931         * lily/request-chord.cc: Remove.
11932         
11933         * lily/include/event-chord-iterator.hh:
11934         * lily/include/event.hh:
11935         * lily/event-chord.cc: New file.
11936         
11937         * lily/stem-engraver.cc (acknowledge_grob): rename evented back to
11938         requested.
11939
11940 2002-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11941
11942         * lily/ : rename Request to Event
11943
11944         * lily/parser.yy (command_element): move clef stuff into Scheme.
11945
11946         * lily/:  rename length_mom () to get_length()
11947
11948         * lily/part-combine-music.cc: removed file and class.
11949
11950         * lily/context-specced-music-iterator.cc (class
11951         Context_specced_music_iterator): new file. Obsoletes the
11952         Context_specced_music type.
11953
11954         * scm/music-types.scm (make-repeated-music): put different kinds
11955         of repeated music into music-type table.
11956
11957         * VERSION: 1.7.1 released.
11958
11959         * scm/to-xml.scm: new file.
11960
11961         * input/test/to-xml.ly (fooBar): demo of what is possible with the
11962         new Input representation: dump music as XML.
11963
11964         * scm/engraver-documentation-lib.scm
11965         (engraver-accepts-music-types?): add links from music to engraver,
11966         from music-type to engraver.
11967
11968         * lily/include/command-request.hh: removed
11969         lily/include/musical-request.hh: removed. Removed all _req classes
11970         except Key_change_req. Changes throughout.
11971
11972 2002-09-28  Jan Nieuwenhuizen  <janneke@gnu.org>
11973
11974         * lily/tuplet-engraver.cc (try_music): Compile kludge.
11975
11976 2002-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11977
11978         * lily/*.cc: specify accepts for many engravers.
11979
11980         * scm/music-documentation-lib.scm: dump music expressions and
11981         music subtypes.
11982
11983         * scm/documentation-lib.scm: complete revision.
11984         Use GOOPS objects to store document tree explicitly. Cleaned up and
11985         sped up doco generation a lot.
11986
11987 2002-09-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11988
11989         * input/trip.ly (fugaIILeft): add arpeggio
11990
11991         * lily/translator-group.cc (try_music_on_nongroup_children):
11992         oops. The name symbol is in the cdr of the assoc handle.
11993
11994         * lily/:  remove Arpeggio_req, Breathing_sign_req, Extender_req,
11995         Hyphen_req, Glissando_req, Break_req, Mark_req 
11996
11997 2002-09-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11998
11999         * lily/musical-request.cc (music-duration-length,
12000         music-duration-compress): new functions.
12001
12002         * lily/ : Remove Note_req, Rest_req, Busy_playing_req. Changes
12003         throughout. Warning doesn't work yet.
12004
12005         * lily/translator-group.cc (try_music_on_nongroup_children):
12006         new implementation: store candidate acceptors in a hashTable.
12007
12008 2002-09-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12009
12010         * scm/music-types.scm (music-descriptions): change name to
12011         internal-class-name
12012
12013         * scm/chord-name.scm (chord::inner-name-banter): remove space.
12014
12015 2002-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12016
12017         * lily/beam.cc (connect_beams): don't crash if there are quarter
12018         notes in beams.
12019
12020 2002-09-24  Juergen Reuter  <reuter@ipd.uka.de>
12021
12022         * Documentation/user/refman.itely: corrected ancient clef
12023         docu; added docu on ligatures
12024
12025 2002-09-21  Juergen Reuter  <reuter@ipd.uka.de>
12026
12027         * Documentation/user/glossary.tely,
12028         Documentation/user/refman.itely, input/les-nereides.ly,
12029         input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly,
12030         input/test/bagpipe.ly, lily/stem.cc, ly/grace-init.ly,
12031         scm/grob-property-description.scm, scripts/convert-ly.py: renamed
12032         Stem properties: flag-style -> stroke-style, style -> flag-style.
12033
12034 2002-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12035
12036         * scm/music-functions.scm (music-separator?): don't use name music
12037         property.
12038
12039 2002-09-24  Jan Nieuwenhuizen  <janneke@gnu.org>
12040
12041         * stepmake/stepmake/generic-targets.make (help): Document check
12042         target.
12043
12044         * lily/new-accidental-engraver.cc: Compile fix.
12045
12046 2002-09-23  Jan Nieuwenhuizen  <janneke@gnu.org>
12047
12048         * scripts/convert-ly.py: Add rule.
12049
12050         * input/test/music-creation.ly:
12051         * input/test/add-staccato.ly:
12052         * input/test/add-text-script.ly: ly-make-music.
12053
12054         * scm/drums.scm (make-head-type-elem, make-articulation-script):
12055         More ly-make-music renamings.
12056
12057         * lily/command-request.cc: ADD_MUSIC: arpeggio_req.
12058
12059         * lily/music-constructor.cc (make_music): Add debugging info.
12060
12061         * scm/music-functions.scm (make-simultaneous-music,
12062         (make-sequential-music, context-spec-music):
12063         * scm/music-types.scm (music-descriptions): Get lily to run.
12064
12065 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12066
12067         * lily/command-request.cc (transpose_key_alist): new function.
12068
12069         * lily/key-performer.cc (create_audio_elements): cleanup. 
12070
12071 2002-09-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12072
12073         * lily/parser.yy: remove TYPED_MAKE_MUSIC().
12074
12075         * lily/include/translator.hh (ENTER_DESCRIPTION): add
12076         events-accepted field.
12077
12078         * scm/music-types.scm: new file.
12079
12080         * lily/parser.yy: put music type initialization into scheme,
12081         similar to grob initialization.  Changes throughout.
12082
12083 2002-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
12084
12085         * Documentation/user/tutorial.itely: Fix links.
12086         
12087         * Documentation/index.texi: 
12088         * Documentation/header.html.in: 
12089         * Documentation/topdocs/index.tely: Small website fixes and updates.
12090
12091         * debian/: Debian patch by Anthony Fok.
12092
12093 2002-09-21  Jan Nieuwenhuizen  <janneke@gnu.org>
12094
12095         * Documentation/footer.html.in: How time flies: It's already 2002!
12096
12097         * Documentation/topdocs/index.tely: Stable/development fix.  Use
12098         more descriptive link names than 'here'.
12099
12100         * ROADMAP: Remove test stuff.
12101
12102         * scripts/update-lily.py: Allow auto-building of stable and
12103         development versions.  Bugfixes.
12104
12105 2002-09-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12106
12107         * VERSION: released 1.7.0
12108
12109         * scm/tex.scm (header-end): enclose lily output in begingroup/endgroup.
12110
12111         * tex/lilyponddefs.tex: set hsize for plain tex, but only for
12112         positive line widths.
12113
12114 2002-09-20  Jan Nieuwenhuizen  <janneke@gnu.org>
12115
12116         * tex/lilyponddefs.tex: Handle \scoreshift and \outputscale in one
12117         go.  Fix comments.
12118
12119         * cygwin: Cygwin updates.
12120
12121 2002-09-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12122
12123         * Documentation/windows/installing.texi (Top): version for python,
12124         urls for ghostscript (thanks to John Potelle)
12125         
12126         * lily/simultaneous-music-iterator.cc
12127         (Simultaneous_music_iterator): init children_list_ before
12128         triggering GC.
12129
12130         * lily/*-iterator.cc: be even more careful with smobbed copy
12131         constructors. 
12132
12133         * lily/break-align-engraver.cc (acknowledge_grob): also typeset
12134         LeftEdge item.
12135
12136 2002-09-15  Werner Lemberg  <wl@gnu.org>
12137
12138         Improving LilyPond's output to make them ordinary TeX boxes with
12139         predictable dimensions.  System boxes are now vertically centered on
12140         the baseline; this offset can be further controlled with
12141         \lilypondscoreshift.
12142
12143         * lily/system.cc (System::post_processing): Pass length of current
12144         system to `start-system' (including any horizontal indentation).
12145
12146         * scm/tex.scm, scm/pdftex.scm: Make output of various functions
12147         prettier.
12148         (lily-def): Append `%'.
12149         (start-system): Add parameter `wd'.  Output more TeX code to specify
12150         box dimensions.
12151         (stop-system, stop-last-system): Complement changes in
12152         `start-system'.
12153         * scm/sketch.scm, scm/ps.scm, scm/pdf.scm, scm/ascii-script.scm:
12154         Updated.
12155
12156         * scripts/ly2dvi.py (global_latex_definition): Set \parindent to 0.
12157         * buildscripts/mf-to-table.py (write_tex_defs): Append `%'.
12158         Write final `\endinput'.
12159
12160         * tex/lily-ps-defs.tex, tex/lily-pdf-defs.tex,
12161         tex/lilypond-plaintex.tex, tex/lilypond-latex.tex,
12162         tex/lilyponddefs.tex, tex/titledefs.tex: Reformat code.  Assure that
12163         files and macro definitions don't produce spurious spaces and
12164         paragraphs (using \endlinechar).
12165         * tex/lilyponddefs.tex: New dimension `\scoreshift'.
12166
12167         * Documentation/user/internals.itely: Improved formatting, fixing
12168         typos.  Added a section `Output details' to describe how the TeX
12169         code looks like.
12170
12171 2002-09-17  Rune Zedeler  <rune@zedeler.dk>
12172
12173         * lily/accidental-engraver.cc: Also work with partial measures.
12174
12175 2002-09-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12176
12177         * lily/text-spanner-engraver.cc: whoops. Set bound in the correct
12178         spanner.
12179
12180 2002-09-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12181
12182         * lily/identifier-smob.cc (unpack_identifier): new file.
12183
12184         * lily/lexer.ll (identifier_type): new function.  use ly-id to
12185         pass off scheme expressions as music identifiers.
12186
12187         * scm/lily.scm: reorganisation, cleanups.
12188
12189         * lily/main.cc: small cleanups.
12190
12191 2002-09-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12192
12193         * lily/ly-module.{cc,hh}: new file.
12194
12195 2002-09-17  Rune Zedeler  <rune@zedeler.dk>
12196
12197         * lily/accidental-engraver.cc: Also work with partial measures.
12198
12199 2002-09-16  Jan Nieuwenhuizen  <janneke@gnu.org>
12200
12201         * VERSION (PACKAGE_NAME): Remove HEAD trap leftover.
12202
12203 2002-09-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12204
12205         * lily/my-lily-lexer.cc: use SCM module in stead of
12206         Scheme_hash_table. Changes throughout.  
12207
12208 2002-09-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12209
12210         * VERSION (MY_PATCH_LEVEL): make 1.7.0
12211