]> git.donarmstrong.com Git - lilypond.git/blob - ChangeLog
typo.
[lilypond.git] / ChangeLog
1 2004-06-21  Heikki Junes   <hjunes@cc.hut.fi>
2
3         * buildscripts/lilypond-words.py: add ly/portugues.ly.
4
5 2004-06-20  Heikki Junes   <hjunes@cc.hut.fi>
6  
7         * Documentation/user/GNUmakefile:
8         * stepmake/stepmake/texinfo-rules: add Cascading Style Sheet using
9         --include-css=.../texinfo.css; command includes css into the html.
10
11         * Documentation/texinfo.css: add file.
12         define <hr> as black and thin.            
13  
14 2004-06-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
15
16         * lily/stencil.cc (interpret_stencil_expression): add grob-cause
17         stencil expression. Junk define-origin.
18
19         * lily/my-lily-parser.cc (parse_string): init parser variable when
20         lexer_ is set, ie. in parse_string and parse_file.
21
22         * lily/book.cc (LY_DEFINE): new function. ly:make-book. Supercedes
23         ly:score-bookify.
24
25         * scm/lily.scm (collect-scores-for-book): new function.
26
27         * ly/init.ly: print collected scores/musics.
28
29         * lily/my-lily-parser.cc (LY_DEFINE): define parser in parser
30         scope, not in lily module.
31
32         * lily/book.cc (LY_DEFINE): ly:make-book. New function.
33
34         * configure.in (PKG_CONFIG_PATH): add --enable-gui flag, and
35         encapsulate gtk/pango tests.
36  
37         * po/tr.po: Turkish translation.
38
39 2004-06-20  Nicolas Sceaux  <nicolas.sceaux@free.fr>
40
41         * input/regression/lily-in-scheme.ly: regression test for #{
42         ... #} syntax
43
44         * scm/ly-from-scheme.scm (read-lily-expression): #$( ... )
45         was causing an error.
46
47         * Documentation/user/programming-interface.itely (Using LilyPond
48         syntax inside Scheme): documentation for #{ ... #} syntax.
49
50 2004-06-19  Heikki Junes  <hjunes@cc.hut.fi> 
51
52         * Documentation/index.html.in: use black thin <hr>.
53
54         * buildscripts/mutopia-index.py: use thin black <hr>.
55
56 2004-06-19  Jan Nieuwenhuizen  <janneke@gnu.org>
57
58         * scm/fret-diagrams.scm: Use UNIX style line endings.
59         (fret-diagram-verbose): A couple of @{VAR} and an closing itemize
60         typo.  Fixes compile.
61
62         * scm/output-ps.scm (white-dot): Remove second incarnation.
63
64         * scm/lily.scm (ly:all-stencil-expressions): Add white-dot.
65
66 2004-06-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
67
68         * scripts/lilypond.py (ic_p.make_include_option): set error_p for
69         single file error.
70
71         * lily/bar-line.cc (compound_barline): add support for unbroken ||:
72
73 2004-06-17  Carl Sorensen (carl_sorensen@byu.edu)
74
75         * scm/fret-diagrams.scm: added fret-diagram-terse interface;
76         remove size as argument to fret-diagram interface;
77         improved white-circle dots for fret;
78         improved top-fret thick line/
79
80         * scm/output-ps.scm: added white-dot function
81
82         * scm/output-tex.scm: added white-dot function
83
84         * tex/music-drawing-routines.ps: added draw_white_dot function
85
86         * ps/music-drawing-routines.ps: added draw_white_dot function
87
88         * input/test/fret-diagram.ly: examples to show multiple
89         functions and multiple interfaces
90
91 2004-06-18  Jan Nieuwenhuizen  <janneke@gnu.org>
92
93         * lily/pangofc-afm-decoder.cc (pango_fc_afm_get_glyph) 
94         (pango_fc_afm_get_charset): Update iaw Pango CVS update.
95
96         * buildscripts/guile-gnome.sh: Add pango to recipe.  Resolve
97         conflict.  Have I told you lately how much I love autotools?
98
99 2004-06-17  Jan Nieuwenhuizen  <janneke@gnu.org>
100
101         * lily/lily-guile.cc: 
102         * lily/pangofc-afm-decoder.cc:
103         * lily/include/pangofc-afm-decoder.hh: Use #if HAVE_* iso #ifdef.
104         Fixes build without Pango CVS.  Use "pangofc-afm-decoder.hh".
105
106         * Documentation/topdocs/NEWS.texi (Top): Mention GNOME backend for
107         developers.
108
109         * lily/paper-outputter.cc (file): New method.
110         (dump_string): Use it.
111
112         * scm/output-gnome.scm: Update with pango CVS info, lilylib
113         musing.
114         
115         * lily/accidental-engraver.cc: Bugfix: (do not sort lines if one
116         of them has a comma :-).
117
118         * scm/framework-gnome.scm: Add pango decoders.
119
120         * lily/include/pangofc-afm-decoder.hh: 
121         * lily/pangofc-afm-decoder.cc: New file.
122
123         * lily/lily-guile.cc (ly:pango-add-afm-decoder): New function.
124
125         * configure.in: Check for pango.
126
127         * stepmake/aclocal.m4 (PKG_CHECK_MODULES): New function (from
128         autoconf).
129         (STEPMAKE_GTK2, STEPMAKE_PANGO): New function.
130
131         * config.make.in (USER_CFLAGS, USER_LDLAGS): Update.
132
133 2004-06-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
134
135         * Documentation/user/tutorial.itely (Integrating text and music):
136         fix grammar & punctuation.
137
138 2004-06-16  Jan Nieuwenhuizen  <janneke@gnu.org>
139
140         * lily/: Stray janitorial cleanups.
141
142         * scm/lily.scm (ly:all-stencil-expressions):
143         * scm/lily.scm (ly:all-output-backend-commands): New function.
144
145         * scm/safe-lily.scm (safe-objects): Add them.
146
147         * scm/framework-gnome.scm (<gnome-outputter>): New class.
148
149         * scm/output-gnome.scm: Move non-stencil evaluators to framework.
150
151 2004-06-15  Jan Nieuwenhuizen  <janneke@gnu.org>
152
153         * buildscripts/guile-gnome.sh: Pick-up user-installed pango.
154
155 2004-06-15  Han-Wen Nienhuys   <hanwen@xs4all.nl>
156
157         * scm/page-layout.scm (default-page-make-stencil): add
158         raggedbottom, raggedlastbottom.
159
160         * Documentation/user/changing-defaults.itely (Page layout): add doc.
161
162         * scm/framework-tex.scm (define-fonts): fix export of
163         papersize.
164
165         * lily/paper-book.cc (classic_output): strip suffixes from
166         framework functions.
167
168         * lily/tuplet-bracket.cc (before_line_breaking): do not return
169         SCM_UNDEFINED to Scheme.
170
171 2004-06-14  Han-Wen Nienhuys   <hanwen@xs4all.nl>
172
173         * lily/book.cc: remove Book::to_stencil().
174         (process): whoops. Score::book_rendering returns vector, not list.
175
176         * scripts/convert-ly.py (conv): remove \notes.
177         apply to input examples.
178         
179         * lily/paper-outputter.cc (output_stencil): don't use
180         smobify_self() but self_scm()
181
182         * lily/include/ly-smobs.icc (IMPLEMENT_SMOBS): don't return SCM
183         from smobify_self().
184
185         * lily/paper-book.cc (output): load framework module
186         scm_c_resolve_module().
187
188         * python/lilylib.py (exit): exit with argument i.
189
190 2004-06-14  Jan Nieuwenhuizen  <janneke@gnu.org>
191
192         * scm/framework-gnome.scm (output-framework-gnome): Try loading
193         gnome modules from non-toplevel.
194
195         * lily/ly-module.cc (ly:import-module): Export to ly:.
196
197         * lily/paper-score.cc (process): Do not show progress newline.
198
199         * lily/paper-book.cc (output, classic_output): Show progess
200         newline after score.
201
202 2004-06-14  Heikki Junes <hjunes@cc.hut.fi>
203
204         * buildscripts/lilypond-words.py: add ly/vlaams.ly
205
206 2004-06-14  Jan Nieuwenhuizen  <janneke@gnu.org>
207
208         * lily/score.cc (ly:run-translator): Do not crash on empty music
209         list.
210
211         * lily/book.cc (process): Do not render score when systems is empty.
212
213         * input/simple-song.ly: Down one octave.
214
215         * scm/output-gnome.scm: Remove script again; re-add modules fix
216         (CVS conflict resolve?)
217
218         * lily/stencil.cc (ly:interpret-stencil): Was:
219         interpret_stencil_expression.
220
221 2004-06-13  Jan Nieuwenhuizen  <janneke@gnu.org>
222
223         * buildscripts/guile-gnome.sh: New file.
224
225         * scm/output-gnome.scm: White background, better window size, sane
226         canvas size.  Cleanups.
227
228 2004-06-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
229
230         * VERSION: release 2.3.4
231
232         * Documentation/user/invoking.itexi (Invoking the lilypond
233         binary): document --safe.
234
235         * scm/output-gnome.scm: set PATH in script.
236
237         * scm/page-layout.scm (default-page-make-stencil): don't stretch
238         if there is too few systems on a page.
239
240         * lily/parser.yy (relative_music): start at middle C without pitch
241         argument.
242
243         * Documentation/user/changing-defaults.itely (Page layout): new node.
244         (Paper size): rename node
245         (Page breaking): new node.
246         (Titling): move from invoking.
247         (File structure): new node.
248
249         * lily/parser.yy (score_body): allow \header and music anywhere in
250         \score body.
251
252 2004-06-13  Jan Nieuwenhuizen  <janneke@gnu.org>
253
254         * scm/lily.scm (ly:load): Remove page-breaking.scm.
255
256 2004-06-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
257
258         * lily/include/paper-system.hh: move cc/hh file from paper-line.*
259
260         * lily/include/paper-line.hh: rename to Paper_system.
261
262         * lily/include/paper-book.hh: doc class.
263
264         * lily/paper-book.cc (c_ragged_page_breaks): remove functions. 
265
266         * scm/page-layout.scm (plain-footer): add tagline/copyright. 
267         (plain-header): add instrument-name.
268         (default-page-make-stencil): bugfixes.
269
270         * lily/parser.yy (book_body): allow \header anywhere in \book{}
271
272         * lily/paper-book.cc: remove copyright & tagline. Remove
273         interactions with Page
274
275         * scm/page-layout.scm (ly:optimal-page-breaks): move back breaking
276         here, 
277         (default-page-make-stencil): new function
278         (default-page-music-height): new function
279         (page-headfoot): new function
280         (ly:optimal-page-breaks): generate stencils directly from here
281
282         * scm/titling.scm: new file, group titling functions
283
284 2004-06-13  Jan Nieuwenhuizen  <janneke@gnu.org>
285
286         * scm/output-gnome.scm: Handle multiple pages.
287
288         * scm/framework-gnome.scm: Do not load output-gnome.
289         (framework-gnome): Invoke output-gnome::header and
290         output-gnome::end-output as faked stencils.  Fixes experimental
291         gnome output.
292
293 2004-06-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
294
295         * input/mutopia/W.A.Mozart/mozart-hrn3-rondo.ly (rondo):
296         octavation compatibility fixes. Backportme. 
297
298         * scm/page-breaking.scm (ly:optimal-page-breaks): allow overfull
299         pages.
300         (ly:optimal-page-breaks): combine-penalties: no shortcut for
301         negative. Now we handle negative penalties (ie. \pageBreak)
302         correctly.
303
304         * lily/system.cc (get_line): extract page-penalty from the left
305         bound.
306
307         * scm/fret-diagrams.scm (fret-diagram): use @table for documentation
308
309 2004-06-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
310
311         * scm/framework-ps.scm: don't load output-XXX from framework-XXX
312
313 2004-06-12  Jan Nieuwenhuizen  <janneke@gnu.org>
314
315         * scm/output-gnome.scm: Update script.  Move development to
316         lilypond_2_3_2 branch for now.
317
318 2004-06-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
319
320         * scm/page-breaking.scm (ly:optimal-page-breaks): don't do
321         negative penalties.
322         cleanups.
323
324         * Documentation/user/changing-defaults.itely (Creating contexts):
325         index entries
326
327         * scm/page-breaking.scm (ly:optimal-page-breaks): new
328         file. Rewrite function. 
329
330         * lily/paper-book.cc (pages): new interface: page-breaking returns
331         list of line-list.
332
333         * lily/page.cc (Page): take lines argument.
334
335         * scm/document-translation.scm (all-engravers-doc): link to user man
336
337         * scm/page-layout.scm (ly:optimal-page-breaks): use penalty iso. score.
338
339         * Documentation/user/notation.itely (Relative octaves): typo.
340
341         * lily/paper-book.cc (LY_DEFINE): ly:output-formats. New function.
342
343 2004-06-11  Jan Nieuwenhuizen  <janneke@gnu.org>
344
345         * scm/output-gnome.scm: Update build script.
346
347 2004-06-10  Jan Nieuwenhuizen  <janneke@gnu.org>
348
349         * scm/output-gnome.scm: Add font scaling.  Attempt to resurrect
350         gnome backend.
351
352         * scm/framework-gnome.scm: New file.
353
354         * scm/lily.scm: Use it.
355
356         * lily/paper-outputter.cc: Janitorial cleanups.
357         (ly:outputter-dump-string): Remove unreachable statement.
358
359         * scm/framework-ps.scm: Add header.  Janitorial cleanups.
360         (ice-9): Bugfix: Add srfi-1.
361
362         * scm/framework-tex.scm: Add header.  Janitorial cleanups.
363
364 2004-06-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
365
366         * lily/new-lyric-combine-music-iterator.cc (do_quit): put warning
367         in do_quit()
368         
369 2004-06-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
370
371         * ly/book-paper-defaults.ly: set optimal-page-breaks as default
372
373 2004-06-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
374
375         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): remove
376         override of Beam::position-callbacks. Why would grace beams not be
377         quantized? Fixes: weird-stem-size-grace. 
378
379         * lily/new-lyric-combine-music-iterator.cc (find_voice): issue
380         warning only once. Backportme.
381
382         * lily/accidental-engraver.cc (number_accidentals_from_sig):
383         bugfix, 2nd try. Backportme.
384
385         * ly/vlaams.ly: new file. (Thanks Hendrik Maryns)
386
387 2004-06-04  Mats Bengtsson  <mabe@drongo.s3.kth.se>
388
389         * Documentation/user/notation.itely (Instrument transpositions):
390         Correct the name of the instrumentTransposition property.
391
392 2004-06-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
393
394         * scm/output-ps.scm (ps-font-command): fix parmesan coding too.
395
396 2004-06-04  Mats Bengtsson  <mabe@drongo.s3.kth.se>
397
398         * scripts/lilypond-book.py (output): Bug fix so preLilyPondExample
399         and postLilyPondExample are called when defined.
400
401 2004-06-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
402
403         * ly/nederlands.ly (pitchnames): use ly:parser-set-note-names.
404         This fixes setting notenames with `\include "nederlands.ly" '
405
406         * lily/my-lily-parser.cc (LY_DEFINE): ly:parser-set-note-names:
407         new function.
408
409 2004-06-01  Han-Wen Nienhuys   <hanwen@xs4all.nl>
410
411         * scm/page-layout.scm: don't do piece, it should be in score-title
412         only.
413
414         * lily/lexer.ll: lex \score separately.
415
416         * lily/paper-book.cc: junk stencil2line.
417
418         * lily/paper-line.cc (Paper_line): construct from Stencil
419         directly. No futzing with the dimensions.
420
421         * lily/include/paper-line.hh (class Paper_line): 
422
423         * lily/stencil.cc (interpret_stencil_expression): combine-stencil
424         takes arbitrary number of arguments.
425
426         * input/test/markup-score.ly (tuning): simplify example. 
427
428 2004-05-31  Han-Wen Nienhuys   <hanwen@xs4all.nl>
429
430         * lily/score.cc (LY_DEFINE): ly:score-embedded-format, new function. 
431
432         * scm/define-markup-commands.scm (score): define score-markup
433
434         * lily/parser.yy (markup): use score-markup.
435
436         * lily/score.cc: add ly:score? 
437
438 2004-05-30  Carl Sorensen <carl_sorensen@byu.edu>
439
440         * scm/fret-diagrams.scm: add fret-diagram-verbose markup; modified
441         fret-parse-string so it prepares for calls to fret-diagram-verbose
442         Changed display constants to props so they are available for
443         \override.
444         
445 2004-05-31  Han-Wen Nienhuys   <hanwen@xs4all.nl>
446
447         * VERSION: release 2.3.3
448
449         * stepmake/stepmake/generic-vars.make: unset LANG.
450
451         * input/regression/tuplet-nest.ly: bugfix.
452
453         * lily/tie-performer.cc (stop_translation_timestep): reset
454         ties_created_. Fixes: midi-tie.ly, midi-lyrics-barcheck.ly
455
456         * lily/chord-tremolo-engraver.cc (stop_translation_timestep):
457         clear repeat_ directly after setting stem_tremolo_. Fixes:
458         tremolo-repeat.ly
459
460         * input/regression/span-bar-break.ly: new file.
461
462         * scm/define-grobs.scm (all-grob-descriptions): remove
463         break-visibility from SpanBar. Fixes: piano-repeat.ly
464
465 2004-05-30  Han-Wen Nienhuys   <hanwen@xs4all.nl>
466
467         * python/lilylib.py (make_ps_images): only compute bbox when needed.
468
469         * scripts/lilypond-book.py (process_snippets): use lily -f ps
470         files for generating pngs. (failed experiment)
471
472         * scm/framework-ps.scm (output-classic-framework-ps): dump EPS
473         file with PFA fonts included.
474
475         * lily/score.cc (default_rendering): put header in too.
476
477         * lily/paper-line.cc (LY_DEFINE): change function to
478         ly:paper-line-extent
479
480         * scm/page-layout.scm (default-book-title): only add lines for
481         non-nil fields.
482         (default-score-title): idem.
483
484         * lily/my-lily-parser.cc (parse_string): delete lexer after use.
485
486         * lily/my-lily-lexer.cc (My_lily_lexer): copy keytable.
487
488         * lily/include/paper-book.hh (class Paper_book): remove height_
489         member.
490
491         * input/test/coriolan-margin.ly (texidoc): remove latex macros.
492
493         * lily/ly-module.cc (LY_DEFINE): bugfix.
494
495         * lily/paper-book.cc (book_title): separate function for the book
496         title.
497
498         * scm/page-layout.scm (default-book-title): only account for
499         markup fields.
500
501         * scm/framework-ps.scm: new file. Move high level interface from
502         output-ps.scm
503
504         * scm/music-functions.scm (def-grace-function): move macros from
505         ly/music-functions-init.ly
506
507         * lily/paper-outputter.cc (Paper_outputter): move scheme_calls to
508         framework-tex.scm
509
510         * scm/framework-tex.scm (dump-line): new file. High level
511         interface for output (pages, systems, header). 
512
513         * lily/include/page.hh (class Page): add is_last_ field.
514
515         * lily/paper-outputter.cc (print_smob): smobify Paper_outputter.
516
517         * lily/paper-book.cc (split_string): new function
518         (output): output multiple formats, i.e. --format=ps,tex
519
520         * scm/output-ps.scm (output-scopes): dump variables directly.
521         (define-fonts): rewrite for new interface
522
523         * ps/lilyponddefs.ps: remove lilypondpaper redefinitions.
524
525         * lily/paper-outputter.cc (Paper_outputter): take format argument.
526
527         * lily/main.cc (parse_argv): don't set extension for output.
528
529         * lily/clef-engraver.cc (create_clef): remove
530         Staff_symbol_referencer::set_position() call. 
531
532 2004-05-30  Nicolas Sceaux  <nicolas.sceaux@free.fr>
533
534         * ly/music-functions-init.ly (addlyrics): set the 'origin property
535         with the location argument in music function definitions.
536
537 2004-05-29  Han-Wen Nienhuys   <hanwen@xs4all.nl>
538
539         * lily/staff-symbol-engraver.cc (acknowledge_grob): remove item ->
540         staffsymbol dependency.
541
542         * lily/include/grob.hh (class Grob): live () -> is_live (). Small
543         cleanups.
544
545         * lily/book.cc (process): return Paper_book
546         (to_stencil): use Book::process().
547
548         * lily/include/my-lily-parser.hh (class My_lily_parser): remove
549         header_ field. Store in $globalheader
550
551         * lily/parser.yy (book_body): book header is initted to
552         $globalheader.
553         
554
555 2004-05-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
556
557         * input/test/fill-a4.ly: removed.
558
559         * lily/parser.yy (output_def): push scope of parent_ Output_def
560         too.
561
562 2004-05-28  Jan Nieuwenhuizen  <janneke@gnu.org>
563
564         * scm/output-gnome.scm: Update info.
565
566 2004-05-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
567
568         * lily/book-paper-def.cc: collapse Book_output_def to Output_def.
569
570         * scm/lily.scm (ly:modules-lookup): handle empty list, and more
571         than 1 module.
572
573         * lily/include/ly-module.hh (ly_use_module): rename is_module to
574         ly_c_module_p.
575
576         * scm/page-layout.scm (default-book-title): move Scheme titling
577         functions to here.
578
579         * lily/parser.yy (book_paper_block): remove scope too.
580
581         * ly/engraver-init.ly (EasyNotation): remove OrchestralScoreContext
582
583         * lily/rest.cc: add direction to rest properties.
584
585         * lily/include/output-def.hh: new file, move from
586         music-output-def.hh
587
588 2004-05-27  Jan Nieuwenhuizen  <janneke@gnu.org>
589
590         * scm/output-gnome.scm: Describe feta-cork hack.
591
592 2004-05-27  Han-Wen Nienhuys   <hanwen@xs4all.nl>
593
594         * lily/include/book-paper-def.hh: derive from Output_def 
595
596         * lily/include/paper-def.hh: move all functionality out of class.
597         Junk header.
598
599         * lily/include/music-output-def.hh: rename Music_output_def to
600         Output_def.
601
602         * input/wilhelmus.ly: only set space for Paper formatting. 
603
604         * lily/include/midi-def.hh: remove file, remove class.
605         Move functions to Music-output-def.
606
607         * lily/music-output-def.cc (Music_output_def): remove separate
608         translator table. Lookup translators in scope directly. This
609         obviates Context suffix for context identifiers, i.e.
610
611         \context {
612           \Staff
613           .. 
614           }
615
616
617         will work.
618         
619
620         * Documentation/user/notation.itely (Chords mode): typo: 13 -> 3.
621
622         * Documentation/user/changing-defaults.itely (Horizontal spacing):
623         document spacing override hack.
624
625 2004-05-27  Jan Nieuwenhuizen  <janneke@gnu.org>
626
627         * scm/output-gnome.scm: Add C-q, C-w keybindings.  Update
628         installation info.  Support point-and-click.  Add +/- zoom
629         keybindings.
630
631 2004-05-26  Han-Wen Nienhuys   <hanwen@xs4all.nl>
632
633         * VERSION: 2.3.2 released
634         
635         * lily/parser.yy (book_body): set default bookpaper.
636
637         * scm/output-tex.scm (header): kludge: hard code linewidth. 
638
639         * lily/my-lily-parser.cc (My_lily_parser): don't delete lexer.
640
641 2004-05-25  Han-Wen Nienhuys   <hanwen@xs4all.nl>
642
643         * lily/score.cc (default_rendering): scale outputdef before
644         starting.
645
646 2004-05-25  Jan Nieuwenhuizen  <janneke@gnu.org>
647
648         * scm/fret-diagrams.scm: Add header.
649
650         * scm/output-gnome.scm: Hello world :-)
651
652 2004-05-25  Han-Wen Nienhuys   <hanwen@xs4all.nl>
653
654         * scripts/lilypond.py (run_dvips): only add papersize if present.
655
656         * lily/accidental-engraver.cc (update_local_key_signature): new
657         function, fold code from initialize() and process_music().
658         (update_local_key_signature): use deep copy. This fixes one
659         problem from custom-key-signatures.ly.
660         (number_accidentals_from_sig): tighter check for
661         accidental-too-old.
662
663         * ly/engraver-init.ly: remove localKeySignature
664         definition from ChoirStaff, StaffGroup, Score.
665         
666         * lily/percent-repeat-engraver.cc (try_music): add moments for
667         barlines too. Fixes: skipbars-percent-repeat.ly.
668
669 2004-05-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
670
671         * lily/context-def.cc (filter_performers): don't go to cdrloc if
672         skipping last pair. Fixes: crash-bar-number.
673
674         * scm/fret-diagrams.scm (nil): fret-diagrams (courtesy Carl
675         D. Sorensen)
676
677         * input/test/fret-diagram.ly: new file.
678
679         * scm/paper.scm (paper-set-staff-size): scale linewidth too.
680         (scale-paper): divide by scale.
681
682 2004-05-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
683
684         * lily/rest-collision.cc (do_shift): also do nothing for the (0,2)
685         case.
686
687 2004-05-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
688
689         * scm/stencil.scm (fontify-text): reinstate function
690
691         * tex/lily-ps-defs.tex: remove lilypondblotdiam def.
692
693         * lily/book-paper-def.cc (Book_paper_def): add copy ctor.
694
695         * lily/parser.yy (book_paper_head): \bookpaper {} 
696
697         * python/midi.c: remove config.h
698
699 2004-05-18  Jan Nieuwenhuizen  <janneke@gnu.org>
700
701         * scm/output-gnome.scm: Update.
702
703 2004-05-17  Jan Nieuwenhuizen  <janneke@gnu.org>
704
705         * scm/output-gnome.scm: New file.
706
707         * lily/include/book-paper-def.hh: Add.  Janitorial fixes.
708
709 2004-05-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
710
711         * lily/book-paper-def.cc (ly_bookpaper_fonts): move from Paperdef
712         (find_scaled_font): move from Paper_def
713
714 2004-05-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
715
716         * lily/my-lily-parser.cc (LY_DEFINE): new function ly_parser_lookup
717         (LY_DEFINE): add SCM_ASSERT_TYPE everywhere.
718
719         * po/fr.po: update po.
720
721         * lily/include/book-paper-def.hh (class Book_paper_def): new file.
722
723         * lily/book-paper-def.cc (print_smob): new file.
724
725 2004-05-16  Heikki Junes <hjunes@cc.hut.fi>
726
727         * buildscripts/lilypond-words.py: search words also from
728         music-functions-init.ly.
729
730 2004-05-15  Nicolas Sceaux  <nicolas.sceaux@free.fr>
731
732         * ly/music-functions-init.ly (def-music-function): new helper
733         macro for defining music functions. \addlyrics \appoggiatura
734         \acciaccatura \grace \partcombine \autochange \applycontext
735         \applyoutput and \breathe are now defined here thanks to it.
736
737         * lily/parser.yy: 
738         * lily/my-lily-lexer.cc: \addlyrics \appoggiatura \acciaccatura
739         \grace \partcombine \autochange \applycontext \applyoutput and
740         \breathe keywords removed from the parser.
741
742         * lily/parser.yy: 
743         * lily/music-function.cc (ly_make_music_function): 
744         * lily/lexer.ll (music_function_type): added a case for 0-arg
745         music functions.
746
747 2004-05-14  Nicolas Sceaux  <nicolas.sceaux@free.fr>
748
749         * scm/ly-from-scheme.scm (read-lily-expression):  A variable
750         refering to a music expression can be used in lily-inside-scheme:
751         #{ $music #}
752
753         * lily/my-lily-parser.cc (LY_DEFINE): introduce ly:clone-parser
754         and ly:parser-define, and change ly:parser-parse-string in order
755         to make #{ $music #} work.
756
757         * scm/new-markup.scm (compile-markup-expression): when an argument
758         is a string, use `make-simple-markup'.
759
760 2004-05-14  Han-Wen Nienhuys   <hanwen@xs4all.nl>
761
762         * lily/parser.yy (My_lily_lexer): bugfix; op should be tag.  
763
764 2004-05-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
765
766         * scripts/convert-ly.py (FatalConversionError.func): handle + in
767         font-size. (backportme)
768
769 2004-05-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
770
771         * lily/paper-outputter.cc (output_stencil): dump font definitions
772         before each stencil.
773
774         * lily/include/paper-book.hh (struct Score_lines): new
775         struct. Collect info per Paper-score.
776
777         * lily/include/page.hh (class Page): to_stencil() returns Stencil
778         everywhere.
779
780         * lily/stencil.cc (find_expression_fonts): new function
781
782         * lily/paper-outputter.cc (output_stencil): use
783         interpret_stencil_expr
784
785         * lily/stencil.cc (LY_DEFINE): ly_stencil_fonts: new function.
786         (interpret_stencil_expr): new function. Generic stencil
787         interpretation.
788
789         * lily/paper-def.cc (find_scaled_font): divide lookup
790         magnification by outpuscale for non-virtual fontmetrics. This
791         fixes ludicrously long font definitions for text
792         fonts. (backportme)
793
794         * lily/score-engraver.cc: remove
795         {Engraver,Score_engraver}::typeset_grob(), remove all calls.
796
797 2004-05-09  Jan Nieuwenhuizen  <janneke@gnu.org>
798
799         * input/test/markup-score.ly: Remove \notes.
800
801         * lily/parser.yy (book_body): Grok Composite_music and \header.
802         (markup): Push NOTES mode before score_block.
803
804         * VERSION: release 2.3.1
805         
806         * mf/feta-klef.mf: 
807         * mf/feta-bolletjes.mf: Oops.  Comment-out canvast test code.
808
809         * Documentation/user/programming-interface.itely: Use @emph (was: @em).
810
811         * Documentation/user/out/tutorial.texi: Untrigger lilypond-book error.
812
813 2004-05-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
814
815         * scm/output-tex.scm (output-tex-string): tighten safe security.
816
817         * lily/scm-option.cc (LY_DEFINE): add 'safe to ly:get-option
818
819         * scm/safe-lily.scm (make-safe-lilypond-module): new file. Define
820         allowed ly functions.
821
822         * lily/ly-module.cc (ly_module_define): only define variable if
823         bound.
824         (ly_make_anonymous_module): take safe option.
825
826 2004-05-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
827
828         * scripts/lilypond-book.py (compose_ly): remove FRAGMENT_LY.
829
830 2004-05-08  Jan Nieuwenhuizen  <janneke@gnu.org>
831
832         * input/regression/newaddlyrics.ly: Fix.
833
834         * Documentation/user/tutorial.itely: Use \newlyrics, remove most
835         \score \notes.
836
837 2004-05-08  Heikki Junes <hjunes@cc.hut.fi>
838
839         * Documentation/user/music-glossary.tely ([k-z]): last fixes.
840
841 2004-05-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
842
843         * input/mutopia/R.Schumann/romanze-op28-2.ly (d): use #(define .. )
844
845         * lily/paper-line.cc (Paper_line): don't store list of stencils,
846         but convert to single Stencil immediately.
847
848         * lily/paper-book.cc (title): don't return Stencil* but Stencil.
849
850 2004-05-07  Jan Nieuwenhuizen  <janneke@gnu.org>
851
852         * scm/output-sodipodi.scm: Resurrect sodipodi output.
853
854 2004-05-07  Kristof Bastiaensen  <kristof.bastiaensen@vleeuwen.org>
855
856         * elisp/lilypond-mode.el: Changed the way defaults are created for
857         LilyPond-command-master.  LilyPond-mode will now check the
858         timestamps of the files to see which command has to run next.
859
860 2004-05-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
861
862         * scm/bass-figure.scm (format-bass-figure): don't set
863         number-markup for strings. This fixes string in bass
864         figure. (backportme)
865
866         * lily/parser.yy (bass_number): insert number-markup into figure
867         definition.
868
869         * scm/define-music-properties.scm (all-music-properties): make
870         'figure a markup.
871
872         * scripts/convert-ly.py (conv): \apply -> \applymusic
873
874 2004-05-06  Kristof Bastiaensen  <kristof.bastiaensen@vleeuwen.org>
875
876         * elisp/lilypond-mode.el: changed the order of some commands
877         ("Midi" after "2Midi"), use the user-defined
878         LilyPond-command-default as default instead of "LilyPond"
879
880         * elisp/lilypond-mode.el: added a LilyPond-master-file variable,
881         to set the master file for the next command.
882
883         * elisp/lilypond-font-lock.el: replaced font-lock-warning-face
884         with font-lock-reference-face.
885
886 2004-05-07  Heikki Junes <hjunes@cc.hut.fi>
887
888         * Documentation/user/music-glossary.tely ([ab]*): small fixes.
889
890         * Documentation/user/music-glossary.tely ([c-l]*): more fixes.
891
892 2004-05-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
893
894         * ly/music-functions-init.ly (TODO): new file.
895
896         * lily/parser.yy (Generic_prefix_music_scm): add more
897         music_function symbols.
898         (Prefix_composite_music): change \apply to music-function   
899
900         * lily/include/music-function.hh: rename to music-function
901
902 2004-05-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
903
904         * lily/music-head.cc (LY_DEFINE): change order of args.
905
906         * input/regression/music-head.ly (texidoc): new file.
907
908         * lily/parser.yy (Generic_prefix_music): allow generic
909         music-transformation functions. 
910
911         * lily/include/music-head.hh (is_music_head): new file.
912
913         * lily/music-head.cc (get_music_head_transform): new file.
914
915 2004-05-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
916
917         * lily/ottava-bracket.cc (print): use coordinate, not (0,0) for
918         empty extent. This fixes ottava brackets on rests. (backportme)
919
920         * make/lilypond.redhat.spec.in (Group): ln png files for info.
921
922         * lily/piano-pedal-engraver.cc (create_text_grobs): core dump fix.
923
924         * cygwin/lily-wins.py: update for the lily-wins.py script.
925
926 2004-05-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
927
928         * lily/score-engraver.cc (typeset_all): switch off unbound spanner
929         code. This will obviate typeset_grob () in the future.  The effect
930         of this is that improperly written spanner handling will result in
931         invalid spanner bounds.
932         (announce_grob): add to elems_ from here
933         (typeset_grob): comment out.  
934
935         * lily/include/engraver.hh (make_spanner): new calling interface
936         for make_{item,spanner}. This obviates most calls to
937         announce_grob().
938                 
939         * scm/music-functions.scm (set-accidental-style): use GrandStaff
940         iso. PianoStaff for piano styles.
941
942 2004-05-03  Heikki Junes <hjunes@cc.hut.fi>
943
944         * Documentation/user/music-glossary.tely: add segno after d.s.
945
946 2004-05-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
947
948         * lily/include/audio-column.hh: remove unused variables.
949         (patch by Michael Welsh Duggan)
950
951         * flower/include/axes.hh (other_axis): inline Axes function
952         (thanks to David Brandon).
953
954 2004-05-02  Jan Nieuwenhuizen  <janneke@gnu.org>
955
956         * cygwin/mknetrel: Install image links (backportme).
957
958         * Documentation/user/GNUmakefile (local-install-info): Activate
959         actual installing of image links (backportme).
960
961 2004-04-30  Mats Bengtsson  <mabe@drongo.s3.kth.se>
962
963         * Documentation/user/notation.itely (Measure repeats): Removed
964         unnecessary (and confusing) \context Voice{.
965
966 2004-04-29  Jan Nieuwenhuizen  <janneke@gnu.org>
967
968         * Documentation/topdocs/NEWS.texi: Mention use of \score as markup.
969
970         * lily/page.cc (Page): Do not use ly_scheme_function for
971         volatile/configurable variables (FIXME: better name).
972
973         * lily/music-output-def.cc (c_lookup_variable): Rename (WAS:
974         get_scmvar).
975
976 2004-04-29  Han-Wen Nienhuys   <hanwen@xs4all.nl>
977
978         * scripts/convert-ly.py (FatalConversionError.subst): use
979         \transposition.
980
981 2004-04-29  Jan Nieuwenhuizen  <janneke@gnu.org>
982
983         * lily/include/page.hh (class Page): Declare left_margin ().
984
985         * lily/page.cc: Remove paper var caching.
986
987 2004-04-28  Jan Nieuwenhuizen  <janneke@gnu.org>
988
989         * Documentation/user/music-glossary.tely: Add name to @top node.
990         Remove comment from @table definitions (workaround for makinfo
991         bug).
992
993         * lily/stencil-scheme.cc (ly:stencil-expr): Rename (was:
994         ly:stencil-get-expr).  Update callers.
995         (ly:stencil-align-to!):  Return stencil too.
996
997         * lily/paper-outputter.cc (output_page): Bugfix.  Use page
998         stencil.  Remove looped line-based page output.
999         (output_line): Use line stencil.  Remove looped stencil-based line
1000         output.
1001
1002         * lily/page.cc (ly:page-paper-lines): New function.
1003
1004         * input/test/markup-score.ly: New file.
1005
1006         * scm/define-markup-commands.scm (stencil): New markup.
1007
1008         * lily/book.cc (to_stencil): New method.
1009
1010         * lily/parser.yy (markup): Use it to grok \score.
1011
1012 2004-04-27  Jan Nieuwenhuizen  <janneke@gnu.org>
1013
1014         * lily/stencil.cc (expr): Rename (was: get_expr).  Update callers.
1015
1016         * lily/paper-book.cc (pages): Change signature.  Update callers.
1017
1018         * lily/include/page.hh:
1019         * lily/page.cc: New file.
1020
1021         * lily/paper-line.cc (to_stencil): New method.
1022         
1023         * lily/paper-outputter.cc (output_stencil): New method.
1024
1025         * lily/paper-outputter.cc (output_line): Use them.
1026
1027         * lily/warn.cc: Remove.
1028
1029         * lily/my-lily-parser.cc (distill_inname): Remove.
1030
1031         * flower/include/file-name.hh: 
1032         * flower/file-name.cc: New file.  Update users.
1033
1034         * flower/file-path.cc [CYGWIN]: Junk testing code.  Remove Path.
1035         (find): New method of same name.
1036
1037         * lily/my-lily-parser.cc (ly:parse-file): Use it.
1038
1039         * lily/scm-option.cc (ly:set-option, ly:get-option): Bugfix:
1040         constant error message.
1041
1042 2004-04-27  Heikki Junes <hjunes@cc.hut.fi>
1043
1044         * input/test/{blank-notes.ly,staff-container.ly}: typos.
1045
1046 2004-04-26  Jan Nieuwenhuizen  <janneke@gnu.org>
1047
1048         * Documentation/user/music-glossary.tely: @table @strong' replaced
1049         by `@table @samp @c @strong'.  This fixes invalid makeinfo output
1050         (backportme).
1051
1052 2004-04-25  Nicolas Sceaux  <nicolas.sceaux@free.fr>
1053
1054         * scm/lily.scm (ly:load): Add ly-from-scheme.scm loading.
1055
1056         * scm/ly-from-scheme.scm: New file. Introduce a new syntax:
1057         #{ lily music expression #} that returns an equivalent scheme
1058         music expression by parsing the string.
1059
1060 2004-04-25  Jan Nieuwenhuizen  <janneke@gnu.org>
1061
1062         * lily/my-lily-parser.cc:
1063         * lily/my-lily-lexer.cc: Another step towards parsing ly code from
1064         SCM string (foo.ly/toto.scm support).
1065
1066 2004-04-24  Jan Nieuwenhuizen  <janneke@gnu.org>
1067
1068         * lily/my-lily-parser.cc (ly:parser-parse-string): New function.
1069
1070 2004-04-21  Jan Nieuwenhuizen  <janneke@gnu.org>
1071
1072         * input/regression/newaddlyrics.ly: Remove lilypond-book kludge.
1073
1074         * scripts/lilypond-book.py: LY code that includes \header is
1075         not assumed to be a fragment.
1076
1077 2004-04-20  Jan Nieuwenhuizen  <janneke@gnu.org>
1078
1079         * lily/stem-tremolo.cc (print): If stem direction == CENTER, move
1080         tremolo beams up.
1081
1082         * lily/stem.cc (chord_start_y): Return 0 if no heads.
1083         (get_default_stem_end_position): No tremolo head juggling if no
1084         heads.  Fixes tremolo crash on rests (backportme).
1085
1086         * scripts/abc2ly.py: Oops use [\]proper[ty] 2.2 syntax.
1087
1088 2004-04-19  Jan Nieuwenhuizen  <janneke@gnu.org>
1089
1090         * scripts/abc2ly.py: ABC beams preserve support (courtesy Guy
1091         Gascoigne-Piggford).  Also: TAB and whitespace fixes.
1092
1093         * lily/lexer.ll: Allow \encoding in NOTES mode.
1094
1095         * buildscripts/mf-to-table.py (write_fontlist): Use \lyrics
1096         for lyrics, not for commands.
1097
1098         * lily/parser.yy (scalar): Bugfix: accept LYRICS_STRING.
1099         FIXME: Replace some `Music's with Grouped_music_list; fixes make web.
1100
1101         * input/regression/newaddlyrics.ly: New file.
1102
1103         * Documentation/topdocs/NEWS.texi: Update.
1104
1105         * lily/parser.yy (new_lyrics): Return SCM list of lyric musics.
1106         (Music_list): Allow embedded scm.
1107
1108         * lily/score.cc (ly:score-bookify): New function.
1109
1110         * lily/music.cc (ly:music-scorify): Idem.
1111
1112         * lily/my-lily-parser.cc (ly:parser-print-book): Idem.
1113         (ly:parser-print-score): Idem.
1114
1115         * scm/lily.scm (default-toplevel-book-handler): Idem.
1116         (default-toplevel-music-handler): Idem.
1117         (default-toplevel-score-handler): Idem.
1118
1119         * ly/declarations-init.ly: Set default toplevel handlers.
1120
1121         * lily/parser.yy (book_block, score_block, toplevel_music): Use them.
1122
1123         * scripts/lilypond-book.py (PREAMBLE_LY): Select classic score
1124         printer for score at toplevel.
1125
1126 2004-04-18  Jan Nieuwenhuizen  <janneke@gnu.org>
1127
1128         * lily/parser.yy (NEWLYRICS): Switch to LYRICS mode for lyrics.
1129         Fix for simple case: input/simple-song.ly, more complex stuff
1130         does not work yet.
1131
1132 2004-04-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1133
1134         * lily/parser.yy (Prefix_composite_music): split Composite_music
1135         in Prefix_composite_music and Grouped_music_list.
1136         (re_rhythmed_music): use Grouped_music_list for NEWLYRICS.
1137
1138 2004-04-18  Jan Nieuwenhuizen  <janneke@gnu.org>
1139
1140         * scm/lily.scm (toplevel-expression): New define.
1141
1142         * lily/my-lily-parser.cc (ly:parser-add-book-and-score): New function.
1143
1144         * lily/parser.yy (toplevel_expression): Use it.
1145
1146         * lily/include/my-lily-parser.hh: Smobbify.
1147
1148         * lily/my-lily-parser.cc (parse_string): New method.
1149         
1150         * lily/my-lily-parser.cc (ly:parse-string): New function.
1151
1152         * Documentation/user/lilypond.tely: Add comment and workaround for
1153         gs-8.01 crash.  Fixes make web.
1154
1155         Simplification of toplevel music.
1156         
1157         * lily/lexer.ll, lily/parser.yy:
1158
1159         * In LYRICS mode, return LYRICS_STRING.  This fixes one
1160         shift/reduce problem.
1161
1162         * Use NOTES mode at start of maininput.
1163
1164         * Grok toplevel composite music expression, put in score and book.
1165
1166         * Grok \relative COMPOSITE_MUSIC, make relative on middleC.
1167
1168         * \newlyrics is a shortcut for \context Lyrics \lyricsto "" \lyrics
1169
1170         * input/simple.ly: New file.
1171         
1172         * input/simple-song.ly: Idem.
1173
1174 2004-04-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1175
1176         * lily/parser.yy: rename NEWADDLYRICS to LYRICSTO. Thanks to Erik
1177         Sandberg.
1178
1179 2004-04-17  Jan Nieuwenhuizen  <janneke@gnu.org>
1180
1181         * scm/font.scm (add-cmr-fonts): Narrow bold is ecrb.
1182
1183 2004-04-17  Heikki Junes <hjunes@cc.hut.fi>
1184
1185         * input/regression/accidental-octave.ly: doc automatic showing
1186         of note names.
1187
1188 2004-04-16  Heikki Junes <janneke@gnu.org>
1189
1190         * po/fi.po: do "make po && make -C po po-update" at top-level,
1191         then "cp po/out/fi.po po/fi.po" and update fields.
1192
1193         * po/fi.po: remove all designations of `fuzzy'; shows those elements.
1194
1195 2004-04-15  Jan Nieuwenhuizen  <janneke@gnu.org>
1196
1197         * Documentation/user/introduction.itely (About this manual): Fix
1198         templates and regression urls (backportme).
1199
1200 2004-04-14  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1201
1202         * ly/engraver-init.ly (Score:graceSettings): Increase
1203         beamed-lengths, especially for 32nd notes.
1204
1205         * Documentation/user/notation.itely (Grace notes): Correct the
1206         syntax for add-grace-property example.
1207
1208 2004-04-13  Jan Nieuwenhuizen  <janneke@gnu.org>
1209
1210         * flower/parse-afm.cc [METATYPE1_BUG]: Grok Metatype1's global
1211         `Generated' tag.
1212
1213         * scm/font.scm (add-cmr-fonts): Use super-cm/lmodern fonts.  NOT.
1214         Severely broken (the Debian package, at least).
1215
1216 2004-04-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1217
1218         * lily/context.cc (find_create_context): assign to lvalue.
1219
1220 2004-04-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1221
1222         * lily/include/translator.hh (class Translator): rename
1223         get_parent_context() to context () to avoid confusion.
1224
1225         * lily/include/lily-guile.hh: is_x -> ly_c_X_p naming.
1226
1227         * lily/lexer.ll: change is_string -> ly_c_string_p 
1228
1229         * input/mutopia/J.S.Bach/wtk1-fugue2.ly (bassdux): use \book.
1230
1231         * input/mutopia/W.A.Mozart/mozart-hrn-3.ly: use \book.
1232
1233         * VERSION: release 2.3.0
1234
1235         * mf/feta-nummer-code.mf: use ascii names for number glyphs.
1236
1237         * buildscripts/mf-to-table.py (parse_logfile): only prepend group-
1238         if nonempty.
1239
1240         * lily/include/context.hh (class Context): make members protected.
1241         (children_contexts): new accessor function.
1242
1243         * lily/include/translator.hh (class Translator): make
1244         daddy_context_ protected.
1245         (class Translator): clean up. 
1246
1247         * lily/include/context.hh (class Context): make daddy_context_
1248         private.
1249
1250         * lily/lyric-engraver.cc (get_voice_to_lyrics): recursively go
1251         higher for finding Voice. (backportme)  
1252
1253         * lily/include/context.hh (class Context): remove
1254         find_context_below() as a method.
1255
1256         * Documentation/user/notation.itely (The Lyrics context): add note
1257         about manual durations
1258
1259         * ly/chord-modifiers-init.ly (blackTriangleMarkup): use TeX-math
1260         encoding.
1261
1262         * scm/output-tex.scm (text): dump \inputencoding{} for text.
1263
1264 2004-04-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1265
1266         * scripts/lilypond.py (global_latex_preamble): remove latin1 from
1267         \usepackage{inputenc}
1268
1269         * lily/paper-book.cc (classic_output): don't advance Offset for
1270         TeX output.
1271
1272         * make/mutopia-rules.make ($(outdir)-$(PAPERSIZE)/%.dvi): include
1273         ec-sauter.map in rules
1274
1275         * mf/ecb.mf (font_identifier): new file, based on ecbx
1276
1277         * mf/ecb10.mf (gensize): new file.
1278
1279         * Documentation/topdocs/NEWS.texi (Top): document some more new
1280         features.
1281
1282         * ly/declarations-init.ly: run convert-ly
1283
1284         * lily/my-lily-parser.cc (LY_DEFINE): move parse-file function
1285         from input-file-results. Remove input-file-results.* 
1286
1287 2004-04-11  Jan Nieuwenhuizen  <janneke@gnu.org>
1288
1289         * scm/output-ps.scm (font-command): Fix, again.
1290
1291         * input/test/title-markup.ly: Add \noPagebreak test.
1292
1293         * lily/score-engraver.cc (try_music): Bugfix.
1294
1295 2004-04-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1296
1297         * lily/main.cc (main_with_guile): excise dependency options -M and
1298         --dep-prefix
1299
1300         * lily/input-file-results.cc: excise Makefile dependency code
1301
1302         * Documentation/user/invoking.itexi (Invoking the lilypond
1303         binary): remove dep doco
1304         
1305         * lily/main.cc (main_with_guile): call lilypond-main
1306         
1307         * scm/lily.scm (lilypond-main): new function: handle multiple files.
1308
1309         * lily/input-file-results.cc (LY_DEFINE): throw ly-file-failed
1310         exception.
1311
1312         * lily/my-lily-parser.cc: remove paper_description function
1313
1314         * lily/music-output-def.cc (LY_DEFINE): ly:output-description
1315         new function.
1316
1317         * lily/main.cc: remove global_score_count.
1318
1319         * lily/book.cc (process): don't take header from global_input_file.
1320
1321         * buildscripts/lilypond-profile.sh (Error): set GS_FONTPATH
1322
1323         * lily/parser.yy (My_lily_lexer): remove current_parser global var.
1324
1325         * lily/music-output-def.cc (LY_DEFINE): new function
1326         ly_output_description. This function does the bulk for  setting,
1327         parsing and breaking down of an input file.
1328
1329         * lily/ly-module.cc (ly_make_anonymous_module): don't protect
1330         anonymous modules globally. Let's hope they get GCd
1331
1332         * scripts/lilypond.py (run_dvips): add sauter-mftrace.map 
1333
1334 2004-04-11  Jan Nieuwenhuizen  <janneke@gnu.org>
1335
1336         * scm/output-ps.scm (header): Papersize from paper.
1337
1338         * scripts/lilypond.py (global_latex_preamble): Oldish behaviour
1339         for classic output.
1340
1341         * tex/lilyponddefs.tex (interscoreline): Oldish behaviour if
1342         lilypondclassic is defined.
1343         (lilypondstart): Oldish behaviour if lilypondclassic is defined.
1344
1345         * input/regression/between-systems.ly: Remove.
1346
1347         * python/lilylib.py (get_bbox): Fix regular expression
1348         for bounding box.
1349
1350         * tex/lilyponddefs.tex (lilypondpagebreak): New overridable macro.
1351
1352         * scm/output-tex.scm (stop-page): Use it.
1353
1354         * scm/output-ps.scm (define-fonts): Bugfix.
1355
1356         * lily/grob.cc: Add penalty to interface.
1357
1358         * lily/include/paper-line.hh (class Paper_line): New member
1359         var penalty_.
1360
1361         * lily/system.cc (get_line): Initialise Paper_line with
1362         page-penalty's from original grobs.
1363
1364         * scm/define-music-properties.scm (all-music-properties): Add
1365         page-penalty.
1366
1367         * scm/define-grob-properties.scm (all-grob-descriptions): Idem.
1368
1369         * lily/score-engraver.cc (try_music): Handle page-penalty.
1370
1371         * ly/declarations-init.ly (pagebreak, noPagebreak): New command.
1372
1373 2004-04-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1374
1375         * ly/declarations-init.ly (melismaEnd): typo
1376
1377         * scm/font.scm (add-cmr-fonts): caps is eccc, ecsc is slanted caps.
1378
1379         * scm/output-ps.scm (text): split string into spaces, use moveto
1380         for setting space. 
1381         
1382 2004-04-10  Jan Nieuwenhuizen  <janneke@gnu.org>
1383
1384         * po/nl.po: Update.
1385
1386         * scm/font.scm (add-cmr-fonts): Typo.
1387
1388 2004-04-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1389
1390         * scm/font.scm (add-cmr-fonts): add sauter fonts under latin1
1391         font-encoding.
1392
1393         * scm/define-grobs.scm (all-grob-descriptions): idem.
1394
1395         * lily/time-signature.cc (numbered_time_signature): idem.
1396
1397         * scm/font.scm (add-cmr-fonts): use real encoding names for
1398         font-encoding.
1399
1400 2004-04-10  Jan Nieuwenhuizen  <janneke@gnu.org>
1401
1402         * lily/paper-book.cc (classic_output): 
1403         * tex/lilyponddefs.tex (lybox): Add height, and proper raising.
1404         Fixes classic output.
1405         (lilypondstart):
1406         * scripts/lilypond.py (global_latex_preamble): Remove topmargin
1407         kludge.
1408
1409         * scripts/old-lilypond-book.py: Remove.
1410
1411         Page layout for SCOREs enclosed in a BOOK:
1412
1413         * scripts/lilypond.py: Remove LaTeX titling kludge.  Remove page
1414         layout tweaking.
1415
1416         * input/les-nereides.ly (theScore): Add \book.
1417         
1418         * input/test/title-markup.ly: Add \book.
1419
1420         * scm/page-layout.scm (ly:optimal-page-breaks): Debugging output
1421         only if 'verbose.
1422
1423         * lily/include/paper-book.hh (PAGE_LAYOUT): Remove.
1424
1425         * lily/paper-outputter.cc (output_line): Remove PAGE_LAYOUT check.
1426
1427         * tex/lilyponddefs.tex (lilypondstart, lybox, lyitem):
1428         * scm/output-tex.scm (start-system): Update for page layout by
1429         LilyPond.
1430
1431         * scm/output-ps.scm (start-system): Previously (new-start-system).
1432
1433         * lily/paper-outputter.cc (output_header): Uniquify list of fonts
1434         passed to define-fonts.
1435
1436         * lily/paper-column.cc: 
1437         * lily/system.cc (get_line):
1438         * ly/property-init.ly (newpage): 
1439         * scm/define-grob-properties.scm:
1440         * scm/output-ps.scm: 
1441         * scm/output-tex.scm: Remove between-system-string kludge.
1442
1443         * scm/output-ps.scm (define-fonts, font-command,
1444         font-load-encoding): Handle ENCODING = #f.
1445
1446         * scm/output-tex.scm (output-scopes): Check if variable is bound.
1447
1448         * scm/define-markup-commands.scm (fill-line): Use
1449         make-simple-markup (WAS: unexisting make-word-markup).
1450
1451         * lily/text-item.cc (interpret_markup): Bugfix, transpose
1452         ENCODING, MARKUP parameters for interpret_string.
1453
1454         * lily/input-file-results.cc (do_one_file): Remove Paper_book hack.
1455
1456         * lily/score.cc (book_rendering): New method.
1457         (default_rendering): Create Paper_book helper locally, dump
1458         output.
1459
1460         * lily/my-lily-lexer.cc (the_key_tab): Add book.
1461
1462         * lily/parser.yy: Handle \book.
1463
1464         * lily/include/book.hh: 
1465         * lily/book.cc: New file.
1466
1467 2004-04-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1468
1469         * lily/text-item.cc (interpret_string): new file, select font with
1470         encoding.
1471
1472         * lily/include/lily-guile.hh: ly_XXX_p -> is_XXX. Changes throughout.
1473
1474         * scm/define-markup-commands.scm (encoded-simple): new markup command.
1475
1476         * lily/parser.yy (markup): take encoding from lexer.
1477
1478 2004-04-09  Jan Nieuwenhuizen  <janneke@gnu.org>
1479
1480         * lily/kpath.cc (kpathsea_find_tfm): Do not trigger TFM generation.
1481
1482         * scm/output-ps.scm: Remove some cruft.
1483
1484 2004-04-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1485
1486         * lily/kpath.cc (kpathsea_find_tfm): don't make unfound TFMs/AFMs.
1487
1488         * Documentation/user/lilypond.tely (Top): manual for v2.3 (backportme)
1489
1490 2004-04-09  Jan Nieuwenhuizen  <janneke@gnu.org>
1491
1492         * scm/font.scm (add-century-schoolbook-fonts):
1493         (make-century-schoolbook-tree): New function.
1494
1495         * input/test/title-markup.ly: Use Century Schoolbook font.
1496
1497 2004-04-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1498
1499         * scripts/convert-ly.py: limited old-style markup convert. (Thanks
1500         to Erik Sandberg) 
1501
1502         * lily/font-metric.cc (LY_DEFINE): new function, return fontName.
1503
1504         * scm/output-ps.scm (define-fonts): remove hack for feta/parmesan.
1505
1506         * lily/font-metric.cc (LY_DEFINE): change to ly:font-filename
1507
1508         * scm/encoding.scm (coding-alist): add AdobeStandardEncoding
1509
1510 2004-04-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1511
1512         * scm/part-combiner.scm (determine-split-list): bugfix: if no
1513         solo-state (at end of solo), we can set the solo status
1514         too. (backportme.)
1515
1516         * input/regression/part-combine-solo-end.ly: new file.
1517
1518 2004-04-08  Jan Nieuwenhuizen  <janneke@gnu.org>
1519
1520         * scripts/abc2ly.py (parse_file): Strip \r from lines.  Fixes DOS
1521         flavour abc files.  Really ignore unknown keys (backportme).
1522
1523 2004-04-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1524
1525         * lily/scaled-font-metric.cc (text_dimension): only multiply with
1526         magnification_ when looking up in orig_.
1527
1528         * scm/output-tex.scm (text): switch off char-mapping.
1529
1530         * lily/tfm.cc (coding_scheme): replace ' ' in encoding with '-',
1531         because AFM's encoding field cannot have spaces.
1532
1533 2004-04-08  Jan Nieuwenhuizen  <janneke@gnu.org>
1534
1535         * scm/output-ps.scm (define-fonts): More re/encoding tweaking.
1536
1537 2004-04-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1538
1539         * lily/paper-def.cc (find_scaled_font): change to inputencoding.
1540
1541         * mf/cmr.enc: new file, without hi-bit ascii info. 
1542
1543         * lily/bezier-bow.cc (slur_shape): make indent dependent on
1544         width. This removes the 'hook' at the end of a long slur.
1545
1546         * buildscripts/mf-to-table.py (parse_logfile): don't append
1547         encoding to fontname.
1548
1549 2004-04-07  Jan Nieuwenhuizen  <janneke@gnu.org>
1550
1551         * scm/output-ps.scm (define-fonts): Load .enc only once.
1552
1553         * mf/GNUmakefile (INSTALLATION_OUT_SUFFIXES): Install .enc files
1554         too.
1555
1556 2004-04-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1557
1558         * buildscripts/mf-to-table.py (parse_logfile): remove spaces from
1559         encoding field.
1560
1561         * lily/stencil-scheme.cc: remove ly:fontify-atom 
1562
1563         * ly/portuges.ly (pitchnames): new file.
1564
1565         * lily/include/lily-guile.hh: many new ly_ functions.  Thanks to
1566         Michael Welsh Duggan
1567
1568         * lily/*.cc: deprecate gh_ interface. Thanks to Michael Welsh Duggan
1569
1570         * ly/nederlands.ly: add comment about digits.
1571
1572         * lily/scaled-font-metric.cc (derived_mark): idem.
1573
1574         * scm/encoding.scm (make-encoding-mapping): change permutation to
1575         mapping.
1576
1577         * lily/scaled-font-metric.cc (derived_mark): is a const method.
1578         (Modified_font_metric): make alist for coding_description_
1579         (LY_DEFINE): remove coding-name.
1580
1581         * scm/output-tex.scm (text): remove debugging code.
1582
1583         * lily/scaled-font-metric.cc (ly_font_encoding): return vector
1584
1585         * buildscripts/mf-to-table.py (parse_logfile): read EncodingScheme
1586         from infile.
1587
1588         * mf/feta-generic.mf: move fet_beginfont into generic code.
1589         use fetaMusic (without space) as encoding
1590
1591         * mf/feta-autometric.mf: take encoding argument
1592
1593         * lily/afm.cc (read_afm_file): bugfix, read global info too. 
1594
1595         * lily/my-lily-lexer.cc (set_identifier): remove gh_scm2newstr
1596         use.
1597
1598         * scm/encoding.scm (read-encoding-file): use symbol for glyph
1599         name.
1600
1601 2004-04-07  Jan Nieuwenhuizen  <janneke@gnu.org>
1602
1603         * input/test/title-markup.ly: Set inputencoding.
1604
1605         * scm/output-ps.scm (define-fonts): Handle font re-encoding.
1606
1607         * lily/scaled-font-metric.cc (ly:font-coding-name): New function.
1608
1609         * scm/encoding.scm (get-coding-filename, get-coding-command): New
1610         function.
1611         (coding-alist): Also hold filename, command.
1612         (read-encoding-file): Return symbols.
1613
1614 2004-04-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1615
1616         * scm/output-tex.scm: remove fontify; text and char take a font
1617         argument.
1618
1619         * lily/tfm.cc (name_to_index): new function, use encoding_table_.
1620
1621         * lily/scaled-font-metric.cc (text_dimension): init
1622         coding_{permutation,table}_ too 
1623         (LY_DEFINE): ly:font-encoding, new function return
1624
1625         * lily/paper-def.cc (find_scaled_font): take input coding from
1626         inputcoding paper var.
1627
1628         * lily/performance.cc (output): remap modulo 16.
1629
1630         * lily/text-item.cc (interpret_markup): whoops, variable
1631         shadowing fixed.
1632
1633 2004-04-06  Michael Welsh Duggan  <mwd@sei.cmu.edu>
1634
1635         * lily/piano-pedal-performer.cc (try_music): Compare symbols to
1636         symbols, not symbols to strings.
1637         
1638         * lily/piano-pedal-engraver.cc (try_music): Compare symbols to
1639         symbols, not symbols to strings.
1640
1641 2004-04-06  Jan Nieuwenhuizen  <janneke@gnu.org>
1642
1643         * lily/kpath.cc (kpathsea_gulp_file_to_string): 
1644         (ly:kpathsea-gulp-file): New function.
1645
1646         * scm/encoding.scm (read-encoding-file): Use it.
1647
1648 2004-04-06  Werner Lemberg  <wl@gnu.org>
1649
1650         * scm/encoding.scm (coding-alist): Fix typo.
1651
1652 2004-04-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1653
1654         * lily/scaled-font-metric.cc (text_dimension): move function from
1655         Font_metric
1656         (make_scaled_font_metric): init coding_scheme_ to TeX
1657         (text_dimension): use get-coding-vector for non TeX coding_scheme_
1658
1659         * lily/include/scaled-font-metric.hh (struct
1660         Modified_font_metric): rename from Scaled_font_metric
1661
1662         * scm/encoding.scm (read-encoding-file): split up large function,
1663         leave caching to (delay)
1664
1665         * lily/lily-guile.cc (LY_DEFINE): typecheck argument.
1666
1667 2004-04-05  Jan Nieuwenhuizen  <janneke@gnu.org>
1668
1669         * lily/my-lily-lexer.cc (set_encoding): New method.
1670
1671         * lily/lexer.ll: Grok \encoding.
1672
1673         * lily/font-metric.cc (get_encoded_index): New function.
1674
1675         * lily/include/font-metric.hh (coding_scheme): New method.
1676
1677         * scm/encoding.scm: New file.
1678
1679         * mf/feta-beugel.mf: Better error message (WAS: `foobar').
1680
1681 2004-04-05  Werner Lemberg  <wl@gnu.org>
1682
1683         * Documentation/user/tutorial.itely: Revised (finished).
1684
1685         * Documentation/user/macros.itexi (@separate): Removed.
1686
1687 2004-04-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1688
1689         * scm/output-ps.scm (define-fonts): fix scaling.
1690
1691         * lily/scaled-font-metric.cc (design_size): add function.
1692
1693         * lily/font-metric.cc (LY_DEFINE): opps ly:font-design-size is only
1694         partial cut&paste of ly:font-magnification.
1695
1696 2004-04-05  Jan Nieuwenhuizen  <janneke@gnu.org>
1697
1698         * scm/output-ps.scm (define-fonts):
1699         (fontify): Update.
1700
1701 2004-04-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1702
1703         * po/fr.po: update. (backportme).
1704
1705         * po/nl.po: update. (backportme). 
1706
1707         * mf/feta-beugel.mf: document why design size is not fixed.
1708
1709         * mf/feta-braces-a.mf: rename to stress that it's not design size.
1710
1711 2004-04-04  Werner Lemberg  <wl@gnu.org>
1712
1713         * Documentation/user/tutorial.itely: Revised (continued).
1714
1715 2004-04-03  Jan Nieuwenhuizen  <janneke@gnu.org>
1716
1717         * po/nl.po: Update (backportme).
1718
1719 2004-04-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1720
1721         * po/de.po: update. (backportme).
1722
1723         * scm/output-tex.scm (font-command): use ly: functions to
1724         construct name.
1725         (define-fonts): don't use alist, just dump \font definitions.
1726         (font-load-command): calculate proper scaling by taking
1727         outputscale from paper argument.
1728
1729         * lily/stencil-scheme.cc (fontify_atom): insert Font_metric into
1730         expression.
1731
1732         * lily/paper-outputter.cc (output_header): pass paper arg to
1733         define-fonts
1734
1735         * lily/paper-def.cc (font_descriptions): dump list of
1736         Scaled_font_metrics
1737         (find_scaled_font): take Font_metric argument, store
1738         Scaled_font_metrics in hash-table containing (size ->
1739         Scaled_font_metrics) alist.
1740         (get_dimension): rename from get_realvar
1741
1742         * lily/font-metric.cc (LY_DEFINE): ly:font-design-size,
1743         ly:font-magnification, ly:font-name: new functions
1744
1745 2004-04-03  Werner Lemberg  <wl@gnu.org>
1746
1747         * Documentation/user/dedication.itely,
1748         Documentation/user/preface.itely,
1749         Documentation/user/introduction.itely,
1750         Documentation/user/tutorial.itely: Revised.
1751         Removing leading spaces which distorts output if info files are read
1752         with stand-alone info.
1753         Removing superfluous inter-word spaces which also distorts output
1754         for stand-alone info.
1755         Using ` and ' instead of `` and '' everywhere to improve
1756         legilibility with stand-alone info
1757         Using @samp for single-letter input items and data which contains
1758         spaces, @code for other things.
1759
1760         * lily/grob-interface.cc: Adding copyright.
1761         (check_interfaces_for_property): Improve format of warning message.
1762
1763 2004-04-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1764
1765         * lily/include/font-metric.hh (struct Font_metric): add
1766         design_size () method.
1767
1768         * buildscripts/mf-to-table.py (base): add DesignSize comment.
1769
1770         * lily/afm.cc (read_afm_file): read design size.
1771
1772         * input/regression/repeat-unfold-tremolo.ly: add dotted case.
1773
1774         * scm/music-functions.scm (unfold-repeats): handle dots too.
1775
1776 2004-04-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1777
1778         * mf/GNUmakefile ($(outdir)/$(redhat-package)): fix URL.
1779         (backportme)
1780
1781 2004-04-02  Jan Nieuwenhuizen  <janneke@gnu.org>
1782
1783         * input/wilhelmus.ly: Use raggedright.  Hack `Een prin -- ce'
1784         lyric indent.  Revert melismaBusyProperties using \unset.
1785
1786 2004-04-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1787
1788         * input/regression/bar-check-redefine.ly (pipeSymbol): new file.
1789
1790         * lily/parser.yy (command_element): allow redefinition of |
1791         meaning.
1792
1793         * lily/break-align-engraver.cc (acknowledge_grob): construct
1794         LeftEdge where the first cause for alignment is coming from.
1795         This makes \override Staff.LeftEdge work as expected.
1796
1797         
1798         * lily/slur-performer.cc (Slur_performer): add inits
1799
1800         * lily/beam-performer.cc (Beam_performer): add inits
1801
1802 2004-04-01  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1803
1804         * VERSION (PACKAGE_NAME): release 2.2.0
1805
1806         * scripts/convert-ly.py (conv): add 2.2.0 rule.
1807
1808 2004-04-01  Jan Nieuwenhuizen  <janneke@gnu.org>
1809
1810         * lily/cluster.cc (height): Fix warning.
1811
1812         * lily/parser.yy: Janitorial cleanups.
1813
1814         * Documentation/user/tutorial.itely (Tutorial): Typo.
1815
1816 2004-04-01  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1817
1818         * lily/change-iterator.cc (process): search at multiple context
1819         levels. This fixes 
1820
1821         
1822         * scm/part-combiner.scm (analyse-spanner-states): use split-index,
1823         not voice-state index for tie state. This fixes a partcombine
1824         problem with ties.
1825
1826         * Documentation/user/tutorial.itely (Commenting input files): add
1827         note about convert-ly.
1828
1829         * input/test/cadenza-skip.ly:  new file.
1830
1831 2004-03-31  Jan Nieuwenhuizen  <janneke@gnu.org>
1832
1833         * po/nl.po: Spelling fixes.
1834
1835         * autogen.sh (srcdir): Regenerate.
1836
1837         * stepmake/autogen.sh (srcdir): Copy SUSE fix to the master
1838         autogen.sh.
1839
1840         * configure.in: Use C++ to check for C++ header.
1841
1842         * po/nl.po: Update.
1843
1844         * lily/scm-option.cc (LY_DEFINE): Name of the program is lilypond-bin.
1845
1846         * lily/event.cc (to_relative_octave): Translatable sentence should
1847         be one string.
1848
1849         * python/lilylib.py (warranty): Year range is not translatable.
1850         It's 2004 already!
1851
1852         * flower/warn.cc (non_fatal_error, warning, programming_error):
1853         Remove whitespace from translated string.
1854
1855 2004-03-31  Jan Nieuwenhuizen  <janneke@gnu.org>
1856
1857         * VERSION: release 2.1.37.
1858
1859 2004-03-31  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1860
1861         * configure.in: check for C language.
1862
1863         * lily/source-file.cc: include strstream without h.
1864
1865         * scm/documentation-generate.scm (string-append): use name without
1866         .texi.
1867
1868         * autogen.sh (srcdir): SUSE fix.
1869
1870         * Documentation/user/notation.itely (Ancient clefs): idem.
1871
1872         * Documentation/user/lilypond-book.itely (Integrating HTML and
1873         music): idem.
1874
1875         * Documentation/user/cheatsheet.itely (Cheat sheet): octave fixes.
1876
1877         * lily/change-iterator.cc (process): use find_existing_context().
1878
1879         * input/test/polymetric-differing-notes.ly: use ly:music-compress.
1880
1881         * input/regression/repeat-unfold-tremolo.ly: new file.
1882
1883         * scm/music-functions.scm (unfold-repeats): undo music compression
1884         too.
1885
1886         * lily/music.cc (LY_DEFINE): rename to music-mutable-properties
1887         (LY_DEFINE): ly:music-compress new function.
1888
1889         * scm/part-combiner.scm (determine-split-list): split for voice
1890         crossings
1891
1892         * input/regression/part-combine-cross.ly: new file.
1893
1894         * scm/part-combiner.scm (make-part-combine-music): don't do
1895         relative inside partcombine arguments.
1896
1897         * scm/music-functions.scm (make-non-relative-music): new function.
1898
1899         * Documentation/user/notation.itely (Automatic part combining):
1900         add note about \relative.
1901
1902         * lily/part-combine-iterator.cc (construct_children): add
1903         start_moment_ member.
1904
1905         * lily/chord-tremolo-engraver.cc (acknowledge_grob): trigger
1906         stem-tremolo by stem object. This fixes no stem for tremolo bug.
1907
1908         * lily/stem-tremolo.cc (print): don't crash for no-stem.
1909
1910         * Documentation/user/changing-defaults.itely (Which properties to
1911         change): fixes.
1912
1913 2004-03-31  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1914
1915         * po/fr.po: update.
1916
1917 2004-03-31  Jan Nieuwenhuizen  <janneke@gnu.org>
1918
1919         * input/wilhelmus.ly: More original lyrics.  Add to examples.
1920
1921         * stepmake/stepmake/generic-targets.make ($(outdir)/dummy.dep):
1922         Reinstate old code that issues warning.  Fixes --srcdir build.
1923
1924 2004-03-30  Jan Nieuwenhuizen  <janneke@gnu.org>
1925
1926         * input/wilhelmus.ly: New file.
1927
1928         * Documentation/user/notation.itely: 
1929         * Documentation/user/introduction.itely:
1930         * Documentation/user/tutorial.itely: Use quote ly-option instead
1931         of explicit @quotation.  This fixes too long lilypond linewidths
1932         resulting in overful hboxes.
1933
1934         * scripts/lilypond-book.py: Add ly-option: `quote'.
1935
1936 2004-03-30  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1937
1938         * tex/titledefs.tex: Avoid that the first score line is extra
1939         indented if instrument is defined but not piece.
1940
1941 2004-03-30  Werner Lemberg  <wl@gnu.org>
1942
1943         * Documentation/user/macros.itexi (@internalsref) [info]: Prepend
1944         `lilypond/' to info file name.
1945         (@usermanref) [info]: New variant.
1946
1947         * scm/documentation-generate.scm: Fix definition of @usermanref
1948         and @glossaryref (in the `ifinfo' branch) by prepending `lilypond/'
1949         to info file name.
1950
1951 2004-03-30  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1952
1953         * VERSION: release 2.1.36
1954         
1955         * Documentation/user/changing-defaults.itely (Interpretation
1956         contexts): rewrite introduction.
1957
1958 2004-03-30  Ferenc Wagner  <wferi@tba.elte.hu>
1959
1960         * scm/define-markup-commands.scm: Use TeX accents instead of
1961         straight iso-8859-1 encoding in the doc string.
1962
1963 2004-03-30  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1964
1965         * Documentation/user/tutorial.itely (A lead sheet): remove extra
1966         space after dotted duration.
1967
1968 2004-03-29  Jan Nieuwenhuizen  <janneke@gnu.org>
1969
1970         * Documentation/user/introduction.itely: 
1971         * Documentation/user/notation.itely:
1972         * Documentation/user/tutorial.itely: Up all relative examples.
1973         Enclose @lilypond displays in @quotation.  Typos and corrections.
1974
1975         * Documentation/user/macros.itexi: Use fetaflat, fetasharp.
1976
1977 2004-03-29  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1978
1979         * scm/music-functions.scm (make-voice-props-revert): Revert also
1980         MultiMeasureRest staff-position in oneVoice.
1981
1982 2004-03-29  Heikki Junes <hjunes@cc.hut.fi>
1983
1984         * Documentation/user/changing-defaults.itely, 
1985         Documentation/user/lilypond.tely: few fixes. Place no comma between
1986         two options: a and b, but commas between three options: a, b, and c.
1987         By this manner, grouping is possible: a and b, and c and d.
1988
1989 2004-03-29  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1990
1991         * Documentation/user/GNUmakefile: add rule for .nexi
1992
1993 2004-03-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1994
1995         * Documentation/user/music-glossary.tely: move glossary direntry
1996
1997         * stepmake/stepmake/texinfo-vars.make (INFOINSTALL): 
1998         only do mkdir/install-info if INFO_INSTALL_FILES != "".
1999
2000 2004-03-28  Jan Nieuwenhuizen  <janneke@gnu.org>
2001
2002         * stepmake/aclocal.m4: Verify that gettext configure check with
2003         gcc-3.3 and autoconf 2.59 is still broken.  Update warning.
2004
2005 2004-03-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2006
2007         * scripts/lilypond-book.py (Lilypond_snippet.is_outdated): use
2008         glob.glob for .png filenames. This catches multipage pngs.  
2009
2010         * Documentation/user/changing-defaults.itely (Determining the grob
2011         property): fix references.
2012
2013         * lily/staff-symbol.cc (print): only add extent if non empty.
2014         This fixes staff-container.ly.
2015
2016         * lily/timing-engraver.cc (initialize): init whichBar, so a score
2017         starting with a mmrest also works.
2018
2019         * scripts/lilypond-book.py (Lilypond_snippet.is_outdated): require
2020         PNG for texinfo too.
2021
2022         * po/lilypond.pot: update translation strings.
2023
2024         * VERSION: 2.1.35 released
2025         
2026         * scripts/convert-ly.py (FatalConversionError.sub_abs): convert
2027         context argument too.
2028
2029         * make/ly-rules.make ($(outdir)/%.texi): use variable for outdir.
2030
2031         * input/mutopia/W.A.Mozart/mozart-hrn-3.ly: Mozart died in 1791
2032
2033         * python/lilylib.py (command_name): don't return 1st path
2034         component.
2035
2036         * scripts/lilypond-book.py (Lilypond_snippet.is_outdated): treat
2037         .png case separately.
2038
2039         * python/lilylib.py (system): typo.
2040         
2041 2004-03-28  Jan Nieuwenhuizen  <janneke@gnu.org>
2042
2043         * input/regression/span-bar.ly: Fix typos.  Set indent-level:2,
2044         run indent-region.
2045
2046         * Documentation/user/preface.itely: Run texinfo-all-menus-update.
2047         Fixes compile.
2048
2049         * lily/function-documentation.cc: Compile fix: Include <string.h>.
2050         Add header.
2051
2052 2004-03-27  Heikki Junes  <hjunes@cc.hut.fi>
2053
2054         * vim/lilypond-indent.vim: small fixes.
2055
2056 2004-03-26  Mats Bengtsson  <mabe@drongo.s3.kth.se>
2057
2058         * Documentation/user/notation.itely (Entering lyrics): Add example
2059         with correct english double quotes (at least for LaTeX output,
2060         maybe not a good idea if we switch to PS as the default output
2061         format).
2062
2063 2004-03-26  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2064
2065         * lily/staff-performer.cc (create_audio_elements): play instrument
2066         changes before notes arrive. This fixes instrument of the first
2067         note in a score.
2068
2069         * scripts/convert-ly.py (FatalConversionError.conv): add #'() case
2070         to 1.9.0 conversion.
2071
2072         * lily/mark-engraver.cc: doc string.
2073
2074         * make/lilypond.redhat.spec.in (Group): add vim scriptlets.
2075
2076         * Documentation/user/introduction.itely (Introduction): new node.
2077
2078 2004-03-25  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2079
2080         * lily/duration.cc (LY_DEFINE): dotcount argument is now optional.
2081
2082         * input/regression/spacing-ragged-last.ly: new file.
2083
2084         * lily/gourlay-breaking.cc (do_solve): add raggedlast support for
2085         spacing.
2086
2087         * scm/font.scm: rewrite using GOOPS.
2088         
2089         * lily/context-def.cc (filter_engravers): derefence pointer.
2090
2091         * lily/lily-guile.cc (type_check_assignment): use
2092         ly_scheme_function iso. scm_primitive_eval where possible.
2093
2094         * lily/performance.cc (output): limit channels at 15. This fixes
2095         percussion inadvertently showing up in large scores.
2096
2097 2004-03-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2098
2099         * input/regression/tuplet-gap.ly: new file.
2100
2101         * lily/tuplet-bracket.cc (make_bracket): take gap interval.
2102         (print): compute gap length from number size, include italic
2103         correction.
2104
2105         * scm/define-grobs.scm (all-grob-descriptions): remove gap from
2106         tuplet-bracket
2107
2108         * scm/paper.scm (set-default-paper-size): new function, to be
2109         called at toplevel.
2110         (set-paper-size): new function, to be called inside \paper {}
2111         (set-default-paper-size): new function, to be called at toplevel.
2112
2113         * lily/paper-def.cc (LY_DEFINE): ly:paper-def?: new function. 
2114
2115         * lily/beam-performer.cc (process_music): idem.
2116
2117         * lily/slur-performer.cc (process_music): stop melisma for stop event.
2118         
2119         * tex/titledefs.tex: remove scshape for piece.
2120
2121         * lily/line-spanner.cc (line_stencil): font-encoding = music, not
2122         font-family
2123
2124         * lily/time-signature.cc (special_time_signature): font-encoding
2125         not family.
2126
2127         * lily/dynamic-engraver.cc (acknowledge_grob): fix typo, attach
2128         dynamic to head. This fixes p placement in morgenlied.
2129
2130 2004-03-23  Werner Lemberg  <wl@gnu.org>
2131
2132         * stepmake/stepmake/generic-targets.make (help): Improve text.
2133
2134 2004-03-23  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2135
2136         * VERSION: 2.1.34 released
2137         
2138         * lily/main.cc (main_with_guile): switch debugging.
2139
2140         * lily/system.cc (get_line): plug leak.
2141
2142         * lily/paper-book.cc (pages): plug memory leaks: delete page array
2143         and contents.
2144         (stencil2line): plug leak.
2145
2146         * Documentation/user/changing-defaults.itely (Determining a grob
2147         property):  new node.
2148         (Layout interfaces): new node.
2149         (Navigating the program reference): new node.
2150
2151         * lily/accidental-engraver.cc (acknowledge_grob): add property
2152         harmonicAccidentals
2153
2154         * lily/piano-pedal-engraver.cc (del_linespanner): new function.
2155         general cleanups.
2156         
2157         * input/les-nereides.ly (middleDynamics): resurrect Les
2158         nereides. Remove pedal hack.
2159
2160 2004-03-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2161
2162         * input/regression/property-grace-polyphony.ly: new file.
2163
2164         * lily/translator-property.cc (execute_pushpop_property): only pop
2165         one instance of the property. This fixes << \\ >> together with
2166         \grace.
2167
2168         * lily/break-align-interface.cc (ordered_elements): we cannot
2169         modify the #'elements property, so return reordered array.
2170
2171 2004-03-23  Heikki Junes  <hjunes@cc.hut.fi>
2172
2173         * buildscripts/lilypond.words.py: remove.
2174         * buildscripts/lilypond-words.py: add new, renamed file. 
2175         Give generated targets and dirs explicitly in arguments.
2176
2177         * GNUmakefile.in, elisp/GNUmakefile, elisp/lilypond-init.el,
2178         elisp/lilypond-mode.el, vim/lilypond-ftplugin.vim,
2179         vim/lilypond-syntax.vim: update to use new lilypond-words.py.
2180         
2181         * config.make.in: give '/usr/share/vim' explicitly as $(vimdir).
2182
2183         * vim/GNUmakefile: use --words and --vim targets in lilypond-words.py
2184
2185         * Documentation/topdocs/INSTALL.texi: update vim-mode installing
2186         orders.
2187
2188         * vim/GNUmakefile: add local-uninstall target.
2189
2190         * Documentation/topdocs/INSTALL.texi: give even more detailed orders.
2191         
2192         * vim/vimrc: add a one-liner file.
2193
2194         * vim/GNUmakefile: try to remove empty dirs during uninstalling, put
2195         vimrc in EXTRA_DIST_FILES.
2196
2197         * vim/GNUmakefile: ignore errors due to rmdir of non-empty directories.
2198
2199 2004-03-22  Heikki Junes  <hjunes@cc.hut.fi>
2200
2201         * config.make.in: add vimdir.
2202
2203         * vim/GNUmakefile: add local-install.
2204
2205 2004-03-22  Mats Bengtsson  <mabe@drongo.s3.kth.se>
2206
2207         * tex/titledefs.tex: Replaced \ifx\blabla\undefined
2208         with \lilypondifundefined{blabla}. Solves problem with multiple
2209         titles in the same lilypond-book document.
2210
2211 2004-03-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2212
2213         * scm/document-backend.scm (interface-doc): sort grob list for
2214         interface.
2215
2216         * scm/define-grobs.scm (all-grob-descriptions): fix ordering of
2217         pre/post break align-order.
2218
2219         * spelling patch courtesy Edward Sutton.
2220
2221         * Documentation/user/changing-defaults.itely (Changing context
2222         default settings): new node.
2223         (Defining new  contexts): new node.
2224
2225         * scripts/lilypond-book.py (is_derived_class): use numbers
2226         iso. booleans.
2227
2228         * python/lilylib.py (make_ps_images): add margin to PS images.
2229
2230         * scripts/lilypond-book.py (is_derived_class): new function. Take
2231         class arg iso. object.
2232         (to_eps): make a non EPS file if EPS contains %%Pages. Workaround
2233         for bug in GS/dvips.
2234
2235         * lily/text-item.cc (interpret_markup): idem.
2236
2237         * scm/define-markup-commands.scm: remove split around-space hack.
2238
2239         * lily/staff-symbol-referencer.cc (get_rounded_position): new
2240         function, fold WL's fixes into one function.
2241
2242 2004-03-22  Werner Lemberg  <wl@gnu.org>
2243
2244         * lily/stem.cc (Stem::extremal_heads, Stem::note_head_positions),
2245         lily/dot-column.cc (Dot_column::do_shifts), lily/note-column.cc
2246         (Note_column::head_position_interval): Do proper rounding for
2247         calls to Staff_symbol_referencer::get_position.
2248
2249 2004-03-21  Werner Lemberg  <wl@gnu.org>
2250
2251         * lily/score.cc (ly_run_translator), lily/paper-def.cc
2252         (Paper_def::get_paper_outputter), lily/input-file-results.cc
2253         (Input_file_results::Input_file_results), lily/my-lily-parser.cc
2254         (My_lily_parser::parse_file): Improve formatting progress indication
2255         sent to stdout.
2256
2257 2004-03-21  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2258
2259         * VERSION: 2.1.33 released.
2260
2261         * scripts/lilypond-book.py (do_file): reinstate --filter support.
2262
2263         * buildscripts/mf-to-table.py (base): use %d for TfmCheckSum
2264
2265         * stepmake/stepmake/generic-targets.make: rewrite hack so no
2266         warning is issued about dummy.dep.
2267
2268         * scm/new-font.scm: fix design sizes of nummer
2269
2270 2004-03-21  Werner Lemberg  <wl@gnu.org>
2271
2272         * stepmake/bin/install-sh: Updated (from gnulib).  This removes
2273         some annoying warnings from mkdir during `make install'.
2274
2275 2004-03-21  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2276
2277         * lily/performer-group-performer.cc (do_announces): call
2278         Performer_group_performer::create_audio_elements () too.
2279
2280         * scripts/convert-ly.py (conv): add rule for breakAlignOrder.
2281
2282         * scm/define-grobs.scm (all-grob-descriptions): add property
2283         break-align-orders
2284
2285         * lily/global-context.cc (get_default_interpreter): new
2286         function. Override from base class, so no new Score contexts are
2287         created.
2288
2289         * lily/include/stencil.hh (class Stencil): document origin field.
2290
2291         * lily/staff-symbol.cc (print): span staff-symbol on column
2292         extents for non-broken columns. 
2293
2294         * ly/engraver-init.ly (breakAlignOrder): put staff-bar behind
2295         key-signature.
2296
2297         * tex/titledefs.tex: don't use smallcaps for piece.
2298
2299         * lily/system.cc (uniquify_list): bugfix. This fixes spuriously
2300         translated stencils in the output.
2301
2302         * lily/paper-outputter.cc (output_line): don't add Stencil::origin.
2303
2304 2004-03-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2305
2306         * lily/tie-performer.cc (acknowledge_audio_element): bugfix: use
2307         and init ties_created_
2308
2309         * VERSION: release 2.1.32
2310
2311         * lily/include/music-iterator.hh (IMPLEMENT_CTOR_CALLBACK): remove
2312         doc string from IMPLEMENT_CTOR_CALLBACK().
2313
2314         * lily/engraver.cc (typeset_grob): paranoia: take care of the case
2315         that engraver is in a performer hierarchy.
2316
2317 2004-03-17  Heikki Junes <hjunes@cc.hut.fi>
2318
2319         * vim/lilypond-ftdetect.vim: new file.
2320
2321 2004-03-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2322
2323         * scripts/lilypond-book.py (compose_ly): bugfix for relative < 0. 
2324         (compose_ly): default octave should be middle C.
2325
2326         * Documentation/user/changing-defaults.itely (Layout tunings
2327         within contexts): new node.
2328
2329         * lily/include/smobs.hh: document C++ smob interface.
2330
2331         * lily/function-documentation.cc: don't doc functions without
2332         docstring.
2333
2334 2004-03-19  Jan Nieuwenhuizen  <janneke@gnu.org>
2335
2336         * Documentation/user/lilypond.tely: Remove `* lilypond' node from
2337         direntry, so that `info lilypond' goes to Top.
2338
2339         * scm/output-ps.scm (polygon): Fix: add spaces.
2340
2341         * scm/page-layout.scm (ly:optimal-page-breaks): Bugfix: underful
2342         solutions are now optimal too.
2343
2344         * input/test/page-breaks.ly: New file.
2345
2346         * lily/paper-outputter.cc (Paper_outputter): Import page breaking
2347         functions into safe module.
2348
2349         * lily/lily-guile.cc (ly:number->string): Do not leave space at
2350         end, prepend zeros.
2351
2352         * scm/output-*.scm: Use ly:number->string rather than
2353         number->string.  Makes for saner output.
2354
2355         * scm/output-ps.scm (define-fonts): Always scale by designsize.
2356         Fixes feta-nummer, feta-din scaling.
2357
2358 2004-03-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2359
2360         * input/mutopia/W.A.Mozart/mozart-hrn-3.ly: use latin1.
2361
2362         * scm/music-functions.scm (descend-to-context): new
2363         function. Similar to context-spec-music.
2364         (make-time-signature-set): specify Score as descend-only. This
2365         fixes the polymetric.ly example.
2366
2367         * lily/context-specced-music-iterator.cc (construct_children): add
2368         support for descend-only context spec.
2369
2370         * lily/note-head.cc (brew_ez_stencil): read vector #'note-names to
2371         determine ez-notation letter. 
2372
2373         * lily/system.cc (get_line): start with dumping layer 3. This
2374         fixes ez notation.
2375
2376 2004-03-19  Jan Nieuwenhuizen  <janneke@gnu.org>
2377
2378         * input/test/title-markup.ly: Stress breaking harder.
2379
2380         * scm/page-layout.scm (height-score): Overfull page scores twice
2381         as bad as underfull (was: by a power).
2382         (walk-lines): Omit first walk-path round (breaking after new node,
2383         without lines).
2384
2385         * lily/paper-book.cc (pages): Bugfix: copy_height and tag_height
2386         diff values are negative.
2387         (output): Bugfix: treat negative vfill differently.
2388
2389         * Documentation/user/lilypond.tely (direntry): Add note about why
2390         `info lilypond' brings up `Invoking LilyPond' node.
2391
2392 2004-03-18  Jan Nieuwenhuizen  <janneke@gnu.org>
2393
2394         * input/mutopia/W.A.Mozart/mozart-hrn-3.ly: Mutopia tagline.
2395
2396         * lily/paper-book.cc: Remove cruft.
2397         (output): Bugfix: put vfill between lines.
2398         (pages): Bugfix: set page vars needed for filling.
2399
2400         * Documentation/user/music-glossary.tely: Compile fix: Use @arrow
2401         (was: @ar).
2402
2403         * scm/page-layout.scm: Further development.
2404
2405         * ly/declarations-init.ly (paper): Define page-breaking.
2406
2407 2004-03-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2408
2409         * lily/note-head.cc (brew_ez_stencil): add note-names
2410         property. Provides internationalization for note names.
2411
2412         * Documentation/user/changing-defaults.itely (Creating contexts):
2413         new node.
2414
2415         * lily/grace-iterator.cc (process): descend to child for \grace.
2416
2417         * lily/timing-translator.cc (initialize): Timing_translator adds
2418         Timing alias by itself.
2419
2420         * lily/context.cc (add_alias): new function.
2421
2422         * scm/lily.scm (tex-output-expression): new function, eval within
2423         drawing API. Guards against eval vulnerabilities.
2424
2425         * scm/output-tex.scm (tex-encoded-fontswitch): idem. 
2426
2427         * scm/output-ps.scm (scm): export lily drawing API.
2428
2429         * lily/include/lily-guile.hh (ly_scheme_function): new macro. Use
2430         throughout.
2431
2432 2004-03-17  Jan Nieuwenhuizen  <janneke@gnu.org>
2433
2434         * scm/page-layout.scm (optimal-page-breaking): New function.
2435         
2436         * lily/paper-book.cc (pages): Use it.
2437
2438 2004-03-16  Jan Nieuwenhuizen  <janneke@gnu.org>
2439
2440         * lily/include/paper-line.hh (class Paper_line): Full smob.
2441
2442 2004-03-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2443
2444         * lily/global-context.cc (run_iterator_on_me): fix grace note
2445         nesting by initting measurePosition.
2446
2447         * lily/timing-translator.cc (initialize): do no init
2448         measurePosition
2449         
2450         * lily/include/music-output-def.hh (class Music_output_def): add
2451         input_origin_ field.
2452
2453         * Documentation/user/changing-defaults.itely (Changing context
2454         properties on the fly): new node.
2455
2456         * lily/include/ly-smobs.icc (free_smob): remove smobbed_self()
2457         function. Only have smobbed_copy (), and do not provide
2458         smobbed_copy() for non-simple smobs. Changes throughout.
2459
2460 2004-03-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2461
2462         * lily/auto-change-iterator.cc (class Auto_change_iterator): add
2463         start_moment_. Fix by Doug A. Linhardt.
2464
2465 2004-03-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2466
2467         * lily/accidental-engraver.cc (acknowledge_grob): don't suppress
2468         accidentals for harmonic notes.
2469
2470         * lily/note-collision.cc (check_meshing_chords): don't merge heads
2471         of different style. (Thanks to Doug Linhardt).
2472
2473         * Documentation/user/changing-defaults.itely (Scheme tutorial):
2474         new node.
2475
2476 2004-03-16  Heikki Junes <hjunes@cc.hut.fi>
2477
2478         * Documentation/topdocs/INSTALL.texi: finish install orders for vim.
2479
2480         * vim/filetype.vim, vim/lilypond-ftplugin.vim,
2481         vim/lilypond-syntax.vim, vim/lilypond-compiler.vim,
2482         vim/lilypond-indent.vim: doc targets and deps in comments.
2483
2484 2004-03-15  Jan Nieuwenhuizen  <janneke@gnu.org>
2485
2486         * lily/paper-book.cc (stencil2line): Bugfix: put stencil in line.
2487
2488         * lily/system.cc (get_line): Return Paper_line.  Change all users.
2489
2490         * lily/include/paper-line.hh:
2491         * lily/include/paper-line.cc: New file.
2492
2493 2004-03-15  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2494
2495         * VERSION (MY_PATCH_LEVEL): release 2.1.31.
2496
2497         * GNUmakefile.in: remove stray make out=www
2498
2499         * input/test/bagpipe.ly (gcdg): octave fixes.
2500
2501         * scm/define-markup-commands.scm (number): use font-encoding
2502         iso. font-family
2503
2504         * ly/chord-modifiers-init.ly (blackTriangleMarkup): set
2505         font-encoding.
2506         
2507 2004-03-15  Heikki Junes <hjunes@cc.hut.fi>
2508
2509         * lily/parse-scm.cc: compile-bugfix: add missing header files for
2510         `output_format_global' and `PAGE_LAYOUT'.
2511
2512 2004-03-14  Jan Nieuwenhuizen  <janneke@gnu.org>
2513
2514         * lily/parse-scm.cc (internal_ly_parse_scm)[PAGE_LAYOUT]: Import
2515         lily functions in safe mode.
2516
2517         * scripts/lilypond-book.py (Lilypond_snippet.output_texinfo):
2518         Print filename for HTML, LATEX, before texidoc.
2519
2520         * scm/output-tex.scm (ps-output-expression): Eval embedded-ps
2521         instructions in output-ps module.
2522
2523         * scm/lily.scm: Do not load output-ps module.
2524
2525         * lily/paper-outputter.cc (Paper_outputter): Eval output-ps in
2526         safe mode.
2527
2528 2004-03-14  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2529
2530         * lily/span-dynamic-performer.cc (process_music): remove spurious
2531         warning.
2532
2533         * lily/context-def.cc (Context_def): init name to ""
2534
2535         * lily/font-interface.cc: add font-encoding property.
2536
2537         * scm/lily.scm (chain-assoc-get): bugfix.
2538
2539         * lily/paper-book.cc (stencil2line): protect static SCM.
2540
2541         * lily/font-interface.cc (text_font_alist_chain): rename function,
2542         and use text-font-defaults. 
2543
2544         * lily/font-select.cc (properties_to_font_size_family): call SCM code.
2545
2546         * scm/paper.scm (paper-set-staff-size): use new function.
2547
2548         * scm/new-font.scm (make-font-tree): new function.
2549
2550 2004-03-13  Jan Nieuwenhuizen  <janneke@gnu.org>
2551
2552         * lily/paper-book.cc (output): Bugfix: no output if no \paper.
2553
2554         * scm/lily.scm (get-output-module): New function.
2555         (output-alist): Remove ,ps-output-expression.
2556
2557         * scm/output-tex.scm (ps-output-expression): New function.
2558
2559         * scm/output-ps.scm (ps-output-expression): Remove.
2560         (header, start-page): Output page metadata.
2561
2562         * lily/paper-outputter.cc (Paper_outputter)[PAGE_LAYOUT]:
2563         initialise output_module_.  Do not write part of header.
2564         (output_scheme)[PAGE_LAYOUT]: Output through output_module_.
2565         (output_header): Output full header.
2566
2567         * scm/define-markup-commands.scm (bigger, smaller): Avoid crash.
2568         FIXME.
2569
2570 2004-03-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2571
2572         * scm/new-font.scm: new file. Tree based font lookup.
2573
2574         * scm/lily.scm (assoc-get): take default argument. Remove
2575         assoc-get-default.
2576         (chain-assoc-get): use chain-assoc-get everywhere.
2577
2578         * scripts/convert-ly.py (FatalConversionError.subst_in_trans):
2579         autobeamsettings conversion bug.
2580
2581         * lily/include/global-context.hh (Context): clean-up data hiding.
2582
2583         * lily/include/music-iterator.hh (class Music_iterator): clean-up
2584         data hiding.
2585
2586         * lily/include/grace-fixup.hh (struct Grace_fixup): new file.
2587
2588         * input/regression/stem-shorten.ly: add chord case.
2589
2590         * lily/stem.cc (get_default_stem_end_position): shorten stems
2591         triggered by note-head positions, not by forced-direction. This
2592         fixes a bug with too short stems.  
2593  
2594 2004-03-12  Jan Nieuwenhuizen  <janneke@gnu.org>
2595
2596         * scripts/lilypond-book.py (Lilypond_snippet.output_html,
2597         Lilypond_snippet.output_latex): Always call output_print_filename.
2598
2599         * lily/paper-book.cc (fill_pages): New method.  Try to cramp or
2600         expand pages.
2601
2602 2004-03-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2603
2604         * scm/part-combiner.scm (make-autochange-music): switch rests
2605         before switched notes too.
2606
2607         * lily/figured-bass-engraver.cc (process_music): change calling
2608         convention.
2609
2610         * scm/bass-figure.scm (format-bass-figure): rewrite function. 
2611
2612         * scm/define-markup-commands.scm (bracketed-y-column): new markup
2613         command.
2614
2615         * lily/include/stencil.hh (class Stencil): add origin field.
2616
2617         * lily/stencil-scheme.cc (LY_DEFINE): ly:stencil-move-to-edge: new
2618         function.
2619
2620         * lily/grob-scheme.cc (LY_DEFINE): ly:grob-alist-chain: new function. 
2621
2622         * lily/lexer.ll: remove support for \$ and $ in identifiers
2623
2624         * lily/sequential-iterator.cc: remove copy_grace_fixups
2625         (get_grace_fixup): slight abstraction of fixup code.
2626
2627         * input/test/title-markup.ly (spaceTest): vary staff sizes.
2628
2629 2004-03-12  Heikki Junes <hjunes@cc.hut.fi>
2630
2631         * vim/lilypond-indent.vim: use <C-F> (default) as indent key
2632         in insert-mode. add indenting rules.
2633
2634 2004-03-11  Jan Nieuwenhuizen  <janneke@gnu.org>
2635
2636         * lily/parser.yy (toplevel_expression)[PAGE_LAYOUT]: Remove
2637         protect hack.
2638
2639         * scm/page-layout.scm:
2640         * lily/paper-book.cc: Handle tagline/copyright.  Internal page
2641         layout and titling should now match external latex based version.
2642
2643         * scm/output-tex.scm (output-scopes): Bugfix: only write string
2644         header fields.
2645
2646         * ps/lilyponddefs.ps: Remove automatic page layout.
2647
2648         * scm/output-ps.scm (new-start-system): New interface function.
2649
2650         * lily/include/paper-outputter.hh (output_line): Add ORIGIN parameter.
2651
2652         * lily/paper-book.cc (output): Bugfix.
2653
2654 2004-03-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2655
2656         * VERSION (MY_PATCH_LEVEL): release 2.1.30
2657         
2658 2004-03-11  Jan Nieuwenhuizen  <janneke@gnu.org>
2659
2660         * Documentation/user/lilypond.tely: Bugfix: Remove './' from
2661         direntries.
2662
2663         * ps/lilyponddefs.ps: Bugfix.
2664
2665         * input/regression/multi-measure-rest-instr-name.ly: Typo.
2666
2667 2004-03-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2668
2669         * lily/auto-beam-engraver.cc (create_beam): add Stem as
2670         cause. This should fix warnings.
2671
2672         * mf/feta-slag.mf (trill_ne): fix upmordent size.
2673
2674         * lily/accidental.cc (accurate_boxes): enlarge Y-extent of flat to
2675         prevent aligned 6ths.
2676
2677         * lily/custos.cc (print): remove adjust-if-on-staffline.
2678
2679 2004-03-11  Jan Nieuwenhuizen  <janneke@gnu.org>
2680
2681         * lily/paper-book.cc: Do header and footer.
2682
2683 2004-03-10  Jan Nieuwenhuizen  <janneke@gnu.org>
2684
2685         * scm/lily.scm (safe-mode?): New name (was: security-paranoia).
2686
2687         * scm/paper.scm (lineheight): Remove
2688         (head-sep, foot-sep): Add.
2689
2690 2004-03-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2691
2692         * mf/feta-schrift.mf: reduce portato thickness.
2693
2694         * lily/context-scheme.cc (LY_DEFINE): remove ly:context-properties
2695
2696         * lily/grob-pq-engraver.cc (start_translation_timestep): remove
2697         programming_error ().
2698
2699         * lily/piano-pedal-engraver.cc (finalize): attach unfinished
2700         bracket to last command column.
2701
2702         * lily/piano-pedal-bracket.cc (print): only flatten bracket if it
2703         continues on next/prev system.
2704
2705         * input/regression/pedal-end.ly: new file.
2706
2707 2004-03-10  Werner Lemberg  <wl@gnu.org>
2708
2709         * make/lilypond.redhat.spec.in, make/lilypond.suse.spec.in:
2710         Remove pmx2ly stuff.
2711         * scripts/GNUmakefile (SEXECUTABLES): Remove pmx2ly.
2712
2713 2004-03-10  Jan Nieuwenhuizen  <janneke@gnu.org>
2714
2715         * scm/page-layout.scm: New file.
2716
2717         * scripts/lilypond-book.py (do_file): Bugfix: texinfo paper
2718         settings.
2719         (Lilypond_snippet.is_outdated): Also check for PNG file.
2720         Workaround for interrupted (web) builds.
2721
2722         * lily/paper-book.cc (get_pages): Bugfix: set dimensions for titles.
2723
2724         * ps/lilyponddefs.ps: Use only very small top-marging.
2725         (init-paper): Also pop page size string.
2726         (start-page, stop-page): New function.
2727
2728         * scm/output-ps.scm (header-end): Remove stray exec commands.
2729
2730 2004-03-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2731
2732         * lily/input-file-results.cc (do_one_file): use new Paper_book()
2733
2734         * lily/score.cc (default_rendering): clean protection.
2735
2736         * lily/paper-book.cc (mark_smob): implement smob marking.
2737
2738         * scripts/lilypond.py (make_html_menu_file): remove --psgz option
2739
2740         * Documentation/user/*.itely: user manual edits. 
2741
2742 2004-03-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2743
2744         * Documentation/user/converters.itely (Invoking musedata2ly):
2745         remove pmx2ly.
2746
2747         * scripts/pmx2ly: remove script.
2748         
2749 2004-03-09  Jan Nieuwenhuizen  <janneke@gnu.org>
2750
2751         * lily/score.cc (default_rendering): Protect paper-book members.
2752
2753         * lily/paper-def.cc (smobbed_copy): New method.
2754
2755         * lily/include/paper-book.hh (PAGE_LAYOUT): Define as "ps"; make
2756         switch runtime.
2757
2758         * lily/include/music-output.hh (process): Change signature to
2759         return SCM.
2760
2761         * lily/paper-book.cc (classic_output, get_title, get_scopes): New
2762         method.
2763
2764         * lily/paper-score.cc (process): Return stencils rather than
2765         outputting directly.  Remove paper-book kludge.  Delete grobs.
2766         (output): Remove.
2767
2768         * lily/include/paper-score.hh (class Paper_score): Remove outputter_.
2769
2770         * lily/score-engraver.cc (get_output): Do not reset pscore_.
2771
2772         * lily/score.cc (default_rendering)
2773         (ly_render_output): Move adding paper-score two levels up.
2774
2775         * lily/system.cc (get_line):
2776         * lily/paper-outputter.cc (output_line): Fix `between-system-string'.
2777
2778 2004-03-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2779
2780         * scm/font.scm (paper20-font-vector): add more design sizes for
2781         number.
2782
2783         * mf/GNUmakefile (depth): remove feta-din{11,13,19}, remove
2784         feta-nummber{5,7,11,13}.
2785
2786         * scm/font.scm (paper20-font-vector): bugfix: use din12, not 10
2787         for 12pt design size. 
2788
2789 2004-03-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2790
2791         * ly/engraver-init.ly: don't remove slur engraver from DrumVoice.
2792
2793 2004-03-09  Jan Nieuwenhuizen  <janneke@gnu.org>
2794
2795         * lily/font-select.cc (properties_to_font_size_family): Fix
2796         warning message.
2797
2798         * Experimental PostScript latin1 encoding:
2799         
2800         * mf/GNUmakefile (SAUTER_FONTS): Add ecmb14 ecrm12.
2801
2802         * scm/output-ps.scm: Experimental encoding using reencode-font.
2803         * scm/font.scm: Add latin1 `font-shape'.
2804         
2805         * scm/define-markup-commands.scm (latin-i): New font-shape command. 
2806
2807         * ps/lilyponddefs.ps (reencode-font): New function.
2808
2809         * lily/paper-book.cc (get_pages): Simplistic page breaking.
2810
2811         * scm/output-tex.scm (start-page):
2812         (stop-page): New interface function.
2813
2814 2004-03-08  Jan Nieuwenhuizen  <janneke@gnu.org>
2815
2816         * lily/paper-outputter.cc (output_expr):
2817         (output_header):
2818         (output_line): New method.
2819
2820         * lily/system.cc (get_line):
2821         (get_lines): New method.
2822         (output_scheme):
2823         (output_line): Remove.
2824
2825         * scm/lily.scm (make-title): New function.
2826
2827         * lily/paper-book.cc: 
2828         * lily/include/paper-book.hh: New file.
2829
2830         * lily/include/ly-module.hh: New file, matching ly-module.cc (WAS:
2831         ly-modules.hh).
2832
2833         * lily/ly-module.cc (ly_modules_lookup): New function.
2834
2835         * lily/main.cc (main_with_guile): Move memory leak debug code back.
2836
2837         * scm/output-ps.scm (make-title): Remove.
2838         (output-scopes): Junk header-title test.
2839
2840 2004-03-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2841
2842         * mf/feta-schrift.mf: thicker dot for portato.
2843
2844         * lily/accidental-placement.cc (position_accidentals): bugfix in
2845         offset, this fixes right-padding of AccidentalPlacement.
2846
2847         * lily/[h-z]*.cc: () formatting.
2848
2849         * Documentation/user/tutorial.itely (An orchestral part): more
2850         fixes for the tutorial.
2851
2852         * scm/translation-functions.scm (fraction-tuplet-formatter):
2853         reverse fraction.
2854
2855         * lily/parser.yy (context_def_spec_block): use \context instead of
2856         \translator.
2857
2858         * lily/[a-g].cc: () style cleanup.
2859
2860         * Documentation/user/tutorial.itely (Automatic and manual beams):
2861         editing of tutorial.
2862
2863 2004-03-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2864
2865         * buildscripts/mf-to-table.py (base): write encoding name.
2866
2867 2004-03-07  Jan Nieuwenhuizen  <janneke@gnu.org>
2868
2869         * Documentation/user/GNUmakefile (local-install-info): Issue
2870         warning (for packager, ie, if not installing in /usr or /usr/local).
2871
2872         * lily/stencil-scheme.cc: 
2873         * lily/staff-symbol-referencer.cc: 
2874         * lily/script-column.cc: 
2875         * lily/pitch.cc: 
2876         * lily/music.cc: 
2877         * lily/grob-pq-engraver.cc: 
2878         * lily/font-interface.cc: 
2879         * lily/music-output-def.cc: 
2880         * lily/duration.cc: 
2881         * lily/grob-scheme.cc:
2882         * lily/context-scheme.cc: Put scheme name on first line in
2883         LY_DEFINE to help etags (/ms multiline regexp flag broken?).  Stray
2884         style cleanups.
2885
2886         * stepmake/stepmake/scm-vars.make: 
2887         * stepmake/stepmake/c++-vars.make (TAGS_HEADERS, TAGS_SOURCES):
2888         Rename and split TAGS_FILES.
2889
2890         * GNUmakefile.in (ALL-TAGS): Remove.
2891         
2892         * stepmake/stepmake/generic-targets.make (TAGS): Also include
2893         deeper TAGS files.  Fixes regexp tags in TOP dir.
2894
2895 2004-03-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2896
2897         * VERSION: 2.1.29 released.
2898         
2899         * Documentation/user/changing-defaults.itely (Changing defaults):
2900         new file.
2901
2902         * Documentation/user/notation.itely (Notation manual): rename from 
2903         refman.itely
2904
2905         * Documentation/user/notation-appendices.itely (The Feta font):
2906         new file.
2907
2908         * Documentation/user/advanced.itely: add aborted attempt for
2909         advanced topics manual.
2910
2911 2004-03-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2912
2913         * scm/new-markup.scm: display Markups in sane format. Patch by
2914         Nicolas Sceaux.
2915
2916 2004-03-05  Jan Nieuwenhuizen  <janneke@gnu.org>
2917
2918         * lily/main.cc: Cleanups.
2919         (setup_localisation): New function.
2920         (sane_putenv): Remove.
2921         (main_with_guile): New name (Was: main_prog).  Remove musings
2922         about possible preparation for GUILE heavy memory usage and
2923         practical uselessness.  Do not set environment variables
2924         GUILE_INIT_SEGMENT_SIZE_1, GUILE_MAX_SEGMENT_SIZE.  Remove file
2925         name juggling.
2926         (parse_argv): New function.
2927         (copyright): New function.  It's 2004 already.
2928
2929         * lily/input-file-results.cc (do_one_file): Add file name juggling.
2930         (distill_inname): Move from main.
2931
2932 2004-03-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2933
2934         * GNUmakefile.in (EXTRA_DIST_FILES): remove VIM stuff.
2935
2936         * vim/GNUmakefile: flatten dirs, add GNUmakefile.
2937
2938         * Documentation/user/running.itely: new file.
2939
2940         * lily/include/audio-element.hh (class Audio_element): remove grace_b_
2941
2942         * lily/score-performer.cc (finish): call Translator::finalize ().
2943
2944 2004-03-05  Heikki Junes <hjunes@cc.hut.fi>
2945
2946         * lilypond-ftpplugin.vim: renamed to the following file.
2947         * lilypond-ftplugin.vim: new file.
2948
2949         * GNUmakefile.in: update VIM_FILES.
2950
2951 2004-03-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2952
2953         * scm/output-ps.scm (output-scopes): use ly:paper-lookup for font
2954         props.
2955
2956         * input/test/tie-sparse.ly: remove.
2957
2958         * lily/tie-performer.cc (try_music): copy & paste from
2959         Tie_engraver.
2960
2961         * lily/music-output-def.cc (LY_DEFINE): bugfix. Don't do
2962         variable_ref twice.
2963
2964         * lily/key-performer.cc (create_audio_elements): use
2965         alterations-in-key.
2966
2967         * scm/midi.scm (accidentals-in-key): divide alterations by 2.
2968
2969 2004-03-04  Heikki Junes <hjunes@cc.hut.fi>
2970
2971         * input/test/smart-transpose.ly: fix cases fes->e and similar.
2972         handle also quarter tones (not shown as tests). test also flats.
2973
2974         * Documentation/index.html.in: small fixes.
2975
2976 2004-03-03  Jan Nieuwenhuizen  <janneke@gnu.org>
2977
2978         * input/regression/new-markup-scheme.ly: Typo.
2979
2980         * scm/define-markup-commands.scm (fill-line): New markup.
2981
2982         * scm/output-ps.scm (ps-encoding): Add simplistic encoding.
2983         (output-paper-def): Fix alignment.
2984         (make-title): Fix height/width scaling.
2985
2986         * ps/lilyponddefs.ps (base-line-skip): Bugfix.
2987
2988         * input/test/title-markup.ly: Add remaining titles.  Layout and
2989         font size fixes.  Add simplistic latin1 test.
2990
2991 2004-03-03  Heikki Junes <hjunes@cc.hut.fi>
2992
2993         * input/test/nested-groups.ly: remove. move content (to next). 
2994         * input/test/staff-bracket.ly: replace content (from prev), this 
2995         has been already in templates.
2996
2997 2004-03-03  Jan Nieuwenhuizen  <janneke@gnu.org>
2998
2999         * stepmake/autogen.sh: Only issue warning about running configure
3000         without arguments when autogen.sh will actually be running
3001         configure.
3002
3003 2004-03-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3004
3005         * scm/new-markup.scm (stack-stencil-line): robustness.
3006
3007         * scm/define-markup-commands.scm (simple): robustification of
3008         simple-markup.
3009
3010         * Documentation/user/music-glossary.tely (Top): change central C
3011         to middle C.
3012
3013         * lily/text-item.cc (interpret_markup): cache make-simple-markup
3014
3015 2004-03-03  Jan Nieuwenhuizen  <janneke@gnu.org>
3016
3017         * input/test/title-markup.ly (spaceTest): Add.
3018
3019         * lily/text-item.cc (interpret_markup): Make line markup from
3020         multi word markup.
3021
3022         * scm/define-markup-commands.scm (word): New markup command.
3023         (simple): Use it.
3024
3025         * scm/output-ps.scm (define-fonts): Fix TeX font scaling.
3026
3027 2004-03-02  Heikki Junes <hjunes@cc.hut.fi>
3028
3029         * vim/ftplugin/lilypond.vim:
3030         * vim/syntax/lilypond.vim: use only local settings with setlocal.
3031         show matching paren in insert mode.
3032
3033 2004-03-02  Jan Nieuwenhuizen  <janneke@gnu.org>
3034
3035         * scm/output-ps.scm (make-title, output-scopes): Further
3036         development.
3037
3038         * input/test/title-markup.ly: New file.
3039
3040         * ps/lilyponddefs.ps: Disable PostScript titling.
3041
3042         * lily/paper-score.cc (process): Quote PORT argument to make-title.
3043
3044 2004-03-01  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3045
3046         * lily/arpeggio.cc (width_callback): remove padding.
3047  
3048         * scm/define-grobs.scm (all-grob-descriptions): add padding.
3049
3050         * scm/define-music-types.scm: remove make-music-by-name.
3051
3052         * Documentation/user/lilypond.tely: doc patch by Edward Sutton.
3053
3054 2004-03-01  Jan Nieuwenhuizen  <janneke@gnu.org>
3055
3056         * lily/paper-score.cc (process): Output titles using make-title.
3057
3058         * scm/output-ps.scm (output-stencil): Display directly instead of
3059         constructing string.
3060         (make-title): New function.
3061
3062 2004-03-01  Mats Bengtsson  <mabe@drongo.s3.kth.se>
3063
3064         * Documentation/user/lilypond-book.itely (Integrating LaTeX and
3065         music), Documentation/user/invoking.itexi (Invoking lilypond): 
3066         Move documentation of LaTeX packages for latin1 characters to the
3067         lilypond-book manual.
3068
3069 2004-03-01  Heikki Junes <hjunes@cc.hut.fi>
3070
3071         * Documentation/topdocs/INSTALL.texi: small fix (by Matthias Kilian).
3072
3073         * vimrc: add menu in console and shortcut <F10> for it.
3074
3075         * vim/:
3076         * vim/compiler/:
3077         * vim/syntax/:
3078         * vim/indent/:
3079         * vim/ftplugin/: new directories.
3080         
3081         * vim/filetype.vim: new file.
3082
3083         * lilypond.vim: remove files (see next).
3084         * vim/syntax/lilypond.vim: new, renamed file (see prev).
3085
3086         * vimrc: remove file (see next).
3087         * vim/ftplugin/lilypond.vim: new, renamed file (see prev).
3088
3089         * vim/ftplugin/lilypond.vim: change dir for dictionary.
3090         add header. apply bindings only locally.
3091
3092         * vim/indent/lilypond.vim: new file.
3093
3094         * vim/ftplugin/lilypond.vim: remove errorformat.
3095         * vim/compiler/lilypond.vim: new file for errorformats.
3096
3097         * Documentation/topdocs/INSTALL.texi: give easier orders.
3098
3099         * ROADMAP: add vim/
3100
3101 2004-02-29  Jan Nieuwenhuizen  <janneke@gnu.org>
3102
3103         * Documentation/user/introduction.itely (Introduction): Use @image
3104         iso @html <img...>.  Add workaround for images in columns in info.
3105
3106         * stepmake/aclocal.m4: Store computed version in variable.
3107
3108         * configure.in: Export MAKEINFO_VERSION.
3109
3110         * config.make.in (MAKEINFO_VERSION): Add.
3111
3112         * make/ly-rules.make: Add makeinfo <= 4.6 workaround.
3113
3114         * Documentation/user/GNUmakefile: Only build info with images when
3115         building web.
3116
3117         * GNUmakefile.in (install-WWW): Visit Documentation/user.
3118
3119         * stepmake/stepmake/texinfo-targets.make: Move info and texinfo
3120         stuff from documentation-targets.make
3121
3122 2004-02-29  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3123
3124         * VERSION: 2.1.28 released
3125         
3126         * scripts/convert-ly.py (conv): 
3127
3128 2004-02-29  Heikki Junes <hjunes@cc.hut.fi>
3129
3130         * ly/property-init: new functions: \arpeggioUp, \arpeggioDown,
3131         \arpeggioBoth. redefine \arpeggioBracket.
3132
3133         * Documentation/user/refman.itely: document new arpeggio
3134         functions.
3135
3136         * scripts/convert-ly.py: add a rule for \arpeggioBracket.
3137
3138         * input/regression/arpeggio-bracket.ly: apply convert-ly.
3139
3140         * input/mutopia/R.Schumann/romanze-op28-2.ly: apply convert-ly.
3141
3142 2004-02-29  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3143
3144         * Documentation/user/introduction.itely (Automated engraving):
3145         rewrite introduction using website text.
3146
3147 2004-02-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3148
3149         * scm/*.scm: make-music-by-name is replaced by make-music, which
3150         also accept music property settings, eg:
3151           (make-music 'TextScriptEvent 'direction DOWN 'text
3152               (make-simple-markup x))
3153
3154         Patch courtesy Nicolas Sceaux
3155
3156         * lily/beam-quanting.cc: cleanup, separate counts for left and
3157         right beam ends.
3158
3159         * lily/side-position-interface.cc (quantised_position): also
3160         quantize staccato position for forced stem directions. 
3161
3162 2004-02-27  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3163
3164         * scm/*.scm: Patch by Nicolas Sceaux: 
3165
3166         * scm/music-functions.scm: ly:grob-property and ly:music-property
3167         are made procedure with setters.
3168
3169         * scm/*.scm: replace ..-set-property! with set! (..-property  )
3170         
3171 2004-02-28  Heikki Junes <hjunes@cc.hut.fi>
3172
3173         * input/test/[t-v]*.ly: finish rewriting texidocs.
3174
3175         * input/test/vaticana.ly: remove.
3176         * input/test/ligature-vaticana.ly: new, renamed file name.
3177
3178         * input/test/stem-centered.ly: remove.
3179         * input/test/mensural-note-heads.ly: new file. take content from
3180         removed file stem-centered.ly.
3181
3182         * input/test/scales-greek.ly: simplify.
3183
3184         * input/test/s*.ly: reformulate texidocs.
3185         
3186         * input/test/[p-r]*.ly: use more verbose texidocs. add comments
3187         of missing features.
3188
3189 2004-02-27  Heikki Junes <hjunes@cc.hut.fi>
3190
3191         * input/test/[j-o]*.ly: update texidocs.
3192
3193 2004-02-27  Jan Nieuwenhuizen  <janneke@gnu.org>
3194
3195         * scm/documentation-generate.scm (usermanref): Add macro for TeX.
3196
3197         * Documentation/topdocs/NEWS.texi: Add note about info docs with
3198         images.
3199
3200         * Documentation/user/lilypond.tely (@direntry): Update.
3201
3202         * stepmake/stepmake/documentation-targets.make
3203         (install-info,uninstall-info): Install into $(package_infodir).
3204         Install images.  Run install-info to update dir.
3205
3206         * config.make.in (package_infodir): Add.
3207
3208         * Documentation/user/GNUmakefile (info-with-images,
3209         local-install-info, local-uninstall-info): New target.
3210
3211 2004-02-27  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3212
3213         * scm/define-grobs.scm (all-grob-descriptions): tune concaveness
3214         gap/threshold.
3215
3216         * lily/beam-quanting.cc (score_slopes_dy): remove
3217         ROUND_TO_ZERO_SLOPE kludge.
3218
3219         * lily/beam.cc (check_concave): remove old concaveness2 kludge.
3220
3221         * input/regression/beam-concave.ly (texidoc): add morgenlied example.
3222
3223         * lily/global-context.cc (Global_context): alway accept Score
3224         (run_iterator_on_me): cast Context to Score_context, not
3225         Context_def.
3226
3227         * Documentation/user/refman.itely: documentation patch by Edward
3228         Sanford Sutton.
3229
3230         * mf/GNUmakefile: unset sauter-fonts.
3231
3232 2004-02-27  Jan Nieuwenhuizen  <janneke@gnu.org>
3233
3234         * scripts/lilypond-book.py (output_texinfo): Output @image
3235         descriptions for info too.
3236
3237         * input/test/chord-names-jazz.ly: 
3238         * input/test/embedded-scm.ly: Clarify.
3239
3240         * input/test/cautionaries.ly: Typo.
3241
3242         * lily/input-smob.cc (ly_input_location): Compile fix.
3243
3244 2004-02-27  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3245
3246         * make/lilypond.redhat.spec.in (Group): add/delete music-glossary too. 
3247
3248         * ly/engraver-init.ly: move \grobdescriptions to Global. This
3249         fixes problems with system defaults being reverted with \override
3250         on Score level.
3251
3252         * lily/global-context.cc (Global_context): apply property-ops to
3253         Global_context too. 
3254
3255 2004-02-27  Jan Nieuwenhuizen  <janneke@gnu.org>
3256
3257         * scm/output-ps.scm (stencil->string): Rewrite.
3258
3259 2004-02-27  Heikki Junes <hjunes@cc.hut.fi>
3260
3261         * input/test/[+c-i]*.ly: refresh descriptions -- maintain
3262         impersonal style.
3263
3264 2004-02-26  Jan Nieuwenhuizen  <janneke@gnu.org>
3265
3266         * lily/input-smob.cc (ly_input_location: New function.
3267
3268         * scm/define-markup-commands.scm (upright): New markup command.
3269
3270         * lily/parser.yy (markup): Add STRING_IDENTIFIER.
3271
3272         * scm/font.scm (paper20-font-vector): cmcsc klugdge.
3273
3274         * scm/output-ps.scm (output-stencil): New function.
3275
3276         * scripts/lilypond-book.py (do_file): Bugfix: change search order
3277         of snippet types; fixes @ignore and @verbatim blocks.
3278
3279 2004-02-26  Heikki Junes <hjunes@cc.hut.fi>
3280
3281         * input/test/[a-b]*.ly: refresh descriptions -- avoid referring
3282         to a file in printed documentation, instead, refer either to a 
3283         syntax or to an output.
3284
3285 2004-02-26  Jan Nieuwenhuizen  <janneke@gnu.org>
3286
3287         * input/regression/beam-center-slope.ly: Add test.
3288
3289 2004-02-25  Jan Nieuwenhuizen  <janneke@gnu.org>
3290
3291         * mf/GNUmakefile (Fontmap, Fontmap.lily): Add Fontmap for GS.
3292         (SAUTER_FONTS): Reinstate.
3293
3294         * scm/define-markup-commands.scm (caps): New markup command.
3295
3296         * scm/output-ps.scm (output-scopes): Experimental markup output.
3297
3298         * scm/: Add missing headers.
3299
3300         * lily/stencil-scheme.cc (ly_stencil_get_expr): New accessor.
3301
3302         * lily/paper-outputter.cc (output_metadata): Add parameter PAPER.
3303
3304 2004-02-25  Jan Nieuwenhuizen  <janneke@gnu.org>
3305
3306         * lily/stencil-scheme.cc (ly_stencil_get_expr): New function.
3307         Stray style cleanups.
3308
3309 2004-02-25  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3310
3311         * lily/note-collision.cc (check_meshing_chords): bugfix for dot /
3312         no dot combination.
3313
3314         * scripts/convert-ly.py (FatalConversionError.subst_in_trans):
3315         substitute \override Staff.autoBeamSettings too
3316
3317         * Documentation/user/tutorial.itely: proofreading fixes by David
3318         Bobroff
3319
3320 2004-02-24  Jan Nieuwenhuizen  <janneke@gnu.org>
3321
3322         * scm/output-ps.scm (top-of-file): Add tagline definition.  FIXME.
3323
3324         * ps/music-drawing-routines.ps: 
3325         * ps/lilyponddefs.ps: Add end markers.
3326
3327 2004-02-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3328
3329         * VERSION: 2.1.27 released.
3330         
3331         * lily/hyphen-engraver.cc (finalize): suicide unterminated hyphens.
3332
3333         * scripts/lilypond-book.py (compose_ly): cleanup relative= option,
3334         obey documentation.
3335
3336 2004-02-24  Jan Nieuwenhuizen  <janneke@gnu.org>
3337
3338         * scripts/lilypond.py (find_pfa_fonts): Bugfix and update.
3339
3340         * scm/output-ps.scm: Resurrect.
3341         
3342         * scm/output-tex.scm: Minimal cleanups.
3343
3344         * scm/paper.scm (paper-set-staff-size): Add lineheight.
3345
3346         * make/ly-rules.make: Remove any broken lily-*.tex files before
3347         lilypond-book run.
3348
3349         * stepmake/stepmake/c++-vars.make (EXTRA_CXXFLAGS): Remove -pipe
3350         comment.
3351
3352         * stepmake/aclocal.m4: Add --enable-pipe option, with check.
3353         Enabled by default, may save 10% compile time.
3354
3355 2004-02-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3356
3357         * lily/lyric-phrasing-engraver.cc: remove
3358         
3359         * lily/lyric-engraver.cc: rewrite so lyric-phrasing-engraver no
3360         longer necessary. 
3361
3362         * lily/extender-engraver.cc (stop_translation_timestep): rewrite
3363         so lyric-phrasing-engraver is no longer necessary.
3364
3365         * ly/engraver-init.ly: move Break_forbid_engraver to Voice, remove
3366         Grob_pq_engraver from Staff.
3367
3368         * lily/grob-pq-engraver.cc: remove current_grobs array, read/write
3369         busyGrobs directly.
3370
3371         * input/regression/quote-transposition.ly: new file.
3372
3373         * lily/recording-group-engraver.cc (stop_translation_timestep):
3374         store instrumentTuning too. 
3375
3376         * lily/quote-iterator.cc (process): transpose events using
3377         instrumentTuning.
3378
3379         * scripts/convert-ly.py (FatalConversionError.subst): \set transposing
3380         -> \tuning <pitch>
3381
3382         * lily/parser.yy (command_req): add \tuning command for setting
3383         instrument tuning of staff.
3384
3385         * Documentation/user/GNUmakefile
3386         ($(outdir)/lilypond/lilypond.html): ugh: use perl iso. sed.
3387
3388         * Documentation/user/refman.itely (Customized accidental rules):
3389         typo.
3390
3391 2004-02-23  Heikki Junes <hjunes@cc.hut.fi>
3392
3393         * Documentation/user/music-glossary.tely: remove the missing norwegian
3394         translation; they can be put in later properly.
3395
3396 2004-02-23  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3397
3398         * lily/recording-group-engraver.cc (start_translation_timestep):
3399         init Recording_group_engraver twice.
3400
3401 2004-02-23  Jan Nieuwenhuizen  <janneke@gnu.org>
3402
3403         * gcc-3.4 snapshot: 3.4.0 20040215 (prerelease) compile fixes, and
3404         stray style cleanups:
3405
3406         * stepmake/stepmake/c++-vars.make (EXTRA_CXXFLAGS): Remove
3407         -Wmissing-prototypes.
3408
3409         * flower/include/killing-cons.tcc (Killing_cons): Add template
3410         specifier for car_.
3411
3412         * flower/include/parray.hh (binsearchs): Add template specifier
3413         for maxkey.
3414
3415         * flower/include/interval.hh: Declare elem () with template specfier.
3416
3417 2004-02-23  Heikki Junes <hjunes@cc.hut.fi>
3418
3419         * elisp/lilypond-indent.el (get-buffer-size): add customization
3420         groups for several variables (Reuben Thomas).
3421
3422 2004-02-23  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3423
3424         * Documentation/user/invoking.itexi (Point and click): add index
3425         entry.
3426
3427         * scm/slur.scm (calc-slur-extremity): use 'stem only if slur would
3428         go under beam.
3429
3430         * lily/beam-quanting.cc: tune down ROUND_TO_ZERO_SLOPE, this fixes
3431         sarabande beam. 
3432
3433         * flower/warn.cc (programming_error): cross fingers not thumbs.
3434
3435         * lily/rest.cc (polyphonic_offset_callback): return 0 when
3436         staff-position is set.
3437
3438         * VERSION: release 2.1.26 
3439         
3440         * scm/chord-entry.scm (construct-chord): process transposition
3441         after processing explicit-11.  
3442
3443 2004-02-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3444
3445         * lily/parser.yy (add_quote): add syntax for adding quotes:
3446         \addquote "id-string" Music
3447
3448         * scripts/lilypond-book.py (do_file): do not overwrite input file.
3449
3450         * scripts/convert-ly.py (conv): add rules for name changes.
3451
3452         * lily/context-scheme.cc (LY_DEFINE): use Scheme style naming for
3453         music/context/grob property functions. Internally, use
3454         get_property() and set_property() for both.
3455
3456 2004-02-22  Heikki Junes <hjunes@cc.hut.fi>
3457
3458         * elisp/lilypond-mode.el (get-buffer-size): define new function,
3459         for Emacs <= 20 (Laurent Martelli).
3460
3461 2004-02-21  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3462
3463         * lily/parser.yy (command_element): extract quoted vector in
3464         parser.
3465
3466         * input/regression/quote.ly: new file.
3467
3468         * lily/sequential-iterator.cc (process): only process if moment >= 0.
3469
3470         * lily/parser.yy (command_element): \quote DURATION NAME: support
3471         cue notes. 
3472
3473         * lily/quote-iterator.cc (class Quote_iterator): new file.
3474
3475 2004-02-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3476
3477         * lily/auto-beam-engraver.cc (try_music): accept and process
3478         beam-forbid-event.
3479
3480         * input/regression/auto-beam-no-beam.ly: new file.
3481
3482 2004-02-20  Mats Bengtsson  <mabe@drongo.s3.kth.se>
3483
3484         * lily/accidental.cc (print): Change font-relative-size ->
3485         font-size. Fixes cautionary-style = smaller.
3486
3487 2004-02-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3488
3489         * lily/system-start-delimiter.cc (staff_brace): remove
3490         font-relative-size
3491
3492         * lily/parser.yy (music_property_def): oops. SCM_UNDEFINED
3493         forgotten with scm_list_n. Fixes spurious coredumps.
3494
3495         * lily/accidental-engraver.cc (stop_translation_timestep): move
3496         update of localKeySignature to stop_translation_timestep (). This
3497         makes sure that all ties are noticed at the right moment.
3498         (stop_translation_timestep): clear tie only when right-side
3499         notehead was seen.
3500         (number_accidentals_from_sig): cleanup. 
3501
3502         * input/regression/accidental-tie.ly (mus): new file
3503
3504         * input/regression/tie-accidental, tie-break-accidental.ly: remove
3505         these longish tests.
3506
3507 2004-02-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3508
3509         * lily/include/*.hh (class Item): rename XXX_b () to is_XXX ().
3510
3511         * THANKS: update bugreporter list.
3512
3513         * lily/beam.cc (print): broken beams last until end of staff.
3514         (print): broken beams start from prefatory matter.
3515
3516         * scm/output-tex.scm (output-scopes): don't dump fraction exactly.
3517
3518         * lily/paper-score.cc (process): dump header only once.
3519
3520         * lily/paper-outputter.cc (Paper_outputter): move logic into
3521         Scheme.
3522
3523         * scm/output-tex.scm (output-scopes): new function.
3524         (output-paper-def): new function
3525         (tex-string-def): new function
3526         (symbol->tex-key): new function
3527
3528         * scripts/convert-ly.py (conv): add rule for | ~
3529
3530 2004-02-19  Heikki Junes  <hjunes@cc.hut.fi>
3531
3532         * input/regression/{many}.ly: refresh, trying to guess how
3533         it was designed.
3534
3535 2004-02-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3536
3537         * VERSION: release 2.1.25
3538
3539         * scm/define-translator-properties.scm
3540         (all-user-translation-properties): add printOctaveNames
3541
3542         * ly/engraver-init.ly: remove Note_event_swallower from
3543         NoteNamesContext.
3544
3545         * lily/note-name-engraver.cc (process_music): new property
3546         printOctaveNames
3547
3548         * lily/context.cc (find_existing_context): remove support for
3549         Current.
3550
3551         * scm/music-functions.scm (set-accidental-style): new function;
3552         duplicate accidental macros.
3553
3554         * ly/property-init.ly (hideStaffSwitch): remove accidental macros.
3555
3556         * lily/note-name-engraver.cc (process_music):
3557         process_acknowledged_grobs () -> process_music ()
3558
3559         * scm/part-combiner.scm (determine-split-list): robustification.
3560
3561 2004-02-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3562
3563         * lily/beam-quanting.cc (score_forbidden_quants): check all staff
3564         lines for falling into beam-gap.
3565         (score_forbidden_quants): check all staff lines for falling in
3566         beam gaps.
3567
3568         * lily/note-spacing.cc (get_spacing): less space at EOL in case of
3569         key/clef/time signatures. 
3570
3571         * input/test/ossia.ly: revise example.
3572
3573         * lily/span-bar.cc (evaluate_glyph): read 'glyph of self first.
3574         cleanup.
3575         
3576         * lily/grob-scheme.cc (LY_DEFINE): change a few function names to
3577         comply to Scheme standard.  Remove ly:get-paper-variable
3578
3579 2004-02-17  Mats Bengtsson  <mabe@drongo.s3.kth.se>
3580
3581         * scripts/convert-ly.py (2.1.22): Corrected documentation printout.
3582
3583 2004-02-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3584
3585         * lily/accidental-engraver.cc (process_acknowledged_grobs): use
3586         properties from Voice context. This fixes accidental size for
3587         staff-switches during grace contexts.
3588
3589         * lily/note-collision.cc (check_meshing_chords): only wipe heads
3590         if necessary. Else, simply wipe dots.
3591
3592         * input/test/beam-alternate.ly: new file
3593
3594         * input/test/piano-staff-distance.ly: new file.
3595
3596         * lily/translator-group.cc (recurse_down_translators): use
3597         Direction for bottom-up/top-down.
3598
3599         * lily/include/translator.hh (class Translator): add
3600         process_music() and do_announces(). This obviates
3601         recurse_down_{engravers,performers}.
3602
3603         * ly/declarations-init.ly (melismaEnd): use ManualMelismaEvent for
3604         \melisma and \melismaEnd
3605
3606         * lily/melisma-engraver.cc (process_music): change to
3607         Melisma_translator, unify with performer. Accept
3608         ManualMelismaEvent.
3609
3610         * ly/engraver-init.ly: add Font_size_engraver.
3611
3612 2004-02-16  Heikki Junes  <hjunes@cc.hut.fi>
3613
3614         * lily/align-interface.cc, lily/axis-group-engraver.cc: spell
3615         it hara-kiri.
3616
3617         * input/regression/{many}.ly: improve descriptions trying to figure
3618         out what is tested.
3619
3620 2004-02-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3621
3622         * lily/slur.cc (broken_trend_offset): robustness fix.
3623
3624         * VERSION: release 2.1.24
3625
3626         * lily/context.cc (find_create_context): go to Score if it exists.
3627
3628         * lily/context-scheme.cc: new file.
3629
3630         * lily/score-translator.cc (get_output): new file.
3631
3632         * lily/include/grob-info.hh: origin_contexts() now does not
3633         include the originating engraver
3634
3635         * lily/translator-group.cc (translator_each): clean up contents,
3636         remove superfluous stubs. Engraver_group_engraver and
3637         Performer_group_performer are the only classes using multiple
3638         inheritance.
3639
3640         * lily/include/score-context.hh (class Score_context): interface
3641         between Score_{engraver,performer} and Global_context.
3642
3643         * lily/include/global-context.hh (Context): change from
3644         global-translator. This is the entry point for contexts; it is not
3645         tweakable using \translator{}. Score is no longer the top context,
3646         but sits underneath Global.
3647
3648         * lily/include/context.hh (class Context): brain surgery: split
3649         out Context functionality from Translator_group. Context is now a
3650         separate type from Translator.
3651
3652 2004-02-15  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3653
3654         * lily/include/translator.hh (class Translator): make
3655         get_score_context() and get_global_translator (), and use the one
3656         which is appropriate.
3657
3658         * lily/context.cc: partially put functionality of Translator_group
3659         into Context.
3660
3661         * lily/include/context.hh (Translator): new class: put between
3662         Translator and Translator_group. 
3663
3664         * lily/new-accidental-engraver.cc: remove file.
3665
3666 2004-02-16  Heikki Junes  <hjunes@cc.hut.fi>
3667
3668         * input/regression/{many}.ly: improve descriptions: use complete 
3669         sentences, try to describe what is tested, avoid `we´, do not use 
3670         don't, ... 
3671
3672 2004-02-15  Heikki Junes  <hjunes@cc.hut.fi>
3673
3674         * Documentation/user/refman.itely: use `@c´ if $internalsref{...} @c
3675         is at EOL.
3676
3677         * Documentation/user/lilypond.tely: declare the topmost node only
3678         once; removes empty line in @contents.
3679
3680         * Documentation/user/music-glossary.tely: really add Finnish author.
3681         Draw more beatiful `->´ arrow in html: &rarr;
3682
3683 2004-02-15  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3684
3685         * lily/music.cc (LY_DEFINE): rename to ly:music-list?
3686
3687         * scripts/convert-ly.py (conv): add ly:music-list  change.
3688
3689         * lily/grob.cc: edit doc string.
3690
3691         * scm/define-grob-properties.scm (all-user-grob-properties):
3692         proofreading, editing of doc strings.
3693
3694         * input/regression/tablature-string-tunings.ly: new file.
3695
3696         * lily/staff-symbol-engraver.cc (process_music): new engraver,
3697         listen to stringTunings
3698
3699         * lily/align-interface.cc (align_elements_to_extents): remove Grob
3700         for self-alignment-[XY] code.
3701  
3702 2004-02-14  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3703
3704         * scm/slur.scm (calc-slur-extremity): change "rules" (home-brewn
3705         cond) into function. Cleanup.
3706
3707         * lily/text-spanner.cc: remove text-repeat-if-broken property.
3708         
3709         * VERSION (PACKAGE_NAME): 2.1.23 released
3710
3711 2004-02-14  Heikki Junes   <hjunes@cc.hut.fi>
3712
3713         * Documentation/user/{refman,internals}.itely: small fixes.
3714
3715 2004-02-14  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3716
3717         * lily/accidental-engraver.cc (acknowledge_grob): don't make
3718         accidentals for harmonic notes
3719
3720         * lily/new-fingering-engraver.cc (acknowledge_grob): kill dots,
3721         for harmonic notes.
3722
3723         * scm/document-backend.scm (interface-doc): prune Grob
3724         documentation: don't duplicate interface information.
3725
3726         * lily/*.cc: lots of updates of doc strings.
3727
3728 2004-02-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3729
3730         * input/test/ac-extra-voice.ly (accompany): remove file.
3731
3732         * input/test/maximum-rest-count.ly: remove file.
3733
3734         * scripts/convert-ly.py (FatalConversionError.subst_in_trans):
3735         conversion rule for \translator { }. Apply everywhere.  
3736
3737         * lily/parser.yy (music_property_def): set property for \once in
3738         the PropertyMusic itself, not the ContextSpec.
3739         (property_operation): change syntax within \translator { }
3740
3741         * scm/define-music-properties.scm (all-music-properties): clean up.
3742
3743         * lily/auto-beam-engraver.cc (test_moment): use
3744         updated_grob_properties() to retrieve autoBeam settings.
3745
3746         * lily/spacing-spanner.cc: bound shortest_playing_len by
3747         measure_length
3748
3749         * lily/spacing-engraver.cc (acknowledge_grob): ignore
3750         multi-measure events for spacing computation.
3751
3752         * mf/feta-bolletjes.mf (overdone_heads): make note heads more
3753         elliptical, to 1.49.
3754
3755         * lily/rest.cc (polyphonic_offset_callback): new function. Do
3756         vertical positioning for polyphony, without RestCollision object.
3757
3758         * lily/note-column.cc (add_head): prevent rests & note heads on
3759         one stem.
3760
3761         * lily/rest-collision.cc (do_shift): ignore rests with beams.
3762         (do_shift): rewrite only-rests case: use common refpoints: the
3763         routine will have sensible results when other rest-translations
3764         have taken place.
3765
3766         * lily/simple-spacer.cc (solve): cleanup: remove code for linelen
3767         < 0 case. 
3768
3769         * VERSION: 2.1.22 released
3770         
3771         * input/GNUmakefile (SUBDIRS): remove ascii-art
3772
3773 2004-02-13  Jan Nieuwenhuizen  <janneke@gnu.org>
3774
3775         * input/: Convert ly files that still had \property.  Fixes make
3776         web.  Remove exta spaces around '='. 
3777
3778         * scripts/convert-ly.py (conv): Redundant space fixes.
3779
3780         * scripts/lilypond-book.py (compile-ly): python2.1 fix.
3781
3782 2004-02-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3783
3784         * make/ly-rules.make ($(outdir)/%.pdf): add DVIPS_FLAGS. This will
3785         create scalable PS and PDFs  for input/{test,template,regression}.
3786
3787         * lily/context.cc (is_alias): move function.
3788         (is_alias): add Bottom as context alias. 
3789         (find_create_translator): add Bottom as a context alias for creation.
3790
3791         * lily/stencil.cc: rename Molecule to Stencil. Changes throughout.
3792
3793         * lily/parser.yy (music_property_def): new syntax for property
3794         assignments:
3795
3796         \set A.B = #C , \unset A.B
3797         \override A.B #C = #D, \revert A.B #C 
3798
3799         * lily/my-lily-lexer.cc: remove \property
3800
3801 2004-02-13  Heikki Junes  <hjunes@cc.hut.fi>
3802
3803         * Documentation/user/refman.itely: add dots after seealso refs.
3804
3805         * input/template/{many}.ly: harmonise descriptions.
3806
3807         * Documentation/user/music-glossary.itely: add Finnish author.
3808
3809 2004-02-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3810
3811         * VERSION (PACKAGE_NAME): release 2.1.21
3812
3813 2004-02-12  Jan Nieuwenhuizen  <janneke@gnu.org>
3814
3815         * Documentation/topdocs/NEWS.texi: Substitute Lyrics/LyricsVoice.
3816
3817         * scripts/lilypond-book.py (snippet_res): @include filename must
3818         not be empty.
3819
3820 2004-02-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3821
3822         * scm/documentation-generate.scm (markup-doc-string): dump
3823         markup-commands.tely
3824
3825         * scm/define-markup-commands.scm (override): new file.
3826         Move documentation from refman into doc-strings. 
3827
3828         * input/test/staff-container.ly: fix example.
3829
3830         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): remove
3831         StaffContainer
3832
3833         * lily/grob.cc: remove point_dimension_callback
3834         (Grob): read forced dimensions from X-extent and Y-extent.
3835         (get_paper): remove preset_extent.
3836
3837         * scm/define-grobs.scm (all-grob-descriptions): remove
3838         point_dimension_callback. 
3839
3840         * lily/dynamic-engraver.cc (acknowledge_grob): attach dynamic
3841         textscript to head. This makes no-spacing-rods work on
3842         DynamicText.
3843
3844         * lily/chord-name.cc: remove props chord, bass, inversion.
3845
3846         * Documentation/user/appendices.itely: add Scheme functions,
3847         context-properties and layout properties to manual.
3848
3849         * scm/part-combiner.scm (determine-split-list): include rests in a
3850         solo1/2 sequence.
3851
3852         * lily/new-part-combine-iterator.cc (substitute_both): new
3853         function.
3854         (class New_pc_iterator): add separate Voice=solo context, fixes
3855         autobeams going from chords to solo.
3856
3857 2004-02-11  Jan Nieuwenhuizen  <janneke@gnu.org>
3858
3859         * Documentation/user/invoking.itexi (Editor support): Fix typo.
3860
3861         * Documentation/user/tutorial.itely:
3862         * Documentation/user/refman.itely: Add short note about being part
3863         of lilypond.tely.
3864
3865         * COPYING: Make note more clear with respect to files that are
3866         explicitely licenced otherwise (Documention/user/ comes to mind).
3867         
3868         * Documentation/topdocs/AUTHORS.texi (AUTHORS): Use @,{c}.  Remove
3869         comment about barfing of @c,{}.
3870
3871         * Documentation/user/music-glossary.tely: Add list of authors.
3872
3873         * stepmake/stepmake/library-rules.make: Thank Nelson only in
3874         source (was: also in build log).
3875
3876 2004-02-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3877
3878         * lily/side-position-interface.cc (general_side_position): if
3879         staff-padding is set, then include staff in support too.
3880
3881         * GNUmakefile.in (README_FILES): remove TODO. Put in new CVS
3882         module workbook
3883
3884         * TODO: Remove.  Put in new CVS module /cvsroot/lilypond/workbook/
3885
3886         * lily/tuplet-engraver.cc: remove tupletInvisible
3887
3888         * scm/define-translator-properties.scm: cleanup, separate in
3889         internal and user props. 
3890
3891         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): change
3892         LyricsVoice -> Lyrics
3893
3894         * lily/new-part-combine-iterator.cc (process): only print warning
3895         for symbols.
3896
3897 2004-02-11  Jan Nieuwenhuizen  <janneke@gnu.org>
3898
3899         * scm/part-combiner.scm: Add proper header.
3900
3901         * All but lily/*: The great --2003 --2004 replace; the missing
3902         `bits'.
3903
3904         * TODO: Fix outline mode.  Add book notes.
3905
3906         * ROADMAP: Update.
3907
3908 2004-02-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3909
3910         * scm/part-combiner.scm (make-autochange-music): use
3911         accumulator. Fixes stack overflow.
3912
3913         * lily/*: rename brew_molecule -> print , molecule-callback ->
3914         print-function
3915
3916         * scm/define-grob-properties.scm: cleanup. Separate into internal
3917         and user properties.
3918
3919         * lily/translator-property.cc (updated_grob_properties): new
3920         function
3921         (execute_pushpop_property): change to new convention:
3922         object property inits are stored as (cons ALIST BASED-ON). This
3923         storage format allows concurrent tweaks in different contexts.
3924
3925 2004-02-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3926
3927         * TODO: new file.
3928
3929 2004-02-10  Jan Nieuwenhuizen  <janneke@gnu.org>
3930
3931         * debian/: Late Debian update (sorry Anthony).
3932
3933         * scripts/lilypond-book.py (do_file): Look for input_file in
3934         include path, or ask kpathsea if LATEX.
3935
3936         * input/template/GNUmakefile (LILYPOND_BOOK_FLAGS): 
3937         * input/test/GNUmakefile (LILYPOND_BOOK_FLAGS):
3938         * input/regression/GNUmakefile (LILYPOND_BOOK_FLAGS): Use
3939         --header=texidoc.
3940
3941         * Documentation/user/tutorial.itely (Fine tuning layout): Add lost
3942         relative.
3943
3944         * scripts/lilypond-book.py: Fixes for make web.  Default to stdout
3945         only when filtering, default to input_base otherwise.  Coding
3946         style fixes.
3947
3948 2004-02-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3949
3950         * lily/include/translator.hh (class Translator): add virtual
3951         qualifier.
3952
3953 2004-02-10  Jan Nieuwenhuizen  <janneke@gnu.org>
3954
3955         * scripts/lilypond-book.py (compose_ly): Python2.1 workarounds.
3956
3957 2004-02-09  Jan Nieuwenhuizen  <janneke@gnu.org>
3958
3959         * scripts/lilypond-book.py (compose_ly): Add kludge for relative.
3960
3961         * Documentation/user/refman.itely: Run texinfo-all-menus-update
3962         (fixes make web).
3963
3964         * GNUmakefile.in (web-clean): Do not remove fonts (they do not
3965         live in $(out)-www).
3966
3967         * scripts/lilypond-book.py: Small cleanups.  Junk hairy include
3968         dependencies.  Add link to .ly source in HTML output.
3969         (Lilypond_snippet.output_html): Handle multiple page picture
3970         output.
3971         (Lilypond_snippet.output_html, Lilypond_snippet.output_latex):
3972         Make usable for output_texinfo again.
3973
3974         * Documentation/user/GNUmakefile: Add static dependency for
3975         lilypond.tely includes.
3976
3977         * Documentation/user/tutorial.itely: Add some lost `relative'
3978         ly-options.
3979
3980 2004-02-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3981
3982         * lily/include/translator-group.hh: move Music_output_def member
3983         to Global_translator.
3984
3985         * scripts/lilypond-book.py (do_file):  fix latex output.
3986
3987         * VERSION: release 2.1.20
3988         
3989         * scm/part-combiner.scm (determine-split-list): robustness fix 
3990
3991         * lily/paper-score.cc (process): move gc stat stuff to init.ly 
3992
3993         * lily/parser.yy (music_output_def_body): plug memory leak.
3994
3995         * lily/translator-group.cc (add_fresh_group_translator): plug
3996         memory leak: unprotect Translator_group once added.   
3997
3998         * lily/span-dynamic-performer.cc (process_music): deprecate span-type.
3999
4000         * scripts/lilypond-book.py (Lilypond_snippet.notice_include):
4001         write .dep file.
4002         (Lilypond_snippet.ly): add \renameinput.
4003
4004 2004-02-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4005
4006         * Documentation/user/refman.itely (Markup command definition): Doc
4007         by Nicolas Sceaux. Rewrite by Han-Wen
4008
4009         * lily/lyric-hyphen.cc (brew_molecule): remove if hyphen is first
4010         thing of the line.
4011         (brew_molecule): only remove if hyphen is not at the end of line.
4012         (set_spacing_rods): new function: minimum-length specifies
4013         distance between syllables.
4014
4015         * scm/define-grobs.scm (all-grob-descriptions): add
4016         Hyphen_spanner::set_spacing_rods to LyricHyphen
4017
4018         * input/regression/lyric-hyphen-break.ly: new file.
4019
4020         * input/test/lyric-hyphen-retain.ly: new file.
4021
4022         * lily/new-part-combine-iterator.cc (construct_children):
4023         add Rest direction.
4024
4025 2004-02-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4026
4027         * scripts/lilypond-book.py (Snippet.replacement_text): add method.
4028
4029         * Documentation/bibliography/engraving.bib (donemus1982):
4030         update entry.
4031
4032 2004-02-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4033
4034         * scripts/lilypond-book.py (Substring.__init__): new class.
4035         (Snippet.output_texinfo): add texidoc option.
4036         (Include_snippet.replacement_text): new class.
4037         (Lilypond_snippet.__init__): new class
4038         (Lilypond_snippet.get_hash): bugfix: use full body for hashing.
4039
4040         * Documentation/user/refman.itely (Sound): 
4041         note about number of channels.
4042
4043         * scm/music-functions.scm (voicify-music): add \context Staff for
4044         << \\ >> polyphony.
4045
4046         * lily/parser.yy (verbose_command_req): \skip now creates
4047         SkipMusic, and does not lead to spurious staves.
4048
4049         * scm/define-music-types.scm (music-descriptions): rename
4050         NonEventSkip to SkipMusic
4051
4052         * input/no-notation/midi-lyric-barcheck.ly: new file.
4053
4054         * input/regression/collision-dots-invert.ly: new file.
4055
4056         * lily/note-collision.cc (check_meshing_chords): add stem_to_stem
4057         case.
4058
4059         * lily/new-lyric-combine-music-iterator.cc (process): let iterator
4060         die if melody died too.
4061
4062 2004-02-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4063
4064         * lily/source-file.cc (load_stdin): add trailing 0. Fixes problem
4065         with reading from stdin.
4066
4067         * lily/slur-performer.cc (try_music): new file.
4068
4069         * lily/melisma-performer.cc (try_music): new file. Handle
4070         melismata to help lyrics.
4071
4072         * lily/beam-performer.cc (try_music): new file. Handle beam events
4073         to help lyrics.
4074
4075         * lily/score-performer.cc (one_time_step): reinstate
4076         process_music().
4077
4078         * lily/performer.cc (process_music): add to interface.
4079
4080         * lily/performer-group-performer.cc (process_music): new function.
4081
4082         * lily/dot-column.cc (do_shifts): do collision resolution before
4083         dot positioning.
4084         
4085         * scripts/lilypond-book.py (Snippet.output_print_filename): new
4086         file, process printfilename option.
4087         (Snippet.__init__): rewrite: do not use global variables h or
4088         index.
4089         (main): really support -I option.
4090         (find_toplevel_snippets): new code.
4091         (find_toplevel_snippets): reinstate old version, without global
4092         variables.
4093
4094         * tex/texinfo.tex: really add file.
4095         
4096 2004-02-06  Jan Nieuwenhuizen  <janneke@gnu.org>
4097
4098         * scripts/lilypond-book.py (find_toplevel_snippets): Python < 2.3
4099         compatibility.
4100
4101 2004-02-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4102
4103         * scripts/hw-lilypond-book.py (Snippet.output_print_filename): 
4104
4105         * scm/define-translator-properties.scm (drumPitchTable): add
4106         property.
4107
4108         * scripts/lilypond-book.py (simple_toplevel_snippets): new
4109         function.
4110         (help_summary): docstrings.
4111         (do_file): strip the dir of input_base too.
4112
4113 2004-02-05  Jan Nieuwenhuizen  <janneke@gnu.org>
4114
4115         * Documentation/topdocs/NEWS.texi: Add item about lilypond-book.
4116
4117         * Documentation/user/lilypond-book.itely: Update.
4118
4119         * make/ly-rules.make: Update lilypond-book commands.
4120
4121         * Documentation/user/GNUmakefile: Update makeinfo commands,
4122         lilypond-book flags.
4123
4124         * scripts/lilypond-book.py: Rewrite (was: filter-lilypond-book.ly).
4125         
4126         * scripts/old-lilypond-book.py: New file (was: lilypond-book.ly).
4127
4128         * scripts/filter-lilypond-book.py: Remove.
4129
4130         * Documentation/user/*tely: Update options for new lilypond-book.
4131
4132         * tex/texinfo.tex: New file; from texinfo CVS.  This fixes build
4133         with @macros in @includes.
4134
4135 2004-02-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4136
4137         * lily/rest-collision-engraver.cc (process_acknowledged_grobs):
4138         make rest-collision only.
4139
4140         * lily/break-substitution.cc (substitute_one_mutable_property):
4141         clear all-elements using scm_assq_remove_x(). 
4142
4143         * lily/rest-collision.cc (do_shift): shift single rests
4144
4145         * flower/include/array.hh (class Array): rename to is_empty ()
4146
4147         * lily/drum-note-performer.cc: new file: perform drum notes.
4148
4149         * VERSION (PACKAGE_NAME): release 2.1.19.
4150         
4151 2004-02-05  Jan Nieuwenhuizen  <janneke@gnu.org>
4152
4153         * scripts/filter-lilypond-book.py
4154         (classic_lilypond_book_compatibility): New function.
4155
4156 2004-02-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4157
4158         * buildscripts/lilypond.words.py (F): remove drums.scm reference.
4159
4160         * Grand 2003 -> 2004 search replace. 
4161
4162         * lily/parser.yy (chord_body_element): add DRUM_PITCH to chords
4163         (i.e. < > )
4164
4165         * ly/performer-init.ly: add DrumStaff
4166
4167         * lily/axis-group-engraver.cc (acknowledge_grob): also take
4168         lyric-interface; this prevents lines with only extender lines from
4169         being junked.
4170  
4171         * scm/define-grob-interfaces.scm (lyric-interface): new interface
4172
4173         * lily/lyric-extender.cc (brew_molecule): get line breaking and
4174         extenders right, for once and for all (hopefully).
4175         
4176         * lily/break-substitution.cc (substitute_one_mutable_property):
4177         clear old 'all-elements for System grobs.
4178
4179         * lily/new-lyric-combine-music-iterator.cc (find_voice): make sure
4180         that associatedVoiceContext is always assigned when music & lyrics
4181         are found. 
4182
4183         * ly/engraver-init.ly: remove Lyrics context.
4184         (TabVoice): add noteheads engraver
4185
4186         * input/test/improv.ly: update: do not use Thread switching. 
4187
4188         * lily/pitch-squash-engraver.cc (acknowledge_grob): only squash if
4189         squashedPosition is a number  
4190
4191         * Documentation/user/refman.itely (Automatic note splitting):
4192         remove Thread references.
4193
4194         * input/no-notation/pc-direction.ly: remove file.
4195
4196         * ly/engraver-init.ly: remove Thread
4197
4198         * input/regression/tie-chord-partial.ly: remove file.
4199
4200         * scripts/convert-ly.py (conv): \harmonic rule
4201
4202         * lily/new-fingering-engraver.cc (acknowledge_grob): add new
4203         notation for harmonic notes: <c' g''\harmonic>
4204
4205         * lily/lily-guile.cc (alist_to_hashq): new function
4206
4207         * scm/lily.scm (alist->hash-table): new function.
4208
4209         * Documentation/user/refman.itely (Percussion staves): update doco.
4210
4211         * input/regression/drums.ly (timb): updates
4212
4213         * lily/note-performer.cc (create_audio_elements): robustness fix.
4214
4215         * ly/engraver-init.ly: add DrumStaff and DrumVoice contexts
4216
4217 2004-02-05  Jan Nieuwenhuizen  <janneke@gnu.org>
4218
4219         * scripts/filter-lilypond-book.py (find_toplevel_snippets): Do not
4220         discard valid matches.
4221
4222 2004-02-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4223
4224         * lily/drum-note-engraver.cc: new file.
4225
4226         * ly/drumpitch-init.ly: move drum definitions
4227
4228         * scm/drums.scm: remove file.
4229
4230         * lily/*.cc: remove abort-event everywhere.
4231
4232         * lily/note-heads-engraver.cc (process_music): robustification.
4233
4234         * lily/accidental-engraver.cc (process_acknowledged_grobs):
4235         robustification.
4236
4237         * lily/parser.yy (simple_element): add \drums mode.
4238         (simple_element): remove \pitchnames , \chordmodifiers. Use
4239         variables to store this. 
4240
4241         * lily/lexer.ll (My_lily_lexer): remove support for \PITCHNAME
4242         outside \notes.
4243
4244         * VERSION: release 2.1.18.
4245         
4246         * input/test: remove octave-duplicate.ly
4247
4248 2004-02-04  Jan Nieuwenhuizen  <janneke@gnu.org>
4249
4250         * scripts/filter-lilypond-book.py: Speed-up and clean-ups.
4251
4252 2004-02-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4253
4254         * lily/simultaneous-music-iterator.cc: remove clone() and copy
4255         constructor from Music_iterator. Changes throughout.
4256
4257         * lily/include/music-iterator.hh (class Music_iterator): remove
4258         Music_iterator::skip and Music_iterator::get_pending_events from
4259         interface. Rename report_to -> get_outlet 
4260
4261         * lily/auto-change-iterator.cc: move contents from
4262         new-auto-change-iterator.cc from
4263
4264         * scm/part-combiner.scm: determine split-list from Scheme. 
4265
4266         * lily/new-auto-change-iterator.cc (process): new file.
4267
4268         * lily/parser.yy (part_combined_music): remove old PC cruft.
4269
4270         * ly/engraver-init.ly: remove old
4271         PC cruft.
4272
4273         * Documentation/user/refman.itely (The Lyrics context): note about
4274         extender lines.
4275
4276         * lily/multi-measure-rest-engraver.cc (process_music): extra check
4277         to allow 0-length mmrest events.
4278
4279         * scm/part-combiner.scm (determine-split-list): many bugfixes.
4280
4281         * lily/new-part-combine-iterator.cc (kill_mmrest): new function.
4282
4283         * lily/spacing-engraver.cc (finalize): robustifications.
4284
4285         * input/regression/new-part-combine-solo-global.ly: new file.
4286
4287         * scm/part-combiner.scm: rewrite.
4288
4289 2004-02-03  Juergen Reuter  <reuter@ipd.uka.de>
4290
4291         * Documentation/user/refman.itely, input/puer-fragment.ly,
4292         input/test/vaticana.ly, ly/engraver-init.ly: ancient examples
4293         updated for proper use of lyricsto; replaced "(" and ")" ->
4294         "\melisma" and "\melismaEnd"
4295
4296         * input/test/ancient-font.ly: small updates to reduce compile
4297         warnings (TODO: junk this file)
4298
4299         * input/test/gregorian-scripts.ly: added comment about bug
4300
4301         * lily/gregorian-ligature-engraver.cc, lily/ligature-engraver.cc:
4302         tiny robustness fix
4303
4304         * mf/parmesan-clefs.mf: exact_center fixes (this broke due to
4305         recent changes in the feta code); temporarily mapped mensural g
4306         clef to a copy of petrucci g clef until mensural g clef will have
4307         been rewritten
4308
4309         * mf/parmesan-heads.mf: bugfix: solved character name clashing
4310         between mensural and neo-mensural heads (this broke quite a while
4311         ago)
4312
4313         * mf/parmesan-rests.mf: still more tiny set_char_box() fixes
4314
4315 2004-02-03  Jan Nieuwenhuizen  <janneke@gnu.org>
4316
4317         * scripts/filter-lilypond-book.py: Handle @include.  Add progress
4318         indication.  Fixes for verbatim, multi line comments.
4319
4320 2004-02-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4321
4322         * input/regression/new-part-combine-solo.ly: more cases.
4323
4324         * lily/slur.cc (height): robustness fix.
4325
4326         * lily/new-part-combine-iterator.cc (process): add apart-spanner. 
4327
4328         * input/mutopia/F.Schubert/morgenlied.ly (melody): revert
4329         stemUp/stemDown.
4330
4331         * scm/music-functions.scm (determine-split-list): further analysis.
4332
4333         * lily/script-engraver.cc (try_music): discard duplicate
4334         articulations.
4335
4336         * input/regression/new-part-combine-solo.ly: new file
4337
4338         * input/regression/new-part-combine-a2.ly: new file.
4339
4340         * ly/performer-init.ly: add Devnull
4341
4342         * scripts/convert-ly.py (FatalConversionError.sub_acc): add rule
4343         for \musicglyph #"accidental-*"
4344         (conv): \newpartcombine rule.
4345
4346 2004-02-03  Jan Nieuwenhuizen  <janneke@gnu.org>
4347
4348         * scripts/filter-lilypond-book.py: Handle @lilypondfile, bugfixes.
4349
4350 2004-02-02  Jan Nieuwenhuizen  <janneke@gnu.org>
4351
4352         * scripts/filter-lilypond-book.py: Handle verbatim, latex
4353         textwidth, --output.
4354
4355 2004-02-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4356
4357         * scm/new-markup.scm (doubleflat): add accidental markups.
4358
4359         * VERSION: release 2.1.17
4360         
4361         * Documentation/user/refman.itely (Automatic part combining):
4362         revise documentation of the part-combiner.
4363
4364         * input/regression/pc-switch-slur.ly (texidoc): remove file.
4365         
4366         * input/test/part-combine-{moment,staff}.ly: remove file.
4367
4368         * input/regression/pc-mmrest.ly (two): remove file.
4369
4370         * scm/define-music-types.scm (music-descriptions): add
4371         Solo{One,Two}Event and UnisonoEvent
4372
4373         * lily/new-part-combine-iterator.cc (unisono): add state_
4374         variable, signal changes with part-combine-event.
4375
4376         * input/regression/new-part-combine-text.ly: new file.
4377
4378         * lily/part-combine-engraver.cc: new file.
4379
4380 2004-02-02  Jan Nieuwenhuizen  <janneke@gnu.org>
4381
4382         * scripts/filter-lilypond-book.py: Handle snippet options.
4383
4384 2004-02-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4385
4386         * scm/music-functions.scm (determine-split-list): detect solo1/2
4387         and unisono.
4388
4389         * lily/new-lyric-combine-music-iterator.cc (construct_children):
4390         revert fix, document why.
4391
4392         * lily/tie-performer.cc (process_music): new function. Set melisma
4393         property.
4394
4395         * lily/tuplet-bracket.cc (make_bracket): make sure that gap is
4396         always smaller than bracket size.
4397         (make_bracket): oops. Size of the gap was off by factor 2
4398
4399         * input/test/text-rotate.ly: new file.
4400
4401         * scm/new-markup.scm (markup): a macro that provides a
4402         LilyPond-like syntax in scheme for building markups, in order to
4403         help markup command definition. (Nicolas Sceaux)
4404
4405         * input/test/lyrics-skip-notes.ly: new example.
4406
4407         * lily/parser.yy (post_event): make HYPHEN into postfix event.
4408
4409         * lily/new-lyric-combine-music-iterator.cc (find_context_below):
4410         use is_alias() iso. == . This fixes lyrics on
4411         GregorianTranscriptions. 
4412
4413 2004-02-02  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4414
4415         * scripts/lilypond.py (ly_paper_to_latexpaper): Add newline before 
4416         \thispagestyle{lastpage} to avoid that it's printed on the second
4417         last page when there's only a single score line on the last page.
4418         (The page breaking mechanism in TeX played some ugly tricks to us.)
4419
4420 2004-02-01  Jan Nieuwenhuizen  <janneke@gnu.org>
4421
4422         * scripts/filter-lilypond-book.py: Further development.
4423
4424         * input/regression/collision-dots-move.ly: New test.
4425
4426         * lily/note-collision.cc (check_meshing_chords): Move dots on left
4427         hand side note head of non-merged collision to the right.
4428
4429         * lily/new-lyric-combine-music-iterator.cc (start_new_syllable):
4430         Construct children before accessing property from emtpy
4431         lyrics_context_.
4432         (construct_children): Find thread before finding LyricsVoice.
4433         Create LyricsVoice one if none found, fixes crash (thanks Erik
4434         Sandberg).
4435
4436 2004-01-31  Jan Nieuwenhuizen  <janneke@gnu.org>
4437
4438         * cygwin/: Forward port.
4439
4440 2003-10-01  Jan Nieuwenhuizen  <janneke@gnu.org>
4441
4442         * buildscripts/install-info-html.sh: Use Bash.
4443
4444         * cygwin/mknetrel: Patch from Bert.
4445
4446 2003-09-30  Jan Nieuwenhuizen  <janneke@gnu.org>
4447
4448         * cygwin/lily-wins.py: Check whether to run ly2dvi or lilypond.
4449
4450         * stepmake/stepmake/topdocs-targets.make (copy-to-top): Do not
4451         try to copy *png, index.html (Bertalan Fodor).
4452
4453         * cygwin/mknetrel (preinstall): Set webdir (Bertalan Fodor).
4454
4455 2003-09-30  Jan Nieuwenhuizen  <janneke@gnu.org>
4456
4457         * lily/note-collision.cc (check_meshing_chords): Do not remove
4458         dots (from down head) when merging similar heads (thanks Matthias
4459         Kilian).  Simplify merge_possible tests and other cleanups
4460
4461         * input/regression/collision-merge-differently-dotted.ly: Add test
4462         for disappearing dots on similar heads for both voices.
4463
4464 2004-01-30  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4465
4466         * Documentation/user/invoking.itexi (Invoking lilypond): Document
4467         that tagline overrides copyright for single page scores. Correct
4468         the default tagline value.
4469
4470 2004-01-29  Jan Nieuwenhuizen  <janneke@gnu.org>
4471
4472         * Documentation/topdocs/NEWS.texi: Compile fix (thanks Mats).
4473
4474 2004-01-29  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4475
4476         * buildscripts/lilypond-login.sh: Avoid warning about undefined
4477         TEXMF if it's previously unset.
4478
4479 2004-01-29  Heikki Junes <hjunes@cc.hut.fi>
4480
4481         * scm/chord-name.scm (german-markup): bugfix: use SEMI-TONE.
4482
4483         * input/test/trills.ly: fix the unfolding of lineprall.
4484
4485         * input/test/figured-bass-alternative.ly: fix accidental.
4486
4487 2004-01-28  Jan Nieuwenhuizen  <janneke@gnu.org>
4488
4489         * Documentation/topdocs/NEWS.texi: Add note about safe mode.
4490         
4491         * input/no-notation/dos-guile.ly: 
4492         * input/no-notation/dos-ps.ly: 
4493         * input/no-notation/dos-tex.ly: New file.  These tests still FAIL.
4494         
4495         * input/no-notation/safe-include.ly:
4496         * input/no-notation/safe-guile.ly:
4497         * input/no-notation/safe-ps.ly: 
4498         * input/no-notation/safe-tex.ly: New file.
4499
4500         * scripts/lilypond.py (global_latex_preamble): Add \nofiles for
4501         safe mode Add -s,--safe-mode option.  Use -S,--set for setting
4502         options now.
4503         (run_lilypond): When in --safe-mode, pass option to lilypond-bin.
4504         When in --safe-mode, set environment openout_any=p[aranoid].
4505
4506         * tex/ltest.tex: 
4507         * tex/lilyponddefs.tex: Add \nofiles.
4508
4509         * python/lilylib.py (get_bbox, make_ps_images): Add -dSAFER to gs
4510         options.
4511
4512         * mf/GNUmakefile (FETA_LIST_FILES): Install feta*list.lys too.
4513         This allows building the user manual using a binary installation
4514         and a matching unpacked source tree.
4515
4516         * scm/lily.scm (safe-module): New variable. 
4517
4518         * lily/includable-lexer.cc (new_input): Fix error messages.
4519
4520         * lily/parse-scm.cc (internal_ly_parse_scm): Add parameter SAFE.
4521         If SAFE, evaluate in safe-module.  Change callers.
4522
4523         * lily/main.cc (Long_option_init): Reinstate safe-mode.
4524
4525         * lily/lexer.ll (embedded_scm): While processing main-input,
4526         invoke ly_parse_scm with safe mode if running in safe-mode.
4527         (<<EOF>>): Reset main_input_b_, fixes old-relative chech
4528         in init.ly for safe-mode.
4529
4530 2004-01-28  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4531
4532         * scripts/lilypond.py (ly_paper_to_latexpaper): Regain
4533         compatibility with old versions of geometry.sty (compat2
4534         already implied includehead).
4535         Change the page layout slightly so bottom + footskip = top +
4536         headheight + headsep = 16mm, the remaining paperheight-32mm
4537         are used for the music. Increase footskip to 5mm, so the top of
4538         the footer text doesn't touch the music.
4539
4540 2004-01-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4541
4542         * VERSION: release 2.1.16
4543         
4544         * scm/music-functions.scm (determine-split-list): bugfix: only use
4545         new-active for both voices if both indexes advance. This fixes the
4546         biggest outstanding problem with new-pc. 
4547
4548         * lily/new-part-combine-iterator.cc (construct_children): set more
4549         directions.
4550
4551 2004-01-27  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4552
4553         * scripts/convert-ly.py (conv): add instrument rule.
4554
4555         * lily/instrument-name-engraver.cc: add Vocal_name_engraver.
4556
4557         * lily/side-position-interface.cc: remove add_staff_support ()
4558         Change all callers to use staff-padding.
4559
4560         * lily/auto-beam-engraver.cc (create_beam): opps. Don't use
4561         make_spanner().
4562
4563         * lily/a2-engraver.cc (process_acknowledged_grobs): 
4564
4565         * lily/text-engraver.cc: remove scriptHorizontal property.
4566
4567         * lily/beam.cc (least_squares): also set least-squares-dy for
4568         special case of slanted 2-stem beam to center.
4569
4570         * lily/side-position-interface.cc (out_of_staff): move contents of
4571         out_of_staff into aligned_side.
4572         remove out_of_staff().
4573
4574         * input/regression/measure-grouping.ly: fix warning.
4575
4576         * lily/side-position-interface.cc: add staff-padding support to
4577         Side_position_interface::aligned_side.
4578
4579         * lily/system-start-delimiter-engraver.cc (process_music): whoops,
4580         one get_property too many.
4581
4582         * flower/include/drul-array.hh (linear_combination): new function
4583         (scale_drul): new function
4584
4585         * lily/beam.cc: use Drul_array<Real> iso. interval, because *=
4586         operations on empty intervals are silly.
4587
4588 2004-01-26  Jan Nieuwenhuizen  <janneke@gnu.org>
4589
4590         * lily/note-heads-engraver.cc (process_music): use robust_scm2int
4591         (iso gh_scm2int), fixes crash in new part-combiner.
4592
4593         * configure.in: Up mftrace to 1.0.27.
4594
4595 2004-01-26  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4596
4597         * VERSION: release 2.1.15
4598         
4599         * lily/lyric-phrasing-engraver.cc (stop_translation_timestep):
4600         align all stanza numbers.
4601
4602 2004-01-26  Heikki Junes <hjunes@cc.hut.fi>
4603
4604         * Documentation/user/{introduction.itely,refman.itely,
4605         converters.itely}: fix some text inside parentheses; text should
4606         be readable (even) if parentheses are either replaced with commas 
4607         or dropped out.
4608
4609 2004-01-25  Werner Lemberg  <wl@gnu.org>
4610
4611         * buildscripts/lilypond.words.py, input/puer-fragment.ly,
4612         input/test/vaticana.ly, input/test/ancient-font.ly,
4613         input/test/mensural-ligatures.ly, input/test/gregorian-scripts.ly,
4614         lily/include/staff-symbol.hh, lily/breathing-sign.cc,
4615         ly/params-as-init.ly, scm/define-grobs.scm,
4616         scm/define-grob-properties.scm: s/stafflinethickness/linethickness/.
4617
4618         * ly/params-as-init.ly: Removed.  Obsolete.
4619         * buildscripts/lilypond.words.py: Updated.
4620
4621 2004-01-25  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4622
4623         * mf/parmesan-clefs.mf: switch off mensural G clefs.
4624
4625         * mf/feta-din{4,5,7,9}.mf: remove.
4626         
4627         * lily/engraver.cc (internal_make_item): centralize item/spanner
4628         factory.
4629
4630         * scripts/convert-ly.py (FatalConversionError.sub_durs): bugfix:
4631         do correct chord conversion for ^"sim."  (backportme)
4632         (FatalConversionError.sub_articulations): substitute ^"foo" in
4633         chords too. (backportme)
4634
4635         * scm/define-grobs.scm (all-grob-descriptions): use staff-padding
4636         for Fingering.
4637
4638         * lily/side-position-interface.cc (out_of_staff): don't do
4639         anything if staff-padding not defined. 
4640
4641         * mf/feta-params.mf (stafflines): introduce linethickness as
4642         general blackness of the font.
4643
4644         * lily/stem.cc (position_noteheads): rounding error robustness.
4645
4646         * input/regression/rest-collision-beam.ly: move beam/rest stuff
4647         from beam-collision.ly 
4648
4649         * lily/beam.cc (rest_collision_callback): remove direction.
4650
4651         * scm/define-grobs.scm (all-grob-descriptions): remove
4652         enclose-bounds in OttavaBracket and PianoPedalBracket
4653
4654         * scm/new-markup.scm (def-markup-command) new macro, which takes
4655         care of defining the COMMAND-markup and make-COMMAND-markup
4656         procedures, setting markup-signature and keyword-signature object
4657         properties, and pushing the markup command in
4658         markup-function-list.
4659
4660         All markup commands are defined thanks to it.  Users may also use
4661         it to define their own markup commands. (Nicolas Sceaux)
4662
4663         * scm/new-markup.scm: Scheme style clean-up: there should be no
4664         parenthesis alone on a line; LET* should not be used where LET is
4665         enough. (Nicolas Sceaux)
4666
4667 2004-01-25  Jan Nieuwenhuizen  <janneke@gnu.org>
4668
4669         * scripts/filter-lilypond-book.py: Add script.
4670
4671 2004-01-23  Jan Nieuwenhuizen  <janneke@gnu.org>
4672
4673         * ly/engraver-init.ly: Set enclose_bounds to #1 (was: ##t).
4674
4675 2004-01-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4676
4677         * Documentation/user/refman.itely (Fingering instructions): add
4678         single note chords. 
4679
4680         * lily/multi-measure-rest-engraver.cc: use a single
4681         MultiMeasureEvent for mm rests. This prevents problems with the
4682         new part combiner.
4683
4684         * scm/music-functions.scm (determine-split-list): analysis has
4685         global effect: a difference halfway a phrase makes the entire
4686         phrase be typeset as apart.
4687         (make-multi-measure-rest): make mmrest as a single rhythmic event. 
4688
4689 2004-01-23  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4690
4691         * ly/performer-init.ly: add Devnull.
4692
4693         * Documentation/user/refman.itely (Font selection): remove paper20
4694         ref.
4695         
4696 2004-01-22  Jan Nieuwenhuizen  <janneke@gnu.org>
4697
4698         * scripts/convert-ly.py (1.9.0): Handle phrasing slur.
4699
4700 2004-01-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4701
4702         * scm/music-functions.scm (determine-split-list): bugfixes.
4703
4704         * scm/lily.scm (uniq-list): new implementation, O(1) stack.
4705
4706         * input/test/scales-greek.ly: use C as base, results in different
4707         alterations at the clef.
4708
4709         * input/regression/pedal-ped.ly: new file.
4710
4711         * input/regression/pedal-bracket.ly: new file.
4712
4713         * lily/piano-pedal-bracket.cc (brew_molecule): new function;
4714         replace after_line_breaking()
4715
4716         * lily/line-interface.cc (line): read thickness.
4717         (line): dash-fraction = 0 always for dotted-line style.
4718
4719         * input/test/staff-lines.ly (lower): bugfix.
4720
4721         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): move
4722         \accepts Devnull into Score.
4723
4724         * scm/lily.scm: remove bla.scm load.
4725
4726 2004-01-21  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4727
4728         * VERSION: release 2.1.14
4729         
4730         * Documentation/topdocs/INSTALL.texi (Top): fix FTP url. 
4731
4732         * lily/side-position-interface.cc (general_side_position): add
4733         Staff_symbol_referencer::staff_space ().
4734
4735         * lily/include/context-def.hh: rename from translator-def.hh
4736
4737 2004-01-21  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4738
4739         * input/template/piano-dynamics.ly (pedal): Updated definition of
4740         Dynamics such that \cresc works, for example.
4741
4742 2004-01-21  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4743
4744         * lily/stem.cc (calc_stem_info): use
4745         Staff_symbol_referencer::staff_space
4746
4747         * lily/beam-quanting.cc (quanting): scale Stem_info 
4748
4749         * lily/beam.cc (rest_collision_callback): use minimum-distance
4750         property for rest/beam collisions.
4751         (rest_collision_callback): bugfixes.
4752
4753         * lily/system.cc (post_processing): extra-offset is now relative
4754         to the size of the current staff.
4755
4756         * scm/music-functions.scm (notice-the-events-for-pc): record all
4757         voices, only analyze "one" and "two".
4758
4759         * lily/recording-group-engraver.cc (finalize): bugfix: want self,
4760         not parent. 
4761
4762         * lily/new-part-combine-iterator.cc (construct_children): create
4763         Devnull from Voice context
4764
4765         * scm/music-functions.scm (determine-split-list): bugfixes.
4766
4767         * lily/lily-guile.cc (robust_scm2int): new function
4768
4769         * lily/staff-symbol-referencer.cc (line_thickness): new
4770         function. Use throughout.
4771
4772         * lily/font-size-engraver.cc (acknowledge_grob): only process grob
4773         in its own context.  Add to preset font-size.
4774
4775         * lily/stem.cc (thickness): new function.
4776
4777         * lily/staff-symbol.cc (get_ledger_line_thickness): new function:
4778         compute thickness from ledger-line-thickness.
4779
4780         * lily/note-head.cc (brew_ledger_lines): use
4781         Staff_symbol::get_ledger_line_thickness ().
4782
4783         * lily/beam.cc (rest_collision_callback): use
4784         Staff_symbol_referencer::staff_space().
4785
4786         * lily/parser.yy (My_lily_lexer): change syntax: \newpartcombine
4787         Mus1 Mus2
4788
4789         * lily/include/translator.hh (class Translator): add accepts_list_
4790         so  \with { \denies / \accepts } also works.
4791
4792         * scm/music-functions.scm (determine-split-list): determine split
4793         list from music events.
4794
4795         * lily/new-part-combine-iterator.cc: more states.
4796
4797         * lily/moment.cc (LY_DEFINE): new function ly:moment<? 
4798
4799 2004-01-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4800
4801         * lily/system.cc (set_loose_columns): use the right prebroken cols
4802         for interpolating loose column position.
4803
4804         * lily/text-spanner.cc (brew_molecule): default to no vertical
4805         lines.
4806
4807         * lily/ottava-bracket.cc (brew_molecule): vertical line doesn't
4808         take space.
4809
4810         * scm/define-grobs.scm (all-grob-descriptions): less padding.
4811
4812 2004-01-20  Jan Nieuwenhuizen  <janneke@gnu.org>
4813
4814         * scripts/convert-ly.py: Do not test filename when processing
4815         stdin.
4816
4817         * lily/axis-group-engraver.cc: Include warn.hh (compile fix).
4818
4819 2004-01-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4820
4821         * lily/axis-group-engraver.cc (finalize): extra check; if
4822         process_music () is never called, then staffline_ == 0.
4823
4824         * lily/simultaneous-music-iterator.cc (pending_moment): don't
4825         check run_always ().
4826         
4827         * VERSION: release 2.1.13
4828
4829         * input/regression/note-head-style.ly (pattern): cleanup.
4830
4831         * mf/GNUmakefile ($(outdir)/$(redhat-package)): use http for
4832         downloading.
4833
4834         * scm/output-lib.scm (shift-right-at-line-begin): new function:
4835         kludge rehearsalmark placement.
4836
4837         * lily/grob-scheme.cc (LY_DEFINE): add ly:item-break-dir , ly:item?
4838         , ly:spanner?
4839
4840         * lily/note-head.cc (internal_brew_molecule): only shorten ledger
4841         close to note head for accidentals.
4842
4843         * lily/tuplet-bracket.cc (get_default_dir): new algorithm for
4844         tuplet direction.
4845
4846         * mf/parmesan-heads.mf (overdone_heads): enlarge harmonic head.
4847
4848 2004-01-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4849
4850         * lily/include/music-iterator.hh (class Music_iterator): add
4851         substitute_outlet() to iterator API.
4852
4853         * lily/new-part-combine-iterator.cc (construct_children):
4854         New_pc_iterator: new class, better part combining.
4855
4856         * lily/tie-column.cc (werner_directions): new function
4857
4858         * lily/tie.cc (set_direction): call Tie_column::set_direction ()
4859
4860         * lily/axis-group-engraver.cc (process_acknowledged_grobs): give
4861         empty objects group spanner as parent
4862
4863         * lily/tuplet-bracket.cc (calc_position_and_height): check musical
4864         slope against graphical slope.
4865
4866         * lily/ottava-bracket.cc (brew_molecule): support minimum-length
4867         for ottava bracket.
4868
4869         * lily/side-position-interface.cc (general_side_position):
4870         opps. reinstate *dir.
4871
4872         * lily/parser.yy: plug many memory leaks. We're down to 4 for each
4873         parser run.
4874
4875         * lily/tuplet-bracket.cc: remove calc_dy ().
4876
4877         * Documentation/user/refman.itely (Balloon help): document balloon
4878         help
4879
4880 2004-01-19  Jan Nieuwenhuizen  <janneke@gnu.org>
4881
4882         * scm/document-backend.scm (check-dangling-properties): Grob
4883         properties are defined define-grob-properties.scm.
4884         
4885 2004-01-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4886         
4887         * VERSION: release 2.1.12
4888
4889         * scm/define-grobs.scm (all-grob-descriptions): larger font for
4890         ChordName
4891
4892         * scm/new-markup.scm (sub-markup): sup & super: make smaller in
4893         relation to surroundings.
4894
4895         * lily/tuplet-bracket.cc (calc_position_and_height): add staff
4896         Y-extent to the note-extents: stay clear of the staff.
4897
4898 2004-01-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4899
4900         * Documentation/user/GNUmakefile
4901         ($(outdir)/lilypond/lilypond.html): posix conforming globs. Link
4902         iso. copy.
4903
4904         * stepmake/stepmake/metafont-rules.make: remove --keep-trying.
4905
4906         * lily/separating-group-spanner.cc (set_spacing_rods): add padding.
4907
4908         * mf/,scripts/,make/,ly/,scm/: remove AsciiScript remnants.
4909
4910         * lily/lily-guile.cc (robust_scm2double): new function. Use throughout.
4911
4912         * lily/line-interface.cc (line): remove thickness from calling interface.
4913
4914         * lily/hairpin.cc: use Line_interface
4915
4916         * lily/line-interface.cc: new file. Line_interface for everything
4917         with dotted/dashed lines.
4918         
4919
4920         * lily/tuplet-bracket.cc (make_bracket): use Line_interface.
4921
4922         * lily/ottava-bracket.cc (brew_molecule): new file, separate routine
4923         for constructing ottava brackets.
4924         
4925         * lily/ottava-engraver.cc (acknowledge_grob): hang the bracket on
4926         the note heads.
4927
4928         * Documentation/user/internals.itely (Engravers and performers):
4929         fix broken link.
4930
4931         * scm/music-functions.scm (make-mark-set): new function.
4932
4933         * lily/lookup.cc: remove Lookup::horizontal_slope (): it is
4934         functionally identical to beam.
4935
4936         * lily/mensural-ligature.cc (brew_flexa): replace horizontal_slope
4937         () with beam (). 
4938
4939         * Documentation/user/refman.itely (Rehearsal marks): document new
4940         functionality.
4941
4942         * input/regression/rehearsal-mark-number.ly: new file.
4943
4944         * input/regression/rehearsal-mark-letter.ly: new file.
4945
4946         * scm/translation-functions.scm (number->mark-string): new function
4947         (format-mark-letters): new function
4948         (format-mark-numbers): new function
4949
4950         * lily/mark-engraver.cc (process_music): rehearsalMark is now
4951         integer; formatting is done through markFormatter property.
4952         
4953         * scm/define-translator-properties.scm: fold all *-done properties
4954         into positioning-done.
4955
4956         * lily/beam.cc (position_beam): new function
4957         (brew_molecule): make sure that positions are calced before making
4958         the molecule.
4959
4960         * scm/output*.scm (beam):  take 4th argument for function.
4961
4962         * ps/music-drawing-routines.ps: take blot as 4th argument.
4963
4964         * lily/beam.cc (brew_molecule): fix beam offsets: overlap with the
4965         stem to avoid small dents.
4966         
4967 2004-01-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4968
4969         * VERSION: release 2.1.11
4970
4971         * input/regression/balloon.ly: new file.
4972
4973         * lily/balloon.cc (brew_molecule): new file: draw boxes around
4974         objects, and make help texts. 
4975
4976         * scm/new-markup.scm (parse-simple-duration): parse duration
4977         string to log & dots. (Thanks Nicolas!)
4978
4979         * scripts/convert-ly.py (FatalConversionError.sub_note): add \note
4980         rule.
4981
4982 2004-01-17  Heikki Junes   <hjunes@cc.hut.fi>
4983
4984         * buildscripts/lilypond.words.py: remove unused files (THANKS Werner
4985         Lemberg).
4986
4987         * THANKS: alphabetic order.
4988
4989 2004-01-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4990
4991         * input/regression/note-head-harmonic.ly: new file.
4992
4993         * Documentation/user/internals.itely (Technical manual): explain
4994         difference between music, translation, layout.
4995
4996         * mf/parmesan-heads.mf (overdone_heads): add 0harmonic head.
4997
4998         * scm/output-ascii-script.scm (bracket): rounding bfs.
4999
5000         * scripts/convert-ly.py (conv): add \include "paper" rule. 
5001
5002         * ly/paper*.ly: remove files. 
5003         
5004         * scm/paper.scm (set-staff-size): new function: set default
5005         staff-size.
5006
5007         * scripts/convert-ly.py (conv): add conversion rule.
5008
5009         * lily/music-output-def.cc (LY_DEFINE): ly_output_def_scope: new
5010         function.
5011
5012         * scm/paper.scm: new file.
5013         (set-staff-size): new function 
5014         (set-paper-size): new function
5015
5016         * lily/parser.yy (music_output_def_body): restructure definition,
5017         so first Scheme statement in \paper also happens in new scope. 
5018
5019         * lily/system.cc (post_processing): move uniquify_list () to
5020         dumping molecule stage.
5021
5022         * ly/engraver-init.ly: set barCheckSynchronize to #f. Warning:
5023         this will mess up scores that use barchecks to shorten measures.
5024
5025         * mf/feta-bolletjes.mf (overdone_heads): make note heads rounder
5026         at 20pt too.
5027
5028         * Documentation/user/tutorial.itely (Printing lyrics): document
5029         \lyricsto
5030
5031         * lily/my-lily-lexer.cc: \newaddlyrics -> \lyricsto
5032
5033         * Documentation/user/refman.itely (Fermatas): document \lyricsto
5034
5035         * lily/new-lyric-combine-music-iterator.cc (process): don't crash
5036         if Voice is not found.
5037
5038         * VERSION: release 2.1.10
5039         
5040         * input/{test,regression}/: remove old-relative 
5041
5042         * lily/lexer.ll: add empty markup signature. 
5043
5044         * scm/new-markup.scm (markup-functions-and-signatures): reinstate
5045         strut markup
5046
5047         * lily/parser.yy (markup): MARKUP_HEAD_EMPTY
5048
5049         * scm/define-translator-properties.scm: update melismata property
5050         doco.
5051
5052         * lily/system.cc (output_lines): revert uniquify_list() patch,
5053         strange side effects seen.
5054         
5055         * lily/line-spanner.cc (dashed_line_molecule): return nothing if
5056         dash-period < 0.
5057
5058         * scm/midi.scm (instrument-equalizer-alist): fix equalizer setting
5059         for flute. 
5060
5061 2004-01-15  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5062
5063         * input/regression/*.ly: use newaddlyrics iso. addlyrics
5064
5065         * input/regression/lyrics-multi-stanza.ly (texidoc): remove file.
5066
5067         * lily/lyric-extender.cc (brew_molecule): behave decently in case
5068         of line breaks.
5069         (brew_molecule): add padding to left, not right.
5070
5071         * lily/system.cc (uniquify_list): new function
5072         (output_lines): uniquify_list () on all-elements. This fixes
5073         double symbols in the output.
5074
5075         * lily/beam.cc (rest_collision_callback): don't move anything if
5076         staff-position is set.
5077
5078         * input/regression/rest-pitch.ly (texidoc): add rest under beam.
5079
5080         * lily/system.cc (typeset_grob): warn if adding twice.
5081
5082         * lily/sequential-iterator.cc (run_always): implement run_always().
5083         (also in other files.)
5084         
5085         * input/mutopia/F.Schubert/standchen.ly: use newaddlyrics. 
5086
5087         * lily/event.cc (to_relative_octave): add octave-check.
5088
5089         * Documentation/user/refman.itely (Line breaking): add noBreak.
5090
5091         * scm/new-markup.scm (normalsize-markup): add function.
5092         (sans-markup): new function.
5093
5094         * lily/beam-engraver.cc (valid_end_point): opps, beam-stop-events
5095         come earlier nowadays.  This fixes beams on grace notes.
5096         
5097         * scm/music-functions.scm (direction-polyphonic-grobs): new
5098         variable, share between override and revert. This fixes script
5099         directions in polyphonic sections. (backportme)
5100
5101 2004-01-14  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5102
5103         * lily/text-spanner.cc (brew_molecule): don't do shorten-pair for
5104         breakpoints.
5105
5106         * lily/break-align-interface.cc: add doco
5107
5108         * Documentation/user/refman.itely (Rehearsal marks): add index marks. 
5109
5110 2004-01-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5111
5112         * VERSION: release 2.1.9
5113
5114         * scm/document-markup.scm (markup-doc-node): add note about naming.
5115
5116         * scm/new-markup.scm (left-align-markup): bugfix. 
5117
5118         * Documentation/user/refman.itely (Ottava brackets): more doco for
5119         ottava.
5120
5121         * lily/side-position-interface.cc (out_of_staff): also do
5122         out_of_staff() correctly for d == DOWN.
5123
5124         * lily/text-spanner.cc (brew_molecule): only put vertical line and
5125         horizontal line if they move to the right.
5126         
5127         * scm/define-grobs.scm (all-grob-descriptions): set
5128         text-repeat-if-broken for ottava spanner
5129
5130         * lily/text-spanner.cc (brew_molecule): text-repeat-if-broken
5131         property.
5132
5133         * mf/feta18.mf: design size is 18 not 22.5
5134
5135         * lily/new-lyric-combine-music-iterator.cc (process): new file.
5136         Add a single LyricsVoice to a melody. Melismata may be set
5137         individually.
5138
5139         * input/regression/lyric-combine-new.ly: new file. Demo \newaddlyrics.
5140
5141         * lily/dot-column.cc: add stdio.h
5142
5143 2004-01-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5144
5145         * lily/item.cc: documentation for break-visibility (Thanks, John).
5146
5147 2004-01-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5148
5149         * lily/bar-line.cc (compound_barline): add bartype :  (dotted).
5150
5151         * lily/translator-def.cc: rename Translator_def to Context_def.
5152
5153         * Documentation/user/internals.itely (Lexical details): clarify
5154         string def.
5155
5156         * Documentation/user/refman.itely (Rhythmic music): add link to
5157         RhythmicStaff 
5158
5159 2004-01-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5160
5161         * lily/translator.cc: document start_translation_timestep()
5162
5163         * scm/output-tex.scm (tex-encoded-fontswitch): use
5164         round for rounding (inexact->exact yields rationals)
5165
5166         * lily/*.cc: remove superfluous start_translation_timestep() calls.
5167
5168         * lily/translator-group.cc (get_simple_trans_list): 
5169         new function; construct simple_trans_list_ lazily.
5170         
5171 2004-01-10  Jan Nieuwenhuizen  <janneke@gnu.org>
5172
5173         * lily/paper-outputter.cc (output_scope): Check if number before
5174         checking exact (guile cvs).
5175
5176         * scm/*: Escape backslashes in scheme strings (guile cvs).
5177
5178 2004-01-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5179
5180         * Documentation/user/refman.itely (Tablatures basic): annotate
5181         seealso sections.
5182
5183         * lily/*.cc: cleanup of engraver initialize() functions.
5184
5185         * lily/repeat-acknowledge-engraver.cc
5186         (start_translation_timestep): remove first_b_
5187
5188         * lily/tab-note-heads-engraver.cc: listen to string number events
5189         inside < > too. (backportme).
5190
5191         * Documentation/user/refman.itely (Text scripts): add fatText to
5192         index.
5193
5194 2004-01-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5195
5196         * VERSION: 2.1.8
5197
5198         * stepmake/bin/add-html-footer.py (built): add Wiki links to
5199         footer.
5200
5201         * lily/parser.yy (translator_mod): allow \with { \remove .. }
5202
5203         * lily/bar-check-iterator.cc (process): only warn if
5204         barCheckLastFail was changed.
5205
5206         * scm/define-translator-properties.scm (barCheckLastFail): add
5207         property.
5208
5209         * lily/main.cc (main_prog): print summary of failed files.
5210
5211         * lily/axis-group-engraver.cc: move all spanner creation to
5212         process_music (). Now staffs can be adjusted with \override too.
5213         (Jan, you are a brilliant programmer!)
5214         
5215         * lily/chord-tremolo-engraver.cc (try_music): fix spurious warning. 
5216
5217 2004-01-09  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5218
5219         * Documentation/user/tutorial.itely (Integrating text and music):
5220         Show the commands to produce a PDF as well.
5221
5222 2004-01-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5223
5224         * lily/translator-def.cc (get_translator_names): accept user
5225         tweaks too. 
5226
5227         * mf/feta-bolletjes.mf (overdone_heads): oops, slashes are twice
5228         as big as normal heads. 
5229
5230         * input/*ly: run convert-ly
5231         
5232         * lily/tuplet-bracket.cc (brew_molecule): call after_line_breaking
5233         () if dependencies are fluked.
5234
5235         * scm/document-translation.scm (engraver-doc-string): update on
5236         latest string/symbol conventions.
5237
5238         * lily/translator-ctors.cc: use Scheme_hash_table.
5239
5240         * lily/translator-def.cc (get_translator_names): new function
5241         (add_context_mod): new function
5242         (get_accepted): new function
5243
5244         * lily/parser.yy (context_mod): put all modifications of
5245         \translator { } in a single production, encode as SCM.
5246
5247         * lily/translator-def.cc (add_context_mod): rewrite Translator_def
5248         to use read-only lists, so additions to the definition can be
5249         prepended easily.  
5250
5251         * Documentation/user/invoking.itexi (Editor support): add node on
5252         editor support.
5253
5254         * Documentation/user/refman.itely (Bar check): add lyrics example
5255         of bar checks. 
5256
5257         * input/mutopia/F.Schubert/morgenlied.ly: add bar checks.
5258
5259         * scripts/convert-ly.py (conv): add conversion rule.
5260
5261         * lily/parser.yy: use \change iso. \translator for staff switch.
5262
5263         * lily/my-lily-lexer.cc: add \change.
5264
5265         * scm/define-translator-properties.scm
5266         (default-melisma-properties): add definition.
5267
5268 2004-01-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5269
5270         * Documentation/user/refman.itely (Bar lines): clarification of
5271         systemStartDelimiter. 
5272
5273         * input/test/slur-shape.ly (x): remove file.
5274
5275         * lily/translator-group.cc (apply_property_operations): new function.
5276
5277 2004-01-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5278
5279         * lily/parser.yy (optional_prop_ops): allow \with {
5280         PROPERTYSETTINGS } following \context or \new.
5281
5282         * lily/my-lily-lexer.cc: add \with.
5283
5284         * lily/parser.yy (property_operation): clean up definition of
5285         property operations.
5286         (property_op_to_music): new function.
5287         (context_spec_music): new function
5288
5289         * VERSION: 2.1.7 released.
5290         
5291         * input/regression/collision-merge-dots.ly: new file.
5292
5293         * lily/note-collision.cc (check_meshing_chords): if merging heads,
5294         then kill the dots too. 
5295
5296         * lily/separating-line-group-engraver.cc (acknowledge_grob):
5297         set/unset breakableSeparationItem
5298
5299         * lily/separation-item.cc (relative_width): add function.
5300
5301         * scm/define-grob-interfaces.scm (only-prebreak-interface): add
5302         only-prebreak-interface
5303
5304         * lily/system.cc (output_lines): only junk only-prebreak-interface
5305         grobs.
5306
5307         * lily/multi-measure-rest-engraver.cc (stop_translation_timestep):
5308         read breakableSeparationItem
5309
5310         * input/regression/multi-measure-rest-multi-staff-center.ly: new file.
5311
5312         * lily/system.cc (output_lines): don't suicide Spacing_items. 
5313
5314         * lily/dot-column.cc (dot_config_badness): new function:
5315         select the best scoring dot configuration: dots should go close to
5316         the note heads, but be shifted up or down according to conventions.
5317         (print_dot_configuration): idem.
5318         (shift_one): idem
5319         (remove_collision): idem.
5320
5321         * input/regression/dots.ly: add more test cases.
5322
5323 2004-01-06  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5324
5325         * lily/include/scm-hash.hh (class Scheme_hash_table): idem.
5326
5327         * flower/include/interval.hh: rename elem_b to contains 
5328
5329         * lily/tie.cc: change 'heads to 'head-pair.
5330
5331         * lily/lyric-phrasing-engraver.cc (process_acknowledged_grobs):
5332         fill in 'heads field.
5333
5334         * lily/lyric-extender.cc (brew_molecule): use heads for width, use
5335         minimum-length for short ones, and shorten so collisions with the
5336         next syllable are avoided.
5337
5338         * lily/beam-quanting.cc (score_slopes_dy): add extra points for
5339         near-zero slopes.
5340         Only do DAMPING_DIRECTION_PENALTY for non-horizontal dy 
5341
5342         * lily/dots.cc: remove quantized_position callback. All Y
5343         positioning is done by dot-column.cc
5344
5345         * lily/dot-column.cc (do_shifts): rewrite shifting routine: do
5346         exhaustive test of all dot positions. This fixes disappearing dots
5347         in dotted chords.
5348
5349 2004-01-05  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5350
5351         * mf/feta-klef.mf (test_staff): fatten up G clef
5352         (test_staff): fatten up f clef.
5353         
5354
5355 2004-01-05  Jan Nieuwenhuizen  <janneke@gnu.org>
5356
5357         * input/mutopia/E.Satie/petite-ouverture-a-danser.ly: 
5358         * input/les-nereides.ly: Use latin1 characters for title, like
5359         Morgenlied.
5360
5361 2004-01-05  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5362
5363         * scm/font.scm (paper20-font-vector): add bold-narrow series (only
5364         cmb10).
5365
5366         * lily/lyric-extender.cc (brew_molecule): add little space before
5367         extender line.
5368
5369         * lily/beam-quanting.cc (score_forbidden_quants): check if
5370         outer stafflines fall in any beam gaps.
5371
5372         * scm/define-grobs.scm (all-grob-descriptions): use bold-narrow
5373         for lyric texts.
5374
5375 2004-01-04  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5376
5377         * VERSION: 2.1.6 released.
5378
5379         * lily/beam-quanting.cc (quanting): add inspect-quants property:
5380         this shows the demerits of a user-defined beam position pair.
5381
5382         * scm/define-grobs.scm (all-grob-descriptions): set
5383         beamed-extreme-minimum-free-lengths to a different value.
5384
5385         * lily/scm-option.cc: add debug-beam scm-option
5386
5387         * mf/feta-bolletjes.mf (overdone_heads): fix stem attachments.
5388
5389 2004-01-03  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5390
5391         * lily/beam.cc (brew_molecule): rewrite debug output: split up scores.
5392
5393         * scm/define-grobs.scm (all-grob-descriptions): use semi-fixed
5394         space after barline.
5395
5396         * mf/feta-eindelijk.mf (tracingvariables): make top of 8th rest fatter.
5397
5398         * lily/spacing-spanner.cc (breakable_column_spacing): take average
5399         of spacing wishes, not maximum. Only do this for delta-t == 0. In
5400         the other case, take standard column-breakable spacing. Do not
5401         warn about "no spacing wishes".
5402
5403         This fixes wide spaces after barlines in very loose lines.
5404
5405         * lily/multi-measure-rest.cc (big_rest): bugfix for blots.
5406
5407 2004-01-02  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5408
5409         * lily/stanza-number-engraver.cc (acknowledge_grob): bugfix:
5410         acknowledge_grob lyric-syllable, not lyric-text.
5411
5412         * lily/hyphen-spanner.cc (brew_molecule): rewrite. Make multiple
5413         dashes of length #'length separated by #'dash-period. 
5414
5415         * lily/lyric-extender.cc (brew_molecule): idem
5416
5417         * lily/multi-measure-rest.cc (big_rest): idem
5418
5419         * lily/system-start-delimiter.cc (simple_bar): idem
5420
5421         * lily/bar-line.cc (simple_barline): use rounded box
5422
5423         * VERSION: release 2.1.5
5424
5425         * Documentation/user/lilypond-book.itely (Integrating LaTeX and
5426         music): move note about dvips to more visible place.
5427
5428         * lily/lyric-phrasing-engraver.cc: move from
5429         new-phrasing-engraver.cc, remove old cruft (syllable-group,
5430         lyric-phrasing-engraver.hh)
5431         
5432         * lyric-align.ly: remove file
5433         
5434         * scripts/convert-ly.py (FatalConversionError.func): add removal
5435         rule for automaticMelismata
5436
5437         * ly/engraver-init.ly (ScoreContext): switch on
5438         New_phrasing_engraver by default.
5439
5440         * lily/slur-engraver.cc (class Slur_engraver):
5441         process_acknowledged_grobs -> process_music.
5442         (try_music): signal melismata correctly.
5443
5444         * lily/lyric-extender.cc (brew_molecule): cleanup. Junk
5445         word-space, right-trim-amount, and extend past right bound only
5446         for note heads.
5447
5448         * lily/new-phrasing-engraver.cc (acknowledge_grob): add
5449         lyric-extender support: add note-heads to the extender
5450         automatically.
5451
5452         * lily/parser.yy: extender is now post_event. 
5453
5454         * lily/accidental-engraver.cc (number_accidentals): remove
5455         spurious warning about non-parent contexts.
5456
5457         * lily/music-output-def.cc (assign_translator): \translator { }
5458         for a Foo context implicitly redefines \FooContext.
5459
5460         * input/mutopia/F.Schubert/morgenlied.ly (pianoLH): many layout
5461         fixes.
5462
5463         * lily/slur.cc (brew_molecule): don't use stafflinethickness
5464         doubly in slur weight. 
5465
5466         * input/regression/prefatory-spacing-matter.ly (TODO): add clef :|
5467         combination.
5468
5469         * scm/define-grobs.scm (all-grob-descriptions): change clef -
5470         staffbar distance.
5471
5472         * scripts/lilypond.py (global_latex_preamble): crank down size of
5473         the margins. Now there is a 12 mm top and bottom margin, which
5474         should correspond with the printable area of modern printers.
5475
5476         This enlarges the music height of the printable page a little.
5477
5478         * mf/feta-accordion.mf (accreg_pen): remove circled-R, BB and SB
5479         signs. Use \markup instead.
5480         (accreg_pen): tweak for accordeon asterisk.
5481
5482 2003-12-31  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5483
5484         * lily/melisma-engraver.cc (try_music): use melisma_busy()
5485
5486         * lily/lyric-engraver.cc (process_music): remove alignment kludge 
5487
5488         * lily/lyric-combine-music-iterator.cc (melisma_busy): new function.
5489
5490         * lily/stanza-number-engraver.cc (acknowledge_grob): rewrite
5491
5492         * scm/define-grobs.scm (all-grob-descriptions): change
5493         StanzaNumber description: make side support, i.s.o. breakable.
5494         use Instrument_name_engraver for texts in the margin.
5495
5496         * scm/define-translator-properties.scm: remove
5497         melismaEngraverBusy, stz property.
5498
5499         * *.cc: naming: change empty_b () into is_empty ()
5500
5501         * lily/self-aligment-interface.cc (aligned_on_parent): new function.
5502
5503         * input/regression/lyric-phrasing-new.ly: new file.
5504
5505         * lily/new-phrasing-engraver.cc (process_acknowledged_grobs): new
5506         engraver, redo lyric phrasing, but cleaner and simpler.  Lyrics on
5507         melismata are now left-aligned.
5508
5509 2003-12-30  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5510
5511         * input/mutopia/F.Schubert/GNUmakefile: add morgenlied.ly
5512
5513         * mf/feta19.mf: remove.
5514         
5515         * mf/feta-klef.mf (test_staff): more tweaks
5516
5517         * mf/feta-toevallig.mf: more small size tweaks.
5518
5519         * mf/feta-eindelijk.mf (lower_brush): adjust quarter and shorter
5520         rests for smaller sizes.
5521
5522         * mf/feta-bolletjes.mf: fix cross heads.
5523
5524         * VERSION: release 2.1.4
5525         
5526         * scripts/convert-ly.py (FatalConversionError.func): add rule for
5527         deprecated #'ancient font family
5528
5529         * lily/mark-engraver.cc (process_music): only set rehearsalMark if
5530         it is a string or number.
5531
5532         * scm/output-lib.scm (note-head-style->attachment-coordinates):
5533         change calling convention of stem-attachment function. 
5534
5535         * buildscripts/mf-to-table.py: read and dump WX/WY fields
5536
5537         * mf/feta-autometric.mf: dump WX/WY fields too
5538         
5539         * mf/parmesan-heads.mf: idem.
5540
5541         * mf/feta-bolletjes.mf (slash_slope): set WX/WY fields for
5542         attachment coordinates.
5543
5544         * lily/note-head.cc (stem_attachment_coordinate): read stem
5545         attachment from the notehead glyphs WX/WY fields.
5546
5547         * lily/include/font-metric.hh (struct Font_metric): add methods
5548         get_indexed_wxwy (), make a distinction between looking up by
5549         index and ASCII  
5550
5551         * mf/feta-bolletjes.mf: rewrite note head MF code.
5552         (test_outlines): make heads more rotund for smaller sizes. 
5553
5554 2003-12-29  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5555
5556         * mf/feta-params.mf (stafflines): fix stafflinethickness at 0.5 pt
5557         throughout. Font scaling fixes throughout.
5558
5559         * mf/feta-sleur,slur.mf: remove. 
5560
5561         * mf/feta-slag.mf: rewrite.
5562
5563 2003-12-24  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5564
5565         * VERSION: release 2.1.3
5566
5567         * stepmake/stepmake/toplevel-targets.make: remove pfa targets
5568
5569         * make/lilypond.redhat.spec.in (Group): remove MAKE_PFA_FILES
5570
5571         * lily/mark-engraver.cc (process_music): fix mark
5572         \default. (backportme)
5573
5574         * stepmake/stepmake/automatically-generated.sub.make (default):
5575         use -n for head/tail commands. 
5576
5577         * lily/tie-engraver.cc (acknowledge_grob): make ties only for note
5578         heads with the same pitch.
5579
5580 2003-12-20  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5581
5582         * lily/recording-group-engraver.cc (finalize): set protected_scm
5583         member to '() before finalizing.
5584
5585         * lily/translator-group.cc (finalize): remove removal_processing () 
5586
5587         * lily/recording-group-engraver.cc: new engraver: record
5588         synchronized start & end times for each music object.
5589
5590         * lily/parser.yy (toplevel_expression): execute score rendering
5591         during parsing. Cleanup output-filename handling; this is no
5592         longer done with global variables.
5593         (translator_spec_body): allow \type modification too.
5594
5595         * lily/score.cc:  ly:run-translator: new function
5596         (LY_DEFINE): ly:render-output new function.
5597
5598         Separate interpreting and rendering, and make available as
5599         functions at Scheme level.
5600
5601 2003-12-17  Jan Nieuwenhuizen  <janneke@gnu.org>
5602
5603         * scm/to-xml.scm (<xml-node>): New class to build xml-doc.
5604         (musicxml-node->string):
5605         (xml-node->string):
5606         (music-to-musicxml): New function.
5607
5608 2003-12-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5609
5610         * VERSION: 2.1.2 released
5611
5612         * lily/include/lily-guile.hh (SCM_VECTOR_REF): compat glue
5613
5614         * scm/font.scm (paper20-font-vector): discouple font design sizes
5615         from sizes specified in .ly file: store all design sizes of a font
5616         in a single vector.
5617
5618         * lily/font-select.cc (get_font_by_design_size): new function
5619
5620         * mf/feta*,parmesan*: use 2^{1/6} as scaling factor for fonts.
5621         add parmesan,feta in sizes 14 and 18.
5622         
5623         * mf/feta-toevallig.mf: use blot diameter for double sharp.
5624
5625         * lily/font-size-engraver.cc (acknowledge_grob): change definition
5626         of fontSize: this now sets font-size
5627
5628 2003-12-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5629
5630         * VERSION: 2.1.1 released
5631         
5632         * Documentation/user/refman.itely (Tuning objects): add note about
5633         concurrent tweaks in different contexts. 
5634
5635         * lily/tie-engraver.cc (acknowledge_grob): use
5636         Staff_symbol_referencer::get_position iso. reading staff-position
5637         directly.
5638
5639         * lily/piano-pedal-engraver.cc (create_bracket_grobs): don't take
5640         currentMusicalColumn as left span-point for bracket. The bracket
5641         is too long when there are accidentals.
5642
5643 2003-12-03  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5644
5645         * buildscripts/lilypond-profile.sh,
5646         buildscripts/lilypond-login.sh: Only set $TEXMF if necessary.
5647         Thanks to Reuben Thomas <rrt@mupsych.org>
5648
5649 2003-12-03  Heikki Junes  <hjunes@cc.hut.fi>
5650
5651         * ly/italiano.ly: additions for semi-sharps and semi-flats by Eric
5652         Wurbel <wurbel@univ-tln.fr>.
5653
5654 2003-11-17  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5655
5656         * scripts/midi2ly.py: Add space after chords.
5657
5658 2003-11-07  Heikki Junes  <hjunes@cc.hut.fi>
5659
5660         * input/regression/{many}: add few @code{ ... }.
5661
5662 2003-11-05  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5663
5664         * mf/GNUmakefile (SAUTER_FONTS): Added cmss14, 
5665         cmbxti6, cmcsc8, cmss14, cmtt5 and cmtt7.
5666         Removed cmbx5, cmbx6 (which are included in teTeX)
5667         and cmbxti14 which is not used in fonts.scm.
5668
5669 2003-11-04  Heikki Junes  <hjunes@cc.hut.fi>
5670
5671         * lily/midi-item.cc: fine tune quarter tones.
5672
5673 2003-11-03  Heikki Junes  <hjunes@cc.hut.fi>
5674
5675         * lily/midi-item.cc lily/include/midi-item.hh (get_fine_tuning):
5676         new function, warn how many cents are missing in fine tuning.
5677
5678 2003-11-01  Heikki Junes  <hjunes@cc.hut.fi>
5679
5680         * input/bugs/rhytmicstaff-tie.ly: add file.
5681
5682         * THANKS: Create skeleton for 2.1.
5683
5684 2003-10-31  Heikki Junes  <hjunes@cc.hut.fi>
5685
5686         * input/test/bar-lines.ly (TODO): dashed "|".
5687
5688 2003-10-30  Heikki Junes  <hjunes@cc.hut.fi>
5689
5690         * Documentation/user/refman.itely, input/regression/tie-accidental.ly,
5691         input/regression/tie-chord.ly: Fix spell for tying.
5692
5693         * input/test/ly2dvi-testpage.ly: removed (renamed, see below).
5694
5695         * input/test/lilypond-testpage.ly, Documentation/user/invoking.itexi:
5696         new file (renamed, see above).
5697
5698         * Documentation/user/lilypond-book.itely
5699         * buildscripts/lilypond-login.sh elisp/lilypond-mode.el
5700         * input/example-1.ly input/example-2.ly input/example-3.ly
5701         * input/les-nereides.ly input/test/fill-a4.ly input/test/spacing-2.ly
5702         * input/test/title.ly po/cs.po po/da.po po/de.po po/es.po po/fi.po
5703         * po/fr.po po/it.po po/ja.po po/lilypond.pot po/nl.po po/ru.po
5704         * po/sv.po scm/output-pdftex.scm scm/output-tex.scm
5705         * scripts/lilypond-book.py scripts/lilypond.py
5706         * stepmake/bin/package-zip32.sh tex/lilyponddefs.tex tex/titledefs.tex
5707         * vimrc: replace ly2dvi with lilypond and remove silly comments.
5708
5709         * Documentation/user/lilypond.tely: update version.
5710
5711         * Documentation/user/{appendices,introduction,refman,tutorial}.itely:
5712         Remove extra spaces in each @node, fixes spaces.
5713
5714 2003-10-29  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5715
5716         * scripts/lilypond-book.py (output_dict): Add definition of
5717         \lilypondbook also for LaTeX output. Solves several bug reports.
5718
5719 2003-10-29  Heikki Junes  <hjunes@cc.hut.fi>
5720
5721         * input/test/follow-thread.ly, input/test/polymetric.ly: Fix typos.
5722
5723 2003-10-24  Heikki Junes  <hjunes@cc.hut.fi>
5724
5725         * input/test/transposition.ly: Fix key signatures, given in comments.
5726
5727 2003-10-23  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5728
5729         * scm/midi.scm (instrument-names-alist),
5730         Documentation/user/appendices.itely: Correct spelling of shakuhachi
5731
5732 2003-10-14  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5733
5734         * input/test/temporary-stave.ly (texidoc): New example based on an
5735         email question from Ralph Little.
5736
5737 2003-10-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5738
5739         * VERSION: release 2.1.0
5740         
5741         * lily/note-performer.cc (try_music): accept busy-playing-event.
5742
5743         * lily/swallow-perf.cc (try_music): return false for
5744         busy-playing-event and melisma-playing-event.
5745
5746 2003-10-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5747
5748         * scripts/etf2ly.py: Patch by Arvid Grotting for minor keys and <<
5749         >> in \score.
5750
5751 2003-10-05  Jan Nieuwenhuizen  <janneke@gnu.org>
5752
5753         * scripts/convert-ly.py (sub_chords): Bugfix: convert to -[, so
5754         that articulation_substitute will not move beam start again.
5755         (articulation_substitute): Bugfix: remove stray space so that new
5756         old chords ending '>>' does not get broken up.
5757         (sub_chord): Use TAB for indentation (not spaces).
5758         
5759         * elisp/lilypond-font-lock.el (LilyPond-mode-set-syntax-table):
5760         Bugfix for startup: Use ?^ instead of ?\^.
5761
5762 2003-10-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5763
5764         * lily/lyric-combine-music-iterator.cc
5765         (Lyric_combine_music_iterator): change init order, to prevent GC
5766         segfaults.
5767
5768         * lily/context-specced-music-iterator.cc (construct_children): 
5769         only change  translator if found. This fixes a core dump problem.
5770
5771 2003-09-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5772
5773         * scm/slur.scm (default-slur-extremity-rules): use equal? for
5774         comparison.
5775
5776         * mf/feta-bolletjes.mf: make hole in half note little
5777         smaller for stem attachment.
5778
5779         * lily/stem.cc (brew_molecule): tweaks for new flag layout.
5780
5781         * mf/feta-banier.mf: don't draw stem with flag, just small square
5782         attachment.
5783
5784         * mf/feta-bolletjes.mf (slash_slope): remove ledger ending 
5785
5786         * mf/feta-banier.mf: remove upstem/downstem characters.
5787
5788         * mf/feta-params.mf (stafflines): stems are 1.3 SLT. 
5789
5790         * ly/params-init.ly (blotdiameter): set blotdiameter to 2/3 of
5791         stafflinethickness (in the default)
5792
5793         * lily/stem.cc (brew_molecule): use round_filled_box for stem.
5794
5795         * lily/lily-guile.cc (parse_symbol_list): strip spaces at the end.
5796
5797         * Documentation/topdocs/INSTALL.texi (Top): reorder.
5798
5799         * scripts/convert-ly.py (conv): add up-to-staff conversion rule.
5800
5801         * lily/include/directional-element-interface.hh:
5802         junk class, make {get,set}_grob_direction functions.
5803
5804         * lily/slur.cc (get_attachment): do something sensible when
5805         attaching to stem without heads (eg. a rest).
5806
5807         * lily/stem.cc: remove #'up-to-staff ; use #'stem-end-position for
5808         forcing up to staff.  remove #'support-head property
5809         (brew_molecule): small cleanup.
5810         (flag): remove #'grace property.
5811
5812 2003-09-29  Jan Nieuwenhuizen  <janneke@gnu.org>
5813
5814         * cygwin/postinstall-lilypond.sh: 
5815         * cygwin/postremove-lilypond.sh: Bugfix for fonts remove command
5816         (Volker Zell).
5817
5818 2003-09-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5819
5820         * scripts/lilypond-book.py: resurrect 'eps' option. 
5821         (TexiPaper.to_eps): use -Ppdf for EPS files.
5822
5823         * VERSION (PATCH_LEVEL): branch off 2.0, go to 2.1 in HEAD
5824
5825         * scripts/lilypond.py (run_dvips): use -Ppdf for preview.
5826
5827         * VERSION: release 2.0.1
5828
5829         * lily/bezier.cc (get_other_coordinate): change assert into
5830         warning.
5831
5832         * lily/note-head.cc (internal_brew_molecule): make left protusion
5833         smaller, to accomodate for natural sign.
5834         (internal_brew_molecule): only do this when the accidental is
5835         close enough.
5836         (extent): new function
5837
5838         * lily/skyline.cc (merge_skyline): new function
5839         (heighten_skyline): new function
5840
5841         * lily/accidental-placement.cc (position_accidentals) 
5842         (position_accidentals): fix todo.
5843
5844 2003-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5845
5846         * input/test/+.ly (texidoc): put version number inline.
5847
5848         * GNUmakefile.in: remove rsync-web target.
5849         
5850         * input/regression/bar-scripts.ly (onestaff): raggedright
5851
5852 2003-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5853
5854         * lily/*.cc: remove #if 0'd code in couple of places.
5855
5856         * lily/midi-stream.cc (operator <<): rewrite.
5857
5858         * lily/note-head.cc (internal_brew_molecule): 
5859         only make ledgers when the Staff symbol has lines.
5860
5861         * ly/property-init.ly (arpeggioBracket): simplify
5862
5863         * lily/translator-group.cc (execute_pushpop_property): use
5864         SCM_EQ_P for comparing keys. This fixes reverting
5865         auto-beam-settings.
5866
5867 2003-09-28  Jan Nieuwenhuizen  <janneke@gnu.org>
5868 *
5869         * lily/midi-stream.cc (operator <<): Also write MIDI string when
5870         midi_debug_global_b.
5871         (operator <<): Normalise loop.
5872
5873 2003-09-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5874
5875         * scripts/lilypond.py (escape_path): revise.
5876
5877         * scm/music-functions.scm (set-output-property): new function.
5878         
5879 2003-09-27  Jan Nieuwenhuizen  <janneke@gnu.org>
5880
5881         * cygwin/mknetrel: Next try in building doc on Cygwin natively;
5882         use addmakeflags again.
5883
5884         * cygwin/lily-wins.py (escape_shell): New function; use it.
5885
5886         * scripts/lilypond.py (escape_shell): Escape quotes and other
5887         spaces too.  Do not escape escaping backslashes.
5888
5889         * make/srcdir.make.in (web-install): Must call install-WWW now.
5890
5891         * mf/GNUmakefile: resolve conflict: %list.ly is a target, not a
5892         dependency
5893
5894 2003-09-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5895
5896         * scripts/lilypond.py (escape_path): escape quotes too. 
5897
5898         * Documentation/user/lilypond.tely (Unified index): rename Index
5899         to accomodate Windows breakage.
5900
5901         * make/lilypond.redhat.spec.in (Group): remove out=www for web-install 
5902
5903         * mf/GNUmakefile ($(outdir)/%.afm  $(outdir)/%.enc
5904         $(outdir)/%.tex $(outdir)/%.dep $(outdir)/%list.ly): list.ly is a
5905         target not a source.
5906
5907 2003-09-27  Jan Nieuwenhuizen  <janneke@gnu.org>
5908
5909         * cygwin/mknetrel: Use EXTRABUILDARGS, EXTRAINSTALLARGS instead of
5910         addmakeflags.  Build and install doc and web also when building on
5911         Cygwin.
5912
5913         * mf/GNUmakefile: Bugfix.
5914
5915         * GNUmakefile.in (web-install): Bugfix: set out prefix Similar to
5916         target web.
5917
5918         * cygwin/lily-wins.py: Quote filename.
5919
5920 2003-09-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5921
5922         * mf/GNUmakefile ($(outdir)/$(redhat-package)): use passive ftp.
5923
5924 2003-09-25  Jan Nieuwenhuizen  <janneke@gnu.org>
5925
5926         * cygwin/bug-lilypond-cygwin.sh: Add tests for registry
5927         settings.
5928
5929         * configure.in: Require g++ > 3.0.4.
5930
5931         * mf/GNUmakefile: Bugfix: Add list.ly target.
5932         
5933         * Documentation/user/GNUmakefile: Bugfix: list.ly target.
5934
5935         * stepmake/stepmake/omf-targets.make (omf-local-install): Buxfix:
5936         make omf directory, add uninstall targets.
5937
5938 2003-09-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5939
5940         * lily/tie-performer.cc (initialize): init prev_event
5941
5942         * make/lilypond.redhat.spec.in: move site-start back to /usr/share.
5943
5944         * lily/script-engraver.cc (make_script_from_event): don't crash on
5945         non-string articulation-type.
5946
5947         * lily/new-fingering-engraver.cc (add_script): don't crash on
5948         0 scripts 
5949         (acknowledge_grob): warn about text script events.
5950
5951 2003-09-24  Heikki Junes  <hjunes@cc.hut.fi>
5952
5953         * buildscript/lilypond.words: fix path for drums.scm.
5954
5955 2003-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5956
5957         * lily/spacing-spanner.cc (note_spacing): don't make longer
5958         durations than measure-length.
5959
5960         * VERSION: release 2.0.0
5961
5962         * GNUmakefile.in (rsync-web): version independent rsync target.
5963
5964         * input/test/+.ly (texidoc): idem.
5965
5966         * input/regression/+.ly: print version number.
5967
5968         * input/regression/accidentals.ly (mel): shorten.
5969
5970         * input/regression/accidental-octave.ly (texidoc): shorten.
5971
5972         * input/regression/hairpin-dashed.ly (texidoc): docstring.
5973
5974         * input/regression/completion-heads-polyphony.ly: octave
5975
5976         * input/regression/beam-manual.ly: remove
5977
5978         * input/regression/beam-chord.ly: remove
5979
5980         * input/regression/grace-dynamic.ly: remove
5981         
5982         * input/regression/grace-volta-repeat.ly: octave fixes.
5983
5984         * input/regression/hairpin-dashed.ly (texidoc): doc string.
5985
5986         * lily/parser.yy (step_number): semitones for chord entry too.
5987         (make_chord_step): more robust code, semitones. 
5988
5989         * input/regression/breathing-sign-ancient.ly (texidoc): new file.
5990
5991         * input/regression/breathing-sign.ly (texidoc): split ancient and
5992         normal breathing signs.
5993
5994         * scm/define-grobs.scm (all-grob-descriptions): swap
5995         beamed-extreme-minimum-free-lengths and
5996         beamed-minimum-free-lengths; the 'extreme' case should allow
5997         shorter stems. This fixes forced directions on beamed 32nd and
5998         shorter notes.
5999
6000         * ly/engraver-init.ly (ScoreContext): keyAccidentalOrder is in
6001         quartertones, not semitones.
6002         (NoteNamesContext): swallow more event types
6003
6004         * Documentation/topdocs/NEWS.texi (Top): insert close brace.
6005
6006         * VERSION (PACKAGE_NAME): release 1.9.10
6007
6008 2003-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6009
6010         * lily/rhythmic-column-engraver.cc (process_acknowledged_grobs):
6011         set note head as cause of note-column.  This gives a better error
6012         message.
6013
6014 2003-09-23  Jan Nieuwenhuizen  <janneke@gnu.org>
6015
6016         * Documentation/topdocs/INSTALL.texi: Update emacs mode.
6017
6018 2003-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6019
6020         * mf/GNUmakefile (pfa_warning): instruct 
6021
6022         * stepmake/aclocal.m4: typo.
6023
6024         * Documentation/user/cheatsheet.itely: more verbose examples.
6025
6026         * input/regression/clefs.ly: remove bogus docstring.
6027
6028 2003-09-23  Jan Nieuwenhuizen  <janneke@gnu.org>
6029
6030         * GNUmakefile.in (SUBDIRS): Add elisp.
6031
6032         * elisp/lilypond-mode.el: 
6033         * elisp/lilypond-init.el: 
6034         * elisp/lilypond-indent.el: 
6035         * elisp/lilypond-font-lock.el: Move from top dir.
6036
6037         * stepmake/stepmake/elisp-vars.make: New file.
6038
6039         * config.make.in (elispdir): Add.
6040
6041         * Documentation/topdocs/INSTALL.texi: Typo.
6042
6043         * make/ly-rules.make: Test for files instead of touching void and
6044         ignoring errors.
6045
6046         * GNUmakefile.in:
6047         * make/lilypond.redhat.spec.in:
6048         * debian/rules: Fix lilypond.words stuff a bit.  For running from
6049         <builddir>, adding
6050         
6051              (push "<builddir>/share/lilypond/elisp" load-path)
6052
6053         to your ~/.emacs.el should give you LilyPond-mode again.
6054
6055         * scripts/lilypond-book.py (re_dict): Only fix texinfo @mbinclude
6056         regexp for DOS/Windows, we are too paranoid to fix others.
6057
6058 2003-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6059
6060         * scm/chord-name.scm (natural-chord-alteration): no quarter tones.
6061
6062         * input/test/chord-names-jazz.ly (banterProperties): fix
6063
6064         * lily/parser.yy (bass_mod): bass figure alterations are semi
6065         tones, not quarter tones
6066
6067         * lily/beam.cc (set_stem_lengths): only lengthen stems
6068         for gapped beams.
6069
6070         * lily/beam-quanting.cc (score_forbidden_quants): divide demerit
6071         by beamcount.
6072
6073         * buildscripts/lilypond-profile.sh (Error): more zsh stuff: print
6074         a warning that the warning may erroneous.
6075
6076         * Documentation/topdocs/INSTALL.texi (Top): add note about get-pfa
6077         target.
6078
6079         * mf/GNUmakefile: add get-pfa, get-debian-pfa, get-rpm-pfa
6080         targets.
6081
6082         * GNUmakefile.in ($(config_h)): config.h should depend on
6083         config.hh.in .
6084         (lilypond.words): remove fontball stuff.
6085
6086         * stepmake/aclocal.m4: only print config.cache warning if it exists.
6087
6088         * configure.in: remove pktrace reference.
6089
6090         * GNUmakefile.in (rsync-web): permissions and ownership for
6091         website.
6092
6093         * lily/volta-engraver.cc (staff_eligible): new function.
6094         (stop_translation_timestep): kill off spanners if not eligible.
6095
6096         * VERSION (PATCH_LEVEL): release 1.9.9
6097
6098         * input/regression/beam-quanting-32nd.ly (texidoc): new file
6099
6100         * lily/beam-quanting.cc: tune down SECONDARY_BEAM_DEMERIT, so stem
6101         length is more important than forbidden quants.
6102         
6103 2003-09-23  Heikki Junes  <hjunes@cc.hut.fi>
6104
6105         * buildscripts/lilypond.words: order words in search order,
6106         add lilypond.words.vim to be generated.
6107
6108         * lilypond.vim: use lilypond.words.vim for keyword matching.
6109
6110         * lilypond-mode.el: use search order. fix word selection rules.
6111
6112         * lilypond-font-lock.el: fix fontifying long durations.
6113
6114         * Documentation/topdocs/INSTALL.texi: doc lilypond.words.vim.
6115
6116 2003-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
6117
6118         * cygwin/mknetrel: Remove PYTHONPATH and manpage workarounds.
6119
6120         * stepmake/stepmake/generic-targets.make:
6121         * stepmake/stepmake/bin/make-version.py: 
6122         * stepmake/aclocal.m4:
6123         * make/stepmake.make:
6124         * make/toplevel-version.make: Build fixes: remove last traces of
6125           VERSION/PACKAGE_NAME/LILYPONDPREFIX experiment.
6126
6127         * lily/beam.cc: Add gap-count property.
6128
6129 2003-09-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6130
6131         * scm/define-grob-properties.scm (gap-count): add gap-count
6132
6133         * make/lilypond-vars.make: add /lilypond to LILYPONDPREFIX
6134
6135 2003-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
6136
6137         * cygwin/mknetrel.doc: Typo.
6138
6139         * buildscripts/make-font-dir.py (Font_info): Build fix: add 'ss'
6140
6141         * make/lilypond-vars.make (PYTHONPATH): srcdir build fix.
6142
6143 2003-09-22  Mats Bengtsson  <mabe@drongo.s3.kth.se>
6144
6145         * scripts/lilypond.py: add support for 'legal' and 'tabloid' paper
6146         sizes. Remove support for 'ledger'(=tabloid+landscape).
6147
6148 2003-09-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6149
6150         * mf/GNUmakefile ($(outdir)/%.pfa): break apart one-big-rule for
6151         sauter PFAs.
6152
6153         * configure.in: remove VERSION stuff once again.
6154
6155         * scm/font.scm (paper20-style-sheet-alist): add cmss entries.
6156
6157         * scm/define-grobs.scm (all-grob-descriptions): use sans family
6158         for chord names.
6159
6160         * mf/GNUmakefile: always trace pfa fonts.
6161         (SAUTER_FONTS): add cmss[567] too fonts
6162
6163         * configure.in: require mftrace. 
6164
6165         * lily/staff-performer.cc (new_instrument_string): don't look at
6166         instrument property.
6167
6168         * lily/lily-guile.cc: renaming, ly_dir_p is the Scheme function,
6169         is_direction is the C++ one. Similar for ly_axis_p and
6170         ly_number_pair_p
6171
6172 2003-09-21  Jan Nieuwenhuizen  <janneke@gnu.org>
6173
6174         * lily/beam.cc (brew_molecule): read gap-count to determine
6175         number of tremolo (gapped) beams.
6176
6177         * lily/chord-tremolo-engraver.cc (acknowledge_grob): repeats
6178         shorter than 1/8
6179
6180         * flower/include/array.hh (default_compare): new function
6181
6182         * cygwin/mknetrel: Native fixes.
6183
6184         * cygwin/GNUmakefile (EXTRA_DIST_FILES): Add mknetrel.*
6185
6186 2003-09-20  Jan Nieuwenhuizen  <janneke@gnu.org>
6187
6188         * Documentation/topdocs/NEWS.texi: Add note about .ly double click
6189         feature for Windows.
6190
6191         * stepmake/stepmake/generic-vars.make: Cygwin fix from stable.
6192
6193         * cygwin/mknetrel: Updates for native use on Cygwin.
6194
6195         * lily/parser.yy: Compile fix: add stdio.h for snprintf.
6196
6197         * stepmake/stepmake/help2man-rules.make: 
6198         * cygwin/mknetrel: Bugfix for manpages.
6199
6200         * GNUmakefile.in (SUBDIRS): Use plain srcdir stepmake instead of
6201         $(builddir).  Stepmake is a normal subdirectory now, that is not
6202         configured.  Another srcdir build fix.
6203
6204         * Documentation/topdocs/INSTALL.texi,
6205         buildscripts/lilypond.words.py, lilypond-font-lock.el,
6206         lilypond-init.el, lilypond-mode.el, debian/rules,
6207         make/lilypond.{redhat,madrake,suse}.spec.in, vimrc:
6208         rename generated file lilypond.words to lilypond.words.el.
6209
6210 2003-09-20  Heikki Junes  <hjunes@cc.hut.fi>
6211
6212         * ly/chord-modifiers-init.ly, lilypond.vim: updates for vim.
6213
6214         * GNUmakefile.in, buildscripts/lilypond.words: give only path in
6215         GNUmakefile.in.
6216
6217 2003-09-19  Jan Nieuwenhuizen  <janneke@gnu.org>
6218
6219         * stepmake/stepmake/help2man-rules.make: Allow manpages to fail
6220         when cross building.
6221
6222         * configure.in: srcdir build fix.
6223
6224         * cygwin/GNUmakefile:
6225         * cygwin/lily-wins.py:
6226         * cygwin/postremove-lilypond.sh: 
6227         * cygwin/postinstall-lilypond.sh: Merge from stable.
6228
6229         * cygwin/bug-lilypond-cygwin.sh: s/lilypond/lilypond-bin,
6230         s/ly2dvi/lilypond/.
6231
6232 2003-09-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6233
6234         * lily/slur.cc (after_line_breaking): only set control points if
6235         none supplied yet.
6236
6237         * input/test/slur-manual.ly: new file.
6238
6239         * scripts/convert-ly.py (FatalConversionError.sub_chords): convert
6240         <<  >> chords too.
6241
6242         * VERSION (PACKAGE_NAME): release 1.9.8
6243
6244         * scripts/lilypond.py (escape_path): escape spaces in directory names
6245
6246         * input/test/text-spanner.ly: fixes.
6247
6248 2003-09-19  Heikki Junes  <hjunes@cc.hut.fi>
6249
6250         * buildscripts/lilypond.words.py: add drum names as note names to
6251         Emacs-mode.
6252
6253 2003-09-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6254
6255         * input/regression/hairpin-dashed.ly: new file.
6256
6257         * scripts/convert-ly.py (conv): warn about dash-length.
6258
6259         * lily/dynamic-engraver.cc (try_music): end (de)crescendo
6260         automatically if we get a new one.
6261
6262         * lily/lookup.cc (dashed_line): new function
6263
6264         * lily/line-spanner.cc (dashed_line_molecule): cleanups. Use
6265         dash-fraction.
6266
6267 2003-09-18  Heikki Junes  <hjunes@cc.hut.fi>
6268
6269         * buildscripts/lilypond.words.py: extract note names.
6270
6271         * lilypond-mode.el: take note names from lilypond.words -file.
6272         small fix in the use of string-match.
6273
6274         * lilypond-font-lock.el: use lilypond.words for note names, add 
6275         maxima to note a duration.
6276
6277 2003-09-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6278
6279         * lily/breathing-sign.cc: remove railtracks() function. 
6280
6281         * input/regression/arpeggio-bracket.ly (texidoc): add file.
6282
6283         * lily/arpeggio.cc (brew_chord_bracket): clean-up 
6284         (brew_molecule): bugfix don't make arpeggio shorter when
6285         arpeggio-direction is set.
6286
6287         *  debian/rules: small corrections in the (Pedro K)
6288
6289         * Documentation/user/tutorial.itely (Tutorial): use lyinc in
6290         examples.
6291
6292         * lily/auto-beam-engraver.cc (process_music): end/junk beam if
6293         special (repeat) bar comes along.
6294
6295         * input/regression/auto-beam-bar.ly: update.
6296
6297         * scripts/lilypond-book.py (output_dict): remove support for the
6298         EPS option.
6299
6300         * scm/define-grobs.scm (all-grob-descriptions): add X-extent for
6301         VerticalAlignment and VerticalAxisGroup this fixes the size
6302         computations for the entire system.
6303  
6304         * input/les-nereides.ly (bass): remove superfluous fontSize.
6305
6306         * scripts/lilypond-book.py (make_lilypond_file): \lilypondfile{}
6307         causes directory of file to be added to include path.
6308
6309         * input/regression/beam-break.ly: test single stem beams.
6310
6311         * input/regression/system-start-bracket.ly: fix.
6312
6313         * lily/beam.cc (set_stem_lengths): single-stem-beam fix.
6314
6315         * stepmake/stepmake/c-rules.make ($(outdir)/%.c): use -o for flex.
6316
6317         * lily/beam-quanting.cc (quanting): check french-beaming per stem.
6318         (score_stem_lengths): do something sensible for single stem beams.
6319
6320         * lily/beam.cc (least_squares): add kludge for single stem beams.
6321
6322         * scripts/convert-ly.py (FatalConversionError.sub_alteration): add
6323         keySignature to list of broken things.
6324
6325         * input/regression/keys.ly: fix.
6326
6327         * VERSION (PACKAGE_NAME): release 1.9.7
6328
6329         * Documentation/topdocs/NEWS.texi (Top): add quarter tones.
6330
6331         * Documentation/user/refman.itely (Pitches): doc quarter tones.
6332
6333         * lily/pitch.cc (LY_DEFINE): ly:pitch-quartertones: new function
6334         (quartertone_pitch): new function
6335
6336         * mf/feta-toevallig.mf: add 3/4 sharp, 1/4 sharp, 1/4 flat, 3/4
6337         flat. WARNING: FONT CHANGED.
6338
6339         * ly/nederlands.ly: add -eh and -ih for quarter tones.
6340
6341         * lily/accidental-placement.cc (add_accidental): support for
6342         quarter tones.
6343
6344         * ly/LANGUAGEs.ly: use symbols for alterations.
6345
6346         * mf/feta-toevallig.mf: change accidental codes. 
6347
6348         * scm/lily.scm (ly:get-option): switch on debugging only for
6349         --verbose.
6350
6351         * lily/lily-guile.cc: remove ly:verbose?
6352
6353         * lily/scm-option.cc (LY_DEFINE): add verbose to get-option.
6354
6355         * lily/parser.yy (TODO): only do gh_call() for apply with
6356         procedure argument.
6357
6358         * lily/tie-engraver.cc (start_translation_timestep): move melisma
6359         stuff in accordance with new timing of tie-events.
6360
6361         * lily/my-lily-lexer.cc: remove \outputproperty
6362
6363         * lily/melisma-engraver.cc (try_music): use melismaBusyProperties.
6364
6365         * scm/define-translator-properties.scm (melismaBusyProperties):
6366         add melismaBusyProperties property.
6367
6368 2003-09-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6369
6370         * input/test/ambitus-mixed.ly (texidoc): new file.
6371
6372         * buildscripts/mutopia-index.py (find): prune debugging
6373
6374         * lily/side-position-interface.cc: doc updates
6375
6376         * Documentation/user/refman.itely: updates, tweaks.
6377
6378         * lily/parser.yy (Simple_music): remove outputproperty
6379
6380         * make/stepmake.make: use VERSION again; importing VERSION via
6381         autoconf dependencies is too hairy.
6382
6383 2003-09-17  Heikki Junes  <hjunes@cc.hut.fi>
6384
6385         * lilypond-mode.el: allow `-' for keywords and identifiers.
6386
6387 2003-09-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6388
6389         * VERSION: release 1.9.6
6390         
6391         * lilypond-mode.el (LilyPond-command-alist): invoke lilypond
6392         iso. ly2dvi.
6393
6394         * Documentation/user/*.itely: fixes everywhere
6395
6396         * lily/completion-note-heads-engraver.cc: rewrite engraver:
6397         produce ties from the engraver itself, do not broadcast TieEvent.
6398
6399         * lily/my-lily-lexer.cc: remove pitch & duration.
6400
6401         * lily/parser.yy (TODO): remove \pitch and \duration
6402
6403         * input/test/explicit.ly: remove file.
6404
6405         * Documentation/user/refman.itely (Pitches): remove \pitch 
6406         \duration command.
6407
6408 2003-09-16  Heikki Junes  <hjunes@cc.hut.fi>
6409
6410         * buildscripts/lilypond.words.py: add all slur types to Emacs
6411         insertion menu, suppose everything is postfixed by dropping 
6412         unnecessary `-' -marks.
6413
6414 2003-09-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6415
6416         * lily/stem.cc (get_default_stem_end_position): lengthen stems for
6417         tremoloed stems.
6418
6419         * lily/stem-tremolo.cc (brew_molecule): position tremolo next to
6420         head for flagged stems.
6421
6422         * lily/stem.cc (get_default_stem_end_position): futz with extra
6423         stem length if there is a stem tremolo.
6424
6425         * lily/tuplet-bracket.cc (brew_molecule): don't print bracket when
6426         it would be too small.
6427
6428         * lily/font-metric.cc: return #f for non-existent glyph.
6429         
6430         * VERSION (MY_PATCH_LEVEL): read VERSION; version number is now
6431         exported through config.make.
6432
6433         * input/regression/clef-oct.ly: new file.
6434
6435         * scm/clef.scm (make-clef-set): use regexps, support arbitrary
6436         transposition.
6437
6438         * input/template/*.ly: remove old relative.
6439
6440         * ly/english.ly: add X names for double sharp.
6441
6442 2003-09-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6443
6444         * lily/font-select.cc: new file handle font selection routines.
6445
6446         * lily/parser.yy: add ; (Patrick Atamaniuk)
6447
6448         * input/test/time-signature-double.ly: use markups for double time
6449         sigs.
6450
6451         * scm/chord-name.scm: remove new-chord-name-brew-molecule ; use
6452         ChordNames.SeparationItem #'padding for adjusting space after chords.
6453         
6454         * lily/music-output-def.cc (LY_DEFINE): 
6455         new function ly:paper-lookup.
6456         
6457         * mf/parmesan-clefs.mf: use # quantities for char_box
6458         offsets. Fixes overflow errors in the PFA. 
6459
6460         * scm/new-markup.scm (strut-markup): change calling interface for
6461         markup. Pass paper-def, not grob. This would allow \markup to be
6462         used separately from grobs.
6463
6464         * lily/paper-def.cc: new function ly:paper-font; this function
6465         replaces ly:get-font.
6466
6467         * lily/include/font-interface.hh (struct Font_interface): take
6468         Paper_def iso. Grob for get_font().
6469
6470 2003-09-14  Graham Percival  <gperlist@shaw.ca>
6471
6472         * Documentation/user/ tutorial.itely, refman.itely: add warning
6473         about \key and accidentals.
6474
6475 2003-09-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6476
6477         * scm/new-markup.scm (musicglyph-markup): undefine font-name.
6478
6479         * Documentation/user/*.itely: manual tweaks
6480
6481 2003-09-13  Juergen Reuter  <reuter@ipd.uka.de>
6482
6483         * mf/parmesan-clefs.mf: still more set_char_box() fixes and code
6484         cleanup; bugfix: exact_center
6485
6486         * Documentation/user/refman.itely: added more documentation on
6487         ambitus according to recent questions on lilypond-user list
6488
6489 2003-09-12  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6490
6491         * input/regression/ottava.ly (texidoc): demo 15ma too.
6492
6493         * GNUmakefile.in ($(outdir)/VERSION): add VERSION target 
6494
6495         * input/mutopia/J.S.Bach/baerenreiter-sarabande.ly (sarabandeA):
6496         octave fixes.
6497
6498 2003-09-10  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6499
6500         * lily/lexer.ll: add \r to the rules for newlines; this fixes
6501         problems on older Mac editors.
6502
6503 2003-09-12  Juergen Reuter  <reuter@ipd.uka.de>
6504
6505         * mf/parmesan-clefs.mf: more set_char_box() fixes and code cleanup
6506
6507 2003-09-11  Juergen Reuter  <reuter@ipd.uka.de>
6508
6509         * mf/parmesan-custodes.mf, mf/parmesan-heads.mf,
6510         mf/parmesan-clefs.mf: added comments on character alignment and
6511         set_char_box() conventions
6512
6513         * mf/parmesan-custodes.mf, mf/parmesan-clefs.mf: fixed more
6514         set_char_box()'s
6515
6516         * mf/parmesan-clefs.mf: vaticana: adjusted stem width
6517
6518 2003-09-10  Heikki Junes  <hjunes@cc.hut.fi>
6519
6520         * spec/lilypond.{mandrake,suse}.spec.in: update lilypond.words path.
6521
6522 2003-09-10  Juergen Reuter  <reuter@ipd.uka.de>
6523
6524         * mf/parmesan-custodes.mf: vaticana custos: bugfix: slightly
6525         shortened to avoid almost-collision with staff line; code cleanup;
6526         other custodes: fixed char boxes; code cleanup
6527
6528 2003-09-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6529
6530         * configure.in: release 1.9.5
6531         
6532         * scripts/lilypond.py (global_latex_preamble): only set
6533         twosideshift if 'twoside' is in latexoptions 
6534
6535         * stepmake/GNUmakefile.in: remove nested stepmake packaging stuff.
6536
6537         * VERSION: remove
6538
6539         * scripts/*2ly.py: update <> syntax
6540
6541 2003-09-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6542
6543         * lily/chord-name-engraver.cc (process_music): add origin for
6544         chord name.
6545
6546         * input/regression/chord-name-exceptions.ly (theMusic): add base too.
6547
6548         * scm/chord-ignatzek-names.scm (ignatzek-chord-names): bugfix: do
6549         bass notes for exceptions too.
6550
6551         * scm/define-grobs.scm (all-grob-descriptions): rename
6552         HaraKiriVerticalGroup to RemoveEmptyVerticalGroup
6553
6554         * scm/define-grob-properties.scm (remove-first): add remove-first
6555         property for orchestral scores.
6556
6557         * Documentation/user/*.itely: switch <<>> and <> 
6558
6559         * lily/glissando-engraver.cc (process_music): bugfix: move line to
6560         last_line only once. This fixes the two consecutive glissandi problem.
6561
6562 2003-09-09  Juergen Reuter  <reuter@ipd.uka.de>
6563
6564         * lily/vaticana-ligature-engraver.cc: bugfix: fixed programming
6565         error message "flexa-width undefined"
6566
6567         * lily/vaticana-ligature-engraver.cc, lily/gregorian-ligature.cc,
6568         lily/include/gregorian-ligature.hh: print warning when ignoring
6569         head prefixes on flexa shapes
6570
6571         * lily/vaticana-ligature-engraver.cc: bugfix: always add an extra
6572         space before a series of inclinatum heads
6573
6574         * lily/vaticana-ligature-engraver.cc, lily/gregorian-ligature.cc,
6575         lily/include/gregorian-ligature.hh: junked AFTER_VIRGA; small
6576         cleanups
6577
6578         * mf/parmesan-custodes.mf: redesigned custos; fixed stem length
6579         and char_box
6580
6581 2003-09-08  Juergen Reuter  <reuter@ipd.uka.de>
6582
6583         * input/regression/breathing-sign.ly: tiny fixes
6584
6585         * lily/mensural-ligature.cc: renamed stem->cauda/join to avoid
6586         semantical collision with vaticana ligatures
6587
6588         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
6589         scm/define-grob-properties.scm: bugfix: semantics of delta_pitch
6590         now consistent with mensural ligatures
6591
6592         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
6593         mf/parmesan-heads.mf: bugfix: length of cauda of flexa depends on
6594         context pitches and staff position; dto. for virga stem; removed
6595         obsolete virga and clivis characters from parmesan font (WARNING:
6596         font changed)
6597
6598         * mf/parmesan-heads.mf, mf/parmesan-clefs.mf,
6599         mf/parmesan-timesig.mf: fixed several set_char_box ()'s
6600
6601         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
6602         scm/define-grob-properties.scm: consistency fix: renamed
6603         join_left->add_cauda
6604
6605         * mf/parmesan-heads.mf: bugfix: cephalicus head: corrected
6606         appendix length; bugfix: yoffs_bt for reverse direction punctum
6607         characters
6608
6609         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc:
6610         small cleanups; added more docu
6611
6612         * lily/mensural-ligature-engraver.cc,
6613         lily/vaticana-ligature-engraver.cc,
6614         lily/coherent-ligature-engraver.cc: cleanup: moved delta-pitch
6615         computation to CoherentLigatureEngraver
6616
6617         * ly/gregorian-init.ly, lily/gregorian-ligature.cc,
6618         scm/define-grob-properties.scm: bugfix: added missing linea and
6619         cavum properties; bugfix: removed dead semivocalis property
6620
6621         * mf/parmesan-heads.mf: bugfix: linea punctum: vertical lines
6622         length; redesigned quilisma, stropha and auctum
6623
6624         * ly/engraver-init.ly, scm/define-grobs.scm: use 0.6 as default
6625         line thickness
6626
6627         * lily/vaticana-ligature-engraver.cc, mf/parmesan-heads.mf,
6628         Documentation/user/refman.itely: bugfix: introduced shifted
6629         epiphonus head to avoid collision with adjacent plica
6630
6631 2003-09-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6632
6633         * scm/font.scm (paper20-style-sheet-alist): add smaller font sizes.
6634
6635         * mf/GNUmakefile (SAUTER_FONTS): add smaller sizes.
6636
6637 2003-09-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6638
6639         * Documentation/user/tutorial.itely (A lead sheet): remove
6640         duplicate chords.
6641
6642         * Documentation/bibliography/computer-notation.bib (pages): reorganise.
6643
6644 2003-09-03  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6645
6646         * Documentation/bibliography/computer-notation.bib (isbn): add
6647         xivcim publication.
6648
6649 2003-09-05  Heikki Junes  <hjunes@cc.hut.fi>
6650
6651         * GNUmakefile.in: drop lilypond.words for generation.
6652
6653 2003-09-03  Heikki Junes  <hjunes@cc.hut.fi>
6654
6655         * buildscripts/lilypond.words.py: take filename (also) from an arg.
6656
6657         * GNUmakefile.in (README_FILES): put lilypond.words to $(outdir).
6658
6659 2003-09-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6660
6661         * input/test/figured-bass-alternate.ly (fl): new file.
6662
6663         * Documentation/topdocs/README.texi (Top): clarifications.
6664
6665         * Documentation/bibliography/computer-notation.bib (isbn): add phd
6666         theses of Gieseking and Renz.
6667
6668         * GNUmakefile.in (README_FILES): remove README.mandrake.
6669
6670 2003-09-01  Heikki Junes  <hjunes@cc.hut.fi>
6671
6672         * buildscripts/lilypond.words.py: add file. Creates lilypond.words
6673         from source files and search patterns listed in the script.
6674
6675         * GNUmakefile.in: add target `lilypond.words'.
6676
6677         * lilypond.words: remove file, generated by `make lilypond.words'.
6678
6679         * make/lilypond.{mandrake,redhat,suse}.spec.in: make lilypond.words.
6680
6681 2003-08-31  Heikki Junes  <hjunes@cc.hut.fi>
6682
6683         * lily/parser.yy, lily/my-lily-lexer.cc: spell it acciaccatura.
6684
6685 2003-08-31  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6686
6687         * VERSION: 1.9.4 released
6688
6689         * scripts/convert-ly.py (FatalConversionError.figures_replace):
6690         rule for < > <-> << >> substitution
6691
6692         * lily/lexer.ll: exchange meaning of << >> and < > 
6693
6694         * VERSION (PACKAGE_NAME): 1.9.3 released
6695
6696         * stepmake/stepmake/help2man-rules.make ($(outdir)/%.1): build man
6697         pages unconditionally.
6698
6699 2003-08-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6700
6701         * Documentation/user/music-glossary.tely (Top): small syntax
6702         fixes.
6703
6704         * scm/music-functions.scm (remove-tag): filter \tagged music
6705         expressions.
6706
6707         * input/regression/tag-filter.ly (texidoc): new file.
6708
6709         * lily/parser.yy (post_event): add \tag #'symbol / \tag #'(symbol1
6710         symbol2 .. ) etc. 
6711
6712         * scripts/convert-ly.py (FatalConversionError.conv): fingering
6713         convert rule.
6714
6715         * Documentation/user/refman.itely (Fingering instructions): adjust
6716         manual.
6717
6718         * lily/new-fingering-engraver.cc (position_scripts): don't crash
6719         for borderline cases (e.g. 1 fingering.)
6720         (position_scripts): revise interface, use fingerOrientations to
6721         set fingering positions.
6722
6723         * scm/document-translation.scm (context-doc): add aliases to
6724         automated documentation.
6725
6726         * make/lilypond-vars.make: remove stepmake compat glue.
6727
6728         * make/generic-vars.make: remove cruft.
6729
6730         * lily/main.cc (main): don't identify binary.
6731
6732 2003-08-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6733
6734         * lily/include/translator.hh (class Translator): remove
6735         type_string_ , use symbol for context name throughout.
6736         Changes through whole source tree.
6737
6738         * scripts/lilypond.py: rename ly2dvi.py to lilypond.py
6739         set PDF as default, and always make PDF.
6740
6741         * lily/GNUmakefile (SUBDIRS): rename binary to lilypond-bin
6742
6743 2003-08-29  Heikki Junes  <hjunes@cc.hut.fi>
6744
6745         * ChangeLog lilypond.words Documentation/topdocs/NEWS.texi
6746         Documentation/user/refman.itely input/regression/allfontstyle.ly
6747         input/regression/grace-types.ly:
6748         fix spelling for acciaccatura (Webster's 1913).
6749
6750 2003-08-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6751
6752         * lily/main.cc (usage): adjust blurb, include url.
6753
6754         * input/regression/breathing-sign.ly (texidoc): transpose up
6755
6756 2003-08-28  Juergen Reuter  <reuter@ipd.uka.de>
6757
6758         * input/regression/breathing-sign.ly: changed ancient examples to
6759         be relevant (by request of Han-Wen); updated BreathingSign text
6760         property according to new syntax.
6761
6762         * ly/gregorian-init.ly: updated BreathingSign text property
6763         according to new syntax
6764
6765 2003-08-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6766
6767         * Documentation/user/refman.itely (Clef): give example of G_8 clef.
6768         (Clef): index entries for clefs.
6769
6770         * python/lilylib.py (system): remove errorlog files.
6771         
6772 2003-08-28  Heikki Junes  <hjunes@cc.hut.fi>
6773
6774         * lilypond.words: add \new and new graces. Add dynamics to menus
6775         keeping 1.8.x compatibility; after all the engraving relating to 
6776         notes becomes postfixed `-' marks will be removed.
6777
6778 2003-08-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6779
6780         * lily/molecule.cc (align_to): idem.
6781
6782         * lily/molecule-scheme.cc: ly_align_to_x takes continuous dir argument.
6783         
6784         * ly/grace-init.ly (stopAcciaccaturaMusic): correct misspelling of
6785         accacciatura everywhere.
6786
6787         * VERSION (PACKAGE_NAME): released 1.9.2
6788
6789         * GNUmakefile.in (EXTRA_DIST_FILES): dist lilypond.vim too.
6790
6791         * scm/document-markup.scm (markup-doc-node): sort markup function
6792         list.
6793
6794         * lily/paper-outputter.cc (output_version): change "Lily was here"
6795         into  "Engraved by LilyPond"
6796
6797         * lily/my-lily-lexer.cc (My_lily_lexer): don't crash
6798         on unquoted strings before \notenames.
6799
6800         * lily/parser.yy (lyric_element): allow markup as lyric text. This
6801         increases the number of s/r reductions to 4.
6802
6803         * scm/new-markup.scm (fraction-markup): \fraction command.
6804
6805         * lily/lexer.ll: allow any string without \ { }  # and " in \markup
6806         mode
6807
6808         * lily/lookup.cc (round_filled_box): rename function.
6809         (LY_DEFINE): round-filled-box: change signature.
6810
6811         * Documentation/user/refman.itely: revise section explaining grace
6812         notes.
6813
6814         * lily/translator-scheme.cc (LY_DEFINE): add ! to
6815         ly:set-context-property
6816
6817         * input/*/*.ly (vmus): use \new everywhere.
6818
6819         * lily/my-lily-lexer.cc: add \accacciatura and \appoggiatura
6820
6821         * ly/grace-init.ly (stopGraceMusic): add slurs on grace note by
6822         default
6823
6824         * scm/music-functions.scm (set-stop-grace-properties)
6825         (set-start-grace-properties, add-grace-property): new functions
6826         for modular grace tweak control.
6827
6828         * ly/engraver-init.ly (ScoreContext): new property graceSettings.
6829         
6830 2003-08-28  Jan Nieuwenhuizen  <janneke@gnu.org>
6831
6832         * Documentation/topdocs/INSTALL.texi: Explain install-pfa-fonts.
6833
6834         * GNUmakefile.in (install-pfa-fonts):
6835         (get-pfa-fonts): New target.
6836
6837         * stepmake/stepmake/toplevel-targets.make: Add pfa-fonts and
6838         install-pfa-fonts help.
6839
6840 2003-08-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6841
6842         * lily/translator-scheme.cc (LY_DEFINE):
6843         ly:context-pushpop-property new function.
6844         (LY_DEFINE): new function ly:translator-find  
6845         new function ly:translator?
6846         (LY_DEFINE): new function ly:context?
6847
6848         * lily/translator-def.cc: remove
6849         Translator_def::apply_pushpop_property().
6850
6851         * python/lilylib.py (read_pipe): only store and display error log
6852         if verbose not set.
6853         (read_pipe): only display log if it contains something.
6854
6855 2003-08-27  Jan Nieuwenhuizen  <janneke@gnu.org>
6856
6857         * Documentation/misc/GNUmakefile: Re-add.
6858         (TEXTS): Add CHANGES.
6859
6860 2003-08-27  Heikki Junes  <hjunes@cc.hut.fi>
6861
6862         * lilypond.words: add \newcontext.
6863
6864 2003-08-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6865
6866         * lily/tie-performer.cc (stop_translation_timestep): only flush
6867         tied_notes when we have actually made a tie. Fixes bugs with ties
6868         in polyphonic scores.
6869
6870 2003-08-26  Jan Nieuwenhuizen  <janneke@gnu.org>
6871
6872         * stepmake/autogen.sh: Bugfix: copy aclocal.m4, autogen.sh also if
6873         they do not exist.
6874
6875 2003-08-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6876
6877         * VERSION (PACKAGE_NAME): released 1.9.1 
6878
6879         * ly/engraver-init.ly (RemoveEmptyStaffContext): don't add
6880         Instrument_name_engraver
6881
6882         * lily/tie-performer.cc (create_audio_elements): bugfix
6883
6884         * Documentation/user/music-glossary.tely (Top): comment out
6885         font-style statements.
6886
6887         * input/test/force-hshift.ly: revise example.
6888
6889         * Documentation/bibliography/engraving.bib (note): typos.
6890
6891         * configure.in: bump GCC requirements to 3.x
6892
6893         * lily/include/audio-item.hh (class Audio_tie): rename
6894         note_l_drul_ to note_drul_
6895
6896         * lily/tie-performer.cc (class Tie_performer): patch for new ties.
6897
6898         * lily/parser.yy (relative_music): whoops. All \relative were off
6899         by ...  a lot .... Ahem.
6900
6901         * scm/define-music-types.scm (music-descriptions): idem.
6902
6903         * lily/beam-engraver.cc: move new-beam-event to beam-event
6904
6905         * lily/tie-engraver.cc (class Tie_engraver): move New_tie_engraver
6906         to Tie_engraver
6907
6908         * input/regression/bar-number.ly: remove unnecessary old-relative
6909         options.
6910         
6911         * Documentation/user/internals.itely (Creating contexts): document
6912         \newcontext
6913
6914         * lily/parser.yy (Composite_music): add \newcontext
6915
6916         * Documentation/user/refman.itely (MIDI block): add note about
6917         dotted tempos.
6918
6919         * scm/font.scm: remove old markup legacy
6920
6921         * GNUmakefile.in (web-clean): remake share/ after web-clean.
6922
6923         * lily/breathing-sign.cc (brew_molecule): remove function
6924
6925         * lily/text-item.cc: remove old-style markups.
6926         (interpret_markup): C++ version of markup function
6927         (brew_molecule): idem.
6928
6929         * lily/my-lily-lexer.cc (start_main_input): define input-file-name
6930         as Scheme variable.
6931
6932         * scripts/convert-ly.py (conv): dashes rule.
6933         Apply rule.
6934
6935         * Documentation/user/lilypond-book.itely: syntax fixes. 
6936
6937 2003-08-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6938
6939         * VERSION (PACKAGE_NAME): release 1.9.0
6940
6941         * Documentation/user/lilypond-book.itely (Invoking lilypond-book):
6942         note about dvips. (Should backport.)
6943
6944         * scripts/convert-ly.py
6945         (FatalConversionError.articulation_substitute): add
6946         convert-new-chords code. Remove convert-new-chords.py
6947
6948         * Documentation/user/refman.itely (Octave check): document
6949         \octave.
6950
6951         * Documentation/topdocs/NEWS.texi: add \octave, postfix and
6952         \relative changes.
6953
6954         * lily/parser.yy (command_element): octave check:
6955
6956            \octave PITCH
6957
6958         checks that PITCH (without octave) yields PITCH (with octave) in
6959         \relative
6960
6961         * lily/relative-octave-music.cc (to_relative_octave): octave check.
6962
6963         * lily/scm-option.cc: ly:set-option now has the default argument
6964         #t.
6965
6966         * lily/lexer.ll: add \renameinput
6967
6968         * python/lilylib.py (command_name): robustifications.
6969
6970         * scripts/ly2dvi.py (run_latex): use >& for redirection iso. of
6971         /dev/stderr. This is ash compatible.
6972
6973         * ly/init.ly: add warning if compatibility was not necessary.
6974
6975         * lily/scm-option.cc (LY_DEFINE): add ly:get-option
6976
6977         * flower/include/string-handle.icc: formatting cleanups, rename
6978         references by ref_count_.
6979
6980 2003-08-25  Heikki Junes  <hjunes@cc.hut.fi>
6981
6982         * make/lilypond.mandrake.spec.in: syncronize the spec file with
6983         Torbjorn Turpeinen (tobbe@nyvalls.se): fix group, update reqs,
6984         package libs separately, fix conflicting php variable out=/dev/vc/
6985         invoking `unset out', declare menus, use only one icon-file, fix
6986         doc-path in menu.
6987
6988 2003-08-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6989
6990         * scripts/convert-ly.py (FatalConversionError.conv): typo
6991
6992         * Documentation/misc/GNUmakefile: restore misc directory.
6993
6994         * input/mutopia/J.S.Bach/bwv940.ly: add 1 petite prelude
6995
6996         * input/mutopia/J.S.Bach/GNUmakefile (EXTRA_DIST_FILES): remove
6997         Petites-Preludes 
6998
6999         * input/test/partial-blank.ly (quickmeasure): syntax
7000
7001         * lily/slur.cc (get_attachment): bugfix: don't crash on non-cons
7002         attachment property.
7003
7004         * Documentation/user/refman.itely: remove superfluous -'s 
7005         (Grace notes): ) fixes.
7006
7007         * lily/music.cc: generic compress(), transpose() functions. Remove
7008         others.
7009
7010         * lily/parser.yy (gen_text_def): remove support for #'(italic )
7011         style markup entry.
7012
7013         * lily/parser.yy: all articulations postfix; remove obligatory -
7014         for [,  ) and \!
7015         
7016         * lily/music.cc (to_relative_octave): write generic
7017         to_relative_octave function; various relative cleanups.
7018         Hmmm.
7019
7020         * lily/scm-option.cc: add options new-relative and old-relative
7021
7022         * po/sv.po: new po file.
7023
7024         * Documentation/user/refman.itely (Dynamics): website
7025         fixes. (should backport!)
7026
7027 2003-08-22  Heikki Junes  <hjunes@cc.hut.fi>
7028
7029         * make/lilypond.mandrake.spec.in: declare version only once.
7030
7031 2003-08-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7032
7033         * lily/simultaneous-music.cc (to_relative_octave): undo relative
7034         meaning for now.
7035
7036 2003-08-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7037
7038         * input/mutopia/J.S.Bach/wtk1-fugue1.ly: updates
7039
7040         * input/mutopia/J.S.Bach/wtk1-prelude1.ly: remove file
7041
7042         * input/mutopia/F.Schubert/standchen.ly (trebleThrough): fixes
7043
7044         * lily/simultaneous-music.cc (to_relative_octave): add Event_chord.
7045
7046         * lily/music.cc (var): add ly:music-transpose function.
7047
7048         * lily/parser.yy (pre_events): remove prefix articulations.
7049
7050         * lily/music-sequence.cc (do_relative_octave): change relative meaning.
7051
7052         * VERSION (MY_PATCH_LEVEL): open HEAD/1.9 branch.
7053
7054         * Documentation/user/refman.itely (Text markup): add comment about
7055         markup in header.
7056
7057 2003-08-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7058
7059         * lily/paper-outputter.cc (write_header_fields_to_file): 
7060         only dump value if it is a string.
7061
7062         * flower/include/dictionary.hh: remove.
7063         
7064         * Documentation/ChangeLog-1.5: add back old log.
7065
7066         * Documentation/topdocs/INSTALL.texi (Top): explain how to get
7067         .pfas from a .deb.
7068
7069 2003-08-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7070
7071         * Documentation/bibliography/engraving.bib: add entry for
7072         Jaschinski's Notation
7073
7074 2003-08-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7075
7076         * Documentation/user/refman.itely (Beaming): add note about
7077         allowBeamBreak
7078
7079 2003-08-18  Juergen Reuter  <reuter@ipd.uka.de>
7080
7081         * lilypond.words, ly/engraver-init.ly, ly/params-init.ly: added
7082         GregorianTranscription contexts
7083
7084         * ly/engraver-init.ly: vaticana contexts: minor fixes
7085
7086         * Documentation/user/refman.itely (Ancient notation): added note
7087         on appendix length bug
7088
7089         * input/puer-fragment.ly, input/test/gregorian-scripts.ly,
7090         input/test/vaticana.ly: use vaticana contexts; small fixes
7091
7092 2003-08-17  Jan Nieuwenhuizen  <janneke@gnu.org>
7093
7094         * flower/hash.cc: Remove.
7095
7096         * flower/include/dictionary.hh (V>): Compile fix: Remove assignment
7097         to (nonexistent?) hash_func_ identifier.
7098
7099         * python/midi.c (midi_error, midi_warning): Use char const* for
7100         __FUNCTION__ argument.
7101
7102         * python/gettext.py: Remove.  We already require python 2.1, which
7103         includes gettext.py.
7104
7105         * configure.in: Require python 2.1, as INSTALL.texi says.
7106         it.
7107
7108         * Documentation/topdocs/INSTALL.texi: Add note to avoid bison
7109         versions 1.50 and 1.75.  Remove note about lexer patch.
7110
7111 2003-08-16  Jan Nieuwenhuizen  <janneke@gnu.org>
7112
7113         * Documentation/topdocs/INSTALL.texi: Update type1 font
7114         description to actual situation.  Add comment about new font ball
7115         layout.
7116
7117         * GNUmakefile.in (pfa-fonts): Create font-ball so that untar
7118         in $LILYPONDPREFIX suffices for installation.
7119
7120 2003-08-11  Jan Nieuwenhuizen  <janneke@gnu.org>
7121
7122         * debian/control (Build-Depends): Add flex-old as alternative to
7123         flex.  Deprecate bison 1.75.
7124
7125 2003-08-17  Juergen Reuter  <reuter@ipd.uka.de>
7126
7127         * lilypond.words, ly/engraver-init.ly, ly/params-init.ly: added
7128         Vaticana contexts
7129
7130         * Documentation/user/refman.itely (Ancient notation): documented
7131         some bugs; tiny fixes; added docu on Vaticana contexts
7132
7133         * gregorian-init.ly, ly/script-init.ly: moved ancient articulation
7134         scripts
7135
7136 2003-08-16  Juergen Reuter  <reuter@ipd.uka.de>
7137
7138         * Documentation/user/refman.itely (Ancient notation): added some
7139         introductory words; added section on ancient time signatures;
7140         added some @seealso and @refcommands; small fixes and
7141         beautifications
7142
7143 2003-08-15  Juergen Reuter  <reuter@ipd.uka.de>
7144
7145         * input/regression/note-head-style.ly: many fixes and updates
7146
7147         * Documentation/user/refman.itely: added small sections on ancient
7148         accidentals, rests and flags; revised ancient note head section;
7149         small wording/spelling fixes
7150
7151         * input/test/rests.ly: layout fixes
7152
7153 2003-08-14  Juergen Reuter  <reuter@ipd.uka.de>
7154
7155         * input/puer-fragment.ly: bugfix: central C position of do clef
7156
7157         * ly/gregorian-init.ly: workaround: add small padding space before
7158         divisiones (the correct fix would be the spacing engine to handle
7159         this)
7160
7161 2003-08-13  Graham Percival  <gperlist@shaw.ca>
7162
7163         * input/test/bar-lines-lyric-only.ly, boxed-molecule.ly,
7164         cue-notes.ly: minor fixes.
7165
7166 2003-08-13  Juergen Reuter  <reuter@ipd.uka.de>
7167
7168         * Documentation/user/refman.itely: bugfix: remove obsolete link to
7169         input/test/custos-style.ly
7170
7171         * Documentation/index.html.in: bugfix: link to Tutorial.html
7172
7173         * input/puer-fragment.ly: bugfix: assigment of syllables "no-bis"
7174         to neumes; bugfix: "et": epiphonus, not just a simple pes
7175
7176 2003-08-12  Heikki Junes <hjunes@cc.hut.fi>
7177
7178         * lilypond-mode.el: split `Insert Tag' if it is long enough.
7179
7180         * lilypond.words: add new features: markup, column, center, \[ \].
7181         
7182 2003-08-10  Heikki Junes <hjunes@cc.hut.fi>
7183
7184         * Documentation/topdocs/NEWS.texi, DEDICATION,
7185         stepmake/bin/add-html-footer.py
7186         input/mutopia/J.S.Bach/baerenreiter-sarabande.ly
7187         input/mutopia/J.S.Bach/wtk1-fugue1.ly
7188         input/mutopia/J.S.Bach/wtk1-prelude1.ly
7189         Documentation/topdocs/INSTALL.texi: `bug'fix: a colon `:' is 
7190         added (only) after a sentence which is complete; if the sentence is 
7191         not ended a comma `,' or nothing is used. fix also spaces.
7192
7193 2003-08-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7194
7195         * Documentation/topdocs/INSTALL.texi (Top): change GUILE
7196         requirements to plain 1.6.
7197
7198         * buildscripts/mutopia-index.py (read_lilypond_header): update
7199         mutopia-index.py to 1.4 syntax [sic]
7200
7201 2003-08-07  Heikki Junes <hjunes@cc.hut.fi>
7202
7203         * make/lilypond.mandrake.spec.in: remove menu, sync with redhat-spec.
7204
7205 2003-08-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7206
7207         * Documentation/index.html.in: url for regression pdf
7208
7209         * Documentation/user/cheatsheet.itely (Cheat sheet): single staff.
7210
7211         * Documentation/user/tutorial.itely (Piano staves): s/staffs/staves/g
7212
7213         * make/lilypond.redhat.spec.in (Buildrequires): texinfo >= 4.6 reqd.
7214
7215         * VERSION: 1.8.0 released
7216         
7217         * GNUmakefile.in (local-WWW-post): footify build fix.
7218
7219         * configure.in: require GUILE 1.6.4
7220
7221         * Documentation/user/GNUmakefile: don't copy *.png for
7222         lilypond-internals
7223
7224         * GNUmakefile.in (local-WWW-post): move mutopia-index to toplevel
7225         local-WWW-post target.
7226         (rsync-web): add rsync-web target
7227
7228         * Documentation/user/introduction.itely (Music notation and
7229         engraving): add neume example
7230
7231         * input/puer-fragment.ly (cantus): add puer-fragment
7232
7233 2003-08-06  Jan Nieuwenhuizen  <janneke@gnu.org>
7234
7235         * input/no-notation/midi-volume-equaliser.ly: Add volume setting
7236         to notes, so that equalizer is actualy being used.
7237
7238         * scm/midi.scm (instrument-equalizer-alist):
7239         (absolute-volume-alist): Define public, so that user can copy or
7240         override.
7241
7242         * lily/key-performer.cc (create_audio_elements): Check for minor
7243         key.  Only if key is minor, set MIDI key to minor.
7244
7245 2003-08-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7246
7247         * Documentation/user/refman.itely (Hiding staffs): fixes.
7248
7249         * mf/feta-eindelijk.mf (tracingvariables): add TODO.
7250
7251         * lily/system-start-delimiter.cc (after_line_breaking): retrieve
7252         vertical extents to deal with Hara kiri correctly.
7253
7254         * input/regression/hara-kiri-short.ly: remove
7255
7256         * input/regression/hara-kiri-pianostaff.ly: update test.
7257
7258         * Documentation/user/*.tely: remove WEBTITLE
7259
7260         * scm/output-tex.scm (comment): idem.
7261
7262         * scm/output-pdftex.scm: remove GUILE 1.4 glue
7263
7264         * scm/music-functions.scm (make-lyric-event): new function
7265
7266         * scm/lily.scm (lilypond-version): new function
7267
7268         * input/test/version-output.ly: new file.
7269
7270         * Documentation/user/lilypond.tely: add version number to
7271         front-page.
7272
7273 2003-08-05  Jan Nieuwenhuizen  <janneke@gnu.org>
7274
7275         * input/test/midi-scales.ly: Reformat to match midi2ly output again.
7276
7277 2003-08-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7278
7279         * input/template/gregorian-transcription.ly (barTwo): syntax update.
7280
7281         * Documentation/user/refman.itely (Hiding staffs): rename node.
7282
7283 2003-08-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7284
7285         * input/regression/new-markup-syntax.ly (texidoc): remove
7286         molecule-callback override.
7287
7288 2003-08-04  Jan Nieuwenhuizen  <janneke@gnu.org>
7289
7290         * input/les-nereides.ly: Mark tweaks with %tweak.
7291
7292         * Debian patch, see debian/changelog (Anthony Fok).
7293
7294 2003-08-04  Jan Nieuwenhuizen  <janneke@gnu.org>
7295
7296         * buildscripts/lilypond-profile.sh: Add workaround for zsh posix
7297         problem.
7298
7299 2003-08-04  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
7300
7301         * Documentation/user/refman.itely (Text markup): Fix language bug.
7302
7303 2003-08-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7304
7305         * input/* : postfix syntax fixes.
7306
7307         * Documentation/user/refman.itely (Text markup): add note about
7308         raise/lower with ^ or _ .
7309         
7310         * po/fi.po: fix \\apply strings.
7311
7312         * lily/parser.yy (open_event): warn for prefix articulations.
7313
7314 2003-08-04  Juergen Reuter  <reuter@ipd.uka.de>
7315
7316         * lily/all-font-metrics.cc (find_font): bugfix: apply Han-Wen's last
7317         fix also on parmesan font.
7318
7319 2003-08-03  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7320
7321         * VERSION 1.7.30 released
7322         
7323         * GNUmakefile.in (EXTRA_DIST_FILES): remove lexer GCC patch.
7324
7325         * buildscripts/mutopia-index.py (headertext): rewording
7326
7327 2003-08-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7328
7329         * scm/new-markup.scm (strut-markup): new markup function.
7330
7331         * scm/bass-figure.scm (make-bass-figure-markup): insert vertical
7332         space also when no accidental is there.
7333
7334 2003-08-02  Jan Nieuwenhuizen  <janneke@gnu.org>
7335
7336         * input/les-nereides.ly: Updates.
7337
7338 2003-08-02  Heikki Junes <hjunes@cc.hut.fi>
7339
7340         * lilypond-mode.el (LilyPond-insert-tag-current): new function,
7341         which repeats the tag insertion selected from "Insert tag" menu.
7342
7343 2003-08-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7344
7345         * lily/all-font-metrics.cc (find_font): load AFM files first only
7346         for feta fonts. This fixes problems with TeXlive and other TeX
7347         distros that include AFM files for the CM fonts. 
7348
7349         * scm/font.scm (qualifiers-to-font-name): remove.
7350
7351         * lily/paper-def.cc: remove get_var.
7352
7353         * input/trip.ly: remove file.
7354         
7355         * input/regression/spacing-note-flags.ly (raggedright): remove
7356         stafflinethickness
7357
7358         * input/les-nereides.ly: update to new syntax, cleanups.
7359
7360 2003-08-01  Jan Nieuwenhuizen  <janneke@gnu.org>
7361
7362         * Documentation/user/refman.itely: Clarify shortest-note problem
7363         of autobeamer.
7364
7365 2003-08-01  Heikki Junes <hjunes@cc.hut.fi>
7366
7367         * lilypond-mode.el: Add each word to regexps only once.
7368
7369         * lilypond-mode.el (LilyPond-insert-tag): add new function, which 
7370         is based on the syntax definitions in lilypond.words. Remove all 
7371         LilyPond-insert-tag-* functions. Restructure LilyPond menu. 
7372         LilyPond->Insert menu is generated by the entries in lilypond.words 
7373         to which have been given a syntax definition.
7374
7375         * lilypond.words: give syntax definitions (LilyPond-insert-tag) for 
7376         \notes, \relative, \score, \simultaneous, \transpose.
7377
7378         * lilypond-mode.el: allow non-alpha characters only in menu keywords.
7379
7380         * lilypond.words: add useful `\context Staff =' and `\context Voice ='.
7381         
7382         * lilypond-mode.el: add menu keywords separately.
7383
7384         * lilypond.words: post-syntaxed slur pairs and syntax for \times.
7385
7386 2003-08-01  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
7387
7388         * Documentation/topdocs/INSTALL.texi (Top): Documentation of the
7389         current ugly installation method for PFA fonts.
7390
7391 2003-07-31  Heikki Junes <hjunes@cc.hut.fi>
7392
7393         * lilypond-mode.el: Junk LilyPond-quick-notes-insert; instruct 
7394         to use LilyPond Quick Insert Mode by Nicolas Sceaux, instead.
7395
7396         * Documentation/user/music-glossary.tely: update legato.
7397
7398 2003-07-30  Jan Nieuwenhuizen  <janneke@gnu.org>
7399
7400         * lexer-gcc-3.0.patch: Remove.
7401
7402         * lexer-gcc-3.1.sh: Disable FlexLexer.h massaging.
7403
7404 2003-07-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7405
7406         * debian/rules (binary-arch): remove NEWS.
7407
7408 2003-07-30  Heikki Junes <hjunes@cc.hut.fi>
7409
7410         * buildscripts/{ many }, lily/main.cc, po/{ all }, scripts{ many },
7411         stepmake/bin{ many }: polish the `--help's of different scripts;
7412         model taken from the core-utils of Linux.
7413
7414         * flower/getopt-long.cc, python/lilylib.py: add space, see above.
7415
7416 2003-07-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7417
7418         * flower/parse-afm.cc (parseCharMetrics): add warnings.
7419
7420         * flower/libc-extension.cc: idem.
7421
7422         * flower/include/libc-extension.hh: protect against isinf macros.
7423
7424 2003-07-29  Heikki Junes <hjunes@cc.hut.fi>
7425
7426         * { many }: Use two uppercase letters in LilyPond.
7427
7428         * lily/main.cc, po/{ many }, scripts/{ many }: add verbs.
7429
7430         * VERSION: 1.7.29 released.
7431         
7432 2003-07-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7433
7434         * lily/tie.cc: add TODO comment.
7435
7436         * lily/bezier.cc: replace bezier-bow with bezier-sandwich.
7437
7438         * scm/*.scm: remove bezier-bow. Use bezier-sandwich with rounded
7439         linejoins and linecaps. This fixes problems with occasional spikes
7440         on slur/tie endings.
7441         
7442         * input/regression/font-name.ly: don't use PS fonts for
7443         compatibility reasons. 
7444
7445         * mutopia/claop.py (accents): update to 1.8
7446
7447         * Documentation/user/music-glossary.tely (Top): remove 13pt.
7448
7449         * Documentation/user/macros.itexi: don't color glossary links.
7450
7451         * Documentation/user/invoking.itexi (Error messages): new section
7452
7453 2003-07-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7454
7455         * input/regression/font-name.ly: add file.
7456
7457         * scm/document-backend.scm (grob-doc): remove <hr> from
7458         lilypond-internals
7459
7460         * Documentation/topdocs/INSTALL.texi (Top): bump GUILE
7461         reqd version to 1.6.4 
7462
7463         * lily/font-interface.cc (get_font): bugfix: take font-name from
7464         alist chain too. This fixes font-name override for \markup.
7465
7466 2003-07-28  Jan Nieuwenhuizen  <janneke@gnu.org>
7467
7468         * Documentation/pictures/GNUmakefile (OUT_DIST_FILES): Remove icon.
7469
7470         * input/test/polymetric-differing-notes.ly: Compile fix.
7471
7472 2003-07-28  Juergen Reuter  <reuter@ipd.uka.de>
7473
7474         * Documentation/user/refman.itely: fixed typo
7475
7476         * lily/vaticana-ligature-engraver.cc: bugfix: insert extra space
7477         before flexa
7478
7479 2003-07-27  Heikki Junes  <hjunes@cc.hut.fi>
7480
7481         * input/test/{ many }: search & fix some typos.
7482
7483 2003-07-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7484
7485         * scripts/ly2dvi.py (include_path): use preview_resolution for PNG
7486         images.
7487
7488         * scm/music-functions.scm (make-voice-props-set): set Script /
7489         TextScript dir for polyphony too.
7490
7491         * scm/define-grobs.scm (all-grob-descriptions): decrease space
7492         before clef.
7493
7494         * flower/libc-extension.cc (my_round): ANSI-C compatible rounding.
7495
7496 2003-07-27  Rune Zedeler  <rz@daimi.au.dk>
7497
7498         * Documentation/user/refman.itely (Percussion): Small
7499         clarifications and fixes.
7500
7501         * scm/drums.scm: Bugfix: Use string instead of symbol when naming
7502         threads. This fixes different heads playing simultaneously.
7503
7504 2003-07-27  Heikki Junes  <hjunes@cc.hut.fi>
7505
7506         * Documentation/user/{ many }: increase readability (read through 
7507         User manual from `one big page').
7508
7509 2003-07-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7510
7511         * input/test/polymetric-differing-notes.ly: add example with
7512         disparate note values.
7513
7514         * input/test/polymetric.ly: rename from poly-metric
7515
7516         * scripts/ly2dvi.py (include_path): bugfix: use outbase
7517         iso. outname.
7518
7519         * mf/feta-klef.mf: clef fixes, remove left/right spacing.  set
7520         G-clef bbox to real char extents. This fixes the G-clef being
7521         offset too much to the right.
7522         document perc clef offset.
7523
7524         WARNING: FONT CHANGED.
7525
7526         * Documentation/user/tutorial.itely (Tutorial): move menu.
7527
7528 2003-07-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7529
7530         * buildscripts/lilypond-profile.sh (Error): trim error message.
7531
7532         * Documentation/user/invoking.itexi (Invoking the lilypond
7533         binary): add note about path.
7534
7535         * Documentation/user/macros.itexi: add @c at EOL, hopefully
7536         suppresses superfluous spaces.
7537
7538 2003-07-25  Jan Nieuwenhuizen  <janneke@gnu.org>
7539
7540         * buildscripts/lilypond-profile.sh: Add documentation to error
7541         message.
7542
7543         * make/srcdir.make.in (web-install): Use SRCMAKE, set outdir.
7544
7545 2003-07-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7546
7547         * scripts/lilypond-book.py: HTML fixes (by Michael Ossmann
7548         <mike@ossmann.com>)
7549
7550         * Documentation/bibliography/computer-notation.bib (pages): prune
7551         unscientific language.
7552
7553         * Documentation/user/GNUmakefile: copy unsplit file to
7554         lilypond.html (idem for lilypond-internals).
7555
7556         * buildscripts/mutopia-index.py (read_dict): remove "example file:"
7557
7558         * Documentation/topdocs/NEWS.texi (Top): rewrite NEWS in texinfo.
7559
7560         * python/lilylib.py (lilypond_version): 2.1 proof version check.
7561
7562         * lily/staff-symbol-referencer.cc (LY_DEFINE): lrint, the final
7563         fix.
7564         
7565 2003-07-25  Heikki Junes  <hjunes@cc.hut.fi>
7566
7567         * Documentation/user/{ various }: bind text snippets with their
7568         examples, e.g. by punctuation: This is an example.
7569
7570 2003-07-25  Jan Nieuwenhuizen  <janneke@gnu.org>
7571
7572         * ly/performer-init.ly (VoiceContext): Typos.
7573
7574         * stepmake/stepmake/toplevel-targets.make (install): For srcdir
7575         builds, leave final-install to toplevel srcdir makefile.
7576
7577         * make/srcdir.make.in (install): New target.
7578
7579 2003-07-24  Jan Nieuwenhuizen  <janneke@gnu.org>
7580
7581         * ly/performer-init.ly (TabStaffContext, TabVoiceContext): Add.
7582         This fixes core dump on MIDI output (Simon Weatherill).
7583
7584         * stepmake/stepmake/generic-targets.make (WWW-post): Oops, depend
7585         on local-WWW-post.
7586
7587 2003-07-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7588
7589         * make/lilypond.redhat.spec.in: add dvips to reqs.
7590
7591 2003-07-24  Jan Nieuwenhuizen  <janneke@gnu.org>
7592
7593         * make/srcdir.make.in (web): Add special web target.
7594
7595         * stepmake/stepmake/generic-targets.make (WWW): Remove $(MAKE)
7596         from inner $(LOOP).
7597
7598         * cygwin/mknetrel: Override $(webdir) (was: $(docdir)).
7599
7600         * stepmake/stepmake/generic-targets.make (www-targets-help):
7601         * GNUmakefile.in (web-install): Install in $(webdir).
7602
7603         * input/test/smart-transpose.ly (texidoc): texidoc compile fix.
7604
7605         * cygwin/changelog: 
7606         * cygwin/mknetrel: Update.
7607
7608         * GNUmakefile.in (web-install): Rename (was: install-html-doc).
7609         (html-doc): Remove (use: web).
7610
7611         * stepmake/stepmake/script-rules.make: 
7612         * stepmake/stepmake/python-module-rules.make ($(outdir)/%.py):
7613         Fix $(config_make) dependencies for srcdir build.
7614
7615         * stepmake/stepmake/generic-targets.make ($(config_make)): Fix
7616         target for srcdir build.
7617
7618         * stepmake/make/stepmake.make: 
7619         * make/srcdir.make.in: 
7620         * GNUmakefile.in:
7621         * make/stepmake.make (config_make): Rename variable (was:
7622         configuration).
7623
7624 2003-07-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7625
7626         * Documentation/user/internals.itely (Manipulating music
7627         expressions): run lilypond on example too.
7628
7629         * flower/include/libc-extension.hh: move lrint define to
7630         header. bugfix.
7631         
7632 2003-07-24  Jan Nieuwenhuizen  <janneke@gnu.org>
7633
7634         * stepmake/GNUmakefile.in (STEPMAKE_TEMPLATES): 
7635         * stepmake/stepmake/GNUmakefile (STEPMAKE_TEMPLATES): Add www (why
7636         do we recurse whole tree?).
7637
7638         * GNUmakefile.in (html-doc): Resurrect.
7639
7640         * Documentation/pictures/GNUmakefile (default, local-dist): Remove
7641         obsolete $(package-icon) dependency.
7642
7643 2003-07-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7644
7645         * Documentation/user/refman.itely (Automatic staff changes):
7646         add seealso 
7647
7648         * Documentation/index.html.in: link to bigpage.
7649
7650         * Documentation/user/tutorial.itely (Tutorial): streamline.
7651
7652         * Documentation/index.html.in: url typo.
7653
7654         * VERSION (PACKAGE_NAME): release 1.7.28
7655
7656         * python/lilylib.py (error_log): remove '/' from name.
7657
7658         * input/regression/pedal.ly: remove; dups input/test/
7659         
7660         * stepmake/stepmake/texinfo-rules.make: remove footify everywhere.
7661
7662         * Documentation/index.html.in: python style doco index.
7663
7664         * Documentation/{footer,header}.html.in (src): remove, 
7665
7666         * Documentation/pictures: remove all but lelie-logo.xpm.
7667
7668         * stepmake/stepmake/texinfo-vars.make (MAKEINFO): unset LANG
7669         before running makeinfo.
7670
7671         * lily/include/music-iterator.hh (IMPLEMENT_CTOR_CALLBACK): add
7672         @code{}
7673
7674 2003-07-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7675
7676         * input/test/bar-number-regular-interval.ly: rename.
7677
7678         * Documentation/user/*: various fixes. 
7679
7680 2003-07-24  Heikki Junes  <hjunes@cc.hut.fi>
7681
7682         * Documentation/{ many }: polish for update-all-menus. typos.
7683
7684         * po/fi.po: fixes.
7685
7686         * Documentation/topdocs/{README.texi,INSTALL.texi}: update links.
7687
7688         * buildscripts/mutopia-index.py: polish.
7689
7690         * input/regression/{ many }, input/test{ many }: polish texidocs.
7691
7692 2003-07-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7693
7694         * scripts/convert-ly.py (FatalConversionError.conv): rule for
7695         pedal-style
7696
7697         * lily/text-spanner.cc (brew_molecule): use bracket-flare
7698         iso. edge-widen.
7699
7700         * lily/piano-pedal-engraver.cc (process_music): change from
7701         process_acknowledged ()
7702
7703         * lily/piano-pedal-bracket.cc: new file. Change
7704         setup_pedal_bracket in after_line_breaking callback.  Thoroughly
7705         cleaned up.
7706
7707         * lily/text-spanner.cc (setup_pedal_bracket): cleanup.
7708
7709         * input/regression/tuplets.ly (texidoc): rename file.
7710
7711         * po/fr.po: update
7712
7713         * buildscripts/lilypond-profile.sh: error message if script is not
7714         sourced.
7715
7716         * lily/tuplet-bracket.cc (make_bracket): change edge-widen to
7717         bracket-flare
7718         (make_bracket): simplify code.
7719
7720         * lily/parser.yy (verbose_command_req): catch typos in \key scale
7721         argument.
7722
7723         * python/lilylib.py (lilypond_version_check): new function
7724
7725         * scripts/lilypond-book.py (TexiPaper.incl_opt): idem
7726
7727         * scripts/ly2dvi.py (run_lilypond): add version check.
7728
7729         * scripts/lilypond-book.py (option_definitions): typo
7730
7731         * scripts/ly2dvi.py (include_path): typo
7732
7733         * make/lilypond.redhat.spec.in (Group): add INSTALL.txt
7734
7735         * lily/parse-scm.cc (parse_handler): typo
7736
7737         * Documentation/user/macros.itexi: use @heading for headings.
7738
7739         * Documentation/user/refman.itely: updates, fixes.
7740
7741 2003-07-23  Heikki Junes  <hjunes@cc.hut.fi>
7742
7743         * po/fi.po: add Finnish translations. fixes.
7744
7745         * stepmake/stepmake/toplevel-targets.make: rpm-mandrake -> rpm-mdk.
7746
7747         * lily/piano-pedal-engraver.cc: fixed warnings, got working syntax
7748         from lily/glissando-engraver.cc.
7749
7750 2003-07-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7751
7752         * lily/volta-bracket.cc (brew_molecule): opps: only wipe number
7753         for non-first _broken_ bracket.
7754
7755         * Documentation/user/refman.itely: corrections.
7756
7757 2003-07-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7758
7759         * lily/new-fingering-engraver.cc (position_scripts): add heads to
7760         support of the fingerings.
7761
7762         * po/fr.po: French translation update.
7763
7764         * lily/parser.yy (Composite_music): add extra \ for "\apply" in
7765         strings.
7766
7767 2003-07-22  Jan Nieuwenhuizen  <janneke@gnu.org>
7768
7769         * Documentation/user/introduction.itely: Small fixes.
7770
7771 2003-07-22  Heikki Junes  <hjunes@cc.hut.fi>
7772
7773         * Documentation/topdocs/AUTHORS.texi: polish.
7774
7775 2003-07-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7776
7777         * Documentation/user/introduction.itely: revise
7778
7779         * Documentation/user/tutorial.itely: reorganise.
7780
7781         * Documentation/topdocs/index.tely: remove.
7782
7783         * Documentation/header.html.in: prune.
7784
7785         * GNUmakefile.in: clean up web building.
7786
7787         * stepmake/stepmake/generic-targets.make (WWW): add WWW as generic
7788         target.
7789
7790 2003-07-21  Heikki Junes  <hjunes@cc.hut.fi>
7791
7792         * lilypond-font-lock.el: do not try to match two-char slurs \) \].
7793
7794         * lilypond-mode.el: turn on blink-matching-paren.
7795
7796 2003-07-21  Jan Nieuwenhuizen  <janneke@gnu.org>
7797
7798         * scm/output-sodipodi.scm (svg-header): Fix typo.
7799
7800 2003-07-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7801
7802         * python/lilylib.py (error_log): use mktemp iso.  temp_dir. This
7803         fixes a security hole.
7804
7805         * scripts/lilypond-book.py (original_dir): remove temp_dir
7806
7807         * scm/document-translation.scm: use @code tags.
7808
7809 2003-07-20  Heikki Junes  <hjunes@cc.hut.fi>
7810
7811         * lilypond-font-lock.el: do not try to match two-char slurs \( \[.
7812
7813         * lilypond-mode.el: add a buffer-local post-command-hook to set
7814         context dependent syntax-table after each cursor event. Remove old
7815         stuff. XEmacs: turn on parenthesis highlighting in LilyPond-mode.
7816
7817         * lilypond-indent.el: update comments.
7818
7819         * Documentation/footer.html.in: add period.
7820
7821 2003-07-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7822
7823         * make/lilypond.redhat.spec.in (Group): don't strip binary.
7824
7825         * scm/document-translation.scm (document-property-operation): add
7826         @code{} tags.
7827
7828         * VERSION (PACKAGE_NAME): release 1.7.27
7829
7830         * config.make.in: add PAPER variable
7831
7832         * buildscripts/new-chords.py (help): add help text
7833
7834         * Documentation/user/introduction.itely (Typography and program
7835         architecture):  fixes.
7836
7837         * Documentation/user/GNUmakefile (DVIPS_PAPERSIZE): set A4 paper
7838         for texinfo and dvips. This fixes problems with PDF output of the
7839         wrong size.
7840
7841         * stepmake/stepmake/tex-rules.make ($(outdir)/%.ps): add
7842         DVIPS_PAPERSIZE variable
7843
7844         * stepmake/stepmake/texinfo-rules.make ($(outdir)/%.dvi): add
7845         TEXINFO_PAPERSIZE variable 
7846
7847 2003-07-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7848
7849         * mf/feta-macros.mf: whoops: only draw lines for test situations.
7850
7851         * mf/feta-toevallig.mf: lowres fixes.
7852
7853 2003-07-19  Jan Nieuwenhuizen  <janneke@gnu.org>
7854
7855         * NEWS: Typo and fill-paragraph fixes.
7856
7857         * flower/libc-extension.cc (lrint)[!HAVE_LRINT]: Use round () and
7858         cast #define.
7859
7860         * configure.in: 
7861         * config.hh.in: Check for lrint.
7862
7863 2003-07-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7864
7865         * VERSION: 1.7.26 released
7866
7867         * lily/separation-item.cc: add padding property.
7868
7869         * input/test/*.ly: various fixes, remove solo-a2.ly
7870
7871         * scm/new-markup.scm (brew-new-markup-molecule): arg order
7872         bugfix. Fixes old-style markup compatibility.
7873
7874         * Documentation/user/introduction.itely (Introduction): historical
7875         elucidations
7876
7877         * Documentation/user/music-glossary.tely (Top): linewidth fix.
7878
7879         * Documentation/topdocs/AUTHORS.texi (AUTHORS): cleanup.
7880
7881         * Documentation/index.texi (Top): cleanup.
7882
7883         * Documentation/user/introduction.itely (Introduction): rewrite
7884         introduction, 
7885         (Music notation and  engraving): about notation. Add flat-picture
7886
7887 2003-07-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7888
7889         * ly/engraver-init.ly (LyricsVoiceContext): add padding for
7890         separation items. This keeps lyrics from bumping into each other.
7891
7892 2003-07-18  Jan Nieuwenhuizen  <janneke@gnu.org>
7893
7894         * GNUmakefile.in (topdocs-web): New target.
7895         (local-web): Depend on topdocs-web; fixes html-doc.
7896
7897 2003-07-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7898
7899         * po/lilypond.pot: run po-replace
7900
7901         * Documentation/GNUmakefile (SUBDIRS): remove windows/ directory
7902
7903         * scm/drums.scm (reset-drum-kit): new function.
7904
7905         * Documentation/GNUmakefile (SUBDIRS): remove misc/ directory.
7906
7907         * scripts/update-lily.py: remove
7908         
7909         * VERSION: release 1.7.25
7910         
7911         * Documentation/user/introduction.itely (Introduction): rewrite
7912         start of introduction.
7913
7914 2003-07-18  Juergen Reuter  <reuter@ipd.uka.de>
7915
7916         * lily/all-font-metrics.cc: fixed typo
7917
7918 2003-07-18  Heikki Junes  <hjunes@cc.hut.fi>
7919
7920         * lilypond-font-lock.el (LilyPond-mode-set-syntax-table, 
7921         LilyPond-mode-context-set-syntax-table): new functions to define
7922         the syntax table according to context.
7923
7924         * lilypond-mode.el: use LilyPond-mode-set-syntax-table.
7925
7926 2003-07-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7927
7928         * Documentation/user/refman.itely (Figured bass): 
7929         language nit courtesy http://www.vocabula.com
7930
7931         * GNUmakefile.in: remove no kpathsea hack.
7932
7933         * Documentation/topdocs/INSTALL.texi (Top): remove web-doc from
7934         doco.
7935
7936         * GNUmakefile.in: remove web-doc target.
7937
7938         * lily/all-font-metrics.cc (find_afm): add message about
7939         buildscripts/clean-fonts.sh 
7940
7941         * scm/define-music-properties.scm (figure): use string for 'figure
7942
7943         * lily/parser.yy (bass_number): allow strings for bassfigure too. 
7944
7945         * input/regression/ : add raggedright = ##t where applicable. 
7946         
7947         * scm/bass-figure.scm (make-bass-figure-markup): add
7948         alignBassFigureAccidentals property.
7949
7950         * lily/volta-bracket.cc (brew_molecule): only put text on 1st
7951         bracket.
7952
7953         * lily/hyphen-spanner.cc (set_spacing_rods): new function: take
7954         syllables widths into account for minimum-length.
7955
7956         * input/test/staff-container.ly: update file
7957
7958         * input/test/stem.ly: remove
7959
7960         * lily/event.cc (LY_DEFINE): add ly: prefix.
7961
7962         * input/test/clef-manual-control.ly: from manual-clef
7963
7964         * input/test/repeat-shorter-bracket.ly: move from coda-kludge 
7965
7966         * input/test/different-time-signatures.ly: move to poly-metric.ly
7967
7968         * input/test/hara-kiri*,scales.ly: remove
7969         
7970         * input/test/chord-names-dpnj.ly (efullmusic): remove file (merged
7971         with chord-names-jazz.ly)
7972
7973         * make/mutopia-rules.make ($(outdir)/%.pdf): use +lilypond.map to
7974         get scalable cm fonts too.
7975
7976         * stepmake/stepmake/metafont-rules.make (ENCODINGOPTION): add
7977         --encoding for mftrace if present.
7978
7979         * input/regression/slur-area.ly: move from test/
7980
7981         * input/test/: remove simple-slur-endings slur-attachment
7982         slur-broken-cross-staff slur-broken.ly slur-damping.ly
7983         slur-follow-music.ly slur-position.ly slur-proof.ly slur-shape.ly
7984         slur-symmetry slur-symmetry tie-broken.ly
7985
7986         * scm/drums.scm (set-drum-kit): add function.
7987
7988         * Documentation/user/refman.itely (Percussion staves): use
7989         set-drum-kit
7990
7991         * scripts/etf2ly.py (interpret_finale_key_sig): handle minor keys
7992         too
7993         (Global_measure.set_timesig): handle 3/8 time sig too.
7994
7995         * scm/output-lib.scm (note-head-style->attachment-coordinates):
7996         note about triangle note heads.
7997
7998         * scm/drums.scm: use alist for instrument-settings. This fixes the
7999         bug with assigning to drums in the .ly file.
8000
8001         * mf/feta-autometric.mf (code): start font at 32. WARNING: FONT
8002         CHANGED.
8003
8004         * scm/define-grob-interfaces.scm (cluster-beacon-interface): add
8005         cluster-beacon-interface
8006
8007         * scm/define-grobs.scm (all-grob-descriptions): default to ramp.
8008
8009         * scripts/convert-ly.py (FatalConversionError.conv): add cluster rule.
8010
8011         * ly/spanners-init.ly (stopGroup): remove start/stopCluster.
8012
8013         * lily/cluster.cc (brew_molecule): examine ClusterSpannerBeacons
8014         to get positions.
8015
8016         * lily/cluster-engraver.cc: rewrite: catch cluster-note-events,
8017         make ClusterSpannerBeacon to record Y positions. This removes the
8018         need to switch off notes. Use \apply #notes-to-clusters { .. }  to
8019         make cluster-note-events.
8020
8021 2003-07-17  Jan Nieuwenhuizen  <janneke@gnu.org>
8022
8023         * stepmake/aclocal.m4: Do AC_PATH_PROG for python.
8024
8025         * configure.in: Use lily/main.cc as identifying source file.
8026
8027         * lily/accidental-engraver.cc: Compile fix: include protected-scm.hh.
8028
8029         * config.hh.in: 
8030         * python/midi.c: Remove <pyphonX>/Python.h ifdef tree.
8031
8032         * configure.in: Require PYTHON >= 2.0.
8033
8034         * stepmake/aclocal.m4 (STEPMAKE_PYTHON_DEVEL): Rewrite.  Ask
8035           $PYTHON for include dir location.
8036         (STEPMAKE_PYTHON): New function.  Use
8037         
8038             PYTHON=foo ./configure
8039
8040           to override.
8041
8042 2003-07-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8043
8044         * lily/translator-scheme.cc (LY_DEFINE): bugfix: always return
8045         something.
8046
8047         * make/lilypond.redhat.spec.in (Group): change ftp.cs.uu.nl to
8048         ftp.lilypond.org everywhere.
8049
8050 2003-07-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8051
8052         * lily/text-item.cc (interpret_new_markup): do only if new-markup
8053         detected.
8054
8055         * Documentation/user/refman.itely (Grace notes): note on explicit
8056         contexts
8057
8058 2003-07-16  Heikki Junes  <hjunes@cc.hut.fi>
8059
8060         * lilypond-font-lock.el: add a comment about LilyPond specific
8061         escape characters: ^, - and _, in the syntax table.
8062
8063         * Documentation/user/appendices.itely: a majuscule fix.
8064
8065 2003-07-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8066
8067         * input/test/trills.ly (endHorizScript): fixes.
8068
8069         * input/test/chord-names-jazz.ly: merge in alternate Jazz
8070         notation, move from regression.
8071
8072         * input/test/script-stack.ly: change name from stacked-scripts
8073
8074         * input/test/ossia.ly: octave errors.
8075
8076         * input/no-notation/midi-tuplets.ly: move from input/test/, idem
8077         for midi-volume-equaliser
8078
8079 m2003-07-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8080
8081         * scm/output-ps.scm (lily-traced-cm-fonts): substitution for lily
8082         cm fonts.
8083
8084         * mf/feta-beugel.mf: don't multiply font_count by 10.
8085
8086         * lily/lookup.cc (horizontal_line): new function. Use
8087         horizontal-line in output backends.
8088
8089         * Documentation/user/tutorial.itely (An orchestral part): new
8090         section on orchestral stuff and identifiers.
8091
8092 2003-07-14  Heikki Junes  <hjunes@cc.hut.fi>
8093
8094         * lilypond-mode.el: comment-out paren-highlighting, it still causes
8095         some interference to other modes.
8096
8097 2003-07-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8098
8099         * lily/spacing-spanner.cc (musical_column_spacing): use average,
8100         not maximum of spacing wishes in polyphonic situations.
8101
8102         * scm/define-grobs.scm (all-grob-descriptions): bold tuplet
8103         number
8104
8105         * lilypond-indent.el: remove paren matching. 
8106
8107         * lily/text-item.cc (interpret_new_markup): new function
8108         use iso. text2molecule.
8109
8110         * lily/main.cc (notice): change FSF address 
8111
8112         * po/de.po: update PO file to 1.6.
8113
8114 2003-07-13  Heikki Junes  <hjunes@cc.hut.fi>
8115
8116         * Documentation/user/ {many}: Add periods and remove spaces.
8117         
8118 2003-07-11  Heikki Junes  <hjunes@cc.hut.fi>
8119
8120         * lilypond-indent.el (LilyPond-paren-set-mode): From XEmacs' paren.el:
8121         Disable buffer-locally default paren hook and make a new one. 
8122
8123         * lilypond-mode.el: Turn off locally paren-mode, but turn on
8124         locally LilyPond-paren-mode. Add todo for mouse double-click.
8125
8126 2003-07-10  Heikki Junes  <hjunes@cc.hut.fi>
8127
8128         * lilypond-indent.el (LilyPond-show-paren-mode): From Emacs' paren.el:
8129         Disable buffer-locally default paren idle timer and make a new one. 
8130
8131         * lilypond-mode.el: Turn off locally show-paren-mode, but turn on
8132         locally LilyPond-show-paren-mode. Add to menu a toggle for
8133         LilyPond-show-paren-function.
8134
8135 2003-07-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8136
8137         * input/template/jazz-combo.ly (drumNotes): 1.7 fixes 
8138
8139 2003-07-09  Heikki Junes  <hjunes@cc.hut.fi>
8140
8141         * Documentation/user/refman.itely: spelling fix.
8142
8143         * lilypond-mode.el, lilypond-indent.el: restrusture and comment
8144         paren highlight function definitions. add todo for
8145         LilyPond-show-paren-mode.
8146
8147 2003-07-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8148
8149         * input/template/jazz-combo.ly: new file.
8150
8151 2003-07-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8152
8153         * mf/feta-toevallig.mf: tweak for bottom of flat sign. 
8154         lo-res fixes.
8155
8156         * mf/feta-schrift.mf: bugfix in varcoda sign.
8157         WARNING: FONT CHANGED
8158
8159         * lily/my-lily-lexer.cc (lookup_identifier): return SCM_UNDEFINED,
8160         in accordance with lexer.ll.   
8161
8162 2003-07-05  Jan Nieuwenhuizen  <janneke@gnu.org>
8163
8164         * Documentation/user/tutorial.itely: Edit introduction.
8165
8166 2003-07-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8167
8168         * lily/staff-symbol-referencer.cc (LY_DEFINE): add
8169         ly:grob-staff-position
8170
8171 2003-07-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8172
8173         * scm/to-xml.scm: import srfi-1
8174
8175         * VERSION (MAJOR_VERSION):  release 1.7.24
8176
8177         * python/lilylib.py (make_ps_images): make multipage _really_ work.
8178
8179         * scripts/lilypond-book.py (do_file): put texidoc before image.
8180         (TexiPaper.process_ly2dvi_block): make multipage _really_ work.
8181
8182         * input/regression/*.ly: fix snippet octaves 
8183
8184         * input/test/spanner-after-break-tweak.ly: import
8185         broken-spanner-adjustment
8186
8187         * input/no-notation/midi-transposing.ly: move from input/test/
8188
8189         * input/test/: remove chord-markup
8190
8191         * input/regression/instrument-name-partial.ly: move from input/test.
8192
8193         * input/test/vertical-text.ly: remove
8194
8195         * ly/engraver-init.ly (LyricsVoiceContext): add more vertical
8196         space above lyrics lines.
8197
8198         * input/test/uniform-breaking.ly: remove file.
8199
8200         * lily/gourlay-breaking.cc (combine_demerits): add comment about
8201         uniform spacing density. 
8202
8203         * input/test/chords.ly (keys): remove file.
8204
8205         * scm/documentation-lib.scm (oop): use srfi-1 too.
8206
8207         * input/regression/*.ly: add \version
8208
8209         * Documentation/user/*.itely: various fixes.
8210
8211         * buildscripts/mf-to-table.py (base): break table every three
8212         symbols.
8213
8214         * input/:  remove %% new-chords-done %% .
8215
8216         * input/tutorial: remove os-flute-2.ly os-score.ly miniatures.ly
8217         os-music.ly
8218         
8219 2003-07-03  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8220
8221         * make/lilypond.redhat.spec.in: require GUILE >= 1.6.4-7
8222
8223         * scm/new-markup.scm (box-markup): new function.
8224         (box-markup): new function. Contributed by Dick Schoeller
8225         <schoeller@attbi.com>
8226
8227         * scm/lily.scm: remove reduce-no-unit 
8228         (list-insert-separator): use fold-right
8229
8230         * lily/molecule-scheme.cc (ly_molecule_add): take variable number
8231         of arguments. 
8232
8233         * NEWS: more neutral language for ancient notation 
8234
8235         * lily/chord-tremolo-engraver.cc (acknowledge_grob): only set
8236         inside pointing beaming for chord tremolo.
8237
8238         * Documentation/user/lilypond-book.itely: minor editing
8239
8240 2003-07-03  Juergen Reuter  <reuter@ipd.uka.de>
8241
8242         * NEWS: added news for 1.8 regarding ancient notation
8243
8244         * Documentation/user/refman.itely (Gregorian square neumes
8245         ligatures): fixed typo
8246
8247         * lily/vaticana-ligature-engraver.cc,
8248         lily/include/vaticana-ligature.hh: bugfix: use special heads for
8249         lower/upper head of Pes only when heads are stacked
8250
8251         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
8252         scm/define-grob-properties.scm: cleanup: make "join-left" a
8253         boolean grob property and save delta pitch in grob property
8254         "delta-pitch" instead
8255
8256         * lily/include/gregorian-ligature.hh: bugfix: corrected comments
8257
8258 2003-07-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8259
8260         * lily/parser.yy (Repeated_music): bug fix, beam multiplicity was
8261         completely borked
8262
8263         * lily/chord-tremolo-engraver.cc (try_music): warnings for user-errors.
8264         (try_music): bug fix: beam multiplicity was completely borked.
8265
8266         * scm/lily.scm: remove tail, filter-list, filter-out-list,
8267         first-n, butfirst-n in favor of srfi-1 functions.
8268         remove string-join, string-pad in favor of srfi-13 functions.
8269
8270         * mf/parmesan-custodes.mf (dir_down): remove _ from glyph names.
8271
8272         * NEWS: use complete sentences.
8273
8274         * Documentation/user/introduction.itely (Example applications):
8275         add note about databases and lilypond-book.
8276
8277         * input/test/volta.ly: remove file
8278
8279         * input/regression/volta-broken-left-edge.ly: simplify file
8280
8281 2003-07-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8282
8283         * Documentation/user/refman.itely (Constructing a tweak): new
8284         subsection.
8285
8286         * Documentation/user/tutorial.itely (Fine tuning layout): add
8287         common tweaks.
8288
8289         * scm/define-grobs.scm (TextScript): use new brewer.
8290
8291 2003-06-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8292
8293         * VERSION: release 1.7.23
8294
8295         * scm/new-markup.scm (brew-new-markup-molecule): bugfix 
8296
8297         * python/lilylib.py (make_ps_images): bugfixes.
8298
8299         * input/regression/volta-multi-staff.ly: new file.
8300
8301         * Documentation/user/macros.itexi: refcommands, refcommand macros.
8302
8303         * Documentation/user/tutorial.itely (Piano staffs): new section.
8304         (Setting variables): new section
8305         (Fine tuning layout): new section
8306
8307         * input/just-friends.ly: remove file. Superseeded by
8308         input/test/chords-without-melody.ly
8309
8310         * ly/property-init.ly: add all commands to refman.
8311
8312         * scm/define-translator-properties.scm: remove
8313         graceAccidentalSpace, graceAlignPosition, keyOctaviation 
8314
8315         * mf/parmesan-custodes.mf (dir_down): remove underscore from glyph
8316         name. Underscores botch up PS output.
8317
8318         * scm/define-translator-properties.scm: remove
8319         textNonEmpty, oneBeat, regularSpacingDelta
8320
8321         * scripts/convert-ly.py (FatalConversionError.conv): conversion
8322         rule for automaticBars.
8323
8324         * lily/timing-engraver.cc (start_translation_timestep): change
8325         barNonAuto to automaticBars
8326
8327 2003-06-30  Graham Percival  <gperlist@shaw.ca>
8328
8329         * input/test/perform-tie.ly: delete file.
8330
8331 2003-06-29  Juergen Reuter  <reuter@ipd.uka.de>
8332
8333         * Documentation/user/refman.itely (Gregorian square neumes
8334         ligatures): bugfix: do not show ledger lines in neumes table
8335         (fixed by setting staff symbol to transparent rather than removing
8336         it from staff context)
8337
8338 2003-06-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8339
8340         * scm/new-markup.scm (brew-new-markup-molecule): move old markup
8341         glue into brew-new-markup-molecule.
8342
8343         * input/mutopia/J.S.Bach/Petites-Preludes/*.ly: syntax updates.
8344
8345         * Documentation/user/introduction.itely (Computerized typography):
8346         new section
8347
8348         * Documentation/user/tutorial.itely (An orchestral part): remove
8349         pc example from tutorial.
8350
8351         * input/tutorial/lilbook.tex: use screech-boink
8352
8353         * scripts/lilypond-book.py (compile_all_files): split formatting
8354         output body and scheduling lilypond compilation.
8355         (format_lilypond_output_bodies): new function
8356         (format_lilypond_block): new function
8357         (html_pages): allow multi-page images in HTML
8358
8359         * python/lilylib.py (make_ps_images): rename function from
8360         make_preview, merge with make_page_images
8361
8362 2003-06-28  Graham Percival  <gperlist@shaw.ca>
8363
8364         * input/test/key-clefs.ly: moved to regression.
8365
8366         * input/test/perform-grace.ly: moved to to no-notation/midi-grace.ly
8367
8368         * input/no-notation/README: added note about midi-*.ly files.
8369
8370         * input/test/two-key.ly: moved to no-notation/parse5.ly
8371
8372         * input/test/ short-part-combine.ly sketch.ly system-start-brace.ly
8373         system-start-bracket.ly two-slurs.ly voice-switch.ly : deleted
8374
8375         * input/test/ {various}: modified comments, marked some for deletion.
8376
8377         * input/test/lines.ly: deleted file; duplicate of
8378         embedded-postscript.ly
8379
8380         * input/test/mmrest-collision: moved to regression.
8381
8382 2003-06-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8383
8384         * scm/chord-name.scm (note-name->markup): don't superscript root
8385         alterations in chordnames.
8386
8387 2003-06-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8388
8389         * Documentation/user/refman.itely (Multi measure rests): more
8390         index/cross-referencing.
8391
8392         * lily/line-spanner.cc (line_molecule): bugfix for trill style.
8393
8394         * scm/font.scm: remove properties-to-font-name code.
8395
8396         * scm/define-grob-properties.scm: remove 'type
8397
8398         * scripts/convert-ly.py (FatalConversionError.conv): type -> style
8399         conversion
8400
8401         * lily/text-spanner.cc: change 'type grob prop to 'style 
8402
8403         * lily/unfolded-repeat-iterator.cc (process): bugfix: use a
8404         "first" flag to decide whether to make a start-repeat
8405
8406         * input/regression/grace-volta-repeat-2.ly: new file.
8407
8408 2003-06-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8409
8410         * lilypond-indent.el: rename generic functions to LilyPond-*
8411
8412 2003-06-22  Graham Percival  <gperlist@shaw.ca>
8413
8414         * input/test/thumb.ly: delete, merged into refman.
8415
8416         * Documentation/user/refman.itely: added thumb info to Fingering.
8417
8418         * input/test/ follow-break.ly multi-slope.ly note-shift.ly
8419         notemode-chords.ly orchestalpart.ly rhythmic-staff.ly
8420         vertical-align.ly : deleted files.
8421
8422 2003-06-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8423
8424         * lily/align-interface.cc (find_fixed_alignment_parent): new function.
8425
8426         * lily/line-spanner.cc (broken_trend_offset): remove function.
8427         (get_broken_offset): idem.
8428         (brew_molecule): rewrite the line-break case.
8429
8430         * input/regression/follow-voice-break.ly:  new file.
8431
8432         * lily/line-spanner.cc (after_line_breaking): remove lines at the
8433         start of a system.
8434
8435 2003-06-20  Graham Percival  <gperlist@shaw.ca>
8436
8437         * input/test/tuplet-rest.ly: moved to regression.
8438
8439         * input/test/ script-horizontal.ly tuplet-spanner-duration.ly:
8440         deleted file.
8441
8442         * input/test/ {many} : marked file for possible deletion.
8443
8444 2003-06-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8445
8446         * input/regression/beam-funky.ly: add note about (disputed)
8447         correct beaming.
8448
8449         * ly/engraver-init.ly (ScoreContext): put key-signature after
8450         staff-bar
8451         
8452 2003-06-20  Graham Percival  <gperlist@shaw.ca>
8453
8454         * input/test/ broken.ly lyric-phrasing.ly: deleted.
8455
8456         * input/test/slur-mininum.ly: renamed to slur-minimum-length.ly.
8457
8458         * input/test/staff-line-leading.ly: renamed to  staff-space.ly.
8459
8460         * input/test/no-stem-extend.ly: moved to stem-extend.ly; previous
8461         stem-extend was deleted (it was duplicate example, and not as
8462         good).
8463
8464         * input/test/[s-z]*.ly: add texidoc index.
8465
8466 2003-06-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8467
8468         * lily/slur.cc (get_boundary_notecolumn_y): change name from
8469         get_first_notecolumn_y
8470
8471         * lily/spanner.cc (broken_spanner_index): new function.
8472
8473 2003-06-19  Graham Percival  <gperlist@shaw.ca>
8474
8475         * input/test/ beam-damp.ly grace-end.ly lyric-extender.ly
8476         lyric-hyphen.ly : moved to regression.
8477
8478         * input/test/ beam-stem-test.ly beamed-slur-endings.ly
8479         diverse-spacing.ly duration-check.ly knee.ly lyrics.ly : deleted.
8480
8481         * input/test/instrument-name-mmrest.ly: moved to
8482         ../regression/multi-measure-rest-instr-name.ly
8483
8484         * input/test/knee-sym.ly: moved to
8485         ../regression/beam-knee-symmetry.ly.
8486
8487         * input/test/hymn.ly: change comments.
8488
8489         * input/test/[p-r]*.ly: add texidoc index.
8490
8491 2003-06-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8492
8493         * input/mutopia/J.S.Bach/Petites-Preludes/*.ly (opus): update
8494         to postfix syntax
8495         
8496         * input/mutopia/W.A.Mozart/mozart-hrn3-romanze.ly (romanze): new
8497         syntax.
8498
8499         * VERSION: release 1.7.22
8500
8501 2003-06-18  Graham Percival  <gperlist@shaw.ca>
8502
8503         * input/test/[h-k]*.ly: added texidoc index.
8504
8505         * input/test/knee-mult.ly: removed file (duplicate of beam-isknee.ly)
8506
8507         * input/test/equaliser.ly: renamed to midi-volume-equaliser.ly.
8508
8509         * input/test/ various : mark files for deletion or moving to
8510         regression.
8511
8512         * input/test/note-chords.ly: renamed to chord-names-no-inversions.ly.
8513
8514         * input/test/[l-o]*.ly: added texidoc index.
8515
8516 2003-06-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8517
8518         * scm/music-functions.scm (make-ottava-set): 
8519         only do ottavation if centralCPosition is set.
8520
8521         * lily/translator-scheme.cc (ly:context-property-where-defined):
8522         return '() if not found.
8523
8524 2003-06-17  Heikki Junes  <hjunes@cc.hut.fi>
8525
8526         * lilypond-mode.el (LilyPond-un-comment-region): removed.
8527         Use one command for both commenting and uncommenting.
8528
8529         * lilypond-indent.el (LilyPond-comment-region): new function,
8530         (un)comments each line separately.
8531
8532         * lilypond-mode.el, lilypond-indent.el: fix XEmacs paren-match.
8533         
8534         * lilypond-mode.el (LilyPond-add-imenu-menu): new function,
8535         imenu is not added by default; adapted from f90.el,
8536         makes Help-menu, which does not fit, visible in XEmacs.
8537         
8538 2003-06-16  Heikki Junes  <hjunes@cc.hut.fi>
8539
8540         * lilypond-mode.el: Set show-paren-mode local; minor-mode
8541         show-paren-mode sets blink-matching-paren-on-screen local.
8542         Try to make show-paren-function to paren-highlight local.
8543
8544         * lilypond-indent.el (LilyPond-scan-sexps): new function.
8545         Copy definitions of Emacs' show-paren-function and
8546         XEmacs' paren-highlight and make minimal changes;
8547         add comments about locality. 
8548         Fix matching first open-paren-char in '<< .. >>'.
8549
8550 2003-06-16  Graham Percival  <gperlist@shaw.ca>
8551
8552         * input/test/g*: added texidoc index.
8553
8554         * input/test/[a-g]*: added raggedright==#t when it
8555          seemed appropiate.
8556
8557         * input/test/ fake-grace.ly figured-bass.ly : removed file.
8558
8559         * Documentation/topdoc/INSTALL.texi: removed false warnings
8560         about gcc 3.3.
8561
8562 2003-06-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8563
8564         * input/test/spanner-after-break-tweak.ly (texidoc): new file.
8565
8566         * input/test/chords-without-melody.ly (texidoc): add from
8567         input/just-friends.ly
8568
8569         * input/regression/size{13--26}.ly: move from input/
8570
8571         * input/{opus-130,praeludium-fuga,scarlatti-*}.ly
8572         input/{star-spangled-banner,twinkle}.ly: remove 
8573         
8574         * lily/slur.cc: remove slur over rest warnings.
8575
8576         * lily/note-spacing.cc (get_spacing): include left part of right
8577         object in fixed space. This fixes stretched space before
8578         accidentals.
8579
8580         * input/regression/spacing-accidental-stretch.ly: new file.
8581
8582 2003-06-16  Rune Zedeler  <rz@daimi.au.dk>
8583
8584         * input/mutopia/R.Schumann/romanze-op28-2.ly: Minor fixes.
8585         Reduce to 16pt.
8586
8587 2003-06-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8588
8589         * input/regression/spacing-knee.ly: docstring
8590
8591         * input/regression/spacing-multi-tuplet.ly (multipart): docstring
8592
8593         * input/tutorial/{gallupi,minuet,sammartini,singing-saw}.ly
8594         input/tutorial/{test,solar,flowing}.ly: remove
8595
8596         * input/rhythm.ly: remove
8597
8598         * input/mutopia/F.Schubert/standchen.ly: update syntax.
8599
8600         * input/mutopia/E.Satie/petite-ouverture-a-danser.ly (global):
8601         update syntax. 
8602
8603         * scm/define-grobs.scm (all-grob-descriptions): set
8604         knee-spacing-correction to 1.0
8605
8606         * lily/note-spacing.cc (stem_dir_correction): compute knee
8607         correction using stem-thickness and head width.
8608
8609         * input/regression/beam-quanting-horizontal.ly: update texidoc
8610
8611         * scm/define-grobs.scm (all-grob-descriptions): set
8612         beamed-extreme-minimum-free-lengths to 1.25 for 32nd beams.
8613         This fixes 32nd beams for noteheads in spaces quants.
8614
8615         * scripts/lilypond-book.py (process_lilypond_blocks): opps.
8616
8617 2003-06-15  Heikki Junes  <hjunes@cc.hut.fi>
8618
8619         * README.mandrake: Change lilypond-extras to lilypond-documentation.
8620
8621 2003-06-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8622
8623         * input/test/dpncnt.ly,part-combine-score.ly: remove.
8624
8625         * VERSION (PACKAGE_NAME): release 1.7.21
8626
8627         * input/regression/stem-shorten.ly: new file.
8628
8629         * lily/stem.cc (get_default_stem_end_position): revise stem
8630         shortening code.
8631
8632         * input/regression/spacing-multi-tuplet.ly: move from input/test/
8633
8634         * input/test/{scripts,volta-start,sleur}.ly: remove
8635         
8636         * input/regression/span-bar.ly: smaller file.
8637
8638         * input/regression/spacing-{natural,tight,loose}.ly: remove
8639
8640         * input/test/markup.ly: remove
8641
8642         * scripts/lilypond-book.py: put printfilename in separate chunk,
8643         so texidoc is printed after the filename.  
8644
8645 2003-06-12  Heikki Junes  <hjunes@cc.hut.fi>
8646
8647         * make/lilypond.mandrake.spec.in: fix docdirs.
8648
8649 2003-06-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8650
8651         * input/regression/beam-french.ly: bugfix.
8652
8653         * buildscripts/lys-to-tely.py (name2line): sort filenames. 
8654
8655         * input/regression/(various).ly: add raggedright = #t.
8656
8657         * input/regression/auto-beam.ly: move from abe.ly
8658
8659 2003-06-13  Graham Percival  <gperlist@shaw.ca>
8660
8661         * input/test/f*.ly: added texinfo index.
8662         
8663         * input/test/broken-thread-line.ly: renamed to follow-break.ly.
8664
8665 2003-06-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8666
8667         * lily/beam-quanting.cc (score_forbidden_quants): also add inter
8668         quant penalty for beam just outside staff.
8669
8670         * input/regression/beam-quanting-horizontal.ly (texidoc): move
8671         from beam-pos.ly,  remove non-horizontal tests. 
8672
8673         * input/test/(various): cleanup header info. 
8674
8675         * input/test/tchaikovsky.ly: remove file.
8676
8677         * scm/chord-generic-names.scm: move from
8678         double-plus-new-chord-name.scm
8679
8680         * input/test/orchestscore.ly: remove file
8681
8682         * Documentation/user/refman.itely (Vocal music): update documentation.
8683
8684         * scm/define-translator-properties.scm (chordNoteNamer): remove
8685         chordNameStyle, use chordNameFunction
8686
8687         * scm/chord-name.scm (set-chord-name-style): remove
8688         set-chord-name-style. Use \property chordNameFunction.
8689
8690 2003-06-12  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8691
8692         * Documentation/user/lilypond-book.itely (Integrating LaTeX and
8693         music): remove @TeX{} command.
8694
8695 2003-06-12  Jan Nieuwenhuizen  <janneke@gnu.org>
8696
8697         * lilypond-indent.el (scan-sexps): Renamed to
8698         aargh-this-breaks-other-emacs-modes-scan-sexps.
8699
8700 2003-06-12  Heikki Junes  <hjunes@cc.hut.fi>
8701
8702         * lilypond-indent.el: Fix: match concurrent one-char opening and 
8703         closing slurs: '()', etc. Add comments.
8704
8705         * Documentation/user/music-glossary.tely: fix: change Ã¤ to @"a.
8706
8707         * lilypond-font-lock.el: match unending string at eof.
8708
8709         * make/lilypond.mandrake.spec.in: refreshed packed file list.
8710         
8711 2003-06-10  Graham Percival  <gperlist@shaw.ca>
8712
8713         * input/test/beam-abbrev.ly input/test/default-neutral-dir.ly
8714         input/test/beam-dir.ly input/test/beam-position.ly    
8715         input/test/beam-suspect.ly input/test/beam-trend.ly    
8716         input/test/beams.ly input/test/crescendo-text.ly : deleted
8717         * input/test/beam-chord.ly: moved to input/regression/beam-chord.ly
8718         * input/test/ beam-pos.ly beam-second.ly : moved to input/regression/
8719         * input/test/default-bars.ly: moved to bar-always.ly
8720         * input/test/ {many}: deleted old "renamed from foo to bar" comments.
8721
8722 2003-06-10  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8723
8724         * input/test/chord-names-dpnj.ly (texidoc): bugfix.
8725
8726 2003-06-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8727
8728         * scm/chord-ignatzek-names.scm (remove-step): rename file.
8729
8730 2003-06-10  Heikki Junes  <hjunes@cc.hut.fi>
8731
8732         * lilypond-indent.el: Match better slurs in scheme expressions.
8733         Refontify buffer if a block-comment-ender, '}' after '%', is inserted.
8734
8735         * Documentation/user/invoking.itexi: document Emacs' paren matching.
8736
8737 2003-06-10  Jan Nieuwenhuizen  <janneke@gnu.org>
8738
8739         * scm/chord-name.scm (set-chord-name-style): Update for 'ignatzek.
8740
8741         * input/ac-extra-voice.ly: Add texidoc.
8742
8743         * ly/chord-modifiers-init.ly: 
8744         * ly/engraver-init.ly (ScoreContext): Add chordNameExceptionsFull
8745         and chordNameExceptionsPartial for new chord names.
8746
8747         * input/test/chord-names-dpnj.ly: 
8748         * input/test/dpncnt.ly: Update.
8749
8750         * scm/chord-name.scm: 
8751         * scm/double-plus-new-chord-name.scm: Add compatibility for new
8752         chord selection and options.
8753
8754         * ly/chord-modifiers-init.ly: Add exceptions 
8755
8756         * scm/define-translator-properties.scm (chordNameStyle) 
8757         (chordNameExceptionsFull, chordNameExceptionsPartial): Add.
8758
8759 2003-06-10  Rune Zedeler  <rune@zedeler.dk>
8760
8761         * ly/property-init.ly (germanChords): Added.
8762         (semiGermanChords): Added.
8763         
8764         * input/test/chord-names-german.ly: Use new macros
8765         
8766 2003-06-09  Heikki Junes  <hjunes@cc.hut.fi>
8767
8768         * lilypond-indent.el: Use similar parenthesis highlighting for 
8769         Emacs and XEmacs through redefinitions of parenthesis highlighting 
8770         functions; removed LilyPond-show-paren-function. Fix indenting.
8771         Turn paren-matching on also in XEmacs.
8772
8773         * lilypond-font-lock.el: Set brackets' syntax to open/close-chars,
8774         as needed by parenthesis highlighting functions (in scan-sexp).
8775
8776 2003-06-08  Jan Nieuwenhuizen  <janneke@gnu.org>
8777
8778         * stepmake/aclocal.m4 (STEPMAKE_CHECK_VERSION_UNSUPPORTED): New
8779         function.
8780         (STEPMAKE_GETTEXT): If g++ >= 3.3, use gcc for gettext checking.
8781
8782 2003-06-08  Heikki Junes  <hjunes@cc.hut.fi>
8783
8784         * lilypond-indent.el: tune regexp for show-paren-function.
8785
8786 2003-06-07  Jan Nieuwenhuizen  <janneke@gnu.org>
8787
8788         * scripts/ly2dvi.py (run_latex, run_dvips, 'main'): Make preview
8789         for all LilyPond-produced tex snippets.
8790
8791         * tex/lilyponddefs.tex: Allow overriding of interscoreline.  This
8792         fixes one line --preview output of ly2dvi.
8793
8794 2003-06-07  Heikki Junes  <hjunes@cc.hut.fi>
8795
8796         * lilypond-indent.el: match only one type of slurs in
8797         LilyPond-show-paren-function.
8798
8799 2003-06-05  Jan Nieuwenhuizen  <janneke@gnu.org>
8800
8801         * debian/GNUmakefile (EXTRA_DIST_FILES): 
8802         * debian/lilypond1.7.dirs: 
8803         * debian/lilypond1.7-doc.dirs: New file.
8804
8805         * input/regression/chord-name-exceptions.ly: Add parameter for
8806         ignatzekExceptions.  Quote hash in docstring.
8807
8808 2003-06-06  Heikki Junes  <hjunes@cc.hut.fi>
8809
8810         * lilypond-indent.el (show-paren-function): define show-paren-function
8811         as LilyPond-blink-matching-open and use it for closing parens.
8812         Let LilyPond-blink-matching-open know whether a bracket was inserted.
8813
8814         * lilypond-indent.el: renamed LilyPond-beginning-of-containing-sexp to
8815         LilyPond-scan-containing-sexp and LilyPond-blink-matching-open to
8816         LilyPond-blink-matching-paren in order to match both open and close
8817         brackets.
8818         
8819 2003-06-05  Heikki Junes  <hjunes@cc.hut.fi>
8820
8821         * lilypond-indent.el (LilyPond-show-paren-function): introduce for
8822         testing by modifying the code from FSF Emacs paren.el. Add comments.
8823
8824 2003-06-04  Jan Nieuwenhuizen  <janneke@gnu.org>
8825
8826         * input/test/dpncnt.ly: Transpose example to match new
8827         default \chords octave.  Add comment.
8828         
8829         * scm/chord-name.scm (sequential-music-to-chord-exceptions): Add
8830         comment about octave change.
8831
8832 2003-06-04  Graham Percival  <gperlist@shaw.ca>
8833
8834         * input/test/[d,e]: added texinfo index tags.
8835         * input/test/empty-staffs.ly: renamed to blank-paper-tab.ly.
8836
8837 2003-06-04  Graham Percival  <gperlist@shaw.ca>
8838
8839         * Documentation/topdocs/INSTALL.texi: added warning about gxx-3.3.
8840
8841 2003-06-04  Heikki Junes  <hjunes@cc.hut.fi>
8842
8843         * lilypond-indent.el (LilyPond-blink-matching-open): use no argument,
8844         as in blink-matching-open.
8845
8846 2003-06-03  Graham Percival  <gperlist@shaw.ca>
8847
8848         * input/test/[a-c]: more comments in files.
8849         * input/test/ac-extra-voice.ly beam-abbrev.ly beam-chord.ly beam-dir.ly
8850         beam-pos.ly beam-position.ly beam-second.ly beam-suspect.ly 
8851         beam-trend.ly beams.ly crescendo-text.ly  default-neutral-dir.ly :
8852         mark file for proposed deletion.
8853         * input/test: renaming files:
8854         auto-beam-4-8.ly to beam-auto-4-8.ly
8855         auto-beam-override.ly to beam-auto-override.ly
8856         auto-beam.ly to beam-auto.ly
8857         blank.ly to blank-paper.ly
8858         absolute-volume.ly to dynamic-absolute-volume.ly
8859
8860 2003-06-03  Jan Nieuwenhuizen  <janneke@gnu.org>
8861
8862         * input/test/dpncnt.ly: 
8863         * input/test/chord-names-dpnj.ly: Resurrect.
8864
8865         * lily/my-lily-lexer.cc: Remove chordnames keyword.
8866
8867         * ly/chord-modifiers-init.ly (ignatzekExceptions): Update, tidy up.
8868
8869         * scm/chord-name.scm (sequential-music-to-chord-exceptions):
8870         Better docstring, add parameter OMIT-ROOT, tidy up.
8871
8872 2003-06-03  Heikki Junes  <hjunes@cc.hut.fi>
8873
8874         * lilypond-indent.el: match two-char slurs \[ ... \] and \( ... \).
8875
8876 2003-06-02  Jan Nieuwenhuizen  <janneke@gnu.org>
8877
8878         * scm/output-ascii-script.scm (as-font-alist-alist):
8879         (as-properties-to-font-name):
8880         (as-make-style-sheet): Remove.
8881
8882         * scm/font.scm (as-make-font-list): New function.
8883         (as-font-sheet-alist): New variable.
8884
8885         * ly/paper-as9-init.ly: 
8886         * ly/paper-as5-init.ly: Update.
8887
8888         * ly/paper-as5.ly:
8889         * ly/paper-as9.ly: New file.
8890
8891 2003-05-29  Jan Nieuwenhuizen  <janneke@gnu.org>
8892
8893         * mf/GNUmakefile (AFM_FILES): Add AF_FILES.
8894
8895 2003-05-28  Graham Percival  <gperlist@shaw.ca>
8896         * input/sondag-morgen/*: removed due to copyright concerns.
8897         * input/[a,b]*.ly: added a newline at the end of the texinfo
8898         doc string (produces better output in HTML version).
8899         * input/c*.ly: added texinfo index and added comments to
8900         aid in future changes to input/test/ files.
8901
8902 2003-05-28  Graham Percival  <gperlist@shaw.ca>
8903         
8904         * Documentation/user/refman.itely: fixed build problem (missing
8905         file) caused by previous renaming.
8906
8907 2003-05-28  Graham Percival  <gperlist@shaw.ca>
8908         
8909         * input/test/[a,b]*.ly: added texinfo index and added comments to
8910         aid in future changes to input/test/ files.
8911         * input/test/bar-number-every-5-reset.ly: renamed to
8912         bar-number-every-five-reset.ly
8913         * input/test/bar-script-visibility.ly: renamed to
8914         bar-number-show-all.ly
8915
8916 2003-05-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8917
8918         * ly/engraver-init.ly (VoiceContext): move Note_head_line_engraver
8919         to Voice.
8920
8921         * lily/glissando-engraver.cc (acknowledge_grob): new file: split
8922         out note-line and glissando functionality.
8923         
8924         * lily/line-spanner.cc (brew_molecule): cleanup.
8925
8926 2003-05-27  Jan Nieuwenhuizen  <janneke@gnu.org>
8927
8928         * scripts/as2text.scm: Use rdelim module.
8929         (start-system): Rename from start-line.
8930         (stop-system): Rename from stop-line.
8931         (af-gulp-file): Use string iso symbol for getenv.
8932
8933         * scm/output-ascii-script.scm: Add guile and lily modules.
8934         (font-name-alist): New variable.
8935         (draw-line): New function.
8936
8937         * scm/output-lib.scm (func, arg->string): Re-add from archive.
8938         (Were these silently removed, without ChangeLog entry?)
8939
8940 2003-05-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8941
8942         * scm/music-functions.scm (make-ottava-set): bugfixes: also
8943         process 2nd ottava correctly.
8944
8945 2003-05-27  Heikki Junes  <hjunes@cc.hut.fi>
8946
8947         * lilypond-indent.el: allow strings in LilyPond-parens-alist.
8948
8949 2003-05-26  Jan Nieuwenhuizen  <janneke@gnu.org>
8950
8951         * Documentation/user/converters.itely (Invoking midi2ly): Update.
8952
8953 2003-05-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8954
8955         * VERSION: release 1.7.20
8956         
8957         * lily/text-spanner.cc (brew_molecule): clean up function. This
8958         fixes bugs with broken 8va spanners.
8959
8960         * lily/simple-spacer.cc (solve): also compute force for raggedright.
8961         This prevents spurious line-breaks with raggedright
8962         
8963 2003-05-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8964
8965         * lily/key-performer.cc (create_audio_elements): always use major
8966         key
8967
8968         * Documentation/user/internals.itely: updates
8969
8970         * input/regression/beam-break.ly: new file.
8971
8972         * lily/beam.cc (brew_molecule): handle broken beams (i.e. print
8973         beams if starting or terminating stems have 'beaming set.)
8974
8975         * lily/beam-engraver.cc (process_music): add forbidBeamBreak
8976         property.
8977
8978         * lily/parser.yy (verbose_command_req): add comment about scales.
8979
8980 2003-05-25  Heikki Junes  <hjunes@cc.hut.fi>
8981
8982         * lilypond-indent.el: adjust regexps in bracket-matching.
8983
8984 2003-05-24  Juergen Reuter  <reuter@ipd.uka.de>
8985
8986         * Documentation/user/refman.itely: more tiny fixes
8987
8988         * Documentation/user/refman.itely: bugfix: "Chord namess" ->
8989         "Chord names"; added table with input syntax for solesmes neumes
8990         table; added some words about rationale on input syntax design
8991
8992         * lily/gregorian-ligature-engraver.cc,
8993         lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
8994         lily/include/gregorian-ligature.hh: bugfix: horizontal head
8995         alignment of Pes Initio Debilis
8996
8997         * Documentation/user/refman.itely,
8998         lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
8999         mf/parmesan-heads.mf: fixed most of the head selection/alignment
9000         bugs in the solesmes neumes table
9001
9002 2003-05-24  Heikki Junes  <hjunes@cc.hut.fi>
9003
9004         * lilypond-indent.el: Match '(' and ')' by skipping '\(' and '\)'.
9005         Similarly, match '[' and ']' by skipping '\[' and '\]'.
9006
9007         * lilypond-mode.el: fix tag-score. small improvements.
9008
9009 2003-05-23  Jan Nieuwenhuizen  <janneke@gnu.org>
9010
9011         * .cvsignore: Add aclocal.m4.
9012
9013         * lily/music-constructor.cc: Include <assert.h>.
9014
9015 2003-05-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9016
9017         * ly/engraver-init.ly (HaraKiriStaffContext): use
9018         RemoveEmptyStaffContext instead.
9019
9020         * Documentation/user/refman.itely: updates
9021
9022 2003-05-23  Juergen Reuter  <reuter@ipd.uka.de>
9023
9024         * Documentation/user/refman.itely: added solesmes neumes table;
9025         bugfix: make section "More Stanzas" a subsection of "Vocal Music";
9026         bugfix: "Ornaments" -> "Articulations"
9027
9028         * ly/gregorian-init.ly: junked "aucta" and "semivocalis"
9029
9030 2003-05-22  Heikki Junes  <hjunes@cc.hut.fi>
9031
9032         * lilypond-indent.el: Add a message about trying to match \] or \).
9033         
9034 2003-05-22  Juergen Reuter  <reuter@ipd.uka.de>
9035         
9036         * input/test/gregorian-scripts.ly, input/test/vaticana.ly: removed
9037         obsolete "arithmetic_*"
9038
9039         * input/bugs/ligatures.ly: removed (will be put into a different
9040         directory later)
9041
9042 2003-05-22  Jan Nieuwenhuizen  <janneke@gnu.org>
9043
9044         * stepmake/aclocal.m4: Add tetex-devel as package suggestion for
9045         libkpathsea (Maurizio Tomasi).
9046
9047 2003-05-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9048
9049         * input/regression/repeat-slash.ly (texidoc): new file
9050
9051         * lily/slash-repeat-engraver.cc (try_music): new file, handle
9052         slash repeats separately. Slash repeats and %
9053         repeats can now be nested.
9054
9055 2003-05-22  Heikki Junes  <hjunes@cc.hut.fi>
9056
9057         * lilypond-indent.el: Add preliminary test for closing \] and \).
9058         
9059 2003-05-21  Juergen Reuter  <reuter@ipd.uka.de>
9060
9061         * lily/gregorian-ligature-engraver.cc,
9062         lily/vaticana-ligature-engraver.cc,
9063         lily/include/gregorian-ligature.hh, ly/gregorian-init.ly,
9064         mf/parmesan-heads.mf: various semivocalis related bugfixes
9065
9066         * input/bugs/ligatures.ly: new file demonstrating problems with
9067         ligatures
9068         
9069 2003-05-21  Heikki Junes  <hjunes@cc.hut.fi>
9070
9071         * lilypond-mode.el,
9072         lilypond-font-lock.el,
9073         lilypond-indent.el: Move all paren matching to lilypond-indent.el.
9074
9075 2003-05-20  Heikki Junes  <hjunes@cc.hut.fi>
9076
9077         * lilypond-mode.el: Remove outdated code. Stress the difference 
9078         between Emacs and XEmacs definitions.
9079
9080         * lilypond-mode.el,
9081         lilypond-indent.el: Define a function interactive only when necessary.
9082
9083 2003-05-19  Heikki Junes  <hjunes@cc.hut.fi>
9084
9085         * lilypond-mode.el: Use temp-dir for Commands on Buffer/Region.
9086         Use inactive regions also in XEmacs.
9087
9088 2003-05-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9089
9090         * Documentation/user/refman.itely (Repeat syntax): more updates
9091
9092         * lily/simple-spacer.cc (solve): move solution process into
9093         solve(). This fixes a bug with collisions and raggedright = ##t.
9094  
9095         * scm/lily.scm (scm): remove output-pysk.scm, music-types.scm
9096
9097         * ly/engraver-init.ly: remove GraceContext. Update examples.
9098
9099 2003-05-18  Jan Nieuwenhuizen  <janneke@gnu.org>
9100
9101         * GNUmakefile.in (fonts): Also make fontball.
9102
9103         * Website fixes:
9104
9105         * ly/engraver-init.ly (GraceContext): Add.
9106
9107         * run:
9108
9109             convert-ly $(find . -name *.ly)
9110
9111         * ly/chord-modifiers-init.ly (ignatzekExceptionMusic): Hmm: fix
9112         new chords.
9113
9114 2003-05-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9115
9116         * VERSION: 1.7.19 released
9117         
9118         * scm/music-functions.scm (set-octavation): new function.
9119
9120         * input/regression/ottava.ly: new file
9121
9122         * lily/translator-scheme.cc (LY_DEFINE): new function
9123         ly:unset-context-property
9124         (LY_DEFINE) new function ly:context-property-where-defined: 
9125
9126 2003-05-18  Heikki Junes  <hjunes@cc.hut.fi>
9127
9128         * lilypond-font-lock.el: Add postfix syntax for horizontal groups.
9129
9130         * lilypond.words: add few.
9131
9132         * input/test/script-chart.ly: fix typo.
9133
9134 2003-05-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9135
9136         * scm/define-grobs.scm: uniform naming for definitions and output
9137         routine files. 
9138
9139         * ly/engraver-init.ly (ChoirStaffContext): add \description from
9140         scm/context-description.scm
9141
9142         * lily/parser.yy (translator_spec_body): add \description to the
9143         \translator{} body syntax.
9144
9145         * lily/ottava-engraver.cc: new file.
9146
9147         * scm/chord-name.scm (natural-chord-alteration): replace old
9148         chord stuff. 
9149
9150         * input/mutopia/R.Schumann/romanze-op28-2.ly: syntax updates.
9151
9152         * Documentation/user/refman.itely (Metronome marks): update doco.
9153
9154         * input/regression/markup-note.ly: new file
9155
9156         * input/regression/metronome-marking.ly: new file
9157
9158         * lily/metronome-engraver.cc: new file. Print \tempo markings.
9159
9160         * scm/new-markup.scm (note-markup): make a note glyph, useful for
9161         metronome marks.
9162
9163 2003-05-17  Jan Nieuwenhuizen  <janneke@gnu.org>
9164
9165         * Documentation/user/GNUmakefile: Compatibility fix for new
9166         makeinfo.  Please upgrade to texinfo CVS or pretest > 4.5.90 (rsn)
9167         for making binary packages; info splitting bug has been fixed.
9168
9169         * Documentation/user/refman.itely: Compile fixes.
9170
9171 2003-05-16  Heikki Junes  <hjunes@cc.hut.fi>
9172
9173         * lilypond-mode.el: XEmacs-fix: Use (mark) to find active-mark.
9174         Count \midi -keywords also for a region.
9175
9176 2003-05-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9177
9178         * lily/lookup.cc (LY_DEFINE): new function
9179
9180         * Documentation/user/tutorial.itely: updates
9181
9182 2003-05-15  Heikki Junes  <hjunes@cc.hut.fi>
9183
9184         * lilypond-mode.el: Allow Midi on buffer.
9185         Use only '.ly'-extension, remove '.sly' and '.fly'.
9186         Allow use of inactive regions. Invoke next Command on Master file, 
9187         Buffer or Region, if C-cc, C-cb, or C-cr, accordingly, was pressed.
9188
9189 2003-05-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9190
9191         * Documentation/user/tutorial.itely: updates.
9192
9193 2003-05-14  Heikki Junes  <hjunes@cc.hut.fi>
9194
9195         * lilypond-mode.el: Show messages in one line only, as in XEmacs.
9196
9197 2003-05-13  Juergen Reuter  <reuter@ipd.uka.de>
9198
9199         * lily/coherent-ligature-engraver.cc: fixed typo
9200
9201         * lily/coherent-ligature-engraver.cc,
9202         lily/gregorian-ligature-engraver.cc,
9203         lily/ligature-bracket-engraver.cc, lily/ligature-engraver.cc,
9204         lily/mensural-ligature-engraver.cc, lily/note-heads-engraver.cc,
9205         lily/vaticana-ligature-engraver.cc,
9206         lily/include/ligature-engraver.hh, ly/gregorian-init.ly,
9207         scm/grob-description.scm: cleanup: junked LigatureHead grob and
9208         removed all ligature specific stuff from NoteHead code
9209
9210         * lily/ligature-head.cc, lily/include/ligature-head.hh: removed;
9211         ligatures now use regular noteheads
9212
9213         * lily/vaticana-ligature.cc: tiny code cleanups
9214
9215         * lily/vaticana-ligature-engraver.cc: bugfix: insert additional
9216         space between two adjacent noteheads of the same pitch
9217
9218         * scm/grob-description.scm: bugfix: VaticanaLigature: interface
9219         description; cleanup: removed obsolete font-family settings
9220
9221 2003-05-11  Juergen Reuter  <reuter@ipd.uka.de>
9222
9223         * lily/coherent-ligature-engraver.cc,
9224         lily/gregorian-ligature-engraver.cc,
9225         lily/ligature-bracket-engraver.cc, lily/ligature-engraver.cc,
9226         lily/mensural-ligature-engraver.cc,
9227         lily/vaticana-ligature-engraver.cc,
9228         lily/include/gregorian-ligature-engraver.hh: updated for new
9229         Coherent_ligature_engraver; added comments that describe the basic
9230         design ideas of the ligature implementation
9231
9232         * lily/coherent-ligature-engraver.cc,
9233         lily/include/coherent-ligature-engraver.hh: new file: shared code
9234         between mensural ligatures and Gregorian chant notation ligatures
9235
9236 2003-05-11  Heikki Junes  <hjunes@cc.hut.fi>
9237
9238         * lilypond-mode.el: XEmacs fixes: include two definitions for the
9239         key for autocompletion XEmacs [iso-left-tab], Emacs [iso-lefttab],
9240         use only two arguments in sit-for, use no arguments in
9241         read-char-exclusive, backspace is not a character (127) in XEmacs.
9242
9243         * lilypond-font-lock.el: XEmacs: small fix to scheme-fontifying.
9244
9245 2003-05-06  Heikki Junes  <hjunes@cc.hut.fi>
9246
9247         * lilypond-mode.el: un-commenting works after syntax-table fix.
9248
9249         * lilypond-font-lock.el: fontify \[- and \]-slurs as horizontal
9250         group, verbose commenting for syntax table.
9251
9252         * lilypond-indent.el: add TODO for ligature slurs.
9253
9254 2003-05-05  Heikki Junes  <hjunes@cc.hut.fi>
9255
9256         * lilypond-mode.el: Move comments of parenthesis matching away,
9257         (blink-matching-paren-on-screen) fix blinking in Emacs.
9258
9259         * lilypond-font-lock.el: Fix parent-matching for Emacs:
9260         Emacs syntax-table knows only "13"-style, XEmacs knows also "1b3b".
9261
9262         * lilypond-indent.el: Add TODO for parenthesis matching.
9263
9264 2003-05-03  Heikki Junes  <hjunes@cc.hut.fi>
9265
9266         * lilypond-mode.el: Fix XEmacs: 
9267         changed [S-iso-lefttab] to [(shift iso-lefttab)],
9268         invoke explicitly easy-menu-add (in Emacs done automatically).
9269         
9270         * lilypond.words: Add few words from input/*/*.ly.
9271
9272 2003-05-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9273
9274         * VERSION (PATCH_LEVEL): release 1.7.18
9275
9276         * scripts/lilypond-book.py: only print basename for printfilename
9277         option
9278
9279         * input/mutopia/J.S.Bach/baerenreiter-sarabande.ly: corrections
9280         and syntax updates.
9281
9282 2003-05-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9283
9284         * mf/feta-toevallig.mf: revamp flat symbol: use less points,
9285         better parametrisation. Move fatness of bulb downward.
9286
9287         * mf/parmesan-custodes.mf (dir_down): remove underscores from
9288         glyph names. Underscores are not allowed .ps encoding files.
9289
9290 2003-04-30  Juergen Reuter  <reuter@ipd.uka.de>
9291
9292         * lily/spacing-spanner.cc, ly/paper-init.ly: introduced paper
9293         variable "packed" for packed right-ragged mode
9294
9295         * lily/spacing-spanner.cc: fixed typo: colunm -> column; removed
9296         unused variable ragged; fixed indentation
9297
9298         * Documentation/user/refman.itely: tiny cleanups in ancient
9299         clef and custos section
9300
9301 2003-04-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9302
9303         * lily/parser.yy (Simple_music): add \applyoutput, syntax
9304         \applyoutput PROCEDURE
9305
9306         * lily/my-lily-lexer.cc: add \applyoutput.
9307
9308         * scm/music-types.scm (music-descriptions): add ApplyOutputEvent.
9309
9310         * lily/text-item.cc: clean text-interface description
9311
9312 2003-04-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9313
9314         * input/{regression,test}/: use postfix for slur endings and beam
9315         begins.
9316
9317         * lily/beam-engraver.cc (acknowledge_grob): set melismata for new
9318         style beams too. 
9319
9320         * input/regression/lyrics-melisma-beam.ly: new file.
9321
9322         * lily/lyric-engraver.cc (process_music): change from
9323         process_acknowledged_grobs()
9324
9325         * scm/auto-beam.scm (override-auto-beam-setting): write Scheme
9326         functions to set and revert auto-beam settings.
9327
9328 2003-04-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9329
9330         * lily/*.cc (number_accidentals): gh_assoc -> scm_assoc.
9331
9332 2003-04-24  Juergen Reuter  <reuter@ipd.uka.de>
9333
9334         * ChangeLog, Documentation/topdocs/AUTHORS.texi,
9335         Documentation/user/lilypond.tely: fixed some typos; updated author
9336         info
9337
9338         * Documentation/user/music-glossary.tely: bugfix: #'flag-style =
9339         #"" -> #'flag-style = #'()
9340
9341         * lily/cluster-engraver.cc, lily/ligature-bracket-engraver.cc:
9342         cleanup: removed dead #includes
9343
9344         * lily/gregorian-ligature-engraver.cc,
9345         lily/include/gregorian-ligature.hh,
9346         scm/grob-property-description.scm: small cleanups, small spacing
9347         fixes
9348
9349         * lily/gregorian-ligature-engraver.cc, lily/parser.yy,
9350         lily/vaticana-ligature.cc,
9351         lily/include/gregorian-ligature-engraver.hh,
9352         scm/grob-property-description.scm, scm/music-types.scm:
9353         "porrectus" -> "pes or flexa"
9354
9355         * ly/engraver-init.ly, scm/grob-description.scm,
9356         scm/grob-property-description.scm: junked porrectus, now handled
9357         by ligature code
9358
9359         * scm/grob-description.scm: bugfix: added space-alist entry for
9360         breathing sign/custos
9361
9362 2003-04-24  Jan Nieuwenhuizen  <janneke@gnu.org>
9363
9364         * Another grand 2003 update.
9365         
9366         * Remove mentioning of `mudela'; There's no such thing.
9367
9368 2003-04-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9369
9370         * Documentation/user/preface.itely (Preface to version 1.8): update
9371
9372         * Documentation/user/invoking.itexi (Invoking LilyPond): revise
9373
9374         * Documentation/user/converters.itely (Invoking convert-ly): revise
9375
9376         * scripts/convert-ly.py (outfile_name): remove --assume-old.
9377
9378         * scripts/lilypond-book.py (schedule_lilypond_block): remove --read-lys
9379
9380 2003-04-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9381
9382         * Documentation/user/internals.itely: more updates.
9383
9384 2003-04-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9385
9386         * Documentation/user/refman.itely: revise 
9387
9388         * Documentation/user/internals.itely: revise
9389
9390         * lily/music.cc (LY_DEFINE): add function ly:music-deep-copy
9391
9392 2003-04-23  Juergen Reuter  <reuter@ipd.uka.de>
9393
9394         * Documentation/user/refman.itely: bugfix: fixed broken @ref{};
9395         beautification: reformatted ancient clefs section; cleanup: small
9396         wording fixes
9397
9398 2003-04-22  Heikki Junes <hjunes@cc.hut.fi>
9399
9400         * lilypond.words: added words for chant notation, sorted
9401         alphabetically through "sort lilypond.words"
9402
9403 2003-04-22  Juergen Reuter  <reuter@ipd.uka.de>
9404
9405         * ly/gregorian-init.ly, ly/script-init.ly, mf/parmesan-scripts.mf,
9406         scm/script.scm, input/test/gregorian-scripts.ly: added scripts for
9407         chant notation
9408
9409 2003-04-21  Juergen Reuter  <reuter@ipd.uka.de>
9410
9411         * buildscripts/mf-to-table.py: bugfix: "--" in glyph names:
9412         prevent TeX from interpreting them as long dash
9413
9414         * input/test/vaticana.ly: updated
9415
9416         * mf/parmesan-accidentals.mf, mf/parmesan-clefs.mf,
9417         mf/parmesan-custodes.mf, mf/parmesan-flags.mf,
9418         mf/parmesan-heads.mf, mf/parmesan-rests.mf,
9419         mf/parmesan-scripts.mf, mf/parmesan-timesig.mf: more set_char_box
9420         fixes
9421
9422         * mf/parmesan-heads.mf: ledger endings: removed dead code
9423
9424 2003-04-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9425
9426         * VERSION: 1.7.17 released
9427         
9428         * Documentation/user/GNUmakefile
9429         ($(outdir)/lilypond-internals/lilypond-internals.html): copy ly
9430         files too.
9431
9432         * scm/document-markup.scm: new file: document all markup
9433         functions.
9434
9435         * scm/documentation-generate.scm: rename all documentation modules
9436         to document-*.scm
9437
9438         * scripts/lilypond-book.py: generate link to .ly file iso. link to
9439         .png
9440
9441         * input/test/divisiones.ly: added
9442
9443         * input/regression/output-property.ly: new file
9444
9445         * lily/cluster.cc: change cluster-interface to use style property
9446
9447 2003-04-20  Rune Zedeler  <rune@zedeler.dk>
9448
9449         * input/test/chord-names-german.ly: modified.
9450
9451         * scm/chords-ignatzek.scm:
9452           chord-name->german-markup: Added
9453           note-name->german-markup: Changed (now producing lowercase notenames)
9454
9455         * lily/chord-name-engraver.cc: Reads property chordNoteNamer
9456         
9457 2003-04-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9458
9459         * scripts/convert-ly.py (FatalConversionError.conv):
9460         divisiominima -> divisioMinima, etc.
9461
9462         * ly/engraver-init.ly (FiguredBassContext): add
9463         Separating_line_group_engraver to Figured bass context.
9464
9465         * ly/german-chords-init.ly: remove file
9466
9467         * input/test/chord-names-german.ly (scm): new file.
9468
9469         * ly/engraver-init.ly (ScoreContext): add chordRootNamer property.
9470
9471         * lily/chord-name-engraver.cc: move New_chord_name_engraver to
9472         Chord_name_engraver
9473
9474         * Documentation/user/refman.itely: lots of updates.
9475
9476         * input/regression/chord-name-exceptions.ly (chExceptionMusic):
9477         new file
9478
9479         * input/test/bar-number-every-5-reset.ly: new file.
9480
9481 2003-04-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9482
9483         * input/regression/chord-name-major7.ly: new file
9484
9485         * scm/chord-entry.scm (construct-chord): bugfix: don't remove 11
9486         if specced explicitly.
9487
9488         * input/regression/chord-name-entry-11.ly: new file.
9489
9490         * input/test/slur-beautiful.ly: new file.
9491
9492         * Documentation/user/refman.itely: updates.
9493
9494         * input/regression/collisions.ly (threevoice): cleanup.
9495
9496         * scripts/convert-ly.py:  linewidth = -1  -> raggedright = ##t.
9497
9498 2003-04-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9499
9500         * Documentation/user/*.itely: various updates.
9501
9502         * ly/spanners-init.ly: enddecr/ endcr.
9503
9504         * Documentation/user/tutorial.itely (Fine tuning a piece): editing
9505         of tutorial
9506
9507 2003-04-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9508
9509         * scripts/ly2dvi.py (extra_init): add compat2 to latex options.
9510
9511         * lily/new-chord-name-engraver.cc (process_music): use octavation
9512         (a number) instead of original-pitch to store inversions. This
9513         fixes a problem with transposed chords with inversions.  
9514
9515 2003-04-14  Jan Nieuwenhuizen  <janneke@gnu.org>
9516
9517         * stepmake/aclocal.m4: Include compile fix for broken flex, as
9518         used in includable-lexer.hh.
9519
9520         * lily/includable-lexer.cc: Bugfix: include config.h.
9521
9522         * stepmake/aclocal.m4: Check for $GUILE_CONFIG; allows
9523         circumvention of Debian packaging bug.
9524
9525 2003-04-13  Jan Nieuwenhuizen  <janneke@gnu.org>
9526
9527         * flex-2.5.31 hits Debian/unstable.  Fixes below.
9528         
9529         * lily/lexer.ll (avoid_silly_flex_induced_gcc_warnings): Disable.
9530
9531         * lily/includable-lexer.cc [!HAVE_FLEXLEXER_YY_CURRENT_BUFFER]
9532         (yy_current_buffer): New macro, compile hacks for flex 2.5.29.
9533
9534         * lily/include/includable-lexer.hh: 
9535         * lily/lexer.ll: Hack for multiple include of FlexLexer.h.
9536
9537         * config.hh.in (HAVE_FLEXLEXER_YY_CURRENT_BUFFER): Add.
9538
9539         * aclocal.m4: Regenerate.
9540
9541         * stepmake/aclocal.m4 (STEPMAKE_FLEXLEXER): Check for
9542         yyFlexLexer.yy_current_buffer, which was removed in flex-2.5.29.
9543
9544         * scm/pdf.scm (use-modules): Include lily.
9545
9546         * scm/pdftex.scm (start-system): Bugfix: add closing brace (Beernd
9547         Noordkamp).
9548         (use-modules): Include lily.
9549         (lily-def): Bugfix: include tex-val in let.
9550
9551 2003-04-12  Heikki Junes <hjunes@cc.hut.fi>
9552
9553         * lilypond-mode.el: sensible error if lilypond.words not found.
9554
9555         * lilypond.words: add few words.
9556
9557 2003-04-11  Juergen Reuter  <reuter@ipd.uka.de>
9558
9559         * mf/parmesan-clefs.mf: bugfix: char boxes corrected
9560
9561         * mf/parmesan-scripts.mf: fixed typo in char name
9562
9563 2003-04-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9564
9565         * VERSION: 1.7.16 released
9566
9567         * python/lilylib.py (setup_temp): temporary directories are mode 700.
9568         (this is a security vulnerability).
9569
9570         * Documentation/user/lilypond.tely: remove abbreviations (n't, 's)
9571
9572         * lily/multi-measure-rest-engraver.cc (stop_translation_timestep):
9573         add staff support.
9574
9575 2003-04-10  Juergen Reuter  <reuter@ipd.uka.de>
9576
9577         * mf/parmesan-scripts.mf, Documentation/user/refman.itely,
9578         ly/script-init.ly, scm/script.scm: bugfix: renamed
9579         fermata->signumcongruentiae to fix naming clash with feta font
9580
9581 2003-04-10  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9582
9583         * input/regression/multi-measure-rest-grace.ly (texidoc): new file
9584
9585         * lily/multi-measure-rest-engraver.cc
9586         (start_translation_timestep): use grace timing too for determining
9587         when to make mmrest.
9588         (start_translation_timestep): clear numbers too.
9589
9590 2003-04-09  Juergen Reuter  <reuter@ipd.uka.de>
9591
9592         * scm/music-types.scm: compile fix: escape braces
9593
9594         * buildscripts/mf-to-table.py: replaced \char -> \musicglyph to
9595         work around font selection problem
9596
9597         * Documentation/user/refman.itely: BreathingSign: added docu for
9598         property "text"
9599
9600 2003-04-09  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
9601
9602         * Documentation/topdocs/AUTHORS.texi (AUTHORS): Updated contact
9603         information.
9604
9605 2003-04-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9606
9607         * lily/multi-measure-rest-engraver.cc (class
9608         Multi_measure_rest_engraver): make multiple Number objects, one
9609         for each MultiMeasureTextEvent.
9610
9611         * scm/music-functions.scm (glue-mm-rest-texts): use
9612         MultiMeasureTextEvent
9613
9614         * scm/music-types.scm (music-descriptions): add MultiMeasureTextEvent
9615
9616         * Documentation/user/refman.itely (Multi measure rests): update.
9617
9618 2003-04-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9619
9620         * lily/ly-module.cc (ly_copy_module_variables): use
9621         scm_internal_hash_fold() for iterating modules.
9622
9623 2003-04-08  Juergen Reuter  <reuter@ipd.uka.de>
9624
9625         * Documentation/user/refman.itely: Section Custodes: added more
9626         example code
9627
9628         * mf/feta-eindelijk.mf, mf/parmesan-rests.mf: cleanup: moved
9629         neo-mensural rests to parmesan font
9630
9631         * mf/parmesan-heads.mf, mf/parmesan-timesig.mf: updated file
9632         header
9633
9634 2003-04-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9635
9636         * Documentation/user/macros.itexi: @fileref macro.
9637
9638         * buildscripts/lys-to-tely.py (name2line): add <NAME> tags for
9639         each file. 
9640
9641 2003-04-04  Juergen Reuter  <reuter@ipd.uka.de>
9642
9643         * lily/include/custos.hh, make/lilypond.suse.spec.in,
9644         Documentation/topdocs/AUTHORS.texi: updated my email address
9645
9646         * Documentation/user/refman.itely: updated custos documentation;
9647         beautified divisiones example; beautified articulations table
9648
9649         * lily/breathing-sign.cc: bugfix: finalis molecule
9650
9651 2003-04-03  Juergen Reuter  <reuter@ipd.uka.de>
9652
9653         * Documentation/user/refman.itely: added docu for
9654         contemporary fermata symbols, gregorian breathing signs; small fixes
9655
9656         * ly/gregorian-init.ly: removed obsolete #'type props
9657
9658 2003-04-01  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
9659
9660         * lily/multi-measure-rest.cc (set_spacing_rods): Handle the
9661         minimum-length property correctly.
9662
9663 2003-03-31  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9664
9665         * scm/music-functions.scm (make-multi-measure-rest): set input
9666         locations for multimeasure rests.
9667
9668 2003-03-31  Juergen Reuter  <reuter@ipd.uka.de>
9669
9670         * input/regression/breathing-sign.ly: updated to for ancient
9671         notation
9672
9673 2003-03-31  Jan Nieuwenhuizen  <janneke@gnu.org>
9674
9675         * scripts/ly2dvi.py: Add newline.
9676
9677 2003-03-30  Jan Nieuwenhuizen  <janneke@gnu.org>
9678
9679         * scripts/ly2dvi.py (dependency_files): Compile fix.
9680
9681 2003-03-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9682
9683         * scripts/ly2dvi.py (find_pfa_fonts): add --png option
9684         (make_html_menu_file): --html menu. 
9685
9686 2003-03-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9687
9688         * scripts/ly2dvi.py (run_dvips): +add the .map file 
9689
9690 2003-03-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9691
9692         * input/screech-boink.ly: new file.
9693
9694 2003-03-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9695
9696         * scripts/lilypond-book.py (make_lilypond_file): convert
9697         lilypond-file to lilypond block directly, without going through
9698         begin/end lilypond text.
9699         
9700
9701 2003-03-21  Juergen Reuter  <reuter@ipd.uka.de>
9702
9703         * lily/breathing-sign.cc, lily/include/breathing-sign.hh,
9704         scm/grob-description.scm: moved Michael's original breathing sign
9705         code in brew_molecule() to divisio_minima(); provided new
9706         brew_molecule() that effectively replaces the
9707         Text_item::brew_molecule callback (with additional fallback to
9708         Michael's original code); added callbacks for brewing divisio
9709         maior/maxima and finalis
9710
9711         * gregorian-init.ly: added breathing sign shortcuts for virgula,
9712         caesura, divisiominima, divisiomaior, divisiomaxima, and finalis
9713
9714         * script-init.ly: added shortfermata, longfermata,
9715         verylongfermata, varcoda
9716
9717         * scm/script.scm, mf/feta-schrift.mf: added shortfermata,
9718         longfermata, verylongfermata, varcomma, varcoda
9719
9720 2003-03-19  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
9721
9722         * Documentation/user/{tutorial.itely,refman.itely,internals.itely}: 
9723           Remove all noquote and insert a few quote.
9724         
9725         * Documentation/user/lilypond-book.itely (Music fragment options),
9726           scripts/lilypond-book.py: Don't include quotation blocks by
9727           default. Introduce option quote instead of noquote
9728
9729 2003-03-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9730
9731         * VERSION: 1.7.15 released
9732         
9733         * Documentation/user/lilypond.tely: omf updates.
9734
9735         * buildscripts/texi2omf.py (omf_vars): include version.date
9736
9737         * make/lilypond.redhat.spec.in: fixes for spec file. 
9738
9739         * stepmake/stepmake/texinfo-vars.make (GENERATE_OMF):  replace var
9740         by function definition: lily now requires a recent GNU Make.
9741
9742         * scripts/lilypond-book.py (write_deps): remove .tex dependency
9743         writing.
9744
9745         * make/ly-rules.make: remove .ly -> .tex rule
9746
9747         * Documentation/user/refman.itely (Figured bass): revised figured
9748         bass example.
9749
9750 2003-03-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9751
9752         * stepmake/stepmake/omf-targets.make (local-install): add
9753         scrollkeeper-update message.
9754
9755         * scripts/lilypond-book.py (lilypond_binary): explicity add path
9756         to binary.
9757         (TexiPaper.process_ly2dvi_block): idem for ly2dvi
9758
9759         * scripts/ly2dvi.py (lilypond_binary): explicity add path to binary.
9760
9761         * Documentation/user/converters.itely (Invoking midi2ly): add
9762         track/channel notice.
9763
9764 2003-03-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9765
9766         * stepmake/stepmake/omf-targets.make (omf-local-install): bugfixes
9767
9768         * lily/parser.yy (scalar): DIGIT is also a scalar.
9769
9770         * Documentation/user/music-glossary.tely: add @omf tags
9771
9772         * Documentation/user/lilypond.tely: add @omf tags
9773
9774         * scm/generate-documentation.scm (string-append): add @omf tags.
9775
9776         * stepmake/stepmake/omf-*: new files 
9777
9778         * input/regression/multi-measure-rest.ly (texidoc): add doco
9779
9780         * GNUmakefile.in (web-doc-install): add web-doc-install target
9781
9782         * lily/scm-hash.cc (remove): prevent underflow of elt_count_. This
9783         fixes crashes while dumping MIDI.
9784
9785         * ly/performer-init.ly (FiguredBassContext): add Figured bass for
9786         midi
9787
9788 2003-03-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9789
9790         * buildscripts/texi2omf.py: new file.
9791
9792         * mf/feta-beugel.mf: include font count, not staffsize (16) in
9793         font-name
9794
9795 2003-03-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9796
9797         * input/regression/beam-manual-beaming.ly (texidoc): new file.
9798
9799         * lily/sequential-iterator.cc (descend_to_child): call
9800         descend_to_child() for all types of music.
9801
9802 2003-03-08  Jan Nieuwenhuizen  <janneke@gnu.org>
9803
9804         * scm/translator-property-description.scm: Add
9805         bassFigureFormatFunction.  Replace some entries.
9806
9807 2003-03-04  Jan Nieuwenhuizen  <janneke@gnu.org>
9808
9809         * cygwin/post-lilypond.sh: Add FHS-specified path for fonts to
9810         clean out.
9811
9812 2003-03-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9813
9814         * scripts/midi2ly.py (Note.dump): never dump duration for
9815         dump_dur=0.
9816
9817         * scm/chords-ignatzek.scm (alteration->text-accidental-markup):
9818         new function
9819
9820         * scm/bass-figure.scm (make-bass-figure-markup): reimplement bass
9821         figures using new markups. Much simpler, and should improve layout
9822         a little.
9823
9824         * mf/feta-nummer-code.mf (code): insert space in location 32, not 33.
9825
9826 2003-03-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9827
9828         * ly/engraver-init.ly: use Hara kiri by default for 
9829         ChordNames, FiguredBass and Lyrics(Voice) context. 
9830
9831         * lily/axis-group-engraver.cc (acknowledge_grob): use
9832         rhythmic-grob-interface for selecting items not to hara-kiri'd 
9833
9834         * scm/new-markup.scm (markup-function-list): add bracket,
9835         vbracket.
9836
9837         * ly/engraver-init.ly (ChordNamesContext): set
9838         minimumVerticalExtent
9839
9840 2003-03-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9841
9842         * input/test/time-signature-double.ly: new file 
9843
9844         * input/regression/collision-head-chords.ly (texidoc): new file.
9845
9846         * lily/type-swallow-translator.cc: add note swallow translator 
9847
9848         * input/test/time-signature-double.ly: new file.
9849
9850         * lily/type-swallow-translator.cc: add Rest_swallow_translator
9851
9852         * ly/engraver-init.ly (ChordNamesContext): add Rest_swallow_translator
9853         (FiguredBassContext): idem.
9854
9855         * VERSION (MY_PATCH_LEVEL): 1.7.14 released
9856
9857         * input/mutopia/W.A.Mozart/*.ly (romanze): markup syntax updates. 
9858
9859         * buildscripts/mf-to-table.py: add .pfa, .pfb target dependency.
9860
9861         * stepmake/stepmake/metafont-rules.make ($(outdir)/%.pfb): remove
9862         .afm dependency
9863
9864         * buildscripts/mf-to-table.py (write_fontlist): use new markup syntax
9865
9866         * python/lilylib.py (make_page_images): add function.
9867
9868         * scripts/ly2dvi.py (run_latex): include title in preview image.
9869
9870         * scripts/lilypond-book.py (process_ly2dvi_blocks): call ly2dvi
9871         from lilypond-book for <ly2dvifile> tags in HTML.
9872
9873         * scripts/ly2dvi.py (option_definitions): add --debug option to
9874         print out environment.
9875
9876         * input/regression/tie-chord-partial.ly: new file.
9877
9878 2003-03-05  Heikki Junes <hjunes@cc.hut.fi>
9879
9880         * lilypond.words: add 3
9881
9882 2003-03-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9883
9884         * scm/new-markup.scm (markup-function-list): add finger-markup
9885
9886         * input/tutorial/brahms-tweaked.ly: new markup 
9887
9888         * scm/bass-figure.scm (brew-one-figure): bugfix for large bass figures 
9889
9890         * scm/new-markup.scm (brew-new-markup-molecule): robustness: don't
9891         crash when processing '() markup
9892
9893         * input/regression/breathing-sign.ly (texidoc): add caesura example.
9894
9895         * lily/breathing-sign.cc (railtracks): another caesura.
9896
9897         * mf/feta-schrift.mf: caesura symbol. 
9898
9899 2003-03-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9900
9901         * scripts/convert-ly.py (FatalConversionError.conv): add
9902         ly:molecule-XXX conversions.
9903
9904         * lily/molecule-scheme.cc: change names to ly:molecule-XXX
9905
9906         * input/regression/multi-measure-rest-text.ly: new file.
9907
9908         * scm/music-functions.scm (glue-mm-rest-texts): automatically
9909         convert MMREST-TEXT to MultiMeasureRestNumber settings.
9910
9911         * ly/engraver-init.ly (ScoreContext): move tablature settings to
9912         ScoreContext
9913
9914         * scm/new-markup.scm (center-markup): \center markup.
9915
9916         * scm/music-functions.scm: remove pitchify scripts.
9917
9918         * lily/music.cc (print_smob): display music name if available 
9919
9920 2003-03-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9921
9922         * Documentation/user/refman.itely (Instrument names): remove
9923         \turnOff doco.
9924
9925 2003-03-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9926
9927         * lily/score.cc (mark_smob): bugfix.
9928
9929         * input/regression/rehearsal-mark.ly: new file.
9930
9931         * lily/my-lily-parser.cc (here_input): revert reporting of errors:
9932         report error at the current token again.
9933
9934 2003-02-26  Jan Nieuwenhuizen  <janneke@gnu.org>
9935
9936         * cygwin/mknetrel: Exit if doc build fails.
9937
9938         * lily/GNUmakefile: Add hack for .deps and --srcdir build.
9939
9940 2003-02-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9941
9942         * scm/music-types.scm (music-descriptions): add doc strings
9943
9944 2003-02-25  Jan Nieuwenhuizen  <janneke@gnu.org>
9945
9946         * lily/lexer.ll: 
9947         * lily/include/my-lily-lexer.hh: 
9948         * lily/include/includable-lexer.hh: Add flex kludge.
9949
9950         * config.hh.in: 
9951         * config.make.in: 
9952         * stepmake/aclocal.m4 (STEPMAKE_DATADIR, STEPMAKE_LIBDIR): Junk
9953         cruft.
9954         
9955         * stepmake/aclocal.m4 (STEPMAKE_LIBDIR): Fix casual cut and paste
9956         code.
9957
9958 2003-02-24  Jan Nieuwenhuizen  <janneke@gnu.org>
9959
9960         * ly/spanners-init.ly (cresc, dim): Update to new markup text.
9961
9962         * lily/parser.yy (new_chord): Compile fix.
9963
9964 2003-02-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9965
9966         * Documentation/user/refman.itely (Tuning groups of objects):
9967         remove documentation for \turnOff. 
9968
9969         * lily/percent-repeat-engraver.cc (try_music): add correct
9970         processing moments for double-measure percents as well.
9971
9972         * input/regression/percent-repeat-skipbars.ly (texidoc): new file
9973
9974         * lily/lily-guile.cc (ly:dimension?): add dimension as separate
9975         grob prop type. 
9976
9977         * Documentation/user/refman.itely (Printing named chords): add
9978         chord name tweak doco.
9979
9980         * input/template/gregorian-transcription.ly: new file.
9981
9982 2003-02-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9983
9984         * VERSION: 1.7.13 released
9985         
9986         * input/test/*: lots of cleanups/comment-outs/removals in chord
9987         examples
9988         
9989         * input/regression/*: lots of cleanups/comment-outs/removals in
9990         chord examples
9991         
9992         * scripts/lilypond-book.py (check_texidoc): add no-texidoc to
9993         options
9994
9995         * lily/new-chord-name-engraver.cc (process_music): give original
9996         inversion pitch to chord name routine.
9997
9998         * input/tutorial/os-score.ly: update to new markup
9999
10000         * Documentation/user/appendices.itely: simply include
10001         chords-ignatzek. 
10002
10003         * Documentation/user/refman.itely (Chords mode): add documentation
10004         for chord mode.
10005
10006         * scm/chord-entry.scm (construct-chord): mark inversion as bass if
10007         not present in chord.
10008         (construct-chord): add inversion and bass support.
10009
10010         * lily/chord.cc: junk contents.
10011
10012 2003-02-17  Heikki Junes <hjunes@cc.hut.fi>
10013
10014         * Documentation/user/refman.itely:
10015         * Documentation/user/music-glossary.tely: fix. 
10016
10017 2003-02-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10018
10019         * scm/chord-entry.scm (construct-chord): move chord construction
10020         to Scheme.
10021
10022         * lily/parser.yy (new_chord): new setup for chord entry.
10023
10024 2003-02-16  Heikki Junes <hjunes@cc.hut.fi>
10025
10026         * lilypond.words:
10027         * Documentation/user/music-glossary.tely: add ambitus.
10028
10029 2003-02-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10030
10031         * scm/chords-ignatzek.scm (ignatzek-chord-names): robustness fix.
10032
10033         * lily/include/*.hh: string() -> to_string()
10034
10035         * scm/chords-ignatzek.scm: new file.
10036
10037         * ly/chord-modifiers-init.ly (ignatzekExceptionMusic): define
10038         standard chord name exceptions.
10039
10040         * scm/translator-property-description.scm (chordNameSeparator):
10041         add property.
10042         (majorSevenSymbol): add property
10043
10044         * lily/translator-scheme.cc (ly:context-properties): new function
10045         (ly:context-parent): new function.
10046         (print_smob): print context name.
10047
10048         * lily/music.cc (ly:get-music-length): new function
10049         (print_smob): don't print properties.
10050
10051         * lily/duration.cc (duration<?): new function
10052
10053         * input/regression/chords-funky-ignatzek.ly: new file.
10054
10055         * scm/double-plus-new-chord-name.scm (ignatzek-chord-names):
10056         jazz chords.
10057
10058         * lily/pitch.cc (ly:pitch-diff): new function.
10059
10060         * input/regression/chords-ignatzek.ly: new file.
10061
10062 2003-02-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10063
10064         * scm/double-plus-new-chord-name.scm (ignatzek-chord-names): classify
10065         pitches for jazz chords.
10066
10067 2003-02-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10068
10069         * lily/pitch.cc (LY_DEFINE): add ly:pitch-steps
10070
10071 2003-02-05  Heikki Junes  <hjunes@cc.hut.fi>
10072
10073         * lilypond.words: add 1
10074
10075 2003-02-04  Heikki Junes  <hjunes@cc.hut.fi>
10076
10077         * Documentation/topdocs/AUTHORS.texi: refine.
10078
10079 2003-01-25  Heikki Junes  <hjunes@cc.hut.fi>
10080
10081         * lilypond-font-lock.el: lyrics-mode update for multiple stanza.
10082         
10083         * lilypond.words: add one.
10084
10085 2003-01-23  Heikki Junes  <hjunes@cc.hut.fi>
10086
10087         * lilypond-font-lock.el: Fontify post-notated slurs [-^_][()].
10088         Fontify bass note in chords, e.g., e in c1/e.
10089         
10090 2003-01-19  Jan Nieuwenhuizen  <janneke@gnu.org>
10091
10092         * Documentation/user/music-glossary.tely: Dutch updates and
10093         additions (Arent Storm).
10094
10095 2003-01-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10096
10097         * input/regression/ambitus.ly:  move file.      
10098
10099         * lily/include/pitch.hh (class Pitch): make Pitch objects immutable.
10100
10101         * lily/event.cc (transpose): add tonic property to Key_change_req
10102         and to Key_engraver.
10103
10104 2003-01-17  Heikki Junes  <hjunes@cc.hut.fi>
10105
10106         * Documentation/user/refman.itely: fix typo.
10107
10108         * lilypond.words: removed wrong identifiers.
10109
10110 2003-01-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10111
10112         * mf/feta-toevallig.mf: make flat stem shorter 
10113
10114 2003-01-16  Heikki Junes  <hjunes@cc.hut.fi>
10115
10116         * lilypond-font-lock.el: Fontify post-notated slurs -( and -).
10117
10118         * lilypond.words: add from Phrasing slur.
10119         
10120 2003-01-15  Heikki Junes  <hjunes@cc.hut.fi>
10121
10122         * lilypond-mode.el: allow launching multiple ViewPS processes.
10123         
10124         * lilypond.words: add from Text markup.
10125
10126 2003-01-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10127
10128         * input/test/ossia.ly (texidoc): add comment.
10129
10130         * input/regression/voice-follower.ly: new file.
10131
10132         * mf/feta-toevallig.mf: make flat heavier.
10133
10134         * lily/cluster-engraver.cc: clean up Cluster engraver
10135
10136         * lily/cluster.cc (brew_molecule): cleaned up Cluster code and
10137         Engraver. Use Note_column to compute Y positions and deal with
10138         line break stuff.
10139
10140 2003-01-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10141
10142         * lily/stem.cc: move french-beaming to stem.
10143
10144 2003-01-13  Heikki Junes  <hjunes@cc.hut.fi>
10145
10146         * lilypond-font-lock.el: fontify all durations in chords.
10147
10148         * lilypond.words: add from lily/my-lily-lexer.cc
10149
10150 2003-01-12  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10151
10152         * VERSION: release 1.7.12
10153
10154         * lily/vaticana-ligature-engraver.cc (finish_primitive): compile fixes.
10155
10156         * lily/gregorian-ligature.cc: new file
10157
10158         * lily/*: the Great 2003 search & replace.
10159
10160         * Documentation/user/refman.itely (Manual repeat commands): add
10161         note about font selection.
10162
10163 2003-01-12  Heikki Junes  <hjunes@cc.hut.fi>
10164
10165         * lilypond-mode.el: propose recompiling midi while invoking playing,
10166         not while stopping playing.
10167
10168 2003-01-11  Heikki Junes  <hjunes@cc.hut.fi>
10169
10170         * lilypond.words: add one.
10171
10172         * lilypond-font-lock.el: add colour groups for horizontal, vertical 
10173         and expressional note grouping. Fontify chord modes.
10174
10175 2003-01-09  Heikki Junes  <hjunes@cc.hut.fi>
10176
10177         * Documentation/user/music-glossary.tely (Top): translate melisma.
10178
10179 2003-01-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10180
10181         * Documentation/user/music-glossary.tely (Top): add melisma.
10182
10183 2002-01-08  Juergen Reuter  <reuter@ipd.uka.de>
10184
10185         * lily/gregorian-ligature-engraver.cc: bugfix: added missing
10186         interfaces for (abstract) grob GregorianLigature
10187
10188         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc:
10189         renamed head* -> glyph_name*, x-shift* -> x-offset*
10190
10191         * scm/grob-property-description.scm: bugfix: added missing descriptions
10192
10193 2003-01-07  Jan Nieuwenhuizen  <janneke@gnu.org>
10194
10195         * input/test/chord-names-dpnj.ly: New file.
10196
10197         * scm/double-plus-new-chord-name.scm: Implement full and partial
10198         exceptions.
10199
10200         * lily/lexer.ll: <markup>: Allow dash and hyphen in markup command.
10201
10202         * scm/double-plus-new-chord-name.scm
10203         (double-plus-new-chord->markup): Fix sub->markup.
10204
10205
10206 2003-01-07  Juergen Reuter  <reuter@ipd.uka.de>
10207
10208         * lily/custos-engraver.cc: added TODO; editorial changes
10209
10210         * lily/ligature-bracket-engraver.cc: added typeset_ligature () for
10211         consistency with other ligature engravers; removed access on (now)
10212         private variable _ligature of Ligature_engraver
10213
10214         * lily/include/ligature-engraver.hh, lily/ligature-engraver.cc:
10215         renamed last_bound -> last_bound_; issue programming_error on
10216         abstract method calls; moved primitives code from
10217         Mensural_bracket_engraver to here (because almost ligature
10218         engravers will need it); renamed try_stop_ligature () ->
10219         typeset_ligature (); bugfix: store primitives of finished ligature
10220         in separate variable finished_primitives_ to avoid clash on input
10221         like "\] \["; added current_ligature () to enable access on
10222         private variable _ligature
10223
10224         * lily/mensural-ligature-engraver.cc: removed primitives_ code
10225         (now in super class); renamed try_stop_ligature () ->
10226         typeset_ligature ()
10227
10228         * lily/mensural-ligature.cc: issue programming_error on abstract
10229         method calls
10230
10231         * lily/note-heads-engraver.cc: added TODO comment upon bool
10232         in_ligature
10233
10234         * mf/parmesan-heads.mf: fixed some of set_char_box()
10235
10236         * scm/grob-description.scm: added VaticanaLigature
10237
10238         * scm/grob-property-description.scm: added neume prefix properties
10239
10240         * ly/gregorian-init.ly, lily/gregorian-ligature-engraver.cc,
10241         lily/include/gregorian-ligature-engraver.hh,
10242         lily/include/gregorian-ligature.hh: new files; framework for
10243         gregorian ligature engravers such as vaticana
10244
10245         * lily/vaticana-ligature.cc, lily/vaticana-ligature-engraver.cc,
10246         lily/include/vaticana-ligature.hh, input/test/vaticana.ly:
10247         vaticana style ligature implementation (still somewhat uncomplete)
10248
10249 2003-01-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10250
10251         * VERSION: release 1.7.11
10252
10253         * scripts/convert-ly.py: add ly:pitch-transpose rule
10254
10255 2003-01-06  Jan Nieuwenhuizen  <janneke@gnu.org>
10256
10257         * input/test/dpncnt.ly: New file.
10258
10259         * lily/my-lily-lexer.cc: Add chordnames keyword.
10260
10261         * lily/parser.yy (chordnames_block): Parse chord name exception
10262         lists, see input/test/dpncnt.ly.
10263
10264         * scm/chord-name.scm (set-double-plus-new-chord-name-style): New
10265         function.
10266
10267         * scm/lily.scm (filter-out-list): Bugfix: filter rest using
10268         filter-out too.
10269
10270         * lily/pitch.cc (ly_pitch_transpose): Scheme name now
10271         ly:pitch-transpose (was ly:transpose-pitch), in conformance with
10272         pitch functions (except for ly:make-pitch, but that's apparently
10273         some sort of scheme naming standard?).
10274
10275         * scm/lily.scm (!=): define-public.
10276
10277         * scm/new-markup.scm (make-markup-maker): define-public make-markups.
10278
10279 2003-01-05  Jan Nieuwenhuizen  <janneke@gnu.org>
10280
10281         * scm/double-plus-new-chord-name.scm
10282         (double-plus-new-chord-name->markup): New file.
10283
10284 2003-01-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10285
10286         * python/lilylib.py (make_preview): don't suppress progress for
10287         bbox extraction.
10288
10289 2003-01-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10290
10291         * Documentation/user/appendices.itely (scheme): update for new syntax.
10292
10293         * input/regression/chord-name-styles.ly: new file
10294
10295         * lily/instrument-name-engraver.cc: create instrument names
10296         without barline too.  Allows instrument name on ChordNames  
10297
10298         * scm/new-markup.scm (interpret-markup): allow simple strings as
10299         markup too.
10300
10301 2003-01-04  Jan Nieuwenhuizen  <janneke@gnu.org>
10302
10303         * scm/chord-name.scm: Super/raise changes and fixes for Banter.
10304         (step->markup-accidental): Fix: add accidental.
10305         (chord::inner-name-american): 
10306         (chord::inner-name-jazz): Ugly fix from inner-name-banter: do not
10307         append stray '/' if last superscript addition was 'o'.
10308
10309         * scm/new-markup.scm (normal-size-sub-markup) 
10310         (normal-size-super-markup): New function.
10311
10312         * lily/source-file.cc (Source_file): Add warning for possibly
10313         intentional but suspicious initialization.
10314
10315         * scm/chord-name.scm: Small rewrites, layout fixes.  Identify and
10316         add comments about cut-and-paste programming.
10317
10318         * flower/rational.cc (lcm): Not used; comment out.
10319
10320 2003-01-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10321
10322         * lily/new-fingering-engraver.cc (position_scripts): use
10323         fingerHorizontalDirection to determine fingering horizontal
10324         directions.
10325  
10326         * lily/accidental-engraver.cc (acknowledge_grob): add accidental to
10327         fingering support.
10328
10329         * scripts/convert-ly.py (FatalConversionError.conv): add style
10330         conversion rule. 
10331
10332         * scm/chord-name.scm (set-chord-name-style): new function.
10333         (new-chord-name-brew-molecule): revise to interpret markup only
10334         (new-chord->markup): cleanuppish rewrite. To be called from the
10335         new engraver.
10336
10337         * lily/new-chord-name-engraver.cc: new engraver: call Chord ->
10338         Markup earlier, during interpreting.
10339
10340         * input/test/{banter,jazz,american}-chords.ly (scheme): update
10341         style settings. Rename to chord-names-*.ly
10342
10343 2003-01-03  Jan Nieuwenhuizen  <janneke@gnu.org>
10344
10345         * scm/chord-name.scm: Painful merge of Amy's patch to old-style
10346         markup code and update to new markup.  Most probably broke some of
10347         it.
10348         
10349 2002-12-30  Juergen Reuter  <reuter@ipd.uka.de>
10350
10351         * Documentation/user/refman.itely: added docu for ambitus and
10352         clusters
10353
10354         * lily/lookup.cc, scm/tex.scm: cleanup: avoid nasty double
10355         ly_quote_scm() in lookup.cc
10356
10357         * mf/parmesan-clefs.mf: set_char_box fix
10358
10359         * lily/cluster-engraver.cc: junk implicit protection; use
10360         Protected_scm instead
10361
10362 2002-12-29  Jan Nieuwenhuizen  <janneke@gnu.org>
10363
10364         * scm/chord-name.scm: Junk "`(," constructs, use make-FOO-markup
10365         throughout.
10366
10367         * scm/new-markup.scm: Turn-off error-triggering test code.
10368
10369 2002-12-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10370
10371         * scm/new-markup.scm (markup-thrower-typecheck) 
10372         (markup-typecheck?):  add full typechecking functions.
10373         (make-markup-maker): add make-FOO-markup functions.
10374         (markup-argument-list-error): nice error checking messages.
10375         (make-markup): better function: less quoting escapades.
10376
10377 2002-12-29  Jan Nieuwenhuizen  <janneke@gnu.org>
10378
10379         * scm/chord-name.scm: Remove fixme's.  Jazz chords still broken.
10380
10381 2002-12-28  Jan Nieuwenhuizen  <janneke@gnu.org>
10382
10383         * cygwin/lilypond.hint (requires): Add cygwin.
10384
10385         * .cvsignore: Remove stepmake (huh!?!), add lib.
10386
10387         * GNUmakefile.in: Add libdir links for builddir runs.
10388
10389         * scripts/midi2ly.py: Add [lilypond_]libdir/python to path,
10390         instead of datadir.
10391
10392         * make/substitute.make (ATVARIABLES): Add lilypond_libdir,
10393         local_lilypond_libdir.
10394
10395         * config.make.in (lilypond_libdir): Add.
10396
10397         * stepmake/stepmake/substitute-rules.make: 
10398         * stepmake/stepmake/script-rules.make: 
10399         * stepmake/stepmake/python-module-rules.make:
10400         * stepmake/aclocal.m4 (STEPMAKE_LIBDIR): Fixes from
10401         lilypond-python-module patch.
10402
10403 2002-12-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10404
10405         * Documentation/user/refman.itely (Graphical interfaces): add note
10406         about xml2ly.
10407
10408 2002-12-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10409
10410         * scripts/ly2dvi.py (run_dvips): remove trailing newline
10411
10412 2002-12-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10413
10414         * VERSION: released 1.7.10
10415
10416         * scripts/musedata2ly.py (): idem
10417
10418         * scripts/midi2ly.py (dump_chord): idem
10419
10420         * scripts/etf2ly.py (version): idem 
10421
10422         * scripts/pmx2ly.py (Slur.calculate): new chord syntax
10423
10424         * scripts/mup2ly.py (pre_processor_commands): new chord syntax
10425
10426         * scm/tex.scm (tex-output-expression): remove eval compat
10427         glut. Other output files too.
10428
10429         * scm/chord-name.scm: don't export anything from chord module.
10430
10431         * input/test/american-chords.ly: idem
10432
10433         * input/test/banter-chords.ly (texidoc): idem
10434
10435         * input/test/Cc-chords.ly: add breakage notes.
10436
10437         * Documentation/user/refman.itely (Text markup): rewrite manual
10438         section.
10439
10440         * lily/parser.yy (scalar): allow \markup { } as property value. 
10441
10442         * scm/chord-name.scm: complete new markup usage
10443
10444         * scm/grob-description.scm (all-grob-descriptions): use new markup
10445         texts by default
10446
10447 2002-12-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10448
10449         * scm/chord-name.scm: partial move to new markup texts.
10450
10451 2002-12-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10452
10453         * scm/grob-description.scm (all-grob-descriptions): small bass figures.
10454
10455         * scm/bass-figure.scm (brew-bass-figure): make stack direction
10456         settable.
10457
10458 2002-12-18  Heikki Junes <hjunes@cc.hut.fi>
10459
10460         * lilypond-mode.el (LilyPond-command): propose 2midi if midi is
10461         invoked for old midi, wait for killing.
10462
10463 2002-12-16  Heikki Junes <hjunes@cc.hut.fi>
10464
10465         * Documentation/user/music-glossary.tely: Finnishing.
10466
10467 2002-12-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10468
10469         * mf/feta-nummer-code.mf: some kerning pairs.
10470
10471 2002-12-14  Rune Zedeler  <rz@localhost.localdomain>
10472
10473         * scm/output-lib.scm (set-bar-number-visibility): Context-function
10474         Added.
10475
10476         * Documentation/user/refman.itely (Bar numbers):
10477         set-bar-number-visibility added, modulo-bar-number removed again
10478         (sorry).
10479
10480 2002-12-14  Heikki Junes <hjunes@cc.hut.fi>
10481
10482         * scm/output-lib.scm (modulo-bar-number-visible): add function.
10483
10484         * Documentation/user/refman.itely: add modulo-bar-number-visible.
10485
10486         * Documentation/user/music-glossary.tely: translate into Finnish.
10487
10488 2002-12-10  Heikki Junes <hjunes@cc.hut.fi>
10489
10490         * lilypond-mode.el: add shortcut for 2midi
10491
10492         * lilypond-font-lock.el: fontify lyrics
10493
10494 2002-12-10  Rune Zedeler  <rz@daimi.au.dk>
10495
10496         * scm/drums.scm : use 1.7.x names.
10497
10498         * input/regression/drums.ly : Don't use << chords >>
10499
10500 2002-12-10  Heikki Junes <hjunes@cc.hut.fi>
10501
10502         * lilypond-mode.el: tidy, add TODO
10503
10504         * make/lilypond.mandrake.spec.in: install-info quietly.
10505
10506 2002-12-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10507
10508         * input/test/markup.ly: use new syntax.
10509
10510 2002-12-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10511
10512         * ly/params-init.ly (interscoreline): add word-space
10513
10514         * input/test/metronome.ly (eighthNote): idem.
10515
10516         * input/test/script-priority.ly: use new markup
10517
10518         * lily/parser.yy (markup): allow HEAD markup0 markup1 
10519
10520         * lily/molecule-scheme.cc (ly:molecule-translate): new function.
10521
10522         * lily/parser.yy (gen_text_def): bugfix.
10523         (full_markup): allow markup identifier.
10524
10525 2002-12-09  Heikki Junes <hjunes@cc.hut.fi>
10526
10527         * lilypond-mode.el (LilyPond-kill-job): Kill all LilyPond compiling
10528         jobs at the same time. Add horizontal lines to Command menu.
10529         Allow one compiling job -- propose killing others before a new one.
10530
10531         * lilypond.words: add markup, teeny, etc.
10532
10533 2002-12-08  Heikki Junes <hjunes@cc.hut.fi>
10534
10535         * lilypond-mode.el: Use LilyPond-command-alist for Midi and MidiAll.
10536         Allow only one type of midi process; launching Midi either stops
10537         midis or plays the current midi and launching MidiAll stops midis
10538         and starts timidity with "-ia", i.e., XAW-interface. Bind C-c C-return 
10539         to MidiAll. Choose "timidity-[1-9].ly" etc. files to MidiAll.
10540
10541 2002-12-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10542
10543         * lily/text-engraver.cc (process_acknowledged_grobs): use new
10544         markup  for new markup texts.
10545
10546         * lily/mark-engraver.cc (process_music): idem
10547         
10548         * lily/instrument-name-engraver.cc (create_text): idem
10549
10550         * scm/new-markup.scm (magnify-markup): new function.
10551
10552         * scm/molecule.scm (stack-lines): bugfix.
10553
10554         * lily/font-interface.cc (get_font): take font-magnification from
10555         alist chain.
10556
10557 2002-12-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10558
10559         * lily/molecule-scheme.cc: move scheme functions to separate file.
10560
10561         * lily/font-metric.cc  (ly_get_glyph): new function. 
10562         
10563         * scm/new-markup.scm (column-markup): use baseline-skip for columns.
10564         (italic-markup, dynamic-markup): new functions
10565         (font-markup): new function
10566
10567         * lily/molecule.cc (ly_molecule_combined_at_edge): optional
10568         padding and minimum
10569
10570 2002-12-07  Rune Zedeler  <rz@daimi.au.dk>
10571
10572         * lily/accidental-engraver.cc:
10573         Bugfix: Also print forced accidentals when autoAccidentals = \turnOff
10574
10575 2002-12-06  Heikki Junes <hjunes@cc.hut.fi>
10576
10577         * lilypond.vim:
10578         * lilypond-font-lock.el: Put \longa as duration. Accept only 
10579         [a-zA-Z] for user defined identifiers. Separate note cases 
10580         with and without a duration (allow cis\longaX).
10581
10582         * lilypond.words: Add words from Info.
10583
10584 2002-12-06  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
10585
10586         * stepmake/stepmake/c++-rules.make: Compile fix (bison 1.28)
10587
10588 2002-12-05  Heikki Junes <hjunes@cc.hut.fi>
10589
10590         * lilypond-mode.el: Propose reverting buffer before a command if
10591         it was edited with an another editor.
10592
10593 2002-12-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10594
10595         * lily/molecule.cc (ly_translate_molecule): new function
10596
10597         * python/GNUmakefile (INSTALLATION_DIR1): install Python module
10598         into libdir
10599
10600         * autogen.sh (srcdir): copy aclocal.m4 if newer. 
10601
10602         * stepmake/aclocal.m4: STEPMAKE_LIBDIR.
10603
10604 2002-12-04  Heikki Junes <hjunes@cc.hut.fi>
10605
10606         * lilypond.words: take \words from Info-index.
10607
10608 2002-12-04  Jan Nieuwenhuizen  <janneke@gnu.org>
10609
10610         * scm/sodipodi.scm: Add instruction for generating pfa fonts.
10611
10612 2002-12-02  Heikki Junes <hjunes@cc.hut.fi>
10613
10614         * make/lilypond.mandrake.spec.in: use %make and %makeinstall.
10615
10616 2002-12-01  Heikki Junes <hjunes@cc.hut.fi>
10617
10618         * make/lilypond.mandrake.spec.in: set menu-items to lilypond-info 
10619         and lilypond-documentation.
10620
10621 2002-12-02  Jan Nieuwenhuizen  <janneke@gnu.org>
10622
10623         * lily/parser.yy: Compile fix (bison 1.75).
10624
10625 2002-12-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10626
10627         * VERSION: 1.7.9 released
10628
10629         * scm/music-functions.scm (shift-one-duration-log): refactor.
10630         Use music-map.
10631
10632         * input/regression/chord-tremolo.ly (texidoc): add dot test.
10633
10634         * NEWS: update.
10635
10636         * lily/font-interface.cc (get-font): take alist chain i.s.o. alist
10637         argument
10638         
10639         * scm/music-functions.scm (display-music): new function
10640         (music-map): change arg order.
10641
10642         * input/regression/new-markup-syntax.scm: new file
10643
10644         * lily/parser.yy (markup): add \markup { .. } syntax.
10645
10646         * scm/new-markup.scm (override-markup): new function
10647         (lookup-markup): new function
10648         (music-markup): new function
10649         (lookup-markup-command): use markup-signature to store argument
10650         format for parser.
10651
10652         * lily/lexer.ll: preliminary \markup syntax. 
10653
10654 2002-11-30  Heikki Junes <hjunes@cc.hut.fi>
10655
10656         * make/lilypond.mandrake.spec.in: remove extra %changelog entries,
10657         add pre/post-dependencies and menus with icons from source.
10658
10659         * Documentation/pictures/lilypond-48x48.xpm:
10660         * Documentation/pictures/lilypond-32x32.xpm:
10661         * Documentation/pictures/lilypond-16x16.xpm: new files, background
10662         transparent.
10663
10664         * stepmake/stepmake/generic-targets.make:
10665         * stepmake/stepmake/toplevel-targets.make: Add make rpm-mandrake.
10666
10667 2002-11-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10668
10669         * input/regression/music-map.ly (texidoc): new file.
10670
10671         * scm/music-functions.scm (music-map): new function
10672
10673 2002-11-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10674
10675         * lily/ligature-engraver.cc (create_ligature_spanner): fix fixes.
10676
10677 2002-11-28  Heikki Junes <hjunes@cc.hut.fi>
10678
10679         * input/test/to-xml.ly:
10680         * lily/ligature-engraver.cc: Fixes documentation.
10681
10682         * lilypond.mandrake.spec.in:
10683         * lilypond.redhat.spec.in: Add lilypond.words.
10684
10685         * Documentation/user/refman.itely: Mention Info inside emacs.
10686         
10687         * lilypond.suse.spec.in:
10688         * lilypond.redhat.spec.in:
10689         * lilypond.mandrake.spec.in: Set root-owner for doc
10690         (tobbe@nyvalls.se).
10691
10692 2002-11-27  Jan Nieuwenhuizen  <janneke@gnu.org>
10693
10694         * scripts/ly2dvi.py (run_dvips): Use ly.read_pipe () instead of
10695         os.popen.read ().
10696
10697 2002-11-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10698
10699         * scripts/ly2dvi.py (include_path): print warning if failing anything.
10700
10701         * python/lilylib.py (error): add space
10702
10703 2002-11-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10704
10705         * GNUmakefile.in (EXTRA_DIST_FILES): add lilypond.words for
10706         distribution.
10707
10708 2002-11-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10709
10710         * lily/paper-outputter.cc (Paper_outputter): close port when
10711         finishing score.
10712
10713 2002-11-26  Jan Nieuwenhuizen  <janneke@gnu.org>
10714
10715         * scm/sodipodi.scm: Fixes.
10716
10717 2002-11-26  Heikki Junes <hjunes@cc.hut.fi>
10718
10719         * lilypond-mode.el: Look shortcuts in menu from keymap, if possible.
10720
10721         * buildscripts/make-font-dir.py: Fix. 
10722
10723 2002-11-25  Heikki Junes <hjunes@cc.hut.fi>
10724
10725         * lilypond-mode.el: Add support for Info inside Emacs.
10726
10727 2002-11-24  Jan Nieuwenhuizen  <janneke@gnu.org>
10728
10729         * buildscripts/make-font-dir.py: 
10730         * mf/GNUmakefile: Make sodipodi font map.
10731
10732         * scm/sodipodi.scm: Add more output functions.
10733
10734         * mf/feta-nummer.mf: 
10735         * mf/feta-beugel.mf: Add font_coding_scheme.
10736
10737         * lily/paper-outputter.cc (output_header): Fix creator string.
10738
10739 2002-11-23  Heikki Junes <hjunes@cc.hut.fi>
10740
10741         * lilypond-mode.el (LilyPond-autocompletion): invoked with
10742         [S-iso-lefttab], fixes at bol and eol, descriptive variable names.
10743
10744         * lilypond.words: add two (Everybody can add/remove words now!).
10745
10746         * debian/rules:
10747         * make/lilypond.suse.spec.in:
10748         * make/lilypond.mandrake.spec.in:
10749         * make/lilypond.redhat.spec.in: Add lilypond.words for emacs-files.
10750
10751         * Documentation/user/refman.itely: Mention autocompletion.
10752
10753 2002-11-23  Jan Nieuwenhuizen  <janneke@gnu.org>
10754
10755         * scripts/ly2dvi.py: Add paper sizes.
10756
10757         * lily/timing-engraver.cc: 
10758         * lily/time-signature.cc: 
10759         * lily/span-bar.cc: 
10760         * lily/grob-scheme.cc: Code formatting fixes.
10761
10762         * scm/sodipodi.scm: 
10763         * scm/sketch.scm:
10764         * buildscripts/mf-to-table.py: 
10765         * buildscripts/make-font-dir.py: Font testing.
10766
10767 2002-11-23  Heikki Junes <hjunes@cc.hut.fi>
10768
10769         * lilypond-mode.el (LilyPond-autocompletion): deletes end-of-word,
10770         inserts try-completion and shows all-completions.
10771
10772         * lilypond.words: '\' -> '\\'
10773
10774         * lilypond-mode.el: load libraries in the end, lilypond.words defines
10775         LilyPond-keywords, LilyPond-identifiers and LilyPond-reserved-words.
10776         
10777         * lilypond-font-lock.el: Use LilyPond-keywords, LilyPond-identifiers
10778         and LilyPond-reserved-words.
10779         
10780 2002-11-22  Heikki Junes <hjunes@cc.hut.fi>
10781
10782         * lilypond-mode.el (LilyPond-words-filename): find lilypond.words
10783         from load-path.
10784         
10785         * lilypond-mode.el (LilyPond-autocompletion): shows completions in
10786         the mini-buffer with Control-Shift-c.
10787         
10788 2002-11-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10789
10790         * lily/parser.yy (tempo_event): use tempo-unit for \tempo
10791         duration. This fixes \tempo taking time.
10792
10793 2002-11-21  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
10794
10795         * lily/volta-engraver.cc (process_acknowledged_grobs): 
10796         Allow for text markup in repeatCommands. 
10797
10798 2002-11-21  Heikki Junes <hjunes@cc.hut.fi>
10799
10800         * lilypond-mode.el (LilyPond-insert-string): new function, use it
10801         in LilyPond-insert-tag-notes. LilyPond-insert-between, new function.
10802         Get rid of skeleton.el-dependency.
10803
10804         * Documentation/topdocs/INSTALL.texi: tell how to get syntax-highlight.
10805
10806 2002-11-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10807
10808         * lily/beam-engraver.cc (stop_translation_timestep): reset
10809         now_stop_ev_
10810
10811         * lily/scm-option.cc: add parse-protect to ly:set-option
10812
10813         * lily/lexer.ll: set errorlevel if GUILE fails during parse.
10814
10815 2002-11-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10816
10817         * lily/include/ligature-bracket.hh: removed
10818         * lily/ligature-bracket.cc: removed
10819
10820         * lilypond-mode.el (LilyPond-expand-alist): set LaTeX extension to
10821         .tex
10822
10823         * lily/beam.cc (set_beaming): don't change beam count on rests.
10824         (brew_molecule): always set flag-width > 0.
10825
10826 2002-11-19  Heikki Junes <hjunes@cc.hut.fi>
10827
10828         * lilypond-mode.el: LilyPond-imenu-generic-re: only alphabetic
10829         chars, remove instructions; instead, refer to lilypond-init.el and
10830         Documentation/topdocs/INSTALL.texi.
10831
10832         * lilypond.words: add identifiers and reserved words.
10833
10834         * Documentation/topdocs/INSTALL.texi: separate sections for installing
10835         files and adding a load-path.
10836
10837         * lilypond-init.el: Instructions, extracted from 
10838         Documentation/topdocs/INSTALL.texi. 
10839         
10840 2002-11-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10841
10842         * VERSION: 1.7.8 released 
10843
10844         * lily/grob.cc (warning): better robustness fix.
10845
10846 2002-11-19 Juergen Reuter  <reuter@ipd.uka.de>
10847
10848         * lily/cluster-engraver.cc: bugfix: use protected scm upon columns
10849
10850         * lily/cluster-engraver.cc: stick better to variable naming
10851         conventions
10852
10853         * lily/cluster-engraver.cc: bugfix: delay typesetting of cluster
10854         until stop_translation_timestep()
10855
10856         * lily/cluster-engraver.cc, lily/cluster.cc: design fix: pass
10857         min/max coordinates to backend, but no musical info such as
10858         pitches
10859
10860         * lily/cluster.cc: robustness fix: do not crash upon empty cluster
10861
10862         * lily/grob.cc: robustness fix: warning(): do not crash if
10863         cause is not set
10864
10865         * lily/ligature-bracket-engraver.cc, scm/grob-description.scm: use
10866         the much more elaborated tuplet brackets than the very naive and
10867         simple ligature bracket grob
10868
10869 2002-11-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10870
10871         * Documentation/user/refman.itely (Analysis brackets): add
10872         horizontal bracket doco.
10873
10874         * ly/property-init.ly (setMmRestFermata): added.
10875
10876         * Documentation/user/refman.itely (Multi measure rests): fermatas
10877         on mm rests.
10878
10879         * input/regression/apply-context.ly (texidoc): new file
10880
10881         * lily/parser.yy (Simple_music): \applycontext #FUNCTION allows
10882         code to be executed during interpretation. Possible applications:
10883         smart octavation, more advanced bar checks. 
10884
10885         * lily/apply-context-iterator.cc: new file.
10886
10887 2002-11-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10888
10889         * input/test/new-markup.ly: new file.
10890
10891         * lily/text-item.cc (text_to_molecule): new function
10892
10893         * scm/new-markup.scm (lambda): new file
10894
10895         * lily/function-documentation.cc (ly_add_function_documentation):
10896         add proc property as well
10897
10898 2002-11-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10899
10900         * Documentation/user/music-glossary.tely (Top): add custos.
10901
10902 2002-11-18  Heikki Junes <hjunes@cc.hut.fi>
10903
10904         * Documentation/topdocs/INSTALL.texi: advise how to include source
10905         path to Emacs load-path and improve language.
10906
10907 2002-11-16  Jan Nieuwenhuizen  <janneke@gnu.org>
10908
10909         * GNUmakefile.in: config.h message fix.
10910
10911         * autogen.sh:
10912         * aclocal.m4: Regenerate.
10913
10914         * configure.in: 
10915         * config.make.in: 
10916         * stepmake/config.make.in: 
10917         * stepmake/configure.in: 
10918         * stepmake/autogen.sh: 
10919         * stepmake/aclocal.m4: Update for autoconf 2.56.
10920
10921 2002-11-16  Heikki Junes <hjunes@cc.hut.fi>
10922
10923         * Documentation/topdocs/INSTALL.texi: instructions for an user how
10924         to install Emacs-mode. Instructions how to use vim-mode.
10925
10926 2002-11-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10927
10928         * scm/music-types.scm (music-descriptions): no length for tempo event.
10929
10930         * input/*.ly: add \version everywhere.
10931         
10932         * input/*.ly: update syntax to 1.7 + new-chords.
10933
10934         * VERSION: 1.7.7 released.
10935         
10936         * Documentation/user/*.tely: new chord syntax.
10937
10938         * input/regression/[bc]*.ly (texidoc): syntax updates.
10939         
10940 2002-11-13  Heikki Junes <hjunes@cc.hut.fi>
10941
10942         * lilypond.words: add vocabulary to be used in auto-completion
10943
10944         * vimrc: autocompletion in Insert/Replace-mode with <Ctrn-N>
10945
10946         * lilypond.vim: allow note name at EOF
10947
10948 2002-11-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10949
10950         * buildscripts/new-chords.py (edit): -e option: inline editing.
10951
10952         * input/regression/a*.ly (texidoc): syntax updates.
10953
10954         * Documentation/user/lilypond-book.itely (Integrating La@TeX{} and
10955         music): elucidations. 
10956
10957 2002-11-11 Juergen Reuter  <reuter@ipd.uka.de>
10958
10959         * lily/include/lily-proto.hh, ly/engraver-init.ly,
10960         ly/spanners-init.ly, scm/grob-description.scm,
10961         scm/grob-property-description.scm, scm/music-types.scm,
10962         lily/cluster-engraver.cc, lily/cluster.cc,
10963         lily/include/cluster.hh, input/test/cluster.ly: cluster
10964         implementation
10965
10966         * lily/include/lookup.hh, lily/lookup.cc, scm/pdf.scm
10967         ps/music-drawing-routines.ps, scm/ascii-script.scm, scm/ps.scm,
10968         scm/sketch.scm, scm/tex.scm: support for dots and polygons added
10969
10970         * lily/lookup.cc: bugfix: fixed infinite loop in frame ()
10971
10972         * mf/parmesan-heads.mf: bugfix: vaticana punctum set_char_box
10973
10974         * scm/grob-description.scm: bugfix: by default, use default note
10975         head style when engraving ligatures
10976
10977         * lily/note-heads-engraver.cc: bugfix: do not steal ligature events
10978
10979         * lily/mensural-ligature-engraver.cc: bugfix: accept ligature
10980         events
10981
10982         * lily/ligature-bracket-engraver.cc: bugfix: accept ligature events
10983
10984         * input/test/ancient-font.ly: bugfix: style -> flag-style
10985
10986         * lily/ligature-engraver.cc: indentation fix
10987
10988         * lily/parser.yy: indentation fixes
10989         
10990 2002-11-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10991
10992         * input/regression/measure-grouping.ly: more elaborate example.
10993
10994         * lily/moment.cc: ly:add-moment, ly:mul-moment,
10995         ly:div-moment. New functions 
10996
10997         * scm/music-functions.scm (set-time-signature): new function,
10998         allow inline time sig settings with measure grouping.
10999
11000         * lily/parser.yy (command_element): move time sig construction
11001         into Scheme.
11002
11003         * lily/side-position-interface.cc (out_of_staff): new function,
11004         like padding, but keep minimum distance from staff. Easier than
11005         linespanners (dynamics, pedals), but roughly the same effect.
11006
11007 2002-11-10 Heikki Junes  <hjunes@cc.hut.fi>
11008
11009         * emacs-mode.el: Added spanish-note-replacements 
11010         (Carlos Betancourt, <carlos.betancourt@chello.be>).
11011
11012         * vimrc: (Un)commenting with <(S-)F12>, tidy.
11013
11014 2002-11-08  Heikki Junes  <hjunes@cc.hut.fi>
11015
11016         * lilypond.vim: Do not fontify cises, desis, etc.
11017
11018         * vimrc: view dvi with <S-F6>
11019
11020 2002-11-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11021
11022         * lily/lookup.cc (triangle): new function.
11023
11024         * input/regression/measure-grouping.ly (texidoc): new file: show
11025         triangles and brackets for beat groups of 3 and 2.
11026
11027         * lily/include/measure-grouping-spanner.hh (class
11028         Measure_grouping): new file.
11029
11030         * lily/measure-grouping-spanner.cc (brew_molecule): new file
11031
11032         * lily/measure-grouping-engraver.cc (class
11033         Measure_grouping_engraver): new file.
11034
11035 2002-11-06  Jan Nieuwenhuizen  <janneke@gnu.org>
11036
11037         * Merge from stable:
11038
11039             cvs update -jlilypond_1_6_6 -jlilypond_1_6_6_1
11040         
11041         * ly/paper16-init.ly (paperSixteen): Bugfix: set fonts instead of
11042         stylesheet.
11043
11044         * ly/paper19.ly: Include paper19-init.ly.
11045
11046         * ly/paper19-init.ly: New file.
11047
11048         * Documentation/user/tutorial.itely (First steps): Fix first
11049         example for font test.
11050
11051         * input/tutorial/brahms-tweaked.ly: Fix by hand for font test.
11052
11053         * ChangeLog: Add 1.7.6 release marker (see below).
11054
11055         * stepmake/stepmake/python-module-vars.make (EXTRA_DIST_FILES):
11056         Add .py files.
11057
11058 2002-11-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11059
11060         * input/tutorial/sammartini.ly (bassvoices): to new syntax.
11061
11062         * input/tutorial/*.ly: update to new syntax.
11063
11064         * lily/parser.yy (Composite_music): new transpose syntax,
11065         \transpose FROM TO MUSIC. 
11066
11067 2002-11-04  Jan Nieuwenhuizen  <janneke@gnu.org>
11068
11069         * scripts/lilypond-book.py: * scripts/ly2dvi.py: Fix: redirect
11070         latex progress/error output to stderr (by default this goes to
11071         stdout).  Show lilypond progress, even when not verbose.
11072
11073         * python/lilylib.py (system): New optional parameter to control
11074         showing of progress.
11075
11076         * scm/backend-documentation-lib.scm (check-dangling-properties):
11077         Fix error message.
11078
11079         * lily/text-item.cc (ADD_INTERFACE): Remove align, magnify.  Add
11080         axis, extent.
11081
11082         * scm/grob-property-description.scm (magnify): Remove.
11083         (extent, axis): Add.
11084
11085 2002-11-03  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11086
11087         * VERSION: Release 1.7.6.
11088
11089         * scripts/convert-ly.py: more uniformization substitutions.
11090
11091         * buildscripts/new-chords.py (sub_chords): new file.
11092
11093 2002-11-03  Jan Nieuwenhuizen  <janneke@gnu.org>
11094
11095         * mf/GNUmakefile: Bugfix: Use actual fontname (.AFM FontName) for
11096         lilypond.map.  Include sauter fonts too.  Cleanups.
11097
11098 2002-11-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11099
11100         * Documentation/user/tutorial.itely (First steps): change to new
11101         chord/tie/slur/beam notation.
11102
11103         * lily/parser.yy (event_that_take_dir): allow postfix notation for
11104         ties.
11105
11106         * lily/new-tie-engraver.cc (process_acknowledged_grobs): new
11107         engraver. Process ties in postfix notation, i.e. c8-~ c
11108
11109         * lilypond-mode.el (LilyPond-command-alist): run LaTeX by default.
11110
11111         * input/regression/beam-postfix-notation.ly (texidoc): new file.
11112
11113         * lily/parser.yy (event_that_take_dir): allows c8-[ for beams.
11114
11115         * lily/beam-engraver.cc (try_music): accept new-beam-events
11116
11117         * input/regression/chord-scripts.ly (texidoc): new file
11118
11119         * lily/new-fingering-engraver.cc (acknowledge_grob):  also handle
11120         script-events.
11121
11122         * scm/script.scm (default-script-alist): cleanup.
11123
11124         * lily/script-engraver.cc (make_script_from_event): cleanup.
11125
11126         * lily/lyric-combine-music-iterator.cc
11127         (Lyric_combine_music_iterator): remove superfluous events.
11128         (melisma_busy): new function. Fix broken melismas.
11129
11130 2002-10-31  Heikki Junes  <hjunes@cc.hut.fi>
11131
11132         * vimrc: Add shortcuts for compiling, midi-playing and PS-viewing.
11133         Remove nonvalid settings. Use descriptive key names.
11134         Use <Return> to indicate the pressing of that key.
11135
11136 2002-10-30  Jan Nieuwenhuizen  <janneke@gnu.org>
11137
11138         * scripts/lilypond-book.py (option_definitions): Typo.
11139
11140         * scripts/ly2dvi.py: Updates.
11141
11142         * python/lilylib.py (setup_environment, print_environment)
11143         (get_bbox, make_preview): Merge and remove from ly2dvi and
11144         lilypond-book.
11145
11146         * scripts/lilypond-book.py: Use lilylib.  Cleanups.
11147
11148         * .cvsignore: Remove some cruft.
11149
11150         * make/lilypond-vars.make (PYTHONPATH): Add python's outdir to
11151         path.
11152
11153         * scripts/ly2dvi.py: Use lilylib as module.  Fail gracefully if
11154         kpsexpand, kpsewhich, ps2pdf exit with error.  Cleanups and fixes
11155         throughout.
11156
11157         * python/lilylib.py (quiet_system): Junk
11158         (system): Display error log upon failure.
11159         (read_pipe): New function.  Cleanups and fixes.
11160
11161         * python/*.py: Rename from *.py.in.
11162         
11163         * make/substitute.make (ATVARIABLES): Add lilypond_datadir.
11164
11165         * GNUmakefile.in (SUBDIRS): Move python before scripts.
11166
11167 2002-10-30  Jan Nieuwenhuizen  <janneke@gnu.org>
11168
11169         * python/GNUmakefile: Bugfix: handle modules.
11170
11171         * stepmake/stepmake/python-module-targets.make (default): Add
11172         compiled modules. 
11173
11174         * stepmake/stepmake/python-module-rules.make: Add rule for byte
11175         compiling modules.
11176
11177         * stepmake/stepmake/python-module-vars.make (OUT_PY_MODULES):
11178         Bugfix.  (OUT_PYC_MODULES): Add.
11179
11180 2002-10-30  Heikki Junes  <hjunes@cc.hut.fi>
11181
11182         * make/lilypond.mandrake.spec.in: Repair info. Comment out menu.
11183         Use default paths. Refresh description.
11184
11185 2002-10-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11186
11187         * VERSION: 1.7.5 released
11188
11189         * input/regression/finger-chords.ly (texidoc): new file.
11190
11191         * lily/script-engraver.cc (process_music): remove scriptHorizontal
11192         support
11193
11194         * lily/fingering-engraver.cc (process_music): remove kludgy
11195         scriptHorizontal stuff.
11196
11197         * lily/script.cc: remove staff-support property.
11198
11199         * lily/new-fingering-engraver.cc (add_fingering): new
11200         file. Fingering engraver for new style chords.
11201
11202 2002-10-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11203
11204         * lily/parser.yy (bare_number): allow 4 \cm (without
11205         decimal dot). (should backport to 1.6?)
11206
11207         * ly/declarations-init.ly: use Scheme for dimension defs.
11208
11209         * lily/parser.yy (TODO): remove hard coded dimensions, add
11210         REAL NUMBER_IDENTIFIER production.
11211
11212         * lily/rest-collision.cc (force_shift_callback): rewrite using
11213         -done property.
11214
11215         * scm/grob-property-description.scm (rest-collision-done): add
11216         property.
11217         
11218         * lilypond.vim: add file (<hjunes@cc.hut.fi>)
11219
11220 2002-10-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11221
11222         * input/regression/multi-measure-rest-center.ly: new file.
11223
11224         * lily/multi-measure-rest.cc (big_rest): multi measure rest was
11225         off horizontally by 0.05 ss. Fixed.
11226
11227 2002-10-22  Jan Nieuwenhuizen  <janneke@gnu.org>
11228
11229         * scm/pdftex.scm: Rename ly-number to ly:number->string.
11230
11231         * Documentation/topdocs/index.tely: Remove duplicate from merge.
11232
11233 2002-10-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11234
11235         * lily/tie.cc (get_control_points): also avoid staff lines on the
11236         just outside the outer staff lines
11237
11238 2002-10-21  Jan Nieuwenhuizen  <janneke@gnu.org>
11239
11240         * ly/params-init.ly: Just define style-alist, no need to
11241         define-public.
11242
11243         * input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly: Fix style override
11244         (thanks Han-Wen).
11245
11246         * mf/GNUmakefile (FONT_FILES): Add feta-nummer.
11247         (FET_FILES): = FONT_FILES.
11248
11249         * Merge from stable:
11250
11251             cvs update -jlilypond_1_6_5 -jlilypond_1_6_6
11252
11253 2002-10-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11254
11255         * VERSION: 1.7.4 released.  
11256         
11257         * scm/generate-documentation.scm (string-append): add macro
11258         definitions.
11259
11260         * lily/text-item.cc (lookup_text): don't use virtual fonts for
11261         normal texts.
11262
11263         * lily/multi-measure-rest-engraver.cc: make separate
11264         MultiMeasureRestNumber grob. Introduce restNumberThreshold.
11265
11266         * lily/multi-measure-rest.cc: remove text handling. Remove
11267         number-threshold.
11268
11269 2002-10-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11270
11271         * scm/music-types.scm: doc patch by Graham Percival
11272
11273 2002-10-19  Jan Nieuwenhuizen  <janneke@gnu.org>
11274
11275         * buildscripts/make-font-dir.py (sketch_p): Bugfix: only write
11276         encoding part.
11277         (Font_info.set_defaults): pixelsize now also defauts to '0'.
11278         (sketch_p): Sketch wants only first four elements of X11 font spec.
11279
11280         * buildscripts/mf-to-table.py (parse_logfile): Bugfix. 
11281
11282         * mf/feta-autometric.mf: Write foundry and family to log.
11283
11284         * mf/GNUmakefile: Fixes for pfx builds.  Also write sketch
11285         font translation table.
11286
11287         * buildscripts/mf-to-table.py: Better font info into afm.
11288
11289         * buildscripts/make-font-dir.py: Use font info from afm.  Mftrace
11290         1.0.9 required.
11291
11292         * configure.in: Whine for mftrace 1.0.9.
11293
11294 2002-10-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11295
11296         * lily/parser.yy (chord_body): allow <<c e>>4 notation.
11297
11298         * lily/main.cc (main_prog): don't try to load init.EXT when
11299         processing foo.EXT.
11300
11301 2002-10-15  Rune Zedeler  <rune@zedeler.dk>
11302
11303         * scm/tex.scm (zigzig-line): added.
11304
11305         * scm/ps.scm (zigzag-line): added.
11306
11307         * ps/music-drawing-routines.ps (subvec): added.
11308         (draw_zigzag_line): added.
11309         
11310         * lily/line-spanner.cc: Add support for #'type = #'zigzag. reading
11311         grob properties zigzag-width and zigzag-length.
11312
11313         * input/regression/glissando.ly: Add some zig-zagged glissandi.
11314
11315 2002-10-15  Jan Nieuwenhuizen  <janneke@gnu.org>
11316
11317         * scm/sodipodi.scm: Some fixes.  Sketch also groks this bare-bones
11318         svg output, including font.
11319
11320 2002-10-14  Jan Nieuwenhuizen  <janneke@gnu.org>
11321
11322         * scm/lily.scm: Register sodipodi output module.
11323
11324         * scm/sodipodi.scm: New file.
11325
11326         * lily/afm.cc (read_afm_file): Read TfmCheckSum from comment.
11327
11328         * buildscripts/mf-to-table.py (base): Write TfmChecksum in
11329         comment, after header.
11330         (parse_logfile): Remove invalid key FontFamily.  Add mandatory key
11331         FullName.  Fix FontName key.
11332
11333 2002-10-14  Rune Zedeler  <rune@zedeler.dk>
11334
11335         * lily/rest.cc (after_line_breaking): bugfix: dots after half
11336         and breve rests.
11337         
11338         * input/test/blank-notes.ly: bugfix
11339
11340         * lily/rest.cc (after_line_breaking): bugfix: dots after whole
11341         rests. (Kim Shrier)
11342
11343         * input/test/rest-dot-positions.ly: Added. (Kim Shrier)
11344         
11345 2002-10-14  Jan Nieuwenhuizen  <janneke@gnu.org>
11346
11347         * scm/tex.scm: 
11348         * scm/ps.scm: Cleanup and remove obsolete junk.
11349
11350         * Documentation/user/internals.itely:
11351         * Documentation/user/refman.itely: Run texinfo-all-menus-update.
11352
11353         * lily/parser.yy: Identify shift/reduce problems.
11354
11355         * input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly: Rename
11356         make-style-sheet.  Too specific for convert-ly?
11357
11358 2002-10-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11359
11360         * po/cs.po: added czech translation, courtesy Tomas Kopecek.
11361
11362         * input/test/*.ly: various fixes.
11363
11364         * lily/music.cc (name): bugfix
11365
11366         * lily/piano-pedal-engraver.cc (try_music): fix pedals.
11367
11368         * lily/input-file-results.cc (code): set-point-and-click! ->
11369         set-point-and-click
11370         
11371 2002-10-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11372
11373         * Use uniform ly: prefix for exported scheme primitive functions.
11374
11375         * scm/music-types.scm: junk compat glue
11376
11377         * scripts/convert-ly.py: add rules for stuff below, junk
11378         compatibility glue for spanrequest.
11379
11380         * lily/parser.yy (verbose_event): remove \spanrequest,
11381         \commandspanrequest, \script. 
11382         
11383         * lily/identifier-smob.cc (LY_DEFINE): change name to ly-export
11384
11385         * lily/parser.yy: remove arpeggio keyword; use identifier. Idem
11386         for \penalty, \glissando.
11387
11388         * VERSION: release 1.7.3
11389         
11390 2002-10-13  Rune Zedeler  <rune@zedeler.dk>
11391
11392         * lily/accidental-engraver.cc: Fix
11393         grace-in-the-beginning-of-measure bug caused by the resent
11394         partial-measure fix.
11395
11396         * lily/stem.cc: reversed noteheads overlap half of the stem. (Full
11397         overlap looks too crowded)
11398         
11399 2002-10-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11400
11401         * lily/parser.yy (assignment): allow SCM expression as assignment.
11402
11403         * lily/include/music-output-def.hh (class Music_output_def):
11404         * lily/music-output-def.cc: 
11405         * lily/paper-def.cc: 
11406         * scm/font.scm (markup-to-properties):
11407         * lily/parser.yy (music_output_def_body): 
11408         remove style_sheet_
11409
11410 2002-10-12  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11411
11412         * ly/grace-init.ly (startGraceMusic): shorten default grace stem
11413         length.
11414
11415         * input/regression/spacing-to-grace.ly: new file.
11416
11417         * input/regression/spacing-end-of-line.ly: new file.
11418
11419         * lily/note-spacing.cc (get_spacing): take into account breakable
11420         stuff sticking out at the left (time sig change at line break).
11421
11422         * lily/spacing-spanner.cc (breakable_column_spacing): junk weird
11423         raggedright code.
11424
11425         * scm/music-functions.scm (make-voice-props-set): add
11426         staff-position for mm rests.
11427  
11428         * lily/spacing-spanner.cc (musical_column_spacing): shrink space
11429         before grace notes a little.
11430
11431         * lily/parser.yy (sup_quotes): use '\'' for sup_quotes.
11432
11433         * lily/break-align-interface.cc (do_alignment): right-edge spacing
11434         key adds space at the end of line. 
11435
11436 2002-10-11  Jan Nieuwenhuizen  <janneke@gnu.org>
11437
11438         * scm/sketch.scm: Fix beams.
11439
11440         * buildscripts/mf-to-table.py: Add EncodingScheme.
11441
11442         * scm/sketch.scm: Resurrect.
11443
11444 2002-10-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11445
11446         * lily/multi-measure-rest.cc: use breve rests for measure lengths
11447         longer than 4/4. Patch courtesy Kim Shrier <kim@tinker.com>.
11448
11449 2002-10-10  Jan Nieuwenhuizen  <janneke@gnu.org>
11450
11451         * stepmake/stepmake/c++-rules.make: Fixes for bison 1.50.
11452
11453         * lily/lexer.ll (My_lily_lexer): Avoid silly flex induced gcc warnings.
11454
11455 2002-10-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11456
11457         * lily/my-lily-lexer.cc (prepare_for_next_token): use previous
11458         token for origin information.
11459
11460         * lily/parser.yy (My_lily_lexer): do identifier location and
11461         cloning from lexer.
11462
11463         * scm/music-functions.scm (make-multi-measure-rest): move mmrest
11464         logic out of the parser. Add bar checks on both ends.
11465
11466         * Documentation/user/refman.itely (Multi measure rests): add more
11467         notes about mm rests.
11468
11469 2002-10-10  Jan Nieuwenhuizen  <janneke@gnu.org>
11470
11471         * input/regression/bar-scripts.ly: Re-enable.
11472
11473         * lily/parser.yy:
11474         * stepmake/stepmake/c++-rules.make: Fixes for bison 1.51 to be
11475         released rsn.  Bison 1.50 has a crucial bug and won't work.
11476
11477         * lily/lexer.ll (My_lily_lexer): Avoid silly flex induced gcc warnings.
11478
11479
11480 2002-10-07  Jan Nieuwenhuizen  <janneke@gnu.org>
11481
11482         * input/regression/bar-scripts.ly: Blunt documentation build fix.
11483
11484 2002-10-05  Jan Nieuwenhuizen  <janneke@gnu.org>
11485
11486         * Actually merge changes since 1.6.4 besides ChangeLog, and
11487         resolve conflicts.  Lots of updates, hope all is well.
11488         
11489         * cygwin/lilypond.hint (requires): Add ghostscript.
11490
11491         * scm: Update some (c).
11492         
11493 2002-10-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11494
11495         * input/test/{various}.ly: add \header fields and texidoc strings.
11496
11497 2002-10-05  Werner Lemberg  <wl@gnu.org>
11498
11499         * scripts/lilypond-book.py (output_dict) <latex>: `output_tex'
11500         renamed to `output_latex_quoted'.
11501         Added `output_latex_noquote'.
11502         (schedule_lilypond_block): Implement `noquote' option for LaTeX
11503         mode.
11504
11505 2002-11-03  Jan Nieuwenhuizen  <janneke@gnu.org>
11506
11507         * ChangeLog: Add 1.6.6 release marker.  See below.
11508
11509         * stepmake/stepmake/po-targets.make: Remove --c++ option.
11510
11511         * scripts/midi2ly.py: Fix global syntax warnings.
11512
11513         * GNUmakefile.in: Generate builddir locale tree too.
11514
11515         * scripts/ly2dvi.py:
11516         * scripts/midi2ly.py: 
11517         * scripts/mup2ly.py: 
11518         * scripts/update-lily.py:
11519         * lily/main.cc (setup_paths): Fix for locales setup.
11520
11521 2002-10-29  Jan Nieuwenhuizen  <janneke@gnu.org>
11522
11523         * Documentation/windows/installing.texi: Soften wording about
11524         necessity of becoming Administrator.  tommie@iae.nl reports this
11525         does not seem to be necessary for his flavour of Windows 2000.
11526         Explicitely discourage text mode mounts.
11527
11528 2002-10-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11529
11530         * lily/rest.cc (after_line_breaking): backport dot position fix.
11531
11532         * lily/rest-collision.cc (do_shift): also remove dots for suicided
11533         rests. Thanks to Klaus Zimmermann for finding this bug.
11534
11535 2002-10-24  Jan Nieuwenhuizen  <janneke@gnu.org>
11536
11537         * Documentation/topdocs/INSTALL.texi: Correction for broken /bin/sh.
11538
11539 2002-10-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11540
11541         * Documentation/user/music-glossary.tely: fix links.
11542
11543 2002-10-21  Werner Lemberg  <wl@gnu.org>
11544
11545         * tex/lily-ps-defs.tex (\lilypondsetdimen): Define ID macro.
11546         (\lilypondpostscript): Define PS macros `lyscaleXXX' (`XXX' is the
11547         scaling factor) only once and use them in the definition of
11548         \embeddedps.
11549         * ps/music-drawing-routines.ps (skeel): Removed.
11550
11551 2002-10-21  Jan Nieuwenhuizen  <janneke@gnu.org>
11552
11553         * stepmake/aclocal.m4: Changed 6 instances of $( ) to ` `, for
11554         Solaris7, as we don't use nested $( ) constructs.
11555
11556 2002-10-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11557
11558         * VERSION: Release 1.6.6.
11559         
11560 2002-10-21  Jan Nieuwenhuizen  <janneke@gnu.org>
11561
11562         * Documentation/topdocs/INSTALL.texi: Add note about using ksh for
11563         as workaround for /bin/sh problems on Solaris7.
11564
11565 2002-10-19  Werner Lemberg  <wl@gnu.org>
11566
11567         * GNUmakefile.in (web-doc): Fix typos.
11568         * tex/lilyponddefs.tex (\lilypondspecial): Don't scan
11569         `music-drawing-routines.ps' but emit \special{header=...} once.
11570         * scm/tex.scm (header-end): Updated.
11571
11572 2002-10-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11573
11574         * lily/stem-engraver.cc (acknowledge_grob): don't crash on
11575         undefined tremolo. 
11576
11577 2002-10-15  Werner Lemberg  <wl@gnu.org>
11578
11579         * scripts/lilypond-book.py (g_make_html): New global variable.
11580         (schedule_lilypond_block): Don't compute EPS and PNG for `texi'
11581         if `g_make_html' isn't set.
11582         [main]: Add format `texi-html'.
11583         (option_definitions): Updated.
11584         * Documentation/user/lilypond-book.itely: Updated.
11585
11586         * make/lilypond-vars.make (LILYPOND_BOOK_FORMAT): New variable.
11587         * make/ly-rules.make (%.texi, %.nexi): Use it.
11588         * stepmake/stepmake/www-targets.make (web): Pass `tex-html' as
11589         format to lilypond-book.
11590         * GNUmakefile.in (web-doc): Ditto.
11591
11592 2002-10-14  Werner Lemberg  <wl@gnu.org>
11593
11594         Further improve TeX output.  The produced files are about 40%
11595         smaller.  `lilyponddefs.tex' is now read only once.
11596
11597         * tex/lilyponddefs.tex: Remove footer stuff.
11598         (\ifundefined): Renamed to...
11599         (\lilypondundefined): This.  Use LaTeX's definition to
11600         make it nestable and make it global.
11601         (\lilypondstart, \lilypondend): New macro to initialize LilyPond
11602         output.
11603         (\lilypondspecial): New macro to read `music-drawing-routines.ps'.
11604         (\fetasixteen, \fetafont, \fetachar, \botalign, \leftalign): Make
11605         them global.
11606         (\placebox): Renamed to...
11607         (\lyitem): This.
11608         Make it global and call \outputscale by itself.
11609         (\lybox, \lyvrule): New macros to reduce input data.
11610         (\lilypondfirst, \lilypondsecond, \lilypondloop, \lilyponditerate):
11611         New auxiliary macros.
11612         (\SkipLilydefs, \EndLilyPondOutput): Removed.
11613         * tex/lily-pdf-defs.tex, tex/lily-ps-defs.tex (\lilySpace): Renamed
11614         to...
11615         (\lilypondspace): This and made it global.
11616         (\turnOnPostScript): Renamed to...
11617         (\lilypondpostscript): This and made it global.
11618         (\turnOnExperimentalFeatures): Renamed to...
11619         (\lilypondexperimentalfeatures): This and made it global.
11620         * tex/lily-ps-defs.tex (\PSsetTeXdimen): Renamed to...
11621         (\lilypondsetdimen): This and made it global.
11622         * tex/lilypond-latex.tex, tex/lilypond-plaintex.tex: Removed.
11623         * tex/GNUmakefile (TEX_FILES): Add `music-drawing-routines.ps'
11624         (all, $(outdir)/music-drawing-routines.ps): New rules.
11625         * buildscripts/mf-to-table.py (write_tex_defs): Use \gdef.
11626         * scm/pdftex.scm, scm/tex.scm (end-output, header-end, placebox,
11627         start-system, stop-system, stop-last-system, filledbox): Updated to
11628         use the changed macros from lilyponddefs.tex.
11629         * scripts/lilypond-book.ly (output_dict) <latex, texi>: Ditto.
11630
11631 2002-10-07  Jan Nieuwenhuizen  <janneke@gnu.org>
11632
11633         * Documentation/windows/installing.texi: Update.
11634
11635 2002-09-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11636
11637         * VERSION: 1.6.5 released
11638
11639         * scripts/lilypond-book.py (make_pixmap): don't produce empty pages.
11640
11641 2002-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11642
11643         * scm/translator-property-description.scm (voltaOnThisStaff): add
11644         property.
11645
11646 2002-09-28  Werner Lemberg  <wl@gnu.org>
11647
11648         * scm/tex.scm (header-end): Suppress page numbering.
11649
11650         * scripts/lilypond-book.py (output_dict) <output-texi-quoted>:
11651         Fix quotation for HTML output.
11652
11653 2002-09-28   Graham Percival   <gperciva@sfu.ca>
11654         
11655         * Documentation/user/refman.itely: grammar and phrasing
11656           fixes to "Note Entry" section.  Also adds a few new examples.
11657
11658 2002-09-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11659
11660         * flower/include/string-data.icc: include string.h
11661
11662 2002-09-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11663
11664         * scm/chord-name.scm (chord::inner-name-banter): remove space.
11665
11666 2002-09-27  Jan Nieuwenhuizen  <janneke@gnu.org>
11667
11668         * Documentation/user/GNUmakefile (extra-local-help): Add.
11669
11670         * stepmake/stepmake/www-targets.make (local-help): Add.
11671
11672 2002-09-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11673
11674         * Documentation/topdocs/INSTALL.texi (Top): recommend binary
11675         packages.
11676
11677         * Documentation/topdocs/README.texi (Top): building documentation
11678         (not website.)
11679
11680 2002-09-26  Jan Nieuwenhuizen  <janneke@gnu.org>
11681
11682         * Documentation/user/refman.itely: 
11683         * Documentation/user/tutorial.itely: 
11684         * Documentation/user/music-glossary.tely: Merge changes.
11685
11686         * Documentation/user/glossary.html.in: 
11687         * Documentation/index.texi: 
11688         * Documentation/header.html.in: Accomodate renaming of glossary.
11689         
11690         * Documentation/user/tutorial.itely: Add some glossary references.
11691         
11692         * Documentation/user/refman.itely: Minor fixes.
11693         
11694         * Documentation/user/lilypond.tely: Add glossary do direntry.
11695
11696         * Documentation/user/music-glossary.tely: Rename (previously:
11697         glossary.tely).  Fix anchor placement.
11698
11699         * Documentation/user/GNUmakefile: Make music-glossary.info too.
11700
11701 2002-09-23  Werner Lemberg  <wl@gnu.org>
11702
11703         * scripts/lilypond-book.py (output_dict): Fix handling of
11704         various environments by avoid extraneous newlines.
11705         Rename `output-all' regexp for html to `output-html'.
11706         Replace `output-all' regexp for texi with `output-texi-quote'
11707         and `output-texi-noquote'.
11708         (compose_full_body): Don't override `linewidth' user option
11709         for `singleline'.
11710         (schedule_lilypond_block): Don't indent text specified with
11711         `intertext' option.
11712         Add new option `noquote'.
11713         (compile_all_files): Use latex instead of tex to compile ly
11714         files directly.
11715
11716         * Documentation/user/lilypond-book.itely: Updated and revised.
11717         Improve layout.
11718
11719         * Documentation/user/glossary.tely,
11720         Documentation/user/introduction.itely,
11721         Documentation/user/tutorial.itely,
11722         Documentation/user/refman.itely,
11723         Documentation/user/appendices.itely: Fix overfull LilyPond
11724         boxes caused by the new lilypond-book code.  Other minor
11725         fixes.
11726
11727         * Documentation/user/macros.itexi (@texiflat): Don't emit
11728         trailing space.
11729
11730         * scm/tex.scm (end-output, header-end): Add preamble and
11731         postamble to make lilypond output directly compilable with
11732         latex.
11733
11734         
11735 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11736
11737         * Documentation/topdocs/INSTALL.texi (Top): bugfix for RH RPM
11738         instructions.
11739
11740 2002-09-25  Jan Nieuwenhuizen  <janneke@gnu.org>
11741
11742         * Documentation/user/glossary.tely: Add titling and hyperlinks.
11743
11744 2002-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11745
11746         * lily/beam.cc (connect_beams): don't crash if there are quarter
11747         notes in beams.
11748
11749 2002-09-24  Juergen Reuter  <reuter@ipd.uka.de>
11750
11751         * Documentation/user/refman.itely: corrected ancient clef
11752         docu; added docu on ligatures
11753
11754 2002-09-21  Juergen Reuter  <reuter@ipd.uka.de>
11755
11756         * Documentation/user/glossary.tely,
11757         Documentation/user/refman.itely, input/les-nereides.ly,
11758         input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly,
11759         input/test/bagpipe.ly, lily/stem.cc, ly/grace-init.ly,
11760         scm/grob-property-description.scm, scripts/convert-ly.py: renamed
11761         Stem properties: flag-style -> stroke-style, style -> flag-style.
11762
11763
11764 2002-09-22  Werner Lemberg  <wl@gnu.org>
11765
11766         * scripts/lilypond-book.py: Add option `notime' to suppress
11767         printing of a time signature.  Specify default indentation of 0pt
11768         if single line fragment.  Don't emit redundant `\paper{ }'.
11769
11770         * Documentation/user/lilypond-book.itely: Updated.
11771
11772         * Documentation/user/glossary.tely: Completely reformatting.
11773
11774 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11775
11776         * GNUmakefile.in (top-web): generate (possibly empty) examples.html
11777
11778 2002-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
11779
11780         * Documentation/user/tutorial.itely: Fix links.
11781         
11782         * Documentation/topdocs/index.tely:
11783         * Documentation/index.texi:
11784         * Documentation/header.html.in: Small website fixes and updates.
11785
11786         * debian/: Debian patch by Anthony Fok.
11787
11788 2002-09-21  Jan Nieuwenhuizen  <janneke@gnu.org>
11789
11790         * Documentation/footer.html.in: How time flies: It's already 2002!
11791
11792         * Documentation/topdocs/index.tely: Stable/development fix.  Use
11793         more descriptive link names than 'here'.
11794
11795 2002-09-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11796
11797         * VERSION: 1.7.2 released
11798         * VERSION: 1.6.4 released
11799         
11800         * scm/tex.scm (header-end): enclose lily output in begingroup/endgroup.
11801
11802         * scripts/convert-ly.py (FatalConversionError.conv): add rule for
11803         (ly-make-music "Foo_bar") -> (make-music-by-name 'FooBarEvent).
11804
11805         * mf/feta-din.mf (test): add x-height and space.
11806
11807         * lily/dynamic-engraver.cc (process_music): take dynamic direction
11808         from ^_ for crescendi. Idem for slurs and phrasing slurs.
11809
11810         * ly/grace-init.ly: add-to-grace-init: function to portably add
11811         settings to \grace. 
11812
11813         * lily/dynamic-engraver.cc (process_music): finish (de)crescendo
11814         if we get an absolute dynamic event.
11815  
11816         * lily/time-signature-engraver.cc (process_music): warn for \time 5/5
11817
11818         * lily/source-file.cc (get_line): oops. All line numbers were off
11819         by 2. Fix that. 
11820
11821         * lily/parser.yy (event_that_take_dir): allow () \< \> \! \( \) to
11822         be after the note, combined with -_^, i.e. c4-(-\)-\>  
11823
11824         * ly/params-init.ly (ledgerlinethickness): use Scheme expressions.
11825
11826         * lily/parser.yy (number_factor): remove (number) as number
11827         expression. ("Let them eat Lisp").
11828
11829 2002-10-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11830
11831         * lily/horizontal-bracket.cc: new file.
11832
11833         * lily/horizontal-bracket-engraver.cc: new file.
11834
11835         * input/regression/note-group-bracket.ly: new file. Support
11836         horizontal note brackets for music analysis.
11837
11838         * lily/stem.cc (flag): new flag-style: no-flag.
11839
11840         * input/test/stem-cross-staff.ly: new file
11841         
11842         * Documentation/user/internals.itely: Improved formatting, fixing
11843         typos.  Added a section `Output details' to describe how the TeX
11844         code looks like.
11845
11846         * lily/include/midi-stream.hh: use stdio.h iso. iostream.h
11847
11848         * lily/parser.yy: remove \dynamicscript.
11849
11850         * ly/dynamic-scripts-init.ly: redo the dynamic scripts
11851         definitions. 
11852
11853         * python/midi.c (midi_error): take two arguments.
11854
11855         * Merge 1.6.5 changes:
11856         
11857 2002-10-04  Jan Nieuwenhuizen  <janneke@gnu.org>
11858
11859         * scm/grob-description.scm (minimum-beam-collision-distance): 0.75
11860         staff-space.  Previous 1.5 was probably meant as half-spaces.
11861         (cautionary-style): parentheses (was: smaller).  This is what doco
11862         says, and it seems more logical.
11863
11864         * Documentation/user/refman.itely (Chromatic alterations): Bugfix
11865         for 2nd sentence.
11866
11867 2002-10-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11868
11869         * make/lilypond.redhat.spec.in: various fixes for RedHat 8.0
11870
11871 2002-10-03  Jan Nieuwenhuizen  <janneke@gnu.org>
11872
11873         * lily/beam.cc (rest_collision_callback): Fixed: partial rewrite.
11874
11875 2002-09-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11876
11877         * scripts/lilypond-book.py (make_pixmap): don't produce empty pages.
11878
11879 2002-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11880
11881         * scm/translator-property-description.scm (voltaOnThisStaff): add
11882         property.
11883
11884 2002-09-28  Werner Lemberg  <wl@gnu.org>
11885
11886         * scm/tex.scm (header-end): Suppress page numbering.
11887
11888         * scripts/lilypond-book.py (output_dict) <output-texi-quoted>:
11889         Fix quotation for HTML output.
11890
11891 2002-09-28   Graham Percival   <gperciva@sfu.ca>
11892         
11893         * Documentation/user/refman.itely: grammar and phrasing
11894           fixes to "Note Entry" section.  Also adds a few new examples.
11895
11896 2002-09-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11897
11898         * flower/include/string-data.icc: include string.h
11899
11900 2002-09-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11901
11902         * scm/chord-name.scm (chord::inner-name-banter): remove space.
11903
11904 2002-09-27  Jan Nieuwenhuizen  <janneke@gnu.org>
11905
11906         * Documentation/user/GNUmakefile (extra-local-help): Add.
11907
11908         * stepmake/stepmake/www-targets.make (local-help): Add.
11909
11910 2002-09-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11911
11912         * Documentation/topdocs/INSTALL.texi (Top): recommend binary
11913         packages.
11914
11915         * Documentation/topdocs/README.texi (Top): building documentation
11916         (not website.)
11917
11918 2002-09-26  Jan Nieuwenhuizen  <janneke@gnu.org>
11919
11920         * Documentation/user/refman.itely: 
11921         * Documentation/user/tutorial.itely: 
11922         * Documentation/user/music-glossary.tely: Merge changes.
11923
11924         * Documentation/user/glossary.html.in: 
11925         * Documentation/index.texi: 
11926         * Documentation/header.html.in: Accomodate renaming of glossary.
11927         
11928         * Documentation/user/tutorial.itely: Add some glossary references.
11929         
11930         * Documentation/user/refman.itely: Minor fixes.
11931         
11932         * Documentation/user/lilypond.tely: Add glossary do direntry.
11933
11934         * Documentation/user/music-glossary.tely: Rename (previously:
11935         glossary.tely).  Fix anchor placement.
11936
11937         * Documentation/user/GNUmakefile: Make music-glossary.info too.
11938
11939 2002-09-23  Werner Lemberg  <wl@gnu.org>
11940
11941         * scripts/lilypond-book.py (output_dict): Fix handling of
11942         various environments by avoid extraneous newlines.
11943         Rename `output-all' regexp for html to `output-html'.
11944         Replace `output-all' regexp for texi with `output-texi-quote'
11945         and `output-texi-noquote'.
11946         (compose_full_body): Don't override `linewidth' user option
11947         for `singleline'.
11948         (schedule_lilypond_block): Don't indent text specified with
11949         `intertext' option.
11950         Add new option `noquote'.
11951         (compile_all_files): Use latex instead of tex to compile ly
11952         files directly.
11953
11954         * Documentation/user/lilypond-book.itely: Updated and revised.
11955         Improve layout.
11956
11957         * Documentation/user/glossary.tely,
11958         Documentation/user/introduction.itely,
11959         Documentation/user/tutorial.itely,
11960         Documentation/user/refman.itely,
11961         Documentation/user/appendices.itely: Fix overfull LilyPond
11962         boxes caused by the new lilypond-book code.  Other minor
11963         fixes.
11964
11965         * Documentation/user/macros.itexi (@texiflat): Don't emit
11966         trailing space.
11967
11968         * scm/tex.scm (end-output, header-end): Add preamble and
11969         postamble to make lilypond output directly compilable with
11970         latex.
11971
11972         
11973 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11974
11975         * Documentation/topdocs/INSTALL.texi (Top): bugfix for RH RPM
11976         instructions.
11977
11978 2002-09-25  Jan Nieuwenhuizen  <janneke@gnu.org>
11979
11980         * Documentation/user/glossary.tely: Add titling and hyperlinks.
11981
11982 2002-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11983
11984         * lily/beam.cc (connect_beams): don't crash if there are quarter
11985         notes in beams.
11986
11987 2002-09-24  Juergen Reuter  <reuter@ipd.uka.de>
11988
11989         * Documentation/user/refman.itely: corrected ancient clef
11990         docu; added docu on ligatures
11991
11992 2002-09-21  Juergen Reuter  <reuter@ipd.uka.de>
11993
11994         * Documentation/user/glossary.tely,
11995         Documentation/user/refman.itely, input/les-nereides.ly,
11996         input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly,
11997         input/test/bagpipe.ly, lily/stem.cc, ly/grace-init.ly,
11998         scm/grob-property-description.scm, scripts/convert-ly.py: renamed
11999         Stem properties: flag-style -> stroke-style, style -> flag-style.
12000
12001 2002-09-22  Werner Lemberg  <wl@gnu.org>
12002
12003         * scripts/lilypond-book.py: Add option `notime' to suppress
12004         printing of a time signature.  Specify default indentation of 0pt
12005         if single line fragment.  Don't emit redundant `\paper{ }'.
12006
12007         * Documentation/user/lilypond-book.itely: Updated.
12008
12009         * Documentation/user/glossary.tely: Completely reformatting.
12010
12011 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12012
12013         * GNUmakefile.in (top-web): generate (possibly empty) examples.html
12014
12015 2002-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
12016
12017         * Documentation/user/tutorial.itely: Fix links.
12018         
12019         * Documentation/topdocs/index.tely:
12020         * Documentation/index.texi:
12021         * Documentation/header.html.in: Small website fixes and updates.
12022
12023         * debian/: Debian patch by Anthony Fok.
12024
12025 2002-09-21  Jan Nieuwenhuizen  <janneke@gnu.org>
12026
12027         * Documentation/footer.html.in: How time flies: It's already 2002!
12028
12029         * Documentation/topdocs/index.tely: Stable/development fix.  Use
12030         more descriptive link names than 'here'.
12031
12032 2002-10-03  Jan Nieuwenhuizen  <janneke@gnu.org>
12033
12034         * lily/beam.cc (rest_collision_callback): Fixed: partial rewrite.
12035
12036 2002-10-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12037
12038         * lily/part-combine-music-iterator.cc (get_state): cleanup
12039         (get_music_info): cleanup.
12040
12041 2002-10-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12042
12043         * scm/backend-documentation-lib.scm (interface-doc-string):
12044         crosslinks between interfaces and grobs. Headings for interfaces
12045         in grob explanation.
12046
12047 2002-09-30  Jan Nieuwenhuizen  <janneke@gnu.org>
12048
12049         * scm/to-xml.scm: Fixes.  input/trip.ly now parses as xml (without
12050         dtd).  Add preliminary dtd.
12051         (re-sub-alist): Robustify.
12052
12053 2002-09-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12054
12055         * lily/include/event-chord-iterator.hh,
12056         lily/context-specced-music-iterator.cc,
12057         lily/event.cc, lily/event-chord-iterator.cc: add
12058
12059 2002-09-29  Jan Nieuwenhuizen  <janneke@gnu.org>
12060
12061         * lily/: some (c) header fixes.
12062         
12063         * lily/request-chord.cc: Remove.
12064         
12065         * lily/include/event-chord-iterator.hh:
12066         * lily/include/event.hh:
12067         * lily/event-chord.cc: New file.
12068         
12069         * lily/stem-engraver.cc (acknowledge_grob): rename evented back to
12070         requested.
12071
12072 2002-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12073
12074         * lily/ : rename Request to Event
12075
12076         * lily/parser.yy (command_element): move clef stuff into Scheme.
12077
12078         * lily/:  rename length_mom () to get_length()
12079
12080         * lily/part-combine-music.cc: removed file and class.
12081
12082         * lily/context-specced-music-iterator.cc (class
12083         Context_specced_music_iterator): new file. Obsoletes the
12084         Context_specced_music type.
12085
12086         * scm/music-types.scm (make-repeated-music): put different kinds
12087         of repeated music into music-type table.
12088
12089         * VERSION: 1.7.1 released.
12090
12091         * scm/to-xml.scm: new file.
12092
12093         * input/test/to-xml.ly (fooBar): demo of what is possible with the
12094         new Input representation: dump music as XML.
12095
12096         * scm/engraver-documentation-lib.scm
12097         (engraver-accepts-music-types?): add links from music to engraver,
12098         from music-type to engraver.
12099
12100         * lily/include/command-request.hh: removed
12101         lily/include/musical-request.hh: removed. Removed all _req classes
12102         except Key_change_req. Changes throughout.
12103
12104 2002-09-28  Jan Nieuwenhuizen  <janneke@gnu.org>
12105
12106         * lily/tuplet-engraver.cc (try_music): Compile kludge.
12107
12108 2002-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12109
12110         * lily/*.cc: specify accepts for many engravers.
12111
12112         * scm/music-documentation-lib.scm: dump music expressions and
12113         music subtypes.
12114
12115         * scm/documentation-lib.scm: complete revision.
12116         Use GOOPS objects to store document tree explicitly. Cleaned up and
12117         sped up doco generation a lot.
12118
12119 2002-09-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12120
12121         * input/trip.ly (fugaIILeft): add arpeggio
12122
12123         * lily/translator-group.cc (try_music_on_nongroup_children):
12124         oops. The name symbol is in the cdr of the assoc handle.
12125
12126         * lily/:  remove Arpeggio_req, Breathing_sign_req, Extender_req,
12127         Hyphen_req, Glissando_req, Break_req, Mark_req 
12128
12129 2002-09-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12130
12131         * lily/musical-request.cc (music-duration-length,
12132         music-duration-compress): new functions.
12133
12134         * lily/ : Remove Note_req, Rest_req, Busy_playing_req. Changes
12135         throughout. Warning doesn't work yet.
12136
12137         * lily/translator-group.cc (try_music_on_nongroup_children):
12138         new implementation: store candidate acceptors in a hashTable.
12139
12140 2002-09-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12141
12142         * scm/music-types.scm (music-descriptions): change name to
12143         internal-class-name
12144
12145         * scm/chord-name.scm (chord::inner-name-banter): remove space.
12146
12147 2002-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12148
12149         * lily/beam.cc (connect_beams): don't crash if there are quarter
12150         notes in beams.
12151
12152 2002-09-24  Juergen Reuter  <reuter@ipd.uka.de>
12153
12154         * Documentation/user/refman.itely: corrected ancient clef
12155         docu; added docu on ligatures
12156
12157 2002-09-21  Juergen Reuter  <reuter@ipd.uka.de>
12158
12159         * Documentation/user/glossary.tely,
12160         Documentation/user/refman.itely, input/les-nereides.ly,
12161         input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly,
12162         input/test/bagpipe.ly, lily/stem.cc, ly/grace-init.ly,
12163         scm/grob-property-description.scm, scripts/convert-ly.py: renamed
12164         Stem properties: flag-style -> stroke-style, style -> flag-style.
12165
12166 2002-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12167
12168         * scm/music-functions.scm (music-separator?): don't use name music
12169         property.
12170
12171 2002-09-24  Jan Nieuwenhuizen  <janneke@gnu.org>
12172
12173         * stepmake/stepmake/generic-targets.make (help): Document check
12174         target.
12175
12176         * lily/new-accidental-engraver.cc: Compile fix.
12177
12178 2002-09-23  Jan Nieuwenhuizen  <janneke@gnu.org>
12179
12180         * scripts/convert-ly.py: Add rule.
12181
12182         * input/test/music-creation.ly:
12183         * input/test/add-staccato.ly:
12184         * input/test/add-text-script.ly: ly-make-music.
12185
12186         * scm/drums.scm (make-head-type-elem, make-articulation-script):
12187         More ly-make-music renamings.
12188
12189         * lily/command-request.cc: ADD_MUSIC: arpeggio_req.
12190
12191         * lily/music-constructor.cc (make_music): Add debugging info.
12192
12193         * scm/music-functions.scm (make-simultaneous-music,
12194         (make-sequential-music, context-spec-music):
12195         * scm/music-types.scm (music-descriptions): Get lily to run.
12196
12197 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12198
12199         * lily/command-request.cc (transpose_key_alist): new function.
12200
12201         * lily/key-performer.cc (create_audio_elements): cleanup. 
12202
12203 2002-09-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12204
12205         * lily/parser.yy: remove TYPED_MAKE_MUSIC().
12206
12207         * lily/include/translator.hh (ENTER_DESCRIPTION): add
12208         events-accepted field.
12209
12210         * scm/music-types.scm: new file.
12211
12212         * lily/parser.yy: put music type initialization into scheme,
12213         similar to grob initialization.  Changes throughout.
12214
12215 2002-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
12216
12217         * Documentation/user/tutorial.itely: Fix links.
12218         
12219         * Documentation/index.texi: 
12220         * Documentation/header.html.in: 
12221         * Documentation/topdocs/index.tely: Small website fixes and updates.
12222
12223         * debian/: Debian patch by Anthony Fok.
12224
12225 2002-09-21  Jan Nieuwenhuizen  <janneke@gnu.org>
12226
12227         * Documentation/footer.html.in: How time flies: It's already 2002!
12228
12229         * Documentation/topdocs/index.tely: Stable/development fix.  Use
12230         more descriptive link names than 'here'.
12231
12232         * ROADMAP: Remove test stuff.
12233
12234         * scripts/update-lily.py: Allow auto-building of stable and
12235         development versions.  Bugfixes.
12236
12237 2002-09-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12238
12239         * VERSION: released 1.7.0
12240
12241         * scm/tex.scm (header-end): enclose lily output in begingroup/endgroup.
12242
12243         * tex/lilyponddefs.tex: set hsize for plain tex, but only for
12244         positive line widths.
12245
12246 2002-09-20  Jan Nieuwenhuizen  <janneke@gnu.org>
12247
12248         * tex/lilyponddefs.tex: Handle \scoreshift and \outputscale in one
12249         go.  Fix comments.
12250
12251         * cygwin: Cygwin updates.
12252
12253 2002-09-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12254
12255         * Documentation/windows/installing.texi (Top): version for python,
12256         urls for ghostscript (thanks to John Potelle)
12257         
12258         * lily/simultaneous-music-iterator.cc
12259         (Simultaneous_music_iterator): init children_list_ before
12260         triggering GC.
12261
12262         * lily/*-iterator.cc: be even more careful with smobbed copy
12263         constructors. 
12264
12265         * lily/break-align-engraver.cc (acknowledge_grob): also typeset
12266         LeftEdge item.
12267
12268 2002-09-15  Werner Lemberg  <wl@gnu.org>
12269
12270         Improving LilyPond's output to make them ordinary TeX boxes with
12271         predictable dimensions.  System boxes are now vertically centered on
12272         the baseline; this offset can be further controlled with
12273         \lilypondscoreshift.
12274
12275         * lily/system.cc (System::post_processing): Pass length of current
12276         system to `start-system' (including any horizontal indentation).
12277
12278         * scm/tex.scm, scm/pdftex.scm: Make output of various functions
12279         prettier.
12280         (lily-def): Append `%'.
12281         (start-system): Add parameter `wd'.  Output more TeX code to specify
12282         box dimensions.
12283         (stop-system, stop-last-system): Complement changes in
12284         `start-system'.
12285         * scm/sketch.scm, scm/ps.scm, scm/pdf.scm, scm/ascii-script.scm:
12286         Updated.
12287
12288         * scripts/ly2dvi.py (global_latex_definition): Set \parindent to 0.
12289         * buildscripts/mf-to-table.py (write_tex_defs): Append `%'.
12290         Write final `\endinput'.
12291
12292         * tex/lily-ps-defs.tex, tex/lily-pdf-defs.tex,
12293         tex/lilypond-plaintex.tex, tex/lilypond-latex.tex,
12294         tex/lilyponddefs.tex, tex/titledefs.tex: Reformat code.  Assure that
12295         files and macro definitions don't produce spurious spaces and
12296         paragraphs (using \endlinechar).
12297         * tex/lilyponddefs.tex: New dimension `\scoreshift'.
12298
12299         * Documentation/user/internals.itely: Improved formatting, fixing
12300         typos.  Added a section `Output details' to describe how the TeX
12301         code looks like.
12302
12303 2002-09-17  Rune Zedeler  <rune@zedeler.dk>
12304
12305         * lily/accidental-engraver.cc: Also work with partial measures.
12306
12307 2002-09-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12308
12309         * lily/text-spanner-engraver.cc: whoops. Set bound in the correct
12310         spanner.
12311
12312 2002-09-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12313
12314         * lily/identifier-smob.cc (unpack_identifier): new file.
12315
12316         * lily/lexer.ll (identifier_type): new function.  use ly-id to
12317         pass off scheme expressions as music identifiers.
12318
12319         * scm/lily.scm: reorganisation, cleanups.
12320
12321         * lily/main.cc: small cleanups.
12322
12323 2002-09-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12324
12325         * lily/ly-module.{cc,hh}: new file.
12326
12327 2002-09-17  Rune Zedeler  <rune@zedeler.dk>
12328
12329         * lily/accidental-engraver.cc: Also work with partial measures.
12330
12331 2002-09-16  Jan Nieuwenhuizen  <janneke@gnu.org>
12332
12333         * VERSION (PACKAGE_NAME): Remove HEAD trap leftover.
12334
12335 2002-09-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12336
12337         * lily/my-lily-lexer.cc: use SCM module in stead of
12338         Scheme_hash_table. Changes throughout.  
12339
12340 2002-09-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12341
12342         * VERSION (MY_PATCH_LEVEL): make 1.7.0
12343