]> git.donarmstrong.com Git - lilypond.git/blob - ChangeLog
44d24469fb9de6f489967fee9c15ab2d53048bff
[lilypond.git] / ChangeLog
1 2004-06-28  Nicolas Sceaux  <nicolas.sceaux@free.fr>
2
3         * elisp/lilypond-mode.el (LilyPond-guile): set current module to
4         (*anonymous-ly-0*) iso. (*anonymous-ly-1*)
5
6 2004-06-28  Jan Nieuwenhuizen  <janneke@gnu.org>
7
8         * buildscripts/guile-gnome.sh (PATH): GUILE CVS is still fubarred.
9
10 2004-06-26  Nicolas Sceaux  <nicolas.sceaux@free.fr>
11         
12         * scm/ly-from-scheme.scm (read-lily-expression): #$( ... )
13         was causing an error. (was not actually commited in 2004-06-20)
14
15         * input/regression/lily-in-scheme.ly (withPaddingC): does not
16         breaks anymore
17
18 2004-06-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
19
20         * lily/my-lily-parser.cc (parse_string): switch module too.
21
22 2004-06-24  Jan Nieuwenhuizen  <janneke@gnu.org>
23
24         * Documentation/topdocs/INSTALL.texi (Top): Add guile, python and
25         ec-fonts-mftraced to running requirements.
26
27 2004-06-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
28
29         * lily/my-lily-lexer.cc (My_lily_lexer): copy scopes so temporary
30         assignments don't reach the original file.
31
32         * lily/my-lily-parser.cc (My_lily_parser): only copy lexer if it
33         exists
34
35 2004-06-22  Jan Nieuwenhuizen  <janneke@gnu.org>
36
37         * scm/output-gnome.scm: 
38         * buildscripts/guile-gnome.sh: Update wrt fixed GUILE CVS.
39
40         * debian/: Apply Debian patch (Anthony Fok).
41
42 2004-06-22  Heikki Junes   <hjunes@cc.hut.fi>
43
44         * Documentation/user/music-glossary.tely: fix titling; @top is already
45         an @unnumbered @chapter.
46  
47 2004-06-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
48
49         * debian/GNUmakefile (EXTRA_DIST_FILES):
50         (CONF_FILES): update file list.
51
52         * lily/stencil.cc (interpret_stencil_expression): bugfix.
53
54 2004-06-21  Jan Nieuwenhuizen  <janneke@gnu.org>
55
56         * debian/: Remove cruft (requested Anthony Fok.)
57
58         * buildscripts/guile-gnome.sh: Build without gcc libtool version
59         juggling.
60
61         * scm/framework-gnome.scm: Cleanups.  Resurrect +/- canvas scaling.
62         Add popup menu with grob properties.
63
64         * lily/grob-scheme.cc (ly:grob-properties):
65         (ly:grob-basic-properties): New function.
66
67         * lily/stencil.cc (interpret_stencil_expression): Comment-out
68         "no-origin" call.  Fixes -fps output.
69
70         * scm/output-ps.scm (no-origin): Add dummy implementation.
71
72         * scm/output-gnome.scm (define-origin): Remove
73         (grob-cause): Add.
74
75         * scm/output-ps.scm (scm):
76         * scm/output-tex.scm (scm): Remove define-origin from exports list.
77         (define-origin): Remove.
78
79         * scm/output-gnome.scm (define-origin): 
80
81         * scm/lily.scm (ly:all-output-backend-commands): Remove
82         define-origin.  Add grob-cause.
83
84 2004-06-21  Heikki Junes   <hjunes@cc.hut.fi>
85
86         * buildscripts/lilypond-words.py: add ly/portugues.ly.
87
88 2004-06-20  Heikki Junes   <hjunes@cc.hut.fi>
89  
90         * Documentation/user/GNUmakefile:
91         * stepmake/stepmake/texinfo-rules: add Cascading Style Sheet using
92         --include-css=.../texinfo.css; command includes css into the html.
93
94         * Documentation/texinfo.css: add file.
95         define <hr> as black and thin.            
96  
97 2004-06-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
98
99         * lily/stencil.cc (interpret_stencil_expression): add grob-cause
100         stencil expression. Junk define-origin.
101
102         * lily/my-lily-parser.cc (parse_string): init parser variable when
103         lexer_ is set, ie. in parse_string and parse_file.
104
105         * lily/book.cc (LY_DEFINE): new function. ly:make-book. Supercedes
106         ly:score-bookify.
107
108         * scm/lily.scm (collect-scores-for-book): new function.
109
110         * ly/init.ly: print collected scores/musics.
111
112         * lily/my-lily-parser.cc (LY_DEFINE): define parser in parser
113         scope, not in lily module.
114
115         * lily/book.cc (LY_DEFINE): ly:make-book. New function.
116
117         * configure.in (PKG_CONFIG_PATH): add --enable-gui flag, and
118         encapsulate gtk/pango tests.
119  
120         * po/tr.po: Turkish translation.
121
122 2004-06-20  Nicolas Sceaux  <nicolas.sceaux@free.fr>
123
124         * input/regression/lily-in-scheme.ly: regression test for #{
125         ... #} syntax
126
127         * scm/ly-from-scheme.scm (read-lily-expression): #$( ... )
128         was causing an error.
129
130         * Documentation/user/programming-interface.itely (Using LilyPond
131         syntax inside Scheme): documentation for #{ ... #} syntax.
132
133 2004-06-19  Heikki Junes  <hjunes@cc.hut.fi> 
134
135         * Documentation/index.html.in: use black thin <hr>.
136
137         * buildscripts/mutopia-index.py: use thin black <hr>.
138
139 2004-06-19  Jan Nieuwenhuizen  <janneke@gnu.org>
140
141         * scm/fret-diagrams.scm: Use UNIX style line endings.
142         (fret-diagram-verbose): A couple of @{VAR} and an closing itemize
143         typo.  Fixes compile.
144
145         * scm/output-ps.scm (white-dot): Remove second incarnation.
146
147         * scm/lily.scm (ly:all-stencil-expressions): Add white-dot.
148
149 2004-06-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
150
151         * scripts/lilypond.py (ic_p.make_include_option): set error_p for
152         single file error.
153
154         * lily/bar-line.cc (compound_barline): add support for unbroken ||:
155
156 2004-06-17  Carl Sorensen (carl_sorensen@byu.edu)
157
158         * scm/fret-diagrams.scm: added fret-diagram-terse interface;
159         remove size as argument to fret-diagram interface;
160         improved white-circle dots for fret;
161         improved top-fret thick line/
162
163         * scm/output-ps.scm: added white-dot function
164
165         * scm/output-tex.scm: added white-dot function
166
167         * tex/music-drawing-routines.ps: added draw_white_dot function
168
169         * ps/music-drawing-routines.ps: added draw_white_dot function
170
171         * input/test/fret-diagram.ly: examples to show multiple
172         functions and multiple interfaces
173
174 2004-06-18  Jan Nieuwenhuizen  <janneke@gnu.org>
175
176         * lily/pangofc-afm-decoder.cc (pango_fc_afm_get_glyph) 
177         (pango_fc_afm_get_charset): Update iaw Pango CVS update.
178
179         * buildscripts/guile-gnome.sh: Add pango to recipe.  Resolve
180         conflict.  Have I told you lately how much I love autotools?
181
182 2004-06-17  Jan Nieuwenhuizen  <janneke@gnu.org>
183
184         * lily/lily-guile.cc: 
185         * lily/pangofc-afm-decoder.cc:
186         * lily/include/pangofc-afm-decoder.hh: Use #if HAVE_* iso #ifdef.
187         Fixes build without Pango CVS.  Use "pangofc-afm-decoder.hh".
188
189         * Documentation/topdocs/NEWS.texi (Top): Mention GNOME backend for
190         developers.
191
192         * lily/paper-outputter.cc (file): New method.
193         (dump_string): Use it.
194
195         * scm/output-gnome.scm: Update with pango CVS info, lilylib
196         musing.
197         
198         * lily/accidental-engraver.cc: Bugfix: (do not sort lines if one
199         of them has a comma :-).
200
201         * scm/framework-gnome.scm: Add pango decoders.
202
203         * lily/include/pangofc-afm-decoder.hh: 
204         * lily/pangofc-afm-decoder.cc: New file.
205
206         * lily/lily-guile.cc (ly:pango-add-afm-decoder): New function.
207
208         * configure.in: Check for pango.
209
210         * stepmake/aclocal.m4 (PKG_CHECK_MODULES): New function (from
211         autoconf).
212         (STEPMAKE_GTK2, STEPMAKE_PANGO): New function.
213
214         * config.make.in (USER_CFLAGS, USER_LDLAGS): Update.
215
216 2004-06-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
217
218         * Documentation/user/tutorial.itely (Integrating text and music):
219         fix grammar & punctuation.
220
221 2004-06-16  Jan Nieuwenhuizen  <janneke@gnu.org>
222
223         * lily/: Stray janitorial cleanups.
224
225         * scm/lily.scm (ly:all-stencil-expressions):
226         * scm/lily.scm (ly:all-output-backend-commands): New function.
227
228         * scm/safe-lily.scm (safe-objects): Add them.
229
230         * scm/framework-gnome.scm (<gnome-outputter>): New class.
231
232         * scm/output-gnome.scm: Move non-stencil evaluators to framework.
233
234 2004-06-15  Jan Nieuwenhuizen  <janneke@gnu.org>
235
236         * buildscripts/guile-gnome.sh: Pick-up user-installed pango.
237
238 2004-06-15  Han-Wen Nienhuys   <hanwen@xs4all.nl>
239
240         * scm/page-layout.scm (default-page-make-stencil): add
241         raggedbottom, raggedlastbottom.
242
243         * Documentation/user/changing-defaults.itely (Page layout): add doc.
244
245         * scm/framework-tex.scm (define-fonts): fix export of
246         papersize.
247
248         * lily/paper-book.cc (classic_output): strip suffixes from
249         framework functions.
250
251         * lily/tuplet-bracket.cc (before_line_breaking): do not return
252         SCM_UNDEFINED to Scheme.
253
254 2004-06-14  Han-Wen Nienhuys   <hanwen@xs4all.nl>
255
256         * lily/book.cc: remove Book::to_stencil().
257         (process): whoops. Score::book_rendering returns vector, not list.
258
259         * scripts/convert-ly.py (conv): remove \notes.
260         apply to input examples.
261         
262         * lily/paper-outputter.cc (output_stencil): don't use
263         smobify_self() but self_scm()
264
265         * lily/include/ly-smobs.icc (IMPLEMENT_SMOBS): don't return SCM
266         from smobify_self().
267
268         * lily/paper-book.cc (output): load framework module
269         scm_c_resolve_module().
270
271         * python/lilylib.py (exit): exit with argument i.
272
273 2004-06-14  Jan Nieuwenhuizen  <janneke@gnu.org>
274
275         * scm/framework-gnome.scm (output-framework-gnome): Try loading
276         gnome modules from non-toplevel.
277
278         * lily/ly-module.cc (ly:import-module): Export to ly:.
279
280         * lily/paper-score.cc (process): Do not show progress newline.
281
282         * lily/paper-book.cc (output, classic_output): Show progess
283         newline after score.
284
285 2004-06-14  Heikki Junes <hjunes@cc.hut.fi>
286
287         * buildscripts/lilypond-words.py: add ly/vlaams.ly
288
289 2004-06-14  Jan Nieuwenhuizen  <janneke@gnu.org>
290
291         * lily/score.cc (ly:run-translator): Do not crash on empty music
292         list.
293
294         * lily/book.cc (process): Do not render score when systems is empty.
295
296         * input/simple-song.ly: Down one octave.
297
298         * scm/output-gnome.scm: Remove script again; re-add modules fix
299         (CVS conflict resolve?)
300
301         * lily/stencil.cc (ly:interpret-stencil): Was:
302         interpret_stencil_expression.
303
304 2004-06-13  Jan Nieuwenhuizen  <janneke@gnu.org>
305
306         * buildscripts/guile-gnome.sh: New file.
307
308         * scm/output-gnome.scm: White background, better window size, sane
309         canvas size.  Cleanups.
310
311 2004-06-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
312
313         * VERSION: release 2.3.4
314
315         * Documentation/user/invoking.itexi (Invoking the lilypond
316         binary): document --safe.
317
318         * scm/output-gnome.scm: set PATH in script.
319
320         * scm/page-layout.scm (default-page-make-stencil): don't stretch
321         if there is too few systems on a page.
322
323         * lily/parser.yy (relative_music): start at middle C without pitch
324         argument.
325
326         * Documentation/user/changing-defaults.itely (Page layout): new node.
327         (Paper size): rename node
328         (Page breaking): new node.
329         (Titling): move from invoking.
330         (File structure): new node.
331
332         * lily/parser.yy (score_body): allow \header and music anywhere in
333         \score body.
334
335 2004-06-13  Jan Nieuwenhuizen  <janneke@gnu.org>
336
337         * scm/lily.scm (ly:load): Remove page-breaking.scm.
338
339 2004-06-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
340
341         * lily/include/paper-system.hh: move cc/hh file from paper-line.*
342
343         * lily/include/paper-line.hh: rename to Paper_system.
344
345         * lily/include/paper-book.hh: doc class.
346
347         * lily/paper-book.cc (c_ragged_page_breaks): remove functions. 
348
349         * scm/page-layout.scm (plain-footer): add tagline/copyright. 
350         (plain-header): add instrument-name.
351         (default-page-make-stencil): bugfixes.
352
353         * lily/parser.yy (book_body): allow \header anywhere in \book{}
354
355         * lily/paper-book.cc: remove copyright & tagline. Remove
356         interactions with Page
357
358         * scm/page-layout.scm (ly:optimal-page-breaks): move back breaking
359         here, 
360         (default-page-make-stencil): new function
361         (default-page-music-height): new function
362         (page-headfoot): new function
363         (ly:optimal-page-breaks): generate stencils directly from here
364
365         * scm/titling.scm: new file, group titling functions
366
367 2004-06-13  Jan Nieuwenhuizen  <janneke@gnu.org>
368
369         * scm/output-gnome.scm: Handle multiple pages.
370
371         * scm/framework-gnome.scm: Do not load output-gnome.
372         (framework-gnome): Invoke output-gnome::header and
373         output-gnome::end-output as faked stencils.  Fixes experimental
374         gnome output.
375
376 2004-06-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
377
378         * input/mutopia/W.A.Mozart/mozart-hrn3-rondo.ly (rondo):
379         octavation compatibility fixes. Backportme. 
380
381         * scm/page-breaking.scm (ly:optimal-page-breaks): allow overfull
382         pages.
383         (ly:optimal-page-breaks): combine-penalties: no shortcut for
384         negative. Now we handle negative penalties (ie. \pageBreak)
385         correctly.
386
387         * lily/system.cc (get_line): extract page-penalty from the left
388         bound.
389
390         * scm/fret-diagrams.scm (fret-diagram): use @table for documentation
391
392 2004-06-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
393
394         * scm/framework-ps.scm: don't load output-XXX from framework-XXX
395
396 2004-06-12  Jan Nieuwenhuizen  <janneke@gnu.org>
397
398         * scm/output-gnome.scm: Update script.  Move development to
399         lilypond_2_3_2 branch for now.
400
401 2004-06-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
402
403         * scm/page-breaking.scm (ly:optimal-page-breaks): don't do
404         negative penalties.
405         cleanups.
406
407         * Documentation/user/changing-defaults.itely (Creating contexts):
408         index entries
409
410         * scm/page-breaking.scm (ly:optimal-page-breaks): new
411         file. Rewrite function. 
412
413         * lily/paper-book.cc (pages): new interface: page-breaking returns
414         list of line-list.
415
416         * lily/page.cc (Page): take lines argument.
417
418         * scm/document-translation.scm (all-engravers-doc): link to user man
419
420         * scm/page-layout.scm (ly:optimal-page-breaks): use penalty iso. score.
421
422         * Documentation/user/notation.itely (Relative octaves): typo.
423
424         * lily/paper-book.cc (LY_DEFINE): ly:output-formats. New function.
425
426 2004-06-11  Jan Nieuwenhuizen  <janneke@gnu.org>
427
428         * scm/output-gnome.scm: Update build script.
429
430 2004-06-10  Jan Nieuwenhuizen  <janneke@gnu.org>
431
432         * scm/output-gnome.scm: Add font scaling.  Attempt to resurrect
433         gnome backend.
434
435         * scm/framework-gnome.scm: New file.
436
437         * scm/lily.scm: Use it.
438
439         * lily/paper-outputter.cc: Janitorial cleanups.
440         (ly:outputter-dump-string): Remove unreachable statement.
441
442         * scm/framework-ps.scm: Add header.  Janitorial cleanups.
443         (ice-9): Bugfix: Add srfi-1.
444
445         * scm/framework-tex.scm: Add header.  Janitorial cleanups.
446
447 2004-06-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
448
449         * lily/new-lyric-combine-music-iterator.cc (do_quit): put warning
450         in do_quit()
451         
452 2004-06-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
453
454         * ly/book-paper-defaults.ly: set optimal-page-breaks as default
455
456 2004-06-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
457
458         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): remove
459         override of Beam::position-callbacks. Why would grace beams not be
460         quantized? Fixes: weird-stem-size-grace. 
461
462         * lily/new-lyric-combine-music-iterator.cc (find_voice): issue
463         warning only once. Backportme.
464
465         * lily/accidental-engraver.cc (number_accidentals_from_sig):
466         bugfix, 2nd try. Backportme.
467
468         * ly/vlaams.ly: new file. (Thanks Hendrik Maryns)
469
470 2004-06-04  Mats Bengtsson  <mabe@drongo.s3.kth.se>
471
472         * Documentation/user/notation.itely (Instrument transpositions):
473         Correct the name of the instrumentTransposition property.
474
475 2004-06-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
476
477         * scm/output-ps.scm (ps-font-command): fix parmesan coding too.
478
479 2004-06-04  Mats Bengtsson  <mabe@drongo.s3.kth.se>
480
481         * scripts/lilypond-book.py (output): Bug fix so preLilyPondExample
482         and postLilyPondExample are called when defined.
483
484 2004-06-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
485
486         * ly/nederlands.ly (pitchnames): use ly:parser-set-note-names.
487         This fixes setting notenames with `\include "nederlands.ly" '
488
489         * lily/my-lily-parser.cc (LY_DEFINE): ly:parser-set-note-names:
490         new function.
491
492 2004-06-01  Han-Wen Nienhuys   <hanwen@xs4all.nl>
493
494         * scm/page-layout.scm: don't do piece, it should be in score-title
495         only.
496
497         * lily/lexer.ll: lex \score separately.
498
499         * lily/paper-book.cc: junk stencil2line.
500
501         * lily/paper-line.cc (Paper_line): construct from Stencil
502         directly. No futzing with the dimensions.
503
504         * lily/include/paper-line.hh (class Paper_line): 
505
506         * lily/stencil.cc (interpret_stencil_expression): combine-stencil
507         takes arbitrary number of arguments.
508
509         * input/test/markup-score.ly (tuning): simplify example. 
510
511 2004-05-31  Han-Wen Nienhuys   <hanwen@xs4all.nl>
512
513         * lily/score.cc (LY_DEFINE): ly:score-embedded-format, new function. 
514
515         * scm/define-markup-commands.scm (score): define score-markup
516
517         * lily/parser.yy (markup): use score-markup.
518
519         * lily/score.cc: add ly:score? 
520
521 2004-05-30  Carl Sorensen <carl_sorensen@byu.edu>
522
523         * scm/fret-diagrams.scm: add fret-diagram-verbose markup; modified
524         fret-parse-string so it prepares for calls to fret-diagram-verbose
525         Changed display constants to props so they are available for
526         \override.
527         
528 2004-05-31  Han-Wen Nienhuys   <hanwen@xs4all.nl>
529
530         * VERSION: release 2.3.3
531
532         * stepmake/stepmake/generic-vars.make: unset LANG.
533
534         * input/regression/tuplet-nest.ly: bugfix.
535
536         * lily/tie-performer.cc (stop_translation_timestep): reset
537         ties_created_. Fixes: midi-tie.ly, midi-lyrics-barcheck.ly
538
539         * lily/chord-tremolo-engraver.cc (stop_translation_timestep):
540         clear repeat_ directly after setting stem_tremolo_. Fixes:
541         tremolo-repeat.ly
542
543         * input/regression/span-bar-break.ly: new file.
544
545         * scm/define-grobs.scm (all-grob-descriptions): remove
546         break-visibility from SpanBar. Fixes: piano-repeat.ly
547
548 2004-05-30  Han-Wen Nienhuys   <hanwen@xs4all.nl>
549
550         * python/lilylib.py (make_ps_images): only compute bbox when needed.
551
552         * scripts/lilypond-book.py (process_snippets): use lily -f ps
553         files for generating pngs. (failed experiment)
554
555         * scm/framework-ps.scm (output-classic-framework-ps): dump EPS
556         file with PFA fonts included.
557
558         * lily/score.cc (default_rendering): put header in too.
559
560         * lily/paper-line.cc (LY_DEFINE): change function to
561         ly:paper-line-extent
562
563         * scm/page-layout.scm (default-book-title): only add lines for
564         non-nil fields.
565         (default-score-title): idem.
566
567         * lily/my-lily-parser.cc (parse_string): delete lexer after use.
568
569         * lily/my-lily-lexer.cc (My_lily_lexer): copy keytable.
570
571         * lily/include/paper-book.hh (class Paper_book): remove height_
572         member.
573
574         * input/test/coriolan-margin.ly (texidoc): remove latex macros.
575
576         * lily/ly-module.cc (LY_DEFINE): bugfix.
577
578         * lily/paper-book.cc (book_title): separate function for the book
579         title.
580
581         * scm/page-layout.scm (default-book-title): only account for
582         markup fields.
583
584         * scm/framework-ps.scm: new file. Move high level interface from
585         output-ps.scm
586
587         * scm/music-functions.scm (def-grace-function): move macros from
588         ly/music-functions-init.ly
589
590         * lily/paper-outputter.cc (Paper_outputter): move scheme_calls to
591         framework-tex.scm
592
593         * scm/framework-tex.scm (dump-line): new file. High level
594         interface for output (pages, systems, header). 
595
596         * lily/include/page.hh (class Page): add is_last_ field.
597
598         * lily/paper-outputter.cc (print_smob): smobify Paper_outputter.
599
600         * lily/paper-book.cc (split_string): new function
601         (output): output multiple formats, i.e. --format=ps,tex
602
603         * scm/output-ps.scm (output-scopes): dump variables directly.
604         (define-fonts): rewrite for new interface
605
606         * ps/lilyponddefs.ps: remove lilypondpaper redefinitions.
607
608         * lily/paper-outputter.cc (Paper_outputter): take format argument.
609
610         * lily/main.cc (parse_argv): don't set extension for output.
611
612         * lily/clef-engraver.cc (create_clef): remove
613         Staff_symbol_referencer::set_position() call. 
614
615 2004-05-30  Nicolas Sceaux  <nicolas.sceaux@free.fr>
616
617         * ly/music-functions-init.ly (addlyrics): set the 'origin property
618         with the location argument in music function definitions.
619
620 2004-05-29  Han-Wen Nienhuys   <hanwen@xs4all.nl>
621
622         * lily/staff-symbol-engraver.cc (acknowledge_grob): remove item ->
623         staffsymbol dependency.
624
625         * lily/include/grob.hh (class Grob): live () -> is_live (). Small
626         cleanups.
627
628         * lily/book.cc (process): return Paper_book
629         (to_stencil): use Book::process().
630
631         * lily/include/my-lily-parser.hh (class My_lily_parser): remove
632         header_ field. Store in $globalheader
633
634         * lily/parser.yy (book_body): book header is initted to
635         $globalheader.
636         
637
638 2004-05-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
639
640         * input/test/fill-a4.ly: removed.
641
642         * lily/parser.yy (output_def): push scope of parent_ Output_def
643         too.
644
645 2004-05-28  Jan Nieuwenhuizen  <janneke@gnu.org>
646
647         * scm/output-gnome.scm: Update info.
648
649 2004-05-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
650
651         * lily/book-paper-def.cc: collapse Book_output_def to Output_def.
652
653         * scm/lily.scm (ly:modules-lookup): handle empty list, and more
654         than 1 module.
655
656         * lily/include/ly-module.hh (ly_use_module): rename is_module to
657         ly_c_module_p.
658
659         * scm/page-layout.scm (default-book-title): move Scheme titling
660         functions to here.
661
662         * lily/parser.yy (book_paper_block): remove scope too.
663
664         * ly/engraver-init.ly (EasyNotation): remove OrchestralScoreContext
665
666         * lily/rest.cc: add direction to rest properties.
667
668         * lily/include/output-def.hh: new file, move from
669         music-output-def.hh
670
671 2004-05-27  Jan Nieuwenhuizen  <janneke@gnu.org>
672
673         * scm/output-gnome.scm: Describe feta-cork hack.
674
675 2004-05-27  Han-Wen Nienhuys   <hanwen@xs4all.nl>
676
677         * lily/include/book-paper-def.hh: derive from Output_def 
678
679         * lily/include/paper-def.hh: move all functionality out of class.
680         Junk header.
681
682         * lily/include/music-output-def.hh: rename Music_output_def to
683         Output_def.
684
685         * input/wilhelmus.ly: only set space for Paper formatting. 
686
687         * lily/include/midi-def.hh: remove file, remove class.
688         Move functions to Music-output-def.
689
690         * lily/music-output-def.cc (Music_output_def): remove separate
691         translator table. Lookup translators in scope directly. This
692         obviates Context suffix for context identifiers, i.e.
693
694         \context {
695           \Staff
696           .. 
697           }
698
699
700         will work.
701         
702
703         * Documentation/user/notation.itely (Chords mode): typo: 13 -> 3.
704
705         * Documentation/user/changing-defaults.itely (Horizontal spacing):
706         document spacing override hack.
707
708 2004-05-27  Jan Nieuwenhuizen  <janneke@gnu.org>
709
710         * scm/output-gnome.scm: Add C-q, C-w keybindings.  Update
711         installation info.  Support point-and-click.  Add +/- zoom
712         keybindings.
713
714 2004-05-26  Han-Wen Nienhuys   <hanwen@xs4all.nl>
715
716         * VERSION: 2.3.2 released
717         
718         * lily/parser.yy (book_body): set default bookpaper.
719
720         * scm/output-tex.scm (header): kludge: hard code linewidth. 
721
722         * lily/my-lily-parser.cc (My_lily_parser): don't delete lexer.
723
724 2004-05-25  Han-Wen Nienhuys   <hanwen@xs4all.nl>
725
726         * lily/score.cc (default_rendering): scale outputdef before
727         starting.
728
729 2004-05-25  Jan Nieuwenhuizen  <janneke@gnu.org>
730
731         * scm/fret-diagrams.scm: Add header.
732
733         * scm/output-gnome.scm: Hello world :-)
734
735 2004-05-25  Han-Wen Nienhuys   <hanwen@xs4all.nl>
736
737         * scripts/lilypond.py (run_dvips): only add papersize if present.
738
739         * lily/accidental-engraver.cc (update_local_key_signature): new
740         function, fold code from initialize() and process_music().
741         (update_local_key_signature): use deep copy. This fixes one
742         problem from custom-key-signatures.ly.
743         (number_accidentals_from_sig): tighter check for
744         accidental-too-old.
745
746         * ly/engraver-init.ly: remove localKeySignature
747         definition from ChoirStaff, StaffGroup, Score.
748         
749         * lily/percent-repeat-engraver.cc (try_music): add moments for
750         barlines too. Fixes: skipbars-percent-repeat.ly.
751
752 2004-05-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
753
754         * lily/context-def.cc (filter_performers): don't go to cdrloc if
755         skipping last pair. Fixes: crash-bar-number.
756
757         * scm/fret-diagrams.scm (nil): fret-diagrams (courtesy Carl
758         D. Sorensen)
759
760         * input/test/fret-diagram.ly: new file.
761
762         * scm/paper.scm (paper-set-staff-size): scale linewidth too.
763         (scale-paper): divide by scale.
764
765 2004-05-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
766
767         * lily/rest-collision.cc (do_shift): also do nothing for the (0,2)
768         case.
769
770 2004-05-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
771
772         * scm/stencil.scm (fontify-text): reinstate function
773
774         * tex/lily-ps-defs.tex: remove lilypondblotdiam def.
775
776         * lily/book-paper-def.cc (Book_paper_def): add copy ctor.
777
778         * lily/parser.yy (book_paper_head): \bookpaper {} 
779
780         * python/midi.c: remove config.h
781
782 2004-05-18  Jan Nieuwenhuizen  <janneke@gnu.org>
783
784         * scm/output-gnome.scm: Update.
785
786 2004-05-17  Jan Nieuwenhuizen  <janneke@gnu.org>
787
788         * scm/output-gnome.scm: New file.
789
790         * lily/include/book-paper-def.hh: Add.  Janitorial fixes.
791
792 2004-05-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
793
794         * lily/book-paper-def.cc (ly_bookpaper_fonts): move from Paperdef
795         (find_scaled_font): move from Paper_def
796
797 2004-05-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
798
799         * lily/my-lily-parser.cc (LY_DEFINE): new function ly_parser_lookup
800         (LY_DEFINE): add SCM_ASSERT_TYPE everywhere.
801
802         * po/fr.po: update po.
803
804         * lily/include/book-paper-def.hh (class Book_paper_def): new file.
805
806         * lily/book-paper-def.cc (print_smob): new file.
807
808 2004-05-16  Heikki Junes <hjunes@cc.hut.fi>
809
810         * buildscripts/lilypond-words.py: search words also from
811         music-functions-init.ly.
812
813 2004-05-15  Nicolas Sceaux  <nicolas.sceaux@free.fr>
814
815         * ly/music-functions-init.ly (def-music-function): new helper
816         macro for defining music functions. \addlyrics \appoggiatura
817         \acciaccatura \grace \partcombine \autochange \applycontext
818         \applyoutput and \breathe are now defined here thanks to it.
819
820         * lily/parser.yy: 
821         * lily/my-lily-lexer.cc: \addlyrics \appoggiatura \acciaccatura
822         \grace \partcombine \autochange \applycontext \applyoutput and
823         \breathe keywords removed from the parser.
824
825         * lily/parser.yy: 
826         * lily/music-function.cc (ly_make_music_function): 
827         * lily/lexer.ll (music_function_type): added a case for 0-arg
828         music functions.
829
830 2004-05-14  Nicolas Sceaux  <nicolas.sceaux@free.fr>
831
832         * scm/ly-from-scheme.scm (read-lily-expression):  A variable
833         refering to a music expression can be used in lily-inside-scheme:
834         #{ $music #}
835
836         * lily/my-lily-parser.cc (LY_DEFINE): introduce ly:clone-parser
837         and ly:parser-define, and change ly:parser-parse-string in order
838         to make #{ $music #} work.
839
840         * scm/new-markup.scm (compile-markup-expression): when an argument
841         is a string, use `make-simple-markup'.
842
843 2004-05-14  Han-Wen Nienhuys   <hanwen@xs4all.nl>
844
845         * lily/parser.yy (My_lily_lexer): bugfix; op should be tag.  
846
847 2004-05-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
848
849         * scripts/convert-ly.py (FatalConversionError.func): handle + in
850         font-size. (backportme)
851
852 2004-05-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
853
854         * lily/paper-outputter.cc (output_stencil): dump font definitions
855         before each stencil.
856
857         * lily/include/paper-book.hh (struct Score_lines): new
858         struct. Collect info per Paper-score.
859
860         * lily/include/page.hh (class Page): to_stencil() returns Stencil
861         everywhere.
862
863         * lily/stencil.cc (find_expression_fonts): new function
864
865         * lily/paper-outputter.cc (output_stencil): use
866         interpret_stencil_expr
867
868         * lily/stencil.cc (LY_DEFINE): ly_stencil_fonts: new function.
869         (interpret_stencil_expr): new function. Generic stencil
870         interpretation.
871
872         * lily/paper-def.cc (find_scaled_font): divide lookup
873         magnification by outpuscale for non-virtual fontmetrics. This
874         fixes ludicrously long font definitions for text
875         fonts. (backportme)
876
877         * lily/score-engraver.cc: remove
878         {Engraver,Score_engraver}::typeset_grob(), remove all calls.
879
880 2004-05-09  Jan Nieuwenhuizen  <janneke@gnu.org>
881
882         * input/test/markup-score.ly: Remove \notes.
883
884         * lily/parser.yy (book_body): Grok Composite_music and \header.
885         (markup): Push NOTES mode before score_block.
886
887         * VERSION: release 2.3.1
888         
889         * mf/feta-klef.mf: 
890         * mf/feta-bolletjes.mf: Oops.  Comment-out canvast test code.
891
892         * Documentation/user/programming-interface.itely: Use @emph (was: @em).
893
894         * Documentation/user/out/tutorial.texi: Untrigger lilypond-book error.
895
896 2004-05-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
897
898         * scm/output-tex.scm (output-tex-string): tighten safe security.
899
900         * lily/scm-option.cc (LY_DEFINE): add 'safe to ly:get-option
901
902         * scm/safe-lily.scm (make-safe-lilypond-module): new file. Define
903         allowed ly functions.
904
905         * lily/ly-module.cc (ly_module_define): only define variable if
906         bound.
907         (ly_make_anonymous_module): take safe option.
908
909 2004-05-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
910
911         * scripts/lilypond-book.py (compose_ly): remove FRAGMENT_LY.
912
913 2004-05-08  Jan Nieuwenhuizen  <janneke@gnu.org>
914
915         * input/regression/newaddlyrics.ly: Fix.
916
917         * Documentation/user/tutorial.itely: Use \newlyrics, remove most
918         \score \notes.
919
920 2004-05-08  Heikki Junes <hjunes@cc.hut.fi>
921
922         * Documentation/user/music-glossary.tely ([k-z]): last fixes.
923
924 2004-05-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
925
926         * input/mutopia/R.Schumann/romanze-op28-2.ly (d): use #(define .. )
927
928         * lily/paper-line.cc (Paper_line): don't store list of stencils,
929         but convert to single Stencil immediately.
930
931         * lily/paper-book.cc (title): don't return Stencil* but Stencil.
932
933 2004-05-07  Jan Nieuwenhuizen  <janneke@gnu.org>
934
935         * scm/output-sodipodi.scm: Resurrect sodipodi output.
936
937 2004-05-07  Kristof Bastiaensen  <kristof.bastiaensen@vleeuwen.org>
938
939         * elisp/lilypond-mode.el: Changed the way defaults are created for
940         LilyPond-command-master.  LilyPond-mode will now check the
941         timestamps of the files to see which command has to run next.
942
943 2004-05-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
944
945         * scm/bass-figure.scm (format-bass-figure): don't set
946         number-markup for strings. This fixes string in bass
947         figure. (backportme)
948
949         * lily/parser.yy (bass_number): insert number-markup into figure
950         definition.
951
952         * scm/define-music-properties.scm (all-music-properties): make
953         'figure a markup.
954
955         * scripts/convert-ly.py (conv): \apply -> \applymusic
956
957 2004-05-06  Kristof Bastiaensen  <kristof.bastiaensen@vleeuwen.org>
958
959         * elisp/lilypond-mode.el: changed the order of some commands
960         ("Midi" after "2Midi"), use the user-defined
961         LilyPond-command-default as default instead of "LilyPond"
962
963         * elisp/lilypond-mode.el: added a LilyPond-master-file variable,
964         to set the master file for the next command.
965
966         * elisp/lilypond-font-lock.el: replaced font-lock-warning-face
967         with font-lock-reference-face.
968
969 2004-05-07  Heikki Junes <hjunes@cc.hut.fi>
970
971         * Documentation/user/music-glossary.tely ([ab]*): small fixes.
972
973         * Documentation/user/music-glossary.tely ([c-l]*): more fixes.
974
975 2004-05-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
976
977         * ly/music-functions-init.ly (TODO): new file.
978
979         * lily/parser.yy (Generic_prefix_music_scm): add more
980         music_function symbols.
981         (Prefix_composite_music): change \apply to music-function   
982
983         * lily/include/music-function.hh: rename to music-function
984
985 2004-05-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
986
987         * lily/music-head.cc (LY_DEFINE): change order of args.
988
989         * input/regression/music-head.ly (texidoc): new file.
990
991         * lily/parser.yy (Generic_prefix_music): allow generic
992         music-transformation functions. 
993
994         * lily/include/music-head.hh (is_music_head): new file.
995
996         * lily/music-head.cc (get_music_head_transform): new file.
997
998 2004-05-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
999
1000         * lily/ottava-bracket.cc (print): use coordinate, not (0,0) for
1001         empty extent. This fixes ottava brackets on rests. (backportme)
1002
1003         * make/lilypond.redhat.spec.in (Group): ln png files for info.
1004
1005         * lily/piano-pedal-engraver.cc (create_text_grobs): core dump fix.
1006
1007         * cygwin/lily-wins.py: update for the lily-wins.py script.
1008
1009 2004-05-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1010
1011         * lily/score-engraver.cc (typeset_all): switch off unbound spanner
1012         code. This will obviate typeset_grob () in the future.  The effect
1013         of this is that improperly written spanner handling will result in
1014         invalid spanner bounds.
1015         (announce_grob): add to elems_ from here
1016         (typeset_grob): comment out.  
1017
1018         * lily/include/engraver.hh (make_spanner): new calling interface
1019         for make_{item,spanner}. This obviates most calls to
1020         announce_grob().
1021                 
1022         * scm/music-functions.scm (set-accidental-style): use GrandStaff
1023         iso. PianoStaff for piano styles.
1024
1025 2004-05-03  Heikki Junes <hjunes@cc.hut.fi>
1026
1027         * Documentation/user/music-glossary.tely: add segno after d.s.
1028
1029 2004-05-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1030
1031         * lily/include/audio-column.hh: remove unused variables.
1032         (patch by Michael Welsh Duggan)
1033
1034         * flower/include/axes.hh (other_axis): inline Axes function
1035         (thanks to David Brandon).
1036
1037 2004-05-02  Jan Nieuwenhuizen  <janneke@gnu.org>
1038
1039         * cygwin/mknetrel: Install image links (backportme).
1040
1041         * Documentation/user/GNUmakefile (local-install-info): Activate
1042         actual installing of image links (backportme).
1043
1044 2004-04-30  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1045
1046         * Documentation/user/notation.itely (Measure repeats): Removed
1047         unnecessary (and confusing) \context Voice{.
1048
1049 2004-04-29  Jan Nieuwenhuizen  <janneke@gnu.org>
1050
1051         * Documentation/topdocs/NEWS.texi: Mention use of \score as markup.
1052
1053         * lily/page.cc (Page): Do not use ly_scheme_function for
1054         volatile/configurable variables (FIXME: better name).
1055
1056         * lily/music-output-def.cc (c_lookup_variable): Rename (WAS:
1057         get_scmvar).
1058
1059 2004-04-29  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1060
1061         * scripts/convert-ly.py (FatalConversionError.subst): use
1062         \transposition.
1063
1064 2004-04-29  Jan Nieuwenhuizen  <janneke@gnu.org>
1065
1066         * lily/include/page.hh (class Page): Declare left_margin ().
1067
1068         * lily/page.cc: Remove paper var caching.
1069
1070 2004-04-28  Jan Nieuwenhuizen  <janneke@gnu.org>
1071
1072         * Documentation/user/music-glossary.tely: Add name to @top node.
1073         Remove comment from @table definitions (workaround for makinfo
1074         bug).
1075
1076         * lily/stencil-scheme.cc (ly:stencil-expr): Rename (was:
1077         ly:stencil-get-expr).  Update callers.
1078         (ly:stencil-align-to!):  Return stencil too.
1079
1080         * lily/paper-outputter.cc (output_page): Bugfix.  Use page
1081         stencil.  Remove looped line-based page output.
1082         (output_line): Use line stencil.  Remove looped stencil-based line
1083         output.
1084
1085         * lily/page.cc (ly:page-paper-lines): New function.
1086
1087         * input/test/markup-score.ly: New file.
1088
1089         * scm/define-markup-commands.scm (stencil): New markup.
1090
1091         * lily/book.cc (to_stencil): New method.
1092
1093         * lily/parser.yy (markup): Use it to grok \score.
1094
1095 2004-04-27  Jan Nieuwenhuizen  <janneke@gnu.org>
1096
1097         * lily/stencil.cc (expr): Rename (was: get_expr).  Update callers.
1098
1099         * lily/paper-book.cc (pages): Change signature.  Update callers.
1100
1101         * lily/include/page.hh:
1102         * lily/page.cc: New file.
1103
1104         * lily/paper-line.cc (to_stencil): New method.
1105         
1106         * lily/paper-outputter.cc (output_stencil): New method.
1107
1108         * lily/paper-outputter.cc (output_line): Use them.
1109
1110         * lily/warn.cc: Remove.
1111
1112         * lily/my-lily-parser.cc (distill_inname): Remove.
1113
1114         * flower/include/file-name.hh: 
1115         * flower/file-name.cc: New file.  Update users.
1116
1117         * flower/file-path.cc [CYGWIN]: Junk testing code.  Remove Path.
1118         (find): New method of same name.
1119
1120         * lily/my-lily-parser.cc (ly:parse-file): Use it.
1121
1122         * lily/scm-option.cc (ly:set-option, ly:get-option): Bugfix:
1123         constant error message.
1124
1125 2004-04-27  Heikki Junes <hjunes@cc.hut.fi>
1126
1127         * input/test/{blank-notes.ly,staff-container.ly}: typos.
1128
1129 2004-04-26  Jan Nieuwenhuizen  <janneke@gnu.org>
1130
1131         * Documentation/user/music-glossary.tely: @table @strong' replaced
1132         by `@table @samp @c @strong'.  This fixes invalid makeinfo output
1133         (backportme).
1134
1135 2004-04-25  Nicolas Sceaux  <nicolas.sceaux@free.fr>
1136
1137         * scm/lily.scm (ly:load): Add ly-from-scheme.scm loading.
1138
1139         * scm/ly-from-scheme.scm: New file. Introduce a new syntax:
1140         #{ lily music expression #} that returns an equivalent scheme
1141         music expression by parsing the string.
1142
1143 2004-04-25  Jan Nieuwenhuizen  <janneke@gnu.org>
1144
1145         * lily/my-lily-parser.cc:
1146         * lily/my-lily-lexer.cc: Another step towards parsing ly code from
1147         SCM string (foo.ly/toto.scm support).
1148
1149 2004-04-24  Jan Nieuwenhuizen  <janneke@gnu.org>
1150
1151         * lily/my-lily-parser.cc (ly:parser-parse-string): New function.
1152
1153 2004-04-21  Jan Nieuwenhuizen  <janneke@gnu.org>
1154
1155         * input/regression/newaddlyrics.ly: Remove lilypond-book kludge.
1156
1157         * scripts/lilypond-book.py: LY code that includes \header is
1158         not assumed to be a fragment.
1159
1160 2004-04-20  Jan Nieuwenhuizen  <janneke@gnu.org>
1161
1162         * lily/stem-tremolo.cc (print): If stem direction == CENTER, move
1163         tremolo beams up.
1164
1165         * lily/stem.cc (chord_start_y): Return 0 if no heads.
1166         (get_default_stem_end_position): No tremolo head juggling if no
1167         heads.  Fixes tremolo crash on rests (backportme).
1168
1169         * scripts/abc2ly.py: Oops use [\]proper[ty] 2.2 syntax.
1170
1171 2004-04-19  Jan Nieuwenhuizen  <janneke@gnu.org>
1172
1173         * scripts/abc2ly.py: ABC beams preserve support (courtesy Guy
1174         Gascoigne-Piggford).  Also: TAB and whitespace fixes.
1175
1176         * lily/lexer.ll: Allow \encoding in NOTES mode.
1177
1178         * buildscripts/mf-to-table.py (write_fontlist): Use \lyrics
1179         for lyrics, not for commands.
1180
1181         * lily/parser.yy (scalar): Bugfix: accept LYRICS_STRING.
1182         FIXME: Replace some `Music's with Grouped_music_list; fixes make web.
1183
1184         * input/regression/newaddlyrics.ly: New file.
1185
1186         * Documentation/topdocs/NEWS.texi: Update.
1187
1188         * lily/parser.yy (new_lyrics): Return SCM list of lyric musics.
1189         (Music_list): Allow embedded scm.
1190
1191         * lily/score.cc (ly:score-bookify): New function.
1192
1193         * lily/music.cc (ly:music-scorify): Idem.
1194
1195         * lily/my-lily-parser.cc (ly:parser-print-book): Idem.
1196         (ly:parser-print-score): Idem.
1197
1198         * scm/lily.scm (default-toplevel-book-handler): Idem.
1199         (default-toplevel-music-handler): Idem.
1200         (default-toplevel-score-handler): Idem.
1201
1202         * ly/declarations-init.ly: Set default toplevel handlers.
1203
1204         * lily/parser.yy (book_block, score_block, toplevel_music): Use them.
1205
1206         * scripts/lilypond-book.py (PREAMBLE_LY): Select classic score
1207         printer for score at toplevel.
1208
1209 2004-04-18  Jan Nieuwenhuizen  <janneke@gnu.org>
1210
1211         * lily/parser.yy (NEWLYRICS): Switch to LYRICS mode for lyrics.
1212         Fix for simple case: input/simple-song.ly, more complex stuff
1213         does not work yet.
1214
1215 2004-04-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1216
1217         * lily/parser.yy (Prefix_composite_music): split Composite_music
1218         in Prefix_composite_music and Grouped_music_list.
1219         (re_rhythmed_music): use Grouped_music_list for NEWLYRICS.
1220
1221 2004-04-18  Jan Nieuwenhuizen  <janneke@gnu.org>
1222
1223         * scm/lily.scm (toplevel-expression): New define.
1224
1225         * lily/my-lily-parser.cc (ly:parser-add-book-and-score): New function.
1226
1227         * lily/parser.yy (toplevel_expression): Use it.
1228
1229         * lily/include/my-lily-parser.hh: Smobbify.
1230
1231         * lily/my-lily-parser.cc (parse_string): New method.
1232         
1233         * lily/my-lily-parser.cc (ly:parse-string): New function.
1234
1235         * Documentation/user/lilypond.tely: Add comment and workaround for
1236         gs-8.01 crash.  Fixes make web.
1237
1238         Simplification of toplevel music.
1239         
1240         * lily/lexer.ll, lily/parser.yy:
1241
1242         * In LYRICS mode, return LYRICS_STRING.  This fixes one
1243         shift/reduce problem.
1244
1245         * Use NOTES mode at start of maininput.
1246
1247         * Grok toplevel composite music expression, put in score and book.
1248
1249         * Grok \relative COMPOSITE_MUSIC, make relative on middleC.
1250
1251         * \newlyrics is a shortcut for \context Lyrics \lyricsto "" \lyrics
1252
1253         * input/simple.ly: New file.
1254         
1255         * input/simple-song.ly: Idem.
1256
1257 2004-04-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1258
1259         * lily/parser.yy: rename NEWADDLYRICS to LYRICSTO. Thanks to Erik
1260         Sandberg.
1261
1262 2004-04-17  Jan Nieuwenhuizen  <janneke@gnu.org>
1263
1264         * scm/font.scm (add-cmr-fonts): Narrow bold is ecrb.
1265
1266 2004-04-17  Heikki Junes <hjunes@cc.hut.fi>
1267
1268         * input/regression/accidental-octave.ly: doc automatic showing
1269         of note names.
1270
1271 2004-04-16  Heikki Junes <janneke@gnu.org>
1272
1273         * po/fi.po: do "make po && make -C po po-update" at top-level,
1274         then "cp po/out/fi.po po/fi.po" and update fields.
1275
1276         * po/fi.po: remove all designations of `fuzzy'; shows those elements.
1277
1278 2004-04-15  Jan Nieuwenhuizen  <janneke@gnu.org>
1279
1280         * Documentation/user/introduction.itely (About this manual): Fix
1281         templates and regression urls (backportme).
1282
1283 2004-04-14  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1284
1285         * ly/engraver-init.ly (Score:graceSettings): Increase
1286         beamed-lengths, especially for 32nd notes.
1287
1288         * Documentation/user/notation.itely (Grace notes): Correct the
1289         syntax for add-grace-property example.
1290
1291 2004-04-13  Jan Nieuwenhuizen  <janneke@gnu.org>
1292
1293         * flower/parse-afm.cc [METATYPE1_BUG]: Grok Metatype1's global
1294         `Generated' tag.
1295
1296         * scm/font.scm (add-cmr-fonts): Use super-cm/lmodern fonts.  NOT.
1297         Severely broken (the Debian package, at least).
1298
1299 2004-04-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1300
1301         * lily/context.cc (find_create_context): assign to lvalue.
1302
1303 2004-04-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1304
1305         * lily/include/translator.hh (class Translator): rename
1306         get_parent_context() to context () to avoid confusion.
1307
1308         * lily/include/lily-guile.hh: is_x -> ly_c_X_p naming.
1309
1310         * lily/lexer.ll: change is_string -> ly_c_string_p 
1311
1312         * input/mutopia/J.S.Bach/wtk1-fugue2.ly (bassdux): use \book.
1313
1314         * input/mutopia/W.A.Mozart/mozart-hrn-3.ly: use \book.
1315
1316         * VERSION: release 2.3.0
1317
1318         * mf/feta-nummer-code.mf: use ascii names for number glyphs.
1319
1320         * buildscripts/mf-to-table.py (parse_logfile): only prepend group-
1321         if nonempty.
1322
1323         * lily/include/context.hh (class Context): make members protected.
1324         (children_contexts): new accessor function.
1325
1326         * lily/include/translator.hh (class Translator): make
1327         daddy_context_ protected.
1328         (class Translator): clean up. 
1329
1330         * lily/include/context.hh (class Context): make daddy_context_
1331         private.
1332
1333         * lily/lyric-engraver.cc (get_voice_to_lyrics): recursively go
1334         higher for finding Voice. (backportme)  
1335
1336         * lily/include/context.hh (class Context): remove
1337         find_context_below() as a method.
1338
1339         * Documentation/user/notation.itely (The Lyrics context): add note
1340         about manual durations
1341
1342         * ly/chord-modifiers-init.ly (blackTriangleMarkup): use TeX-math
1343         encoding.
1344
1345         * scm/output-tex.scm (text): dump \inputencoding{} for text.
1346
1347 2004-04-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1348
1349         * scripts/lilypond.py (global_latex_preamble): remove latin1 from
1350         \usepackage{inputenc}
1351
1352         * lily/paper-book.cc (classic_output): don't advance Offset for
1353         TeX output.
1354
1355         * make/mutopia-rules.make ($(outdir)-$(PAPERSIZE)/%.dvi): include
1356         ec-sauter.map in rules
1357
1358         * mf/ecb.mf (font_identifier): new file, based on ecbx
1359
1360         * mf/ecb10.mf (gensize): new file.
1361
1362         * Documentation/topdocs/NEWS.texi (Top): document some more new
1363         features.
1364
1365         * ly/declarations-init.ly: run convert-ly
1366
1367         * lily/my-lily-parser.cc (LY_DEFINE): move parse-file function
1368         from input-file-results. Remove input-file-results.* 
1369
1370 2004-04-11  Jan Nieuwenhuizen  <janneke@gnu.org>
1371
1372         * scm/output-ps.scm (font-command): Fix, again.
1373
1374         * input/test/title-markup.ly: Add \noPagebreak test.
1375
1376         * lily/score-engraver.cc (try_music): Bugfix.
1377
1378 2004-04-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1379
1380         * lily/main.cc (main_with_guile): excise dependency options -M and
1381         --dep-prefix
1382
1383         * lily/input-file-results.cc: excise Makefile dependency code
1384
1385         * Documentation/user/invoking.itexi (Invoking the lilypond
1386         binary): remove dep doco
1387         
1388         * lily/main.cc (main_with_guile): call lilypond-main
1389         
1390         * scm/lily.scm (lilypond-main): new function: handle multiple files.
1391
1392         * lily/input-file-results.cc (LY_DEFINE): throw ly-file-failed
1393         exception.
1394
1395         * lily/my-lily-parser.cc: remove paper_description function
1396
1397         * lily/music-output-def.cc (LY_DEFINE): ly:output-description
1398         new function.
1399
1400         * lily/main.cc: remove global_score_count.
1401
1402         * lily/book.cc (process): don't take header from global_input_file.
1403
1404         * buildscripts/lilypond-profile.sh (Error): set GS_FONTPATH
1405
1406         * lily/parser.yy (My_lily_lexer): remove current_parser global var.
1407
1408         * lily/music-output-def.cc (LY_DEFINE): new function
1409         ly_output_description. This function does the bulk for  setting,
1410         parsing and breaking down of an input file.
1411
1412         * lily/ly-module.cc (ly_make_anonymous_module): don't protect
1413         anonymous modules globally. Let's hope they get GCd
1414
1415         * scripts/lilypond.py (run_dvips): add sauter-mftrace.map 
1416
1417 2004-04-11  Jan Nieuwenhuizen  <janneke@gnu.org>
1418
1419         * scm/output-ps.scm (header): Papersize from paper.
1420
1421         * scripts/lilypond.py (global_latex_preamble): Oldish behaviour
1422         for classic output.
1423
1424         * tex/lilyponddefs.tex (interscoreline): Oldish behaviour if
1425         lilypondclassic is defined.
1426         (lilypondstart): Oldish behaviour if lilypondclassic is defined.
1427
1428         * input/regression/between-systems.ly: Remove.
1429
1430         * python/lilylib.py (get_bbox): Fix regular expression
1431         for bounding box.
1432
1433         * tex/lilyponddefs.tex (lilypondpagebreak): New overridable macro.
1434
1435         * scm/output-tex.scm (stop-page): Use it.
1436
1437         * scm/output-ps.scm (define-fonts): Bugfix.
1438
1439         * lily/grob.cc: Add penalty to interface.
1440
1441         * lily/include/paper-line.hh (class Paper_line): New member
1442         var penalty_.
1443
1444         * lily/system.cc (get_line): Initialise Paper_line with
1445         page-penalty's from original grobs.
1446
1447         * scm/define-music-properties.scm (all-music-properties): Add
1448         page-penalty.
1449
1450         * scm/define-grob-properties.scm (all-grob-descriptions): Idem.
1451
1452         * lily/score-engraver.cc (try_music): Handle page-penalty.
1453
1454         * ly/declarations-init.ly (pagebreak, noPagebreak): New command.
1455
1456 2004-04-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1457
1458         * ly/declarations-init.ly (melismaEnd): typo
1459
1460         * scm/font.scm (add-cmr-fonts): caps is eccc, ecsc is slanted caps.
1461
1462         * scm/output-ps.scm (text): split string into spaces, use moveto
1463         for setting space. 
1464         
1465 2004-04-10  Jan Nieuwenhuizen  <janneke@gnu.org>
1466
1467         * po/nl.po: Update.
1468
1469         * scm/font.scm (add-cmr-fonts): Typo.
1470
1471 2004-04-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1472
1473         * scm/font.scm (add-cmr-fonts): add sauter fonts under latin1
1474         font-encoding.
1475
1476         * scm/define-grobs.scm (all-grob-descriptions): idem.
1477
1478         * lily/time-signature.cc (numbered_time_signature): idem.
1479
1480         * scm/font.scm (add-cmr-fonts): use real encoding names for
1481         font-encoding.
1482
1483 2004-04-10  Jan Nieuwenhuizen  <janneke@gnu.org>
1484
1485         * lily/paper-book.cc (classic_output): 
1486         * tex/lilyponddefs.tex (lybox): Add height, and proper raising.
1487         Fixes classic output.
1488         (lilypondstart):
1489         * scripts/lilypond.py (global_latex_preamble): Remove topmargin
1490         kludge.
1491
1492         * scripts/old-lilypond-book.py: Remove.
1493
1494         Page layout for SCOREs enclosed in a BOOK:
1495
1496         * scripts/lilypond.py: Remove LaTeX titling kludge.  Remove page
1497         layout tweaking.
1498
1499         * input/les-nereides.ly (theScore): Add \book.
1500         
1501         * input/test/title-markup.ly: Add \book.
1502
1503         * scm/page-layout.scm (ly:optimal-page-breaks): Debugging output
1504         only if 'verbose.
1505
1506         * lily/include/paper-book.hh (PAGE_LAYOUT): Remove.
1507
1508         * lily/paper-outputter.cc (output_line): Remove PAGE_LAYOUT check.
1509
1510         * tex/lilyponddefs.tex (lilypondstart, lybox, lyitem):
1511         * scm/output-tex.scm (start-system): Update for page layout by
1512         LilyPond.
1513
1514         * scm/output-ps.scm (start-system): Previously (new-start-system).
1515
1516         * lily/paper-outputter.cc (output_header): Uniquify list of fonts
1517         passed to define-fonts.
1518
1519         * lily/paper-column.cc: 
1520         * lily/system.cc (get_line):
1521         * ly/property-init.ly (newpage): 
1522         * scm/define-grob-properties.scm:
1523         * scm/output-ps.scm: 
1524         * scm/output-tex.scm: Remove between-system-string kludge.
1525
1526         * scm/output-ps.scm (define-fonts, font-command,
1527         font-load-encoding): Handle ENCODING = #f.
1528
1529         * scm/output-tex.scm (output-scopes): Check if variable is bound.
1530
1531         * scm/define-markup-commands.scm (fill-line): Use
1532         make-simple-markup (WAS: unexisting make-word-markup).
1533
1534         * lily/text-item.cc (interpret_markup): Bugfix, transpose
1535         ENCODING, MARKUP parameters for interpret_string.
1536
1537         * lily/input-file-results.cc (do_one_file): Remove Paper_book hack.
1538
1539         * lily/score.cc (book_rendering): New method.
1540         (default_rendering): Create Paper_book helper locally, dump
1541         output.
1542
1543         * lily/my-lily-lexer.cc (the_key_tab): Add book.
1544
1545         * lily/parser.yy: Handle \book.
1546
1547         * lily/include/book.hh: 
1548         * lily/book.cc: New file.
1549
1550 2004-04-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1551
1552         * lily/text-item.cc (interpret_string): new file, select font with
1553         encoding.
1554
1555         * lily/include/lily-guile.hh: ly_XXX_p -> is_XXX. Changes throughout.
1556
1557         * scm/define-markup-commands.scm (encoded-simple): new markup command.
1558
1559         * lily/parser.yy (markup): take encoding from lexer.
1560
1561 2004-04-09  Jan Nieuwenhuizen  <janneke@gnu.org>
1562
1563         * lily/kpath.cc (kpathsea_find_tfm): Do not trigger TFM generation.
1564
1565         * scm/output-ps.scm: Remove some cruft.
1566
1567 2004-04-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1568
1569         * lily/kpath.cc (kpathsea_find_tfm): don't make unfound TFMs/AFMs.
1570
1571         * Documentation/user/lilypond.tely (Top): manual for v2.3 (backportme)
1572
1573 2004-04-09  Jan Nieuwenhuizen  <janneke@gnu.org>
1574
1575         * scm/font.scm (add-century-schoolbook-fonts):
1576         (make-century-schoolbook-tree): New function.
1577
1578         * input/test/title-markup.ly: Use Century Schoolbook font.
1579
1580 2004-04-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1581
1582         * scripts/convert-ly.py: limited old-style markup convert. (Thanks
1583         to Erik Sandberg) 
1584
1585         * lily/font-metric.cc (LY_DEFINE): new function, return fontName.
1586
1587         * scm/output-ps.scm (define-fonts): remove hack for feta/parmesan.
1588
1589         * lily/font-metric.cc (LY_DEFINE): change to ly:font-filename
1590
1591         * scm/encoding.scm (coding-alist): add AdobeStandardEncoding
1592
1593 2004-04-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1594
1595         * scm/part-combiner.scm (determine-split-list): bugfix: if no
1596         solo-state (at end of solo), we can set the solo status
1597         too. (backportme.)
1598
1599         * input/regression/part-combine-solo-end.ly: new file.
1600
1601 2004-04-08  Jan Nieuwenhuizen  <janneke@gnu.org>
1602
1603         * scripts/abc2ly.py (parse_file): Strip \r from lines.  Fixes DOS
1604         flavour abc files.  Really ignore unknown keys (backportme).
1605
1606 2004-04-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1607
1608         * lily/scaled-font-metric.cc (text_dimension): only multiply with
1609         magnification_ when looking up in orig_.
1610
1611         * scm/output-tex.scm (text): switch off char-mapping.
1612
1613         * lily/tfm.cc (coding_scheme): replace ' ' in encoding with '-',
1614         because AFM's encoding field cannot have spaces.
1615
1616 2004-04-08  Jan Nieuwenhuizen  <janneke@gnu.org>
1617
1618         * scm/output-ps.scm (define-fonts): More re/encoding tweaking.
1619
1620 2004-04-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1621
1622         * lily/paper-def.cc (find_scaled_font): change to inputencoding.
1623
1624         * mf/cmr.enc: new file, without hi-bit ascii info. 
1625
1626         * lily/bezier-bow.cc (slur_shape): make indent dependent on
1627         width. This removes the 'hook' at the end of a long slur.
1628
1629         * buildscripts/mf-to-table.py (parse_logfile): don't append
1630         encoding to fontname.
1631
1632 2004-04-07  Jan Nieuwenhuizen  <janneke@gnu.org>
1633
1634         * scm/output-ps.scm (define-fonts): Load .enc only once.
1635
1636         * mf/GNUmakefile (INSTALLATION_OUT_SUFFIXES): Install .enc files
1637         too.
1638
1639 2004-04-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1640
1641         * buildscripts/mf-to-table.py (parse_logfile): remove spaces from
1642         encoding field.
1643
1644         * lily/stencil-scheme.cc: remove ly:fontify-atom 
1645
1646         * ly/portuges.ly (pitchnames): new file.
1647
1648         * lily/include/lily-guile.hh: many new ly_ functions.  Thanks to
1649         Michael Welsh Duggan
1650
1651         * lily/*.cc: deprecate gh_ interface. Thanks to Michael Welsh Duggan
1652
1653         * ly/nederlands.ly: add comment about digits.
1654
1655         * lily/scaled-font-metric.cc (derived_mark): idem.
1656
1657         * scm/encoding.scm (make-encoding-mapping): change permutation to
1658         mapping.
1659
1660         * lily/scaled-font-metric.cc (derived_mark): is a const method.
1661         (Modified_font_metric): make alist for coding_description_
1662         (LY_DEFINE): remove coding-name.
1663
1664         * scm/output-tex.scm (text): remove debugging code.
1665
1666         * lily/scaled-font-metric.cc (ly_font_encoding): return vector
1667
1668         * buildscripts/mf-to-table.py (parse_logfile): read EncodingScheme
1669         from infile.
1670
1671         * mf/feta-generic.mf: move fet_beginfont into generic code.
1672         use fetaMusic (without space) as encoding
1673
1674         * mf/feta-autometric.mf: take encoding argument
1675
1676         * lily/afm.cc (read_afm_file): bugfix, read global info too. 
1677
1678         * lily/my-lily-lexer.cc (set_identifier): remove gh_scm2newstr
1679         use.
1680
1681         * scm/encoding.scm (read-encoding-file): use symbol for glyph
1682         name.
1683
1684 2004-04-07  Jan Nieuwenhuizen  <janneke@gnu.org>
1685
1686         * input/test/title-markup.ly: Set inputencoding.
1687
1688         * scm/output-ps.scm (define-fonts): Handle font re-encoding.
1689
1690         * lily/scaled-font-metric.cc (ly:font-coding-name): New function.
1691
1692         * scm/encoding.scm (get-coding-filename, get-coding-command): New
1693         function.
1694         (coding-alist): Also hold filename, command.
1695         (read-encoding-file): Return symbols.
1696
1697 2004-04-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1698
1699         * scm/output-tex.scm: remove fontify; text and char take a font
1700         argument.
1701
1702         * lily/tfm.cc (name_to_index): new function, use encoding_table_.
1703
1704         * lily/scaled-font-metric.cc (text_dimension): init
1705         coding_{permutation,table}_ too 
1706         (LY_DEFINE): ly:font-encoding, new function return
1707
1708         * lily/paper-def.cc (find_scaled_font): take input coding from
1709         inputcoding paper var.
1710
1711         * lily/performance.cc (output): remap modulo 16.
1712
1713         * lily/text-item.cc (interpret_markup): whoops, variable
1714         shadowing fixed.
1715
1716 2004-04-06  Michael Welsh Duggan  <mwd@sei.cmu.edu>
1717
1718         * lily/piano-pedal-performer.cc (try_music): Compare symbols to
1719         symbols, not symbols to strings.
1720         
1721         * lily/piano-pedal-engraver.cc (try_music): Compare symbols to
1722         symbols, not symbols to strings.
1723
1724 2004-04-06  Jan Nieuwenhuizen  <janneke@gnu.org>
1725
1726         * lily/kpath.cc (kpathsea_gulp_file_to_string): 
1727         (ly:kpathsea-gulp-file): New function.
1728
1729         * scm/encoding.scm (read-encoding-file): Use it.
1730
1731 2004-04-06  Werner Lemberg  <wl@gnu.org>
1732
1733         * scm/encoding.scm (coding-alist): Fix typo.
1734
1735 2004-04-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1736
1737         * lily/scaled-font-metric.cc (text_dimension): move function from
1738         Font_metric
1739         (make_scaled_font_metric): init coding_scheme_ to TeX
1740         (text_dimension): use get-coding-vector for non TeX coding_scheme_
1741
1742         * lily/include/scaled-font-metric.hh (struct
1743         Modified_font_metric): rename from Scaled_font_metric
1744
1745         * scm/encoding.scm (read-encoding-file): split up large function,
1746         leave caching to (delay)
1747
1748         * lily/lily-guile.cc (LY_DEFINE): typecheck argument.
1749
1750 2004-04-05  Jan Nieuwenhuizen  <janneke@gnu.org>
1751
1752         * lily/my-lily-lexer.cc (set_encoding): New method.
1753
1754         * lily/lexer.ll: Grok \encoding.
1755
1756         * lily/font-metric.cc (get_encoded_index): New function.
1757
1758         * lily/include/font-metric.hh (coding_scheme): New method.
1759
1760         * scm/encoding.scm: New file.
1761
1762         * mf/feta-beugel.mf: Better error message (WAS: `foobar').
1763
1764 2004-04-05  Werner Lemberg  <wl@gnu.org>
1765
1766         * Documentation/user/tutorial.itely: Revised (finished).
1767
1768         * Documentation/user/macros.itexi (@separate): Removed.
1769
1770 2004-04-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1771
1772         * scm/output-ps.scm (define-fonts): fix scaling.
1773
1774         * lily/scaled-font-metric.cc (design_size): add function.
1775
1776         * lily/font-metric.cc (LY_DEFINE): opps ly:font-design-size is only
1777         partial cut&paste of ly:font-magnification.
1778
1779 2004-04-05  Jan Nieuwenhuizen  <janneke@gnu.org>
1780
1781         * scm/output-ps.scm (define-fonts):
1782         (fontify): Update.
1783
1784 2004-04-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1785
1786         * po/fr.po: update. (backportme).
1787
1788         * po/nl.po: update. (backportme). 
1789
1790         * mf/feta-beugel.mf: document why design size is not fixed.
1791
1792         * mf/feta-braces-a.mf: rename to stress that it's not design size.
1793
1794 2004-04-04  Werner Lemberg  <wl@gnu.org>
1795
1796         * Documentation/user/tutorial.itely: Revised (continued).
1797
1798 2004-04-03  Jan Nieuwenhuizen  <janneke@gnu.org>
1799
1800         * po/nl.po: Update (backportme).
1801
1802 2004-04-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1803
1804         * po/de.po: update. (backportme).
1805
1806         * scm/output-tex.scm (font-command): use ly: functions to
1807         construct name.
1808         (define-fonts): don't use alist, just dump \font definitions.
1809         (font-load-command): calculate proper scaling by taking
1810         outputscale from paper argument.
1811
1812         * lily/stencil-scheme.cc (fontify_atom): insert Font_metric into
1813         expression.
1814
1815         * lily/paper-outputter.cc (output_header): pass paper arg to
1816         define-fonts
1817
1818         * lily/paper-def.cc (font_descriptions): dump list of
1819         Scaled_font_metrics
1820         (find_scaled_font): take Font_metric argument, store
1821         Scaled_font_metrics in hash-table containing (size ->
1822         Scaled_font_metrics) alist.
1823         (get_dimension): rename from get_realvar
1824
1825         * lily/font-metric.cc (LY_DEFINE): ly:font-design-size,
1826         ly:font-magnification, ly:font-name: new functions
1827
1828 2004-04-03  Werner Lemberg  <wl@gnu.org>
1829
1830         * Documentation/user/dedication.itely,
1831         Documentation/user/preface.itely,
1832         Documentation/user/introduction.itely,
1833         Documentation/user/tutorial.itely: Revised.
1834         Removing leading spaces which distorts output if info files are read
1835         with stand-alone info.
1836         Removing superfluous inter-word spaces which also distorts output
1837         for stand-alone info.
1838         Using ` and ' instead of `` and '' everywhere to improve
1839         legilibility with stand-alone info
1840         Using @samp for single-letter input items and data which contains
1841         spaces, @code for other things.
1842
1843         * lily/grob-interface.cc: Adding copyright.
1844         (check_interfaces_for_property): Improve format of warning message.
1845
1846 2004-04-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1847
1848         * lily/include/font-metric.hh (struct Font_metric): add
1849         design_size () method.
1850
1851         * buildscripts/mf-to-table.py (base): add DesignSize comment.
1852
1853         * lily/afm.cc (read_afm_file): read design size.
1854
1855         * input/regression/repeat-unfold-tremolo.ly: add dotted case.
1856
1857         * scm/music-functions.scm (unfold-repeats): handle dots too.
1858
1859 2004-04-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1860
1861         * mf/GNUmakefile ($(outdir)/$(redhat-package)): fix URL.
1862         (backportme)
1863
1864 2004-04-02  Jan Nieuwenhuizen  <janneke@gnu.org>
1865
1866         * input/wilhelmus.ly: Use raggedright.  Hack `Een prin -- ce'
1867         lyric indent.  Revert melismaBusyProperties using \unset.
1868
1869 2004-04-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1870
1871         * input/regression/bar-check-redefine.ly (pipeSymbol): new file.
1872
1873         * lily/parser.yy (command_element): allow redefinition of |
1874         meaning.
1875
1876         * lily/break-align-engraver.cc (acknowledge_grob): construct
1877         LeftEdge where the first cause for alignment is coming from.
1878         This makes \override Staff.LeftEdge work as expected.
1879
1880         
1881         * lily/slur-performer.cc (Slur_performer): add inits
1882
1883         * lily/beam-performer.cc (Beam_performer): add inits
1884
1885 2004-04-01  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1886
1887         * VERSION (PACKAGE_NAME): release 2.2.0
1888
1889         * scripts/convert-ly.py (conv): add 2.2.0 rule.
1890
1891 2004-04-01  Jan Nieuwenhuizen  <janneke@gnu.org>
1892
1893         * lily/cluster.cc (height): Fix warning.
1894
1895         * lily/parser.yy: Janitorial cleanups.
1896
1897         * Documentation/user/tutorial.itely (Tutorial): Typo.
1898
1899 2004-04-01  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1900
1901         * lily/change-iterator.cc (process): search at multiple context
1902         levels. This fixes 
1903
1904         
1905         * scm/part-combiner.scm (analyse-spanner-states): use split-index,
1906         not voice-state index for tie state. This fixes a partcombine
1907         problem with ties.
1908
1909         * Documentation/user/tutorial.itely (Commenting input files): add
1910         note about convert-ly.
1911
1912         * input/test/cadenza-skip.ly:  new file.
1913
1914 2004-03-31  Jan Nieuwenhuizen  <janneke@gnu.org>
1915
1916         * po/nl.po: Spelling fixes.
1917
1918         * autogen.sh (srcdir): Regenerate.
1919
1920         * stepmake/autogen.sh (srcdir): Copy SUSE fix to the master
1921         autogen.sh.
1922
1923         * configure.in: Use C++ to check for C++ header.
1924
1925         * po/nl.po: Update.
1926
1927         * lily/scm-option.cc (LY_DEFINE): Name of the program is lilypond-bin.
1928
1929         * lily/event.cc (to_relative_octave): Translatable sentence should
1930         be one string.
1931
1932         * python/lilylib.py (warranty): Year range is not translatable.
1933         It's 2004 already!
1934
1935         * flower/warn.cc (non_fatal_error, warning, programming_error):
1936         Remove whitespace from translated string.
1937
1938 2004-03-31  Jan Nieuwenhuizen  <janneke@gnu.org>
1939
1940         * VERSION: release 2.1.37.
1941
1942 2004-03-31  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1943
1944         * configure.in: check for C language.
1945
1946         * lily/source-file.cc: include strstream without h.
1947
1948         * scm/documentation-generate.scm (string-append): use name without
1949         .texi.
1950
1951         * autogen.sh (srcdir): SUSE fix.
1952
1953         * Documentation/user/notation.itely (Ancient clefs): idem.
1954
1955         * Documentation/user/lilypond-book.itely (Integrating HTML and
1956         music): idem.
1957
1958         * Documentation/user/cheatsheet.itely (Cheat sheet): octave fixes.
1959
1960         * lily/change-iterator.cc (process): use find_existing_context().
1961
1962         * input/test/polymetric-differing-notes.ly: use ly:music-compress.
1963
1964         * input/regression/repeat-unfold-tremolo.ly: new file.
1965
1966         * scm/music-functions.scm (unfold-repeats): undo music compression
1967         too.
1968
1969         * lily/music.cc (LY_DEFINE): rename to music-mutable-properties
1970         (LY_DEFINE): ly:music-compress new function.
1971
1972         * scm/part-combiner.scm (determine-split-list): split for voice
1973         crossings
1974
1975         * input/regression/part-combine-cross.ly: new file.
1976
1977         * scm/part-combiner.scm (make-part-combine-music): don't do
1978         relative inside partcombine arguments.
1979
1980         * scm/music-functions.scm (make-non-relative-music): new function.
1981
1982         * Documentation/user/notation.itely (Automatic part combining):
1983         add note about \relative.
1984
1985         * lily/part-combine-iterator.cc (construct_children): add
1986         start_moment_ member.
1987
1988         * lily/chord-tremolo-engraver.cc (acknowledge_grob): trigger
1989         stem-tremolo by stem object. This fixes no stem for tremolo bug.
1990
1991         * lily/stem-tremolo.cc (print): don't crash for no-stem.
1992
1993         * Documentation/user/changing-defaults.itely (Which properties to
1994         change): fixes.
1995
1996 2004-03-31  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1997
1998         * po/fr.po: update.
1999
2000 2004-03-31  Jan Nieuwenhuizen  <janneke@gnu.org>
2001
2002         * input/wilhelmus.ly: More original lyrics.  Add to examples.
2003
2004         * stepmake/stepmake/generic-targets.make ($(outdir)/dummy.dep):
2005         Reinstate old code that issues warning.  Fixes --srcdir build.
2006
2007 2004-03-30  Jan Nieuwenhuizen  <janneke@gnu.org>
2008
2009         * input/wilhelmus.ly: New file.
2010
2011         * Documentation/user/notation.itely: 
2012         * Documentation/user/introduction.itely:
2013         * Documentation/user/tutorial.itely: Use quote ly-option instead
2014         of explicit @quotation.  This fixes too long lilypond linewidths
2015         resulting in overful hboxes.
2016
2017         * scripts/lilypond-book.py: Add ly-option: `quote'.
2018
2019 2004-03-30  Mats Bengtsson  <mabe@drongo.s3.kth.se>
2020
2021         * tex/titledefs.tex: Avoid that the first score line is extra
2022         indented if instrument is defined but not piece.
2023
2024 2004-03-30  Werner Lemberg  <wl@gnu.org>
2025
2026         * Documentation/user/macros.itexi (@internalsref) [info]: Prepend
2027         `lilypond/' to info file name.
2028         (@usermanref) [info]: New variant.
2029
2030         * scm/documentation-generate.scm: Fix definition of @usermanref
2031         and @glossaryref (in the `ifinfo' branch) by prepending `lilypond/'
2032         to info file name.
2033
2034 2004-03-30  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2035
2036         * VERSION: release 2.1.36
2037         
2038         * Documentation/user/changing-defaults.itely (Interpretation
2039         contexts): rewrite introduction.
2040
2041 2004-03-30  Ferenc Wagner  <wferi@tba.elte.hu>
2042
2043         * scm/define-markup-commands.scm: Use TeX accents instead of
2044         straight iso-8859-1 encoding in the doc string.
2045
2046 2004-03-30  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2047
2048         * Documentation/user/tutorial.itely (A lead sheet): remove extra
2049         space after dotted duration.
2050
2051 2004-03-29  Jan Nieuwenhuizen  <janneke@gnu.org>
2052
2053         * Documentation/user/introduction.itely: 
2054         * Documentation/user/notation.itely:
2055         * Documentation/user/tutorial.itely: Up all relative examples.
2056         Enclose @lilypond displays in @quotation.  Typos and corrections.
2057
2058         * Documentation/user/macros.itexi: Use fetaflat, fetasharp.
2059
2060 2004-03-29  Mats Bengtsson  <mabe@drongo.s3.kth.se>
2061
2062         * scm/music-functions.scm (make-voice-props-revert): Revert also
2063         MultiMeasureRest staff-position in oneVoice.
2064
2065 2004-03-29  Heikki Junes <hjunes@cc.hut.fi>
2066
2067         * Documentation/user/changing-defaults.itely, 
2068         Documentation/user/lilypond.tely: few fixes. Place no comma between
2069         two options: a and b, but commas between three options: a, b, and c.
2070         By this manner, grouping is possible: a and b, and c and d.
2071
2072 2004-03-29  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2073
2074         * Documentation/user/GNUmakefile: add rule for .nexi
2075
2076 2004-03-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2077
2078         * Documentation/user/music-glossary.tely: move glossary direntry
2079
2080         * stepmake/stepmake/texinfo-vars.make (INFOINSTALL): 
2081         only do mkdir/install-info if INFO_INSTALL_FILES != "".
2082
2083 2004-03-28  Jan Nieuwenhuizen  <janneke@gnu.org>
2084
2085         * stepmake/aclocal.m4: Verify that gettext configure check with
2086         gcc-3.3 and autoconf 2.59 is still broken.  Update warning.
2087
2088 2004-03-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2089
2090         * scripts/lilypond-book.py (Lilypond_snippet.is_outdated): use
2091         glob.glob for .png filenames. This catches multipage pngs.  
2092
2093         * Documentation/user/changing-defaults.itely (Determining the grob
2094         property): fix references.
2095
2096         * lily/staff-symbol.cc (print): only add extent if non empty.
2097         This fixes staff-container.ly.
2098
2099         * lily/timing-engraver.cc (initialize): init whichBar, so a score
2100         starting with a mmrest also works.
2101
2102         * scripts/lilypond-book.py (Lilypond_snippet.is_outdated): require
2103         PNG for texinfo too.
2104
2105         * po/lilypond.pot: update translation strings.
2106
2107         * VERSION: 2.1.35 released
2108         
2109         * scripts/convert-ly.py (FatalConversionError.sub_abs): convert
2110         context argument too.
2111
2112         * make/ly-rules.make ($(outdir)/%.texi): use variable for outdir.
2113
2114         * input/mutopia/W.A.Mozart/mozart-hrn-3.ly: Mozart died in 1791
2115
2116         * python/lilylib.py (command_name): don't return 1st path
2117         component.
2118
2119         * scripts/lilypond-book.py (Lilypond_snippet.is_outdated): treat
2120         .png case separately.
2121
2122         * python/lilylib.py (system): typo.
2123         
2124 2004-03-28  Jan Nieuwenhuizen  <janneke@gnu.org>
2125
2126         * input/regression/span-bar.ly: Fix typos.  Set indent-level:2,
2127         run indent-region.
2128
2129         * Documentation/user/preface.itely: Run texinfo-all-menus-update.
2130         Fixes compile.
2131
2132         * lily/function-documentation.cc: Compile fix: Include <string.h>.
2133         Add header.
2134
2135 2004-03-27  Heikki Junes  <hjunes@cc.hut.fi>
2136
2137         * vim/lilypond-indent.vim: small fixes.
2138
2139 2004-03-26  Mats Bengtsson  <mabe@drongo.s3.kth.se>
2140
2141         * Documentation/user/notation.itely (Entering lyrics): Add example
2142         with correct english double quotes (at least for LaTeX output,
2143         maybe not a good idea if we switch to PS as the default output
2144         format).
2145
2146 2004-03-26  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2147
2148         * lily/staff-performer.cc (create_audio_elements): play instrument
2149         changes before notes arrive. This fixes instrument of the first
2150         note in a score.
2151
2152         * scripts/convert-ly.py (FatalConversionError.conv): add #'() case
2153         to 1.9.0 conversion.
2154
2155         * lily/mark-engraver.cc: doc string.
2156
2157         * make/lilypond.redhat.spec.in (Group): add vim scriptlets.
2158
2159         * Documentation/user/introduction.itely (Introduction): new node.
2160
2161 2004-03-25  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2162
2163         * lily/duration.cc (LY_DEFINE): dotcount argument is now optional.
2164
2165         * input/regression/spacing-ragged-last.ly: new file.
2166
2167         * lily/gourlay-breaking.cc (do_solve): add raggedlast support for
2168         spacing.
2169
2170         * scm/font.scm: rewrite using GOOPS.
2171         
2172         * lily/context-def.cc (filter_engravers): derefence pointer.
2173
2174         * lily/lily-guile.cc (type_check_assignment): use
2175         ly_scheme_function iso. scm_primitive_eval where possible.
2176
2177         * lily/performance.cc (output): limit channels at 15. This fixes
2178         percussion inadvertently showing up in large scores.
2179
2180 2004-03-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2181
2182         * input/regression/tuplet-gap.ly: new file.
2183
2184         * lily/tuplet-bracket.cc (make_bracket): take gap interval.
2185         (print): compute gap length from number size, include italic
2186         correction.
2187
2188         * scm/define-grobs.scm (all-grob-descriptions): remove gap from
2189         tuplet-bracket
2190
2191         * scm/paper.scm (set-default-paper-size): new function, to be
2192         called at toplevel.
2193         (set-paper-size): new function, to be called inside \paper {}
2194         (set-default-paper-size): new function, to be called at toplevel.
2195
2196         * lily/paper-def.cc (LY_DEFINE): ly:paper-def?: new function. 
2197
2198         * lily/beam-performer.cc (process_music): idem.
2199
2200         * lily/slur-performer.cc (process_music): stop melisma for stop event.
2201         
2202         * tex/titledefs.tex: remove scshape for piece.
2203
2204         * lily/line-spanner.cc (line_stencil): font-encoding = music, not
2205         font-family
2206
2207         * lily/time-signature.cc (special_time_signature): font-encoding
2208         not family.
2209
2210         * lily/dynamic-engraver.cc (acknowledge_grob): fix typo, attach
2211         dynamic to head. This fixes p placement in morgenlied.
2212
2213 2004-03-23  Werner Lemberg  <wl@gnu.org>
2214
2215         * stepmake/stepmake/generic-targets.make (help): Improve text.
2216
2217 2004-03-23  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2218
2219         * VERSION: 2.1.34 released
2220         
2221         * lily/main.cc (main_with_guile): switch debugging.
2222
2223         * lily/system.cc (get_line): plug leak.
2224
2225         * lily/paper-book.cc (pages): plug memory leaks: delete page array
2226         and contents.
2227         (stencil2line): plug leak.
2228
2229         * Documentation/user/changing-defaults.itely (Determining a grob
2230         property):  new node.
2231         (Layout interfaces): new node.
2232         (Navigating the program reference): new node.
2233
2234         * lily/accidental-engraver.cc (acknowledge_grob): add property
2235         harmonicAccidentals
2236
2237         * lily/piano-pedal-engraver.cc (del_linespanner): new function.
2238         general cleanups.
2239         
2240         * input/les-nereides.ly (middleDynamics): resurrect Les
2241         nereides. Remove pedal hack.
2242
2243 2004-03-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2244
2245         * input/regression/property-grace-polyphony.ly: new file.
2246
2247         * lily/translator-property.cc (execute_pushpop_property): only pop
2248         one instance of the property. This fixes << \\ >> together with
2249         \grace.
2250
2251         * lily/break-align-interface.cc (ordered_elements): we cannot
2252         modify the #'elements property, so return reordered array.
2253
2254 2004-03-23  Heikki Junes  <hjunes@cc.hut.fi>
2255
2256         * buildscripts/lilypond.words.py: remove.
2257         * buildscripts/lilypond-words.py: add new, renamed file. 
2258         Give generated targets and dirs explicitly in arguments.
2259
2260         * GNUmakefile.in, elisp/GNUmakefile, elisp/lilypond-init.el,
2261         elisp/lilypond-mode.el, vim/lilypond-ftplugin.vim,
2262         vim/lilypond-syntax.vim: update to use new lilypond-words.py.
2263         
2264         * config.make.in: give '/usr/share/vim' explicitly as $(vimdir).
2265
2266         * vim/GNUmakefile: use --words and --vim targets in lilypond-words.py
2267
2268         * Documentation/topdocs/INSTALL.texi: update vim-mode installing
2269         orders.
2270
2271         * vim/GNUmakefile: add local-uninstall target.
2272
2273         * Documentation/topdocs/INSTALL.texi: give even more detailed orders.
2274         
2275         * vim/vimrc: add a one-liner file.
2276
2277         * vim/GNUmakefile: try to remove empty dirs during uninstalling, put
2278         vimrc in EXTRA_DIST_FILES.
2279
2280         * vim/GNUmakefile: ignore errors due to rmdir of non-empty directories.
2281
2282 2004-03-22  Heikki Junes  <hjunes@cc.hut.fi>
2283
2284         * config.make.in: add vimdir.
2285
2286         * vim/GNUmakefile: add local-install.
2287
2288 2004-03-22  Mats Bengtsson  <mabe@drongo.s3.kth.se>
2289
2290         * tex/titledefs.tex: Replaced \ifx\blabla\undefined
2291         with \lilypondifundefined{blabla}. Solves problem with multiple
2292         titles in the same lilypond-book document.
2293
2294 2004-03-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2295
2296         * scm/document-backend.scm (interface-doc): sort grob list for
2297         interface.
2298
2299         * scm/define-grobs.scm (all-grob-descriptions): fix ordering of
2300         pre/post break align-order.
2301
2302         * spelling patch courtesy Edward Sutton.
2303
2304         * Documentation/user/changing-defaults.itely (Changing context
2305         default settings): new node.
2306         (Defining new  contexts): new node.
2307
2308         * scripts/lilypond-book.py (is_derived_class): use numbers
2309         iso. booleans.
2310
2311         * python/lilylib.py (make_ps_images): add margin to PS images.
2312
2313         * scripts/lilypond-book.py (is_derived_class): new function. Take
2314         class arg iso. object.
2315         (to_eps): make a non EPS file if EPS contains %%Pages. Workaround
2316         for bug in GS/dvips.
2317
2318         * lily/text-item.cc (interpret_markup): idem.
2319
2320         * scm/define-markup-commands.scm: remove split around-space hack.
2321
2322         * lily/staff-symbol-referencer.cc (get_rounded_position): new
2323         function, fold WL's fixes into one function.
2324
2325 2004-03-22  Werner Lemberg  <wl@gnu.org>
2326
2327         * lily/stem.cc (Stem::extremal_heads, Stem::note_head_positions),
2328         lily/dot-column.cc (Dot_column::do_shifts), lily/note-column.cc
2329         (Note_column::head_position_interval): Do proper rounding for
2330         calls to Staff_symbol_referencer::get_position.
2331
2332 2004-03-21  Werner Lemberg  <wl@gnu.org>
2333
2334         * lily/score.cc (ly_run_translator), lily/paper-def.cc
2335         (Paper_def::get_paper_outputter), lily/input-file-results.cc
2336         (Input_file_results::Input_file_results), lily/my-lily-parser.cc
2337         (My_lily_parser::parse_file): Improve formatting progress indication
2338         sent to stdout.
2339
2340 2004-03-21  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2341
2342         * VERSION: 2.1.33 released.
2343
2344         * scripts/lilypond-book.py (do_file): reinstate --filter support.
2345
2346         * buildscripts/mf-to-table.py (base): use %d for TfmCheckSum
2347
2348         * stepmake/stepmake/generic-targets.make: rewrite hack so no
2349         warning is issued about dummy.dep.
2350
2351         * scm/new-font.scm: fix design sizes of nummer
2352
2353 2004-03-21  Werner Lemberg  <wl@gnu.org>
2354
2355         * stepmake/bin/install-sh: Updated (from gnulib).  This removes
2356         some annoying warnings from mkdir during `make install'.
2357
2358 2004-03-21  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2359
2360         * lily/performer-group-performer.cc (do_announces): call
2361         Performer_group_performer::create_audio_elements () too.
2362
2363         * scripts/convert-ly.py (conv): add rule for breakAlignOrder.
2364
2365         * scm/define-grobs.scm (all-grob-descriptions): add property
2366         break-align-orders
2367
2368         * lily/global-context.cc (get_default_interpreter): new
2369         function. Override from base class, so no new Score contexts are
2370         created.
2371
2372         * lily/include/stencil.hh (class Stencil): document origin field.
2373
2374         * lily/staff-symbol.cc (print): span staff-symbol on column
2375         extents for non-broken columns. 
2376
2377         * ly/engraver-init.ly (breakAlignOrder): put staff-bar behind
2378         key-signature.
2379
2380         * tex/titledefs.tex: don't use smallcaps for piece.
2381
2382         * lily/system.cc (uniquify_list): bugfix. This fixes spuriously
2383         translated stencils in the output.
2384
2385         * lily/paper-outputter.cc (output_line): don't add Stencil::origin.
2386
2387 2004-03-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2388
2389         * lily/tie-performer.cc (acknowledge_audio_element): bugfix: use
2390         and init ties_created_
2391
2392         * VERSION: release 2.1.32
2393
2394         * lily/include/music-iterator.hh (IMPLEMENT_CTOR_CALLBACK): remove
2395         doc string from IMPLEMENT_CTOR_CALLBACK().
2396
2397         * lily/engraver.cc (typeset_grob): paranoia: take care of the case
2398         that engraver is in a performer hierarchy.
2399
2400 2004-03-17  Heikki Junes <hjunes@cc.hut.fi>
2401
2402         * vim/lilypond-ftdetect.vim: new file.
2403
2404 2004-03-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2405
2406         * scripts/lilypond-book.py (compose_ly): bugfix for relative < 0. 
2407         (compose_ly): default octave should be middle C.
2408
2409         * Documentation/user/changing-defaults.itely (Layout tunings
2410         within contexts): new node.
2411
2412         * lily/include/smobs.hh: document C++ smob interface.
2413
2414         * lily/function-documentation.cc: don't doc functions without
2415         docstring.
2416
2417 2004-03-19  Jan Nieuwenhuizen  <janneke@gnu.org>
2418
2419         * Documentation/user/lilypond.tely: Remove `* lilypond' node from
2420         direntry, so that `info lilypond' goes to Top.
2421
2422         * scm/output-ps.scm (polygon): Fix: add spaces.
2423
2424         * scm/page-layout.scm (ly:optimal-page-breaks): Bugfix: underful
2425         solutions are now optimal too.
2426
2427         * input/test/page-breaks.ly: New file.
2428
2429         * lily/paper-outputter.cc (Paper_outputter): Import page breaking
2430         functions into safe module.
2431
2432         * lily/lily-guile.cc (ly:number->string): Do not leave space at
2433         end, prepend zeros.
2434
2435         * scm/output-*.scm: Use ly:number->string rather than
2436         number->string.  Makes for saner output.
2437
2438         * scm/output-ps.scm (define-fonts): Always scale by designsize.
2439         Fixes feta-nummer, feta-din scaling.
2440
2441 2004-03-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2442
2443         * input/mutopia/W.A.Mozart/mozart-hrn-3.ly: use latin1.
2444
2445         * scm/music-functions.scm (descend-to-context): new
2446         function. Similar to context-spec-music.
2447         (make-time-signature-set): specify Score as descend-only. This
2448         fixes the polymetric.ly example.
2449
2450         * lily/context-specced-music-iterator.cc (construct_children): add
2451         support for descend-only context spec.
2452
2453         * lily/note-head.cc (brew_ez_stencil): read vector #'note-names to
2454         determine ez-notation letter. 
2455
2456         * lily/system.cc (get_line): start with dumping layer 3. This
2457         fixes ez notation.
2458
2459 2004-03-19  Jan Nieuwenhuizen  <janneke@gnu.org>
2460
2461         * input/test/title-markup.ly: Stress breaking harder.
2462
2463         * scm/page-layout.scm (height-score): Overfull page scores twice
2464         as bad as underfull (was: by a power).
2465         (walk-lines): Omit first walk-path round (breaking after new node,
2466         without lines).
2467
2468         * lily/paper-book.cc (pages): Bugfix: copy_height and tag_height
2469         diff values are negative.
2470         (output): Bugfix: treat negative vfill differently.
2471
2472         * Documentation/user/lilypond.tely (direntry): Add note about why
2473         `info lilypond' brings up `Invoking LilyPond' node.
2474
2475 2004-03-18  Jan Nieuwenhuizen  <janneke@gnu.org>
2476
2477         * input/mutopia/W.A.Mozart/mozart-hrn-3.ly: Mutopia tagline.
2478
2479         * lily/paper-book.cc: Remove cruft.
2480         (output): Bugfix: put vfill between lines.
2481         (pages): Bugfix: set page vars needed for filling.
2482
2483         * Documentation/user/music-glossary.tely: Compile fix: Use @arrow
2484         (was: @ar).
2485
2486         * scm/page-layout.scm: Further development.
2487
2488         * ly/declarations-init.ly (paper): Define page-breaking.
2489
2490 2004-03-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2491
2492         * lily/note-head.cc (brew_ez_stencil): add note-names
2493         property. Provides internationalization for note names.
2494
2495         * Documentation/user/changing-defaults.itely (Creating contexts):
2496         new node.
2497
2498         * lily/grace-iterator.cc (process): descend to child for \grace.
2499
2500         * lily/timing-translator.cc (initialize): Timing_translator adds
2501         Timing alias by itself.
2502
2503         * lily/context.cc (add_alias): new function.
2504
2505         * scm/lily.scm (tex-output-expression): new function, eval within
2506         drawing API. Guards against eval vulnerabilities.
2507
2508         * scm/output-tex.scm (tex-encoded-fontswitch): idem. 
2509
2510         * scm/output-ps.scm (scm): export lily drawing API.
2511
2512         * lily/include/lily-guile.hh (ly_scheme_function): new macro. Use
2513         throughout.
2514
2515 2004-03-17  Jan Nieuwenhuizen  <janneke@gnu.org>
2516
2517         * scm/page-layout.scm (optimal-page-breaking): New function.
2518         
2519         * lily/paper-book.cc (pages): Use it.
2520
2521 2004-03-16  Jan Nieuwenhuizen  <janneke@gnu.org>
2522
2523         * lily/include/paper-line.hh (class Paper_line): Full smob.
2524
2525 2004-03-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2526
2527         * lily/global-context.cc (run_iterator_on_me): fix grace note
2528         nesting by initting measurePosition.
2529
2530         * lily/timing-translator.cc (initialize): do no init
2531         measurePosition
2532         
2533         * lily/include/music-output-def.hh (class Music_output_def): add
2534         input_origin_ field.
2535
2536         * Documentation/user/changing-defaults.itely (Changing context
2537         properties on the fly): new node.
2538
2539         * lily/include/ly-smobs.icc (free_smob): remove smobbed_self()
2540         function. Only have smobbed_copy (), and do not provide
2541         smobbed_copy() for non-simple smobs. Changes throughout.
2542
2543 2004-03-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2544
2545         * lily/auto-change-iterator.cc (class Auto_change_iterator): add
2546         start_moment_. Fix by Doug A. Linhardt.
2547
2548 2004-03-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2549
2550         * lily/accidental-engraver.cc (acknowledge_grob): don't suppress
2551         accidentals for harmonic notes.
2552
2553         * lily/note-collision.cc (check_meshing_chords): don't merge heads
2554         of different style. (Thanks to Doug Linhardt).
2555
2556         * Documentation/user/changing-defaults.itely (Scheme tutorial):
2557         new node.
2558
2559 2004-03-16  Heikki Junes <hjunes@cc.hut.fi>
2560
2561         * Documentation/topdocs/INSTALL.texi: finish install orders for vim.
2562
2563         * vim/filetype.vim, vim/lilypond-ftplugin.vim,
2564         vim/lilypond-syntax.vim, vim/lilypond-compiler.vim,
2565         vim/lilypond-indent.vim: doc targets and deps in comments.
2566
2567 2004-03-15  Jan Nieuwenhuizen  <janneke@gnu.org>
2568
2569         * lily/paper-book.cc (stencil2line): Bugfix: put stencil in line.
2570
2571         * lily/system.cc (get_line): Return Paper_line.  Change all users.
2572
2573         * lily/include/paper-line.hh:
2574         * lily/include/paper-line.cc: New file.
2575
2576 2004-03-15  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2577
2578         * VERSION (MY_PATCH_LEVEL): release 2.1.31.
2579
2580         * GNUmakefile.in: remove stray make out=www
2581
2582         * input/test/bagpipe.ly (gcdg): octave fixes.
2583
2584         * scm/define-markup-commands.scm (number): use font-encoding
2585         iso. font-family
2586
2587         * ly/chord-modifiers-init.ly (blackTriangleMarkup): set
2588         font-encoding.
2589         
2590 2004-03-15  Heikki Junes <hjunes@cc.hut.fi>
2591
2592         * lily/parse-scm.cc: compile-bugfix: add missing header files for
2593         `output_format_global' and `PAGE_LAYOUT'.
2594
2595 2004-03-14  Jan Nieuwenhuizen  <janneke@gnu.org>
2596
2597         * lily/parse-scm.cc (internal_ly_parse_scm)[PAGE_LAYOUT]: Import
2598         lily functions in safe mode.
2599
2600         * scripts/lilypond-book.py (Lilypond_snippet.output_texinfo):
2601         Print filename for HTML, LATEX, before texidoc.
2602
2603         * scm/output-tex.scm (ps-output-expression): Eval embedded-ps
2604         instructions in output-ps module.
2605
2606         * scm/lily.scm: Do not load output-ps module.
2607
2608         * lily/paper-outputter.cc (Paper_outputter): Eval output-ps in
2609         safe mode.
2610
2611 2004-03-14  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2612
2613         * lily/span-dynamic-performer.cc (process_music): remove spurious
2614         warning.
2615
2616         * lily/context-def.cc (Context_def): init name to ""
2617
2618         * lily/font-interface.cc: add font-encoding property.
2619
2620         * scm/lily.scm (chain-assoc-get): bugfix.
2621
2622         * lily/paper-book.cc (stencil2line): protect static SCM.
2623
2624         * lily/font-interface.cc (text_font_alist_chain): rename function,
2625         and use text-font-defaults. 
2626
2627         * lily/font-select.cc (properties_to_font_size_family): call SCM code.
2628
2629         * scm/paper.scm (paper-set-staff-size): use new function.
2630
2631         * scm/new-font.scm (make-font-tree): new function.
2632
2633 2004-03-13  Jan Nieuwenhuizen  <janneke@gnu.org>
2634
2635         * lily/paper-book.cc (output): Bugfix: no output if no \paper.
2636
2637         * scm/lily.scm (get-output-module): New function.
2638         (output-alist): Remove ,ps-output-expression.
2639
2640         * scm/output-tex.scm (ps-output-expression): New function.
2641
2642         * scm/output-ps.scm (ps-output-expression): Remove.
2643         (header, start-page): Output page metadata.
2644
2645         * lily/paper-outputter.cc (Paper_outputter)[PAGE_LAYOUT]:
2646         initialise output_module_.  Do not write part of header.
2647         (output_scheme)[PAGE_LAYOUT]: Output through output_module_.
2648         (output_header): Output full header.
2649
2650         * scm/define-markup-commands.scm (bigger, smaller): Avoid crash.
2651         FIXME.
2652
2653 2004-03-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2654
2655         * scm/new-font.scm: new file. Tree based font lookup.
2656
2657         * scm/lily.scm (assoc-get): take default argument. Remove
2658         assoc-get-default.
2659         (chain-assoc-get): use chain-assoc-get everywhere.
2660
2661         * scripts/convert-ly.py (FatalConversionError.subst_in_trans):
2662         autobeamsettings conversion bug.
2663
2664         * lily/include/global-context.hh (Context): clean-up data hiding.
2665
2666         * lily/include/music-iterator.hh (class Music_iterator): clean-up
2667         data hiding.
2668
2669         * lily/include/grace-fixup.hh (struct Grace_fixup): new file.
2670
2671         * input/regression/stem-shorten.ly: add chord case.
2672
2673         * lily/stem.cc (get_default_stem_end_position): shorten stems
2674         triggered by note-head positions, not by forced-direction. This
2675         fixes a bug with too short stems.  
2676  
2677 2004-03-12  Jan Nieuwenhuizen  <janneke@gnu.org>
2678
2679         * scripts/lilypond-book.py (Lilypond_snippet.output_html,
2680         Lilypond_snippet.output_latex): Always call output_print_filename.
2681
2682         * lily/paper-book.cc (fill_pages): New method.  Try to cramp or
2683         expand pages.
2684
2685 2004-03-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2686
2687         * scm/part-combiner.scm (make-autochange-music): switch rests
2688         before switched notes too.
2689
2690         * lily/figured-bass-engraver.cc (process_music): change calling
2691         convention.
2692
2693         * scm/bass-figure.scm (format-bass-figure): rewrite function. 
2694
2695         * scm/define-markup-commands.scm (bracketed-y-column): new markup
2696         command.
2697
2698         * lily/include/stencil.hh (class Stencil): add origin field.
2699
2700         * lily/stencil-scheme.cc (LY_DEFINE): ly:stencil-move-to-edge: new
2701         function.
2702
2703         * lily/grob-scheme.cc (LY_DEFINE): ly:grob-alist-chain: new function. 
2704
2705         * lily/lexer.ll: remove support for \$ and $ in identifiers
2706
2707         * lily/sequential-iterator.cc: remove copy_grace_fixups
2708         (get_grace_fixup): slight abstraction of fixup code.
2709
2710         * input/test/title-markup.ly (spaceTest): vary staff sizes.
2711
2712 2004-03-12  Heikki Junes <hjunes@cc.hut.fi>
2713
2714         * vim/lilypond-indent.vim: use <C-F> (default) as indent key
2715         in insert-mode. add indenting rules.
2716
2717 2004-03-11  Jan Nieuwenhuizen  <janneke@gnu.org>
2718
2719         * lily/parser.yy (toplevel_expression)[PAGE_LAYOUT]: Remove
2720         protect hack.
2721
2722         * scm/page-layout.scm:
2723         * lily/paper-book.cc: Handle tagline/copyright.  Internal page
2724         layout and titling should now match external latex based version.
2725
2726         * scm/output-tex.scm (output-scopes): Bugfix: only write string
2727         header fields.
2728
2729         * ps/lilyponddefs.ps: Remove automatic page layout.
2730
2731         * scm/output-ps.scm (new-start-system): New interface function.
2732
2733         * lily/include/paper-outputter.hh (output_line): Add ORIGIN parameter.
2734
2735         * lily/paper-book.cc (output): Bugfix.
2736
2737 2004-03-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2738
2739         * VERSION (MY_PATCH_LEVEL): release 2.1.30
2740         
2741 2004-03-11  Jan Nieuwenhuizen  <janneke@gnu.org>
2742
2743         * Documentation/user/lilypond.tely: Bugfix: Remove './' from
2744         direntries.
2745
2746         * ps/lilyponddefs.ps: Bugfix.
2747
2748         * input/regression/multi-measure-rest-instr-name.ly: Typo.
2749
2750 2004-03-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2751
2752         * lily/auto-beam-engraver.cc (create_beam): add Stem as
2753         cause. This should fix warnings.
2754
2755         * mf/feta-slag.mf (trill_ne): fix upmordent size.
2756
2757         * lily/accidental.cc (accurate_boxes): enlarge Y-extent of flat to
2758         prevent aligned 6ths.
2759
2760         * lily/custos.cc (print): remove adjust-if-on-staffline.
2761
2762 2004-03-11  Jan Nieuwenhuizen  <janneke@gnu.org>
2763
2764         * lily/paper-book.cc: Do header and footer.
2765
2766 2004-03-10  Jan Nieuwenhuizen  <janneke@gnu.org>
2767
2768         * scm/lily.scm (safe-mode?): New name (was: security-paranoia).
2769
2770         * scm/paper.scm (lineheight): Remove
2771         (head-sep, foot-sep): Add.
2772
2773 2004-03-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2774
2775         * mf/feta-schrift.mf: reduce portato thickness.
2776
2777         * lily/context-scheme.cc (LY_DEFINE): remove ly:context-properties
2778
2779         * lily/grob-pq-engraver.cc (start_translation_timestep): remove
2780         programming_error ().
2781
2782         * lily/piano-pedal-engraver.cc (finalize): attach unfinished
2783         bracket to last command column.
2784
2785         * lily/piano-pedal-bracket.cc (print): only flatten bracket if it
2786         continues on next/prev system.
2787
2788         * input/regression/pedal-end.ly: new file.
2789
2790 2004-03-10  Werner Lemberg  <wl@gnu.org>
2791
2792         * make/lilypond.redhat.spec.in, make/lilypond.suse.spec.in:
2793         Remove pmx2ly stuff.
2794         * scripts/GNUmakefile (SEXECUTABLES): Remove pmx2ly.
2795
2796 2004-03-10  Jan Nieuwenhuizen  <janneke@gnu.org>
2797
2798         * scm/page-layout.scm: New file.
2799
2800         * scripts/lilypond-book.py (do_file): Bugfix: texinfo paper
2801         settings.
2802         (Lilypond_snippet.is_outdated): Also check for PNG file.
2803         Workaround for interrupted (web) builds.
2804
2805         * lily/paper-book.cc (get_pages): Bugfix: set dimensions for titles.
2806
2807         * ps/lilyponddefs.ps: Use only very small top-marging.
2808         (init-paper): Also pop page size string.
2809         (start-page, stop-page): New function.
2810
2811         * scm/output-ps.scm (header-end): Remove stray exec commands.
2812
2813 2004-03-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2814
2815         * lily/input-file-results.cc (do_one_file): use new Paper_book()
2816
2817         * lily/score.cc (default_rendering): clean protection.
2818
2819         * lily/paper-book.cc (mark_smob): implement smob marking.
2820
2821         * scripts/lilypond.py (make_html_menu_file): remove --psgz option
2822
2823         * Documentation/user/*.itely: user manual edits. 
2824
2825 2004-03-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2826
2827         * Documentation/user/converters.itely (Invoking musedata2ly):
2828         remove pmx2ly.
2829
2830         * scripts/pmx2ly: remove script.
2831         
2832 2004-03-09  Jan Nieuwenhuizen  <janneke@gnu.org>
2833
2834         * lily/score.cc (default_rendering): Protect paper-book members.
2835
2836         * lily/paper-def.cc (smobbed_copy): New method.
2837
2838         * lily/include/paper-book.hh (PAGE_LAYOUT): Define as "ps"; make
2839         switch runtime.
2840
2841         * lily/include/music-output.hh (process): Change signature to
2842         return SCM.
2843
2844         * lily/paper-book.cc (classic_output, get_title, get_scopes): New
2845         method.
2846
2847         * lily/paper-score.cc (process): Return stencils rather than
2848         outputting directly.  Remove paper-book kludge.  Delete grobs.
2849         (output): Remove.
2850
2851         * lily/include/paper-score.hh (class Paper_score): Remove outputter_.
2852
2853         * lily/score-engraver.cc (get_output): Do not reset pscore_.
2854
2855         * lily/score.cc (default_rendering)
2856         (ly_render_output): Move adding paper-score two levels up.
2857
2858         * lily/system.cc (get_line):
2859         * lily/paper-outputter.cc (output_line): Fix `between-system-string'.
2860
2861 2004-03-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2862
2863         * scm/font.scm (paper20-font-vector): add more design sizes for
2864         number.
2865
2866         * mf/GNUmakefile (depth): remove feta-din{11,13,19}, remove
2867         feta-nummber{5,7,11,13}.
2868
2869         * scm/font.scm (paper20-font-vector): bugfix: use din12, not 10
2870         for 12pt design size. 
2871
2872 2004-03-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2873
2874         * ly/engraver-init.ly: don't remove slur engraver from DrumVoice.
2875
2876 2004-03-09  Jan Nieuwenhuizen  <janneke@gnu.org>
2877
2878         * lily/font-select.cc (properties_to_font_size_family): Fix
2879         warning message.
2880
2881         * Experimental PostScript latin1 encoding:
2882         
2883         * mf/GNUmakefile (SAUTER_FONTS): Add ecmb14 ecrm12.
2884
2885         * scm/output-ps.scm: Experimental encoding using reencode-font.
2886         * scm/font.scm: Add latin1 `font-shape'.
2887         
2888         * scm/define-markup-commands.scm (latin-i): New font-shape command. 
2889
2890         * ps/lilyponddefs.ps (reencode-font): New function.
2891
2892         * lily/paper-book.cc (get_pages): Simplistic page breaking.
2893
2894         * scm/output-tex.scm (start-page):
2895         (stop-page): New interface function.
2896
2897 2004-03-08  Jan Nieuwenhuizen  <janneke@gnu.org>
2898
2899         * lily/paper-outputter.cc (output_expr):
2900         (output_header):
2901         (output_line): New method.
2902
2903         * lily/system.cc (get_line):
2904         (get_lines): New method.
2905         (output_scheme):
2906         (output_line): Remove.
2907
2908         * scm/lily.scm (make-title): New function.
2909
2910         * lily/paper-book.cc: 
2911         * lily/include/paper-book.hh: New file.
2912
2913         * lily/include/ly-module.hh: New file, matching ly-module.cc (WAS:
2914         ly-modules.hh).
2915
2916         * lily/ly-module.cc (ly_modules_lookup): New function.
2917
2918         * lily/main.cc (main_with_guile): Move memory leak debug code back.
2919
2920         * scm/output-ps.scm (make-title): Remove.
2921         (output-scopes): Junk header-title test.
2922
2923 2004-03-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2924
2925         * mf/feta-schrift.mf: thicker dot for portato.
2926
2927         * lily/accidental-placement.cc (position_accidentals): bugfix in
2928         offset, this fixes right-padding of AccidentalPlacement.
2929
2930         * lily/[h-z]*.cc: () formatting.
2931
2932         * Documentation/user/tutorial.itely (An orchestral part): more
2933         fixes for the tutorial.
2934
2935         * scm/translation-functions.scm (fraction-tuplet-formatter):
2936         reverse fraction.
2937
2938         * lily/parser.yy (context_def_spec_block): use \context instead of
2939         \translator.
2940
2941         * lily/[a-g].cc: () style cleanup.
2942
2943         * Documentation/user/tutorial.itely (Automatic and manual beams):
2944         editing of tutorial.
2945
2946 2004-03-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2947
2948         * buildscripts/mf-to-table.py (base): write encoding name.
2949
2950 2004-03-07  Jan Nieuwenhuizen  <janneke@gnu.org>
2951
2952         * Documentation/user/GNUmakefile (local-install-info): Issue
2953         warning (for packager, ie, if not installing in /usr or /usr/local).
2954
2955         * lily/stencil-scheme.cc: 
2956         * lily/staff-symbol-referencer.cc: 
2957         * lily/script-column.cc: 
2958         * lily/pitch.cc: 
2959         * lily/music.cc: 
2960         * lily/grob-pq-engraver.cc: 
2961         * lily/font-interface.cc: 
2962         * lily/music-output-def.cc: 
2963         * lily/duration.cc: 
2964         * lily/grob-scheme.cc:
2965         * lily/context-scheme.cc: Put scheme name on first line in
2966         LY_DEFINE to help etags (/ms multiline regexp flag broken?).  Stray
2967         style cleanups.
2968
2969         * stepmake/stepmake/scm-vars.make: 
2970         * stepmake/stepmake/c++-vars.make (TAGS_HEADERS, TAGS_SOURCES):
2971         Rename and split TAGS_FILES.
2972
2973         * GNUmakefile.in (ALL-TAGS): Remove.
2974         
2975         * stepmake/stepmake/generic-targets.make (TAGS): Also include
2976         deeper TAGS files.  Fixes regexp tags in TOP dir.
2977
2978 2004-03-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2979
2980         * VERSION: 2.1.29 released.
2981         
2982         * Documentation/user/changing-defaults.itely (Changing defaults):
2983         new file.
2984
2985         * Documentation/user/notation.itely (Notation manual): rename from 
2986         refman.itely
2987
2988         * Documentation/user/notation-appendices.itely (The Feta font):
2989         new file.
2990
2991         * Documentation/user/advanced.itely: add aborted attempt for
2992         advanced topics manual.
2993
2994 2004-03-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2995
2996         * scm/new-markup.scm: display Markups in sane format. Patch by
2997         Nicolas Sceaux.
2998
2999 2004-03-05  Jan Nieuwenhuizen  <janneke@gnu.org>
3000
3001         * lily/main.cc: Cleanups.
3002         (setup_localisation): New function.
3003         (sane_putenv): Remove.
3004         (main_with_guile): New name (Was: main_prog).  Remove musings
3005         about possible preparation for GUILE heavy memory usage and
3006         practical uselessness.  Do not set environment variables
3007         GUILE_INIT_SEGMENT_SIZE_1, GUILE_MAX_SEGMENT_SIZE.  Remove file
3008         name juggling.
3009         (parse_argv): New function.
3010         (copyright): New function.  It's 2004 already.
3011
3012         * lily/input-file-results.cc (do_one_file): Add file name juggling.
3013         (distill_inname): Move from main.
3014
3015 2004-03-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3016
3017         * GNUmakefile.in (EXTRA_DIST_FILES): remove VIM stuff.
3018
3019         * vim/GNUmakefile: flatten dirs, add GNUmakefile.
3020
3021         * Documentation/user/running.itely: new file.
3022
3023         * lily/include/audio-element.hh (class Audio_element): remove grace_b_
3024
3025         * lily/score-performer.cc (finish): call Translator::finalize ().
3026
3027 2004-03-05  Heikki Junes <hjunes@cc.hut.fi>
3028
3029         * lilypond-ftpplugin.vim: renamed to the following file.
3030         * lilypond-ftplugin.vim: new file.
3031
3032         * GNUmakefile.in: update VIM_FILES.
3033
3034 2004-03-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3035
3036         * scm/output-ps.scm (output-scopes): use ly:paper-lookup for font
3037         props.
3038
3039         * input/test/tie-sparse.ly: remove.
3040
3041         * lily/tie-performer.cc (try_music): copy & paste from
3042         Tie_engraver.
3043
3044         * lily/music-output-def.cc (LY_DEFINE): bugfix. Don't do
3045         variable_ref twice.
3046
3047         * lily/key-performer.cc (create_audio_elements): use
3048         alterations-in-key.
3049
3050         * scm/midi.scm (accidentals-in-key): divide alterations by 2.
3051
3052 2004-03-04  Heikki Junes <hjunes@cc.hut.fi>
3053
3054         * input/test/smart-transpose.ly: fix cases fes->e and similar.
3055         handle also quarter tones (not shown as tests). test also flats.
3056
3057         * Documentation/index.html.in: small fixes.
3058
3059 2004-03-03  Jan Nieuwenhuizen  <janneke@gnu.org>
3060
3061         * input/regression/new-markup-scheme.ly: Typo.
3062
3063         * scm/define-markup-commands.scm (fill-line): New markup.
3064
3065         * scm/output-ps.scm (ps-encoding): Add simplistic encoding.
3066         (output-paper-def): Fix alignment.
3067         (make-title): Fix height/width scaling.
3068
3069         * ps/lilyponddefs.ps (base-line-skip): Bugfix.
3070
3071         * input/test/title-markup.ly: Add remaining titles.  Layout and
3072         font size fixes.  Add simplistic latin1 test.
3073
3074 2004-03-03  Heikki Junes <hjunes@cc.hut.fi>
3075
3076         * input/test/nested-groups.ly: remove. move content (to next). 
3077         * input/test/staff-bracket.ly: replace content (from prev), this 
3078         has been already in templates.
3079
3080 2004-03-03  Jan Nieuwenhuizen  <janneke@gnu.org>
3081
3082         * stepmake/autogen.sh: Only issue warning about running configure
3083         without arguments when autogen.sh will actually be running
3084         configure.
3085
3086 2004-03-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3087
3088         * scm/new-markup.scm (stack-stencil-line): robustness.
3089
3090         * scm/define-markup-commands.scm (simple): robustification of
3091         simple-markup.
3092
3093         * Documentation/user/music-glossary.tely (Top): change central C
3094         to middle C.
3095
3096         * lily/text-item.cc (interpret_markup): cache make-simple-markup
3097
3098 2004-03-03  Jan Nieuwenhuizen  <janneke@gnu.org>
3099
3100         * input/test/title-markup.ly (spaceTest): Add.
3101
3102         * lily/text-item.cc (interpret_markup): Make line markup from
3103         multi word markup.
3104
3105         * scm/define-markup-commands.scm (word): New markup command.
3106         (simple): Use it.
3107
3108         * scm/output-ps.scm (define-fonts): Fix TeX font scaling.
3109
3110 2004-03-02  Heikki Junes <hjunes@cc.hut.fi>
3111
3112         * vim/ftplugin/lilypond.vim:
3113         * vim/syntax/lilypond.vim: use only local settings with setlocal.
3114         show matching paren in insert mode.
3115
3116 2004-03-02  Jan Nieuwenhuizen  <janneke@gnu.org>
3117
3118         * scm/output-ps.scm (make-title, output-scopes): Further
3119         development.
3120
3121         * input/test/title-markup.ly: New file.
3122
3123         * ps/lilyponddefs.ps: Disable PostScript titling.
3124
3125         * lily/paper-score.cc (process): Quote PORT argument to make-title.
3126
3127 2004-03-01  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3128
3129         * lily/arpeggio.cc (width_callback): remove padding.
3130  
3131         * scm/define-grobs.scm (all-grob-descriptions): add padding.
3132
3133         * scm/define-music-types.scm: remove make-music-by-name.
3134
3135         * Documentation/user/lilypond.tely: doc patch by Edward Sutton.
3136
3137 2004-03-01  Jan Nieuwenhuizen  <janneke@gnu.org>
3138
3139         * lily/paper-score.cc (process): Output titles using make-title.
3140
3141         * scm/output-ps.scm (output-stencil): Display directly instead of
3142         constructing string.
3143         (make-title): New function.
3144
3145 2004-03-01  Mats Bengtsson  <mabe@drongo.s3.kth.se>
3146
3147         * Documentation/user/lilypond-book.itely (Integrating LaTeX and
3148         music), Documentation/user/invoking.itexi (Invoking lilypond): 
3149         Move documentation of LaTeX packages for latin1 characters to the
3150         lilypond-book manual.
3151
3152 2004-03-01  Heikki Junes <hjunes@cc.hut.fi>
3153
3154         * Documentation/topdocs/INSTALL.texi: small fix (by Matthias Kilian).
3155
3156         * vimrc: add menu in console and shortcut <F10> for it.
3157
3158         * vim/:
3159         * vim/compiler/:
3160         * vim/syntax/:
3161         * vim/indent/:
3162         * vim/ftplugin/: new directories.
3163         
3164         * vim/filetype.vim: new file.
3165
3166         * lilypond.vim: remove files (see next).
3167         * vim/syntax/lilypond.vim: new, renamed file (see prev).
3168
3169         * vimrc: remove file (see next).
3170         * vim/ftplugin/lilypond.vim: new, renamed file (see prev).
3171
3172         * vim/ftplugin/lilypond.vim: change dir for dictionary.
3173         add header. apply bindings only locally.
3174
3175         * vim/indent/lilypond.vim: new file.
3176
3177         * vim/ftplugin/lilypond.vim: remove errorformat.
3178         * vim/compiler/lilypond.vim: new file for errorformats.
3179
3180         * Documentation/topdocs/INSTALL.texi: give easier orders.
3181
3182         * ROADMAP: add vim/
3183
3184 2004-02-29  Jan Nieuwenhuizen  <janneke@gnu.org>
3185
3186         * Documentation/user/introduction.itely (Introduction): Use @image
3187         iso @html <img...>.  Add workaround for images in columns in info.
3188
3189         * stepmake/aclocal.m4: Store computed version in variable.
3190
3191         * configure.in: Export MAKEINFO_VERSION.
3192
3193         * config.make.in (MAKEINFO_VERSION): Add.
3194
3195         * make/ly-rules.make: Add makeinfo <= 4.6 workaround.
3196
3197         * Documentation/user/GNUmakefile: Only build info with images when
3198         building web.
3199
3200         * GNUmakefile.in (install-WWW): Visit Documentation/user.
3201
3202         * stepmake/stepmake/texinfo-targets.make: Move info and texinfo
3203         stuff from documentation-targets.make
3204
3205 2004-02-29  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3206
3207         * VERSION: 2.1.28 released
3208         
3209         * scripts/convert-ly.py (conv): 
3210
3211 2004-02-29  Heikki Junes <hjunes@cc.hut.fi>
3212
3213         * ly/property-init: new functions: \arpeggioUp, \arpeggioDown,
3214         \arpeggioBoth. redefine \arpeggioBracket.
3215
3216         * Documentation/user/refman.itely: document new arpeggio
3217         functions.
3218
3219         * scripts/convert-ly.py: add a rule for \arpeggioBracket.
3220
3221         * input/regression/arpeggio-bracket.ly: apply convert-ly.
3222
3223         * input/mutopia/R.Schumann/romanze-op28-2.ly: apply convert-ly.
3224
3225 2004-02-29  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3226
3227         * Documentation/user/introduction.itely (Automated engraving):
3228         rewrite introduction using website text.
3229
3230 2004-02-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3231
3232         * scm/*.scm: make-music-by-name is replaced by make-music, which
3233         also accept music property settings, eg:
3234           (make-music 'TextScriptEvent 'direction DOWN 'text
3235               (make-simple-markup x))
3236
3237         Patch courtesy Nicolas Sceaux
3238
3239         * lily/beam-quanting.cc: cleanup, separate counts for left and
3240         right beam ends.
3241
3242         * lily/side-position-interface.cc (quantised_position): also
3243         quantize staccato position for forced stem directions. 
3244
3245 2004-02-27  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3246
3247         * scm/*.scm: Patch by Nicolas Sceaux: 
3248
3249         * scm/music-functions.scm: ly:grob-property and ly:music-property
3250         are made procedure with setters.
3251
3252         * scm/*.scm: replace ..-set-property! with set! (..-property  )
3253         
3254 2004-02-28  Heikki Junes <hjunes@cc.hut.fi>
3255
3256         * input/test/[t-v]*.ly: finish rewriting texidocs.
3257
3258         * input/test/vaticana.ly: remove.
3259         * input/test/ligature-vaticana.ly: new, renamed file name.
3260
3261         * input/test/stem-centered.ly: remove.
3262         * input/test/mensural-note-heads.ly: new file. take content from
3263         removed file stem-centered.ly.
3264
3265         * input/test/scales-greek.ly: simplify.
3266
3267         * input/test/s*.ly: reformulate texidocs.
3268         
3269         * input/test/[p-r]*.ly: use more verbose texidocs. add comments
3270         of missing features.
3271
3272 2004-02-27  Heikki Junes <hjunes@cc.hut.fi>
3273
3274         * input/test/[j-o]*.ly: update texidocs.
3275
3276 2004-02-27  Jan Nieuwenhuizen  <janneke@gnu.org>
3277
3278         * scm/documentation-generate.scm (usermanref): Add macro for TeX.
3279
3280         * Documentation/topdocs/NEWS.texi: Add note about info docs with
3281         images.
3282
3283         * Documentation/user/lilypond.tely (@direntry): Update.
3284
3285         * stepmake/stepmake/documentation-targets.make
3286         (install-info,uninstall-info): Install into $(package_infodir).
3287         Install images.  Run install-info to update dir.
3288
3289         * config.make.in (package_infodir): Add.
3290
3291         * Documentation/user/GNUmakefile (info-with-images,
3292         local-install-info, local-uninstall-info): New target.
3293
3294 2004-02-27  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3295
3296         * scm/define-grobs.scm (all-grob-descriptions): tune concaveness
3297         gap/threshold.
3298
3299         * lily/beam-quanting.cc (score_slopes_dy): remove
3300         ROUND_TO_ZERO_SLOPE kludge.
3301
3302         * lily/beam.cc (check_concave): remove old concaveness2 kludge.
3303
3304         * input/regression/beam-concave.ly (texidoc): add morgenlied example.
3305
3306         * lily/global-context.cc (Global_context): alway accept Score
3307         (run_iterator_on_me): cast Context to Score_context, not
3308         Context_def.
3309
3310         * Documentation/user/refman.itely: documentation patch by Edward
3311         Sanford Sutton.
3312
3313         * mf/GNUmakefile: unset sauter-fonts.
3314
3315 2004-02-27  Jan Nieuwenhuizen  <janneke@gnu.org>
3316
3317         * scripts/lilypond-book.py (output_texinfo): Output @image
3318         descriptions for info too.
3319
3320         * input/test/chord-names-jazz.ly: 
3321         * input/test/embedded-scm.ly: Clarify.
3322
3323         * input/test/cautionaries.ly: Typo.
3324
3325         * lily/input-smob.cc (ly_input_location): Compile fix.
3326
3327 2004-02-27  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3328
3329         * make/lilypond.redhat.spec.in (Group): add/delete music-glossary too. 
3330
3331         * ly/engraver-init.ly: move \grobdescriptions to Global. This
3332         fixes problems with system defaults being reverted with \override
3333         on Score level.
3334
3335         * lily/global-context.cc (Global_context): apply property-ops to
3336         Global_context too. 
3337
3338 2004-02-27  Jan Nieuwenhuizen  <janneke@gnu.org>
3339
3340         * scm/output-ps.scm (stencil->string): Rewrite.
3341
3342 2004-02-27  Heikki Junes <hjunes@cc.hut.fi>
3343
3344         * input/test/[+c-i]*.ly: refresh descriptions -- maintain
3345         impersonal style.
3346
3347 2004-02-26  Jan Nieuwenhuizen  <janneke@gnu.org>
3348
3349         * lily/input-smob.cc (ly_input_location: New function.
3350
3351         * scm/define-markup-commands.scm (upright): New markup command.
3352
3353         * lily/parser.yy (markup): Add STRING_IDENTIFIER.
3354
3355         * scm/font.scm (paper20-font-vector): cmcsc klugdge.
3356
3357         * scm/output-ps.scm (output-stencil): New function.
3358
3359         * scripts/lilypond-book.py (do_file): Bugfix: change search order
3360         of snippet types; fixes @ignore and @verbatim blocks.
3361
3362 2004-02-26  Heikki Junes <hjunes@cc.hut.fi>
3363
3364         * input/test/[a-b]*.ly: refresh descriptions -- avoid referring
3365         to a file in printed documentation, instead, refer either to a 
3366         syntax or to an output.
3367
3368 2004-02-26  Jan Nieuwenhuizen  <janneke@gnu.org>
3369
3370         * input/regression/beam-center-slope.ly: Add test.
3371
3372 2004-02-25  Jan Nieuwenhuizen  <janneke@gnu.org>
3373
3374         * mf/GNUmakefile (Fontmap, Fontmap.lily): Add Fontmap for GS.
3375         (SAUTER_FONTS): Reinstate.
3376
3377         * scm/define-markup-commands.scm (caps): New markup command.
3378
3379         * scm/output-ps.scm (output-scopes): Experimental markup output.
3380
3381         * scm/: Add missing headers.
3382
3383         * lily/stencil-scheme.cc (ly_stencil_get_expr): New accessor.
3384
3385         * lily/paper-outputter.cc (output_metadata): Add parameter PAPER.
3386
3387 2004-02-25  Jan Nieuwenhuizen  <janneke@gnu.org>
3388
3389         * lily/stencil-scheme.cc (ly_stencil_get_expr): New function.
3390         Stray style cleanups.
3391
3392 2004-02-25  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3393
3394         * lily/note-collision.cc (check_meshing_chords): bugfix for dot /
3395         no dot combination.
3396
3397         * scripts/convert-ly.py (FatalConversionError.subst_in_trans):
3398         substitute \override Staff.autoBeamSettings too
3399
3400         * Documentation/user/tutorial.itely: proofreading fixes by David
3401         Bobroff
3402
3403 2004-02-24  Jan Nieuwenhuizen  <janneke@gnu.org>
3404
3405         * scm/output-ps.scm (top-of-file): Add tagline definition.  FIXME.
3406
3407         * ps/music-drawing-routines.ps: 
3408         * ps/lilyponddefs.ps: Add end markers.
3409
3410 2004-02-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3411
3412         * VERSION: 2.1.27 released.
3413         
3414         * lily/hyphen-engraver.cc (finalize): suicide unterminated hyphens.
3415
3416         * scripts/lilypond-book.py (compose_ly): cleanup relative= option,
3417         obey documentation.
3418
3419 2004-02-24  Jan Nieuwenhuizen  <janneke@gnu.org>
3420
3421         * scripts/lilypond.py (find_pfa_fonts): Bugfix and update.
3422
3423         * scm/output-ps.scm: Resurrect.
3424         
3425         * scm/output-tex.scm: Minimal cleanups.
3426
3427         * scm/paper.scm (paper-set-staff-size): Add lineheight.
3428
3429         * make/ly-rules.make: Remove any broken lily-*.tex files before
3430         lilypond-book run.
3431
3432         * stepmake/stepmake/c++-vars.make (EXTRA_CXXFLAGS): Remove -pipe
3433         comment.
3434
3435         * stepmake/aclocal.m4: Add --enable-pipe option, with check.
3436         Enabled by default, may save 10% compile time.
3437
3438 2004-02-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3439
3440         * lily/lyric-phrasing-engraver.cc: remove
3441         
3442         * lily/lyric-engraver.cc: rewrite so lyric-phrasing-engraver no
3443         longer necessary. 
3444
3445         * lily/extender-engraver.cc (stop_translation_timestep): rewrite
3446         so lyric-phrasing-engraver is no longer necessary.
3447
3448         * ly/engraver-init.ly: move Break_forbid_engraver to Voice, remove
3449         Grob_pq_engraver from Staff.
3450
3451         * lily/grob-pq-engraver.cc: remove current_grobs array, read/write
3452         busyGrobs directly.
3453
3454         * input/regression/quote-transposition.ly: new file.
3455
3456         * lily/recording-group-engraver.cc (stop_translation_timestep):
3457         store instrumentTuning too. 
3458
3459         * lily/quote-iterator.cc (process): transpose events using
3460         instrumentTuning.
3461
3462         * scripts/convert-ly.py (FatalConversionError.subst): \set transposing
3463         -> \tuning <pitch>
3464
3465         * lily/parser.yy (command_req): add \tuning command for setting
3466         instrument tuning of staff.
3467
3468         * Documentation/user/GNUmakefile
3469         ($(outdir)/lilypond/lilypond.html): ugh: use perl iso. sed.
3470
3471         * Documentation/user/refman.itely (Customized accidental rules):
3472         typo.
3473
3474 2004-02-23  Heikki Junes <hjunes@cc.hut.fi>
3475
3476         * Documentation/user/music-glossary.tely: remove the missing norwegian
3477         translation; they can be put in later properly.
3478
3479 2004-02-23  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3480
3481         * lily/recording-group-engraver.cc (start_translation_timestep):
3482         init Recording_group_engraver twice.
3483
3484 2004-02-23  Jan Nieuwenhuizen  <janneke@gnu.org>
3485
3486         * gcc-3.4 snapshot: 3.4.0 20040215 (prerelease) compile fixes, and
3487         stray style cleanups:
3488
3489         * stepmake/stepmake/c++-vars.make (EXTRA_CXXFLAGS): Remove
3490         -Wmissing-prototypes.
3491
3492         * flower/include/killing-cons.tcc (Killing_cons): Add template
3493         specifier for car_.
3494
3495         * flower/include/parray.hh (binsearchs): Add template specifier
3496         for maxkey.
3497
3498         * flower/include/interval.hh: Declare elem () with template specfier.
3499
3500 2004-02-23  Heikki Junes <hjunes@cc.hut.fi>
3501
3502         * elisp/lilypond-indent.el (get-buffer-size): add customization
3503         groups for several variables (Reuben Thomas).
3504
3505 2004-02-23  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3506
3507         * Documentation/user/invoking.itexi (Point and click): add index
3508         entry.
3509
3510         * scm/slur.scm (calc-slur-extremity): use 'stem only if slur would
3511         go under beam.
3512
3513         * lily/beam-quanting.cc: tune down ROUND_TO_ZERO_SLOPE, this fixes
3514         sarabande beam. 
3515
3516         * flower/warn.cc (programming_error): cross fingers not thumbs.
3517
3518         * lily/rest.cc (polyphonic_offset_callback): return 0 when
3519         staff-position is set.
3520
3521         * VERSION: release 2.1.26 
3522         
3523         * scm/chord-entry.scm (construct-chord): process transposition
3524         after processing explicit-11.  
3525
3526 2004-02-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3527
3528         * lily/parser.yy (add_quote): add syntax for adding quotes:
3529         \addquote "id-string" Music
3530
3531         * scripts/lilypond-book.py (do_file): do not overwrite input file.
3532
3533         * scripts/convert-ly.py (conv): add rules for name changes.
3534
3535         * lily/context-scheme.cc (LY_DEFINE): use Scheme style naming for
3536         music/context/grob property functions. Internally, use
3537         get_property() and set_property() for both.
3538
3539 2004-02-22  Heikki Junes <hjunes@cc.hut.fi>
3540
3541         * elisp/lilypond-mode.el (get-buffer-size): define new function,
3542         for Emacs <= 20 (Laurent Martelli).
3543
3544 2004-02-21  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3545
3546         * lily/parser.yy (command_element): extract quoted vector in
3547         parser.
3548
3549         * input/regression/quote.ly: new file.
3550
3551         * lily/sequential-iterator.cc (process): only process if moment >= 0.
3552
3553         * lily/parser.yy (command_element): \quote DURATION NAME: support
3554         cue notes. 
3555
3556         * lily/quote-iterator.cc (class Quote_iterator): new file.
3557
3558 2004-02-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3559
3560         * lily/auto-beam-engraver.cc (try_music): accept and process
3561         beam-forbid-event.
3562
3563         * input/regression/auto-beam-no-beam.ly: new file.
3564
3565 2004-02-20  Mats Bengtsson  <mabe@drongo.s3.kth.se>
3566
3567         * lily/accidental.cc (print): Change font-relative-size ->
3568         font-size. Fixes cautionary-style = smaller.
3569
3570 2004-02-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3571
3572         * lily/system-start-delimiter.cc (staff_brace): remove
3573         font-relative-size
3574
3575         * lily/parser.yy (music_property_def): oops. SCM_UNDEFINED
3576         forgotten with scm_list_n. Fixes spurious coredumps.
3577
3578         * lily/accidental-engraver.cc (stop_translation_timestep): move
3579         update of localKeySignature to stop_translation_timestep (). This
3580         makes sure that all ties are noticed at the right moment.
3581         (stop_translation_timestep): clear tie only when right-side
3582         notehead was seen.
3583         (number_accidentals_from_sig): cleanup. 
3584
3585         * input/regression/accidental-tie.ly (mus): new file
3586
3587         * input/regression/tie-accidental, tie-break-accidental.ly: remove
3588         these longish tests.
3589
3590 2004-02-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3591
3592         * lily/include/*.hh (class Item): rename XXX_b () to is_XXX ().
3593
3594         * THANKS: update bugreporter list.
3595
3596         * lily/beam.cc (print): broken beams last until end of staff.
3597         (print): broken beams start from prefatory matter.
3598
3599         * scm/output-tex.scm (output-scopes): don't dump fraction exactly.
3600
3601         * lily/paper-score.cc (process): dump header only once.
3602
3603         * lily/paper-outputter.cc (Paper_outputter): move logic into
3604         Scheme.
3605
3606         * scm/output-tex.scm (output-scopes): new function.
3607         (output-paper-def): new function
3608         (tex-string-def): new function
3609         (symbol->tex-key): new function
3610
3611         * scripts/convert-ly.py (conv): add rule for | ~
3612
3613 2004-02-19  Heikki Junes  <hjunes@cc.hut.fi>
3614
3615         * input/regression/{many}.ly: refresh, trying to guess how
3616         it was designed.
3617
3618 2004-02-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3619
3620         * VERSION: release 2.1.25
3621
3622         * scm/define-translator-properties.scm
3623         (all-user-translation-properties): add printOctaveNames
3624
3625         * ly/engraver-init.ly: remove Note_event_swallower from
3626         NoteNamesContext.
3627
3628         * lily/note-name-engraver.cc (process_music): new property
3629         printOctaveNames
3630
3631         * lily/context.cc (find_existing_context): remove support for
3632         Current.
3633
3634         * scm/music-functions.scm (set-accidental-style): new function;
3635         duplicate accidental macros.
3636
3637         * ly/property-init.ly (hideStaffSwitch): remove accidental macros.
3638
3639         * lily/note-name-engraver.cc (process_music):
3640         process_acknowledged_grobs () -> process_music ()
3641
3642         * scm/part-combiner.scm (determine-split-list): robustification.
3643
3644 2004-02-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3645
3646         * lily/beam-quanting.cc (score_forbidden_quants): check all staff
3647         lines for falling into beam-gap.
3648         (score_forbidden_quants): check all staff lines for falling in
3649         beam gaps.
3650
3651         * lily/note-spacing.cc (get_spacing): less space at EOL in case of
3652         key/clef/time signatures. 
3653
3654         * input/test/ossia.ly: revise example.
3655
3656         * lily/span-bar.cc (evaluate_glyph): read 'glyph of self first.
3657         cleanup.
3658         
3659         * lily/grob-scheme.cc (LY_DEFINE): change a few function names to
3660         comply to Scheme standard.  Remove ly:get-paper-variable
3661
3662 2004-02-17  Mats Bengtsson  <mabe@drongo.s3.kth.se>
3663
3664         * scripts/convert-ly.py (2.1.22): Corrected documentation printout.
3665
3666 2004-02-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3667
3668         * lily/accidental-engraver.cc (process_acknowledged_grobs): use
3669         properties from Voice context. This fixes accidental size for
3670         staff-switches during grace contexts.
3671
3672         * lily/note-collision.cc (check_meshing_chords): only wipe heads
3673         if necessary. Else, simply wipe dots.
3674
3675         * input/test/beam-alternate.ly: new file
3676
3677         * input/test/piano-staff-distance.ly: new file.
3678
3679         * lily/translator-group.cc (recurse_down_translators): use
3680         Direction for bottom-up/top-down.
3681
3682         * lily/include/translator.hh (class Translator): add
3683         process_music() and do_announces(). This obviates
3684         recurse_down_{engravers,performers}.
3685
3686         * ly/declarations-init.ly (melismaEnd): use ManualMelismaEvent for
3687         \melisma and \melismaEnd
3688
3689         * lily/melisma-engraver.cc (process_music): change to
3690         Melisma_translator, unify with performer. Accept
3691         ManualMelismaEvent.
3692
3693         * ly/engraver-init.ly: add Font_size_engraver.
3694
3695 2004-02-16  Heikki Junes  <hjunes@cc.hut.fi>
3696
3697         * lily/align-interface.cc, lily/axis-group-engraver.cc: spell
3698         it hara-kiri.
3699
3700         * input/regression/{many}.ly: improve descriptions trying to figure
3701         out what is tested.
3702
3703 2004-02-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3704
3705         * lily/slur.cc (broken_trend_offset): robustness fix.
3706
3707         * VERSION: release 2.1.24
3708
3709         * lily/context.cc (find_create_context): go to Score if it exists.
3710
3711         * lily/context-scheme.cc: new file.
3712
3713         * lily/score-translator.cc (get_output): new file.
3714
3715         * lily/include/grob-info.hh: origin_contexts() now does not
3716         include the originating engraver
3717
3718         * lily/translator-group.cc (translator_each): clean up contents,
3719         remove superfluous stubs. Engraver_group_engraver and
3720         Performer_group_performer are the only classes using multiple
3721         inheritance.
3722
3723         * lily/include/score-context.hh (class Score_context): interface
3724         between Score_{engraver,performer} and Global_context.
3725
3726         * lily/include/global-context.hh (Context): change from
3727         global-translator. This is the entry point for contexts; it is not
3728         tweakable using \translator{}. Score is no longer the top context,
3729         but sits underneath Global.
3730
3731         * lily/include/context.hh (class Context): brain surgery: split
3732         out Context functionality from Translator_group. Context is now a
3733         separate type from Translator.
3734
3735 2004-02-15  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3736
3737         * lily/include/translator.hh (class Translator): make
3738         get_score_context() and get_global_translator (), and use the one
3739         which is appropriate.
3740
3741         * lily/context.cc: partially put functionality of Translator_group
3742         into Context.
3743
3744         * lily/include/context.hh (Translator): new class: put between
3745         Translator and Translator_group. 
3746
3747         * lily/new-accidental-engraver.cc: remove file.
3748
3749 2004-02-16  Heikki Junes  <hjunes@cc.hut.fi>
3750
3751         * input/regression/{many}.ly: improve descriptions: use complete 
3752         sentences, try to describe what is tested, avoid `we´, do not use 
3753         don't, ... 
3754
3755 2004-02-15  Heikki Junes  <hjunes@cc.hut.fi>
3756
3757         * Documentation/user/refman.itely: use `@c´ if $internalsref{...} @c
3758         is at EOL.
3759
3760         * Documentation/user/lilypond.tely: declare the topmost node only
3761         once; removes empty line in @contents.
3762
3763         * Documentation/user/music-glossary.tely: really add Finnish author.
3764         Draw more beatiful `->´ arrow in html: &rarr;
3765
3766 2004-02-15  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3767
3768         * lily/music.cc (LY_DEFINE): rename to ly:music-list?
3769
3770         * scripts/convert-ly.py (conv): add ly:music-list  change.
3771
3772         * lily/grob.cc: edit doc string.
3773
3774         * scm/define-grob-properties.scm (all-user-grob-properties):
3775         proofreading, editing of doc strings.
3776
3777         * input/regression/tablature-string-tunings.ly: new file.
3778
3779         * lily/staff-symbol-engraver.cc (process_music): new engraver,
3780         listen to stringTunings
3781
3782         * lily/align-interface.cc (align_elements_to_extents): remove Grob
3783         for self-alignment-[XY] code.
3784  
3785 2004-02-14  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3786
3787         * scm/slur.scm (calc-slur-extremity): change "rules" (home-brewn
3788         cond) into function. Cleanup.
3789
3790         * lily/text-spanner.cc: remove text-repeat-if-broken property.
3791         
3792         * VERSION (PACKAGE_NAME): 2.1.23 released
3793
3794 2004-02-14  Heikki Junes   <hjunes@cc.hut.fi>
3795
3796         * Documentation/user/{refman,internals}.itely: small fixes.
3797
3798 2004-02-14  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3799
3800         * lily/accidental-engraver.cc (acknowledge_grob): don't make
3801         accidentals for harmonic notes
3802
3803         * lily/new-fingering-engraver.cc (acknowledge_grob): kill dots,
3804         for harmonic notes.
3805
3806         * scm/document-backend.scm (interface-doc): prune Grob
3807         documentation: don't duplicate interface information.
3808
3809         * lily/*.cc: lots of updates of doc strings.
3810
3811 2004-02-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3812
3813         * input/test/ac-extra-voice.ly (accompany): remove file.
3814
3815         * input/test/maximum-rest-count.ly: remove file.
3816
3817         * scripts/convert-ly.py (FatalConversionError.subst_in_trans):
3818         conversion rule for \translator { }. Apply everywhere.  
3819
3820         * lily/parser.yy (music_property_def): set property for \once in
3821         the PropertyMusic itself, not the ContextSpec.
3822         (property_operation): change syntax within \translator { }
3823
3824         * scm/define-music-properties.scm (all-music-properties): clean up.
3825
3826         * lily/auto-beam-engraver.cc (test_moment): use
3827         updated_grob_properties() to retrieve autoBeam settings.
3828
3829         * lily/spacing-spanner.cc: bound shortest_playing_len by
3830         measure_length
3831
3832         * lily/spacing-engraver.cc (acknowledge_grob): ignore
3833         multi-measure events for spacing computation.
3834
3835         * mf/feta-bolletjes.mf (overdone_heads): make note heads more
3836         elliptical, to 1.49.
3837
3838         * lily/rest.cc (polyphonic_offset_callback): new function. Do
3839         vertical positioning for polyphony, without RestCollision object.
3840
3841         * lily/note-column.cc (add_head): prevent rests & note heads on
3842         one stem.
3843
3844         * lily/rest-collision.cc (do_shift): ignore rests with beams.
3845         (do_shift): rewrite only-rests case: use common refpoints: the
3846         routine will have sensible results when other rest-translations
3847         have taken place.
3848
3849         * lily/simple-spacer.cc (solve): cleanup: remove code for linelen
3850         < 0 case. 
3851
3852         * VERSION: 2.1.22 released
3853         
3854         * input/GNUmakefile (SUBDIRS): remove ascii-art
3855
3856 2004-02-13  Jan Nieuwenhuizen  <janneke@gnu.org>
3857
3858         * input/: Convert ly files that still had \property.  Fixes make
3859         web.  Remove exta spaces around '='. 
3860
3861         * scripts/convert-ly.py (conv): Redundant space fixes.
3862
3863         * scripts/lilypond-book.py (compile-ly): python2.1 fix.
3864
3865 2004-02-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3866
3867         * make/ly-rules.make ($(outdir)/%.pdf): add DVIPS_FLAGS. This will
3868         create scalable PS and PDFs  for input/{test,template,regression}.
3869
3870         * lily/context.cc (is_alias): move function.
3871         (is_alias): add Bottom as context alias. 
3872         (find_create_translator): add Bottom as a context alias for creation.
3873
3874         * lily/stencil.cc: rename Molecule to Stencil. Changes throughout.
3875
3876         * lily/parser.yy (music_property_def): new syntax for property
3877         assignments:
3878
3879         \set A.B = #C , \unset A.B
3880         \override A.B #C = #D, \revert A.B #C 
3881
3882         * lily/my-lily-lexer.cc: remove \property
3883
3884 2004-02-13  Heikki Junes  <hjunes@cc.hut.fi>
3885
3886         * Documentation/user/refman.itely: add dots after seealso refs.
3887
3888         * input/template/{many}.ly: harmonise descriptions.
3889
3890         * Documentation/user/music-glossary.itely: add Finnish author.
3891
3892 2004-02-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3893
3894         * VERSION (PACKAGE_NAME): release 2.1.21
3895
3896 2004-02-12  Jan Nieuwenhuizen  <janneke@gnu.org>
3897
3898         * Documentation/topdocs/NEWS.texi: Substitute Lyrics/LyricsVoice.
3899
3900         * scripts/lilypond-book.py (snippet_res): @include filename must
3901         not be empty.
3902
3903 2004-02-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3904
3905         * scm/documentation-generate.scm (markup-doc-string): dump
3906         markup-commands.tely
3907
3908         * scm/define-markup-commands.scm (override): new file.
3909         Move documentation from refman into doc-strings. 
3910
3911         * input/test/staff-container.ly: fix example.
3912
3913         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): remove
3914         StaffContainer
3915
3916         * lily/grob.cc: remove point_dimension_callback
3917         (Grob): read forced dimensions from X-extent and Y-extent.
3918         (get_paper): remove preset_extent.
3919
3920         * scm/define-grobs.scm (all-grob-descriptions): remove
3921         point_dimension_callback. 
3922
3923         * lily/dynamic-engraver.cc (acknowledge_grob): attach dynamic
3924         textscript to head. This makes no-spacing-rods work on
3925         DynamicText.
3926
3927         * lily/chord-name.cc: remove props chord, bass, inversion.
3928
3929         * Documentation/user/appendices.itely: add Scheme functions,
3930         context-properties and layout properties to manual.
3931
3932         * scm/part-combiner.scm (determine-split-list): include rests in a
3933         solo1/2 sequence.
3934
3935         * lily/new-part-combine-iterator.cc (substitute_both): new
3936         function.
3937         (class New_pc_iterator): add separate Voice=solo context, fixes
3938         autobeams going from chords to solo.
3939
3940 2004-02-11  Jan Nieuwenhuizen  <janneke@gnu.org>
3941
3942         * Documentation/user/invoking.itexi (Editor support): Fix typo.
3943
3944         * Documentation/user/tutorial.itely:
3945         * Documentation/user/refman.itely: Add short note about being part
3946         of lilypond.tely.
3947
3948         * COPYING: Make note more clear with respect to files that are
3949         explicitely licenced otherwise (Documention/user/ comes to mind).
3950         
3951         * Documentation/topdocs/AUTHORS.texi (AUTHORS): Use @,{c}.  Remove
3952         comment about barfing of @c,{}.
3953
3954         * Documentation/user/music-glossary.tely: Add list of authors.
3955
3956         * stepmake/stepmake/library-rules.make: Thank Nelson only in
3957         source (was: also in build log).
3958
3959 2004-02-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3960
3961         * lily/side-position-interface.cc (general_side_position): if
3962         staff-padding is set, then include staff in support too.
3963
3964         * GNUmakefile.in (README_FILES): remove TODO. Put in new CVS
3965         module workbook
3966
3967         * TODO: Remove.  Put in new CVS module /cvsroot/lilypond/workbook/
3968
3969         * lily/tuplet-engraver.cc: remove tupletInvisible
3970
3971         * scm/define-translator-properties.scm: cleanup, separate in
3972         internal and user props. 
3973
3974         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): change
3975         LyricsVoice -> Lyrics
3976
3977         * lily/new-part-combine-iterator.cc (process): only print warning
3978         for symbols.
3979
3980 2004-02-11  Jan Nieuwenhuizen  <janneke@gnu.org>
3981
3982         * scm/part-combiner.scm: Add proper header.
3983
3984         * All but lily/*: The great --2003 --2004 replace; the missing
3985         `bits'.
3986
3987         * TODO: Fix outline mode.  Add book notes.
3988
3989         * ROADMAP: Update.
3990
3991 2004-02-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3992
3993         * scm/part-combiner.scm (make-autochange-music): use
3994         accumulator. Fixes stack overflow.
3995
3996         * lily/*: rename brew_molecule -> print , molecule-callback ->
3997         print-function
3998
3999         * scm/define-grob-properties.scm: cleanup. Separate into internal
4000         and user properties.
4001
4002         * lily/translator-property.cc (updated_grob_properties): new
4003         function
4004         (execute_pushpop_property): change to new convention:
4005         object property inits are stored as (cons ALIST BASED-ON). This
4006         storage format allows concurrent tweaks in different contexts.
4007
4008 2004-02-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4009
4010         * TODO: new file.
4011
4012 2004-02-10  Jan Nieuwenhuizen  <janneke@gnu.org>
4013
4014         * debian/: Late Debian update (sorry Anthony).
4015
4016         * scripts/lilypond-book.py (do_file): Look for input_file in
4017         include path, or ask kpathsea if LATEX.
4018
4019         * input/template/GNUmakefile (LILYPOND_BOOK_FLAGS): 
4020         * input/test/GNUmakefile (LILYPOND_BOOK_FLAGS):
4021         * input/regression/GNUmakefile (LILYPOND_BOOK_FLAGS): Use
4022         --header=texidoc.
4023
4024         * Documentation/user/tutorial.itely (Fine tuning layout): Add lost
4025         relative.
4026
4027         * scripts/lilypond-book.py: Fixes for make web.  Default to stdout
4028         only when filtering, default to input_base otherwise.  Coding
4029         style fixes.
4030
4031 2004-02-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4032
4033         * lily/include/translator.hh (class Translator): add virtual
4034         qualifier.
4035
4036 2004-02-10  Jan Nieuwenhuizen  <janneke@gnu.org>
4037
4038         * scripts/lilypond-book.py (compose_ly): Python2.1 workarounds.
4039
4040 2004-02-09  Jan Nieuwenhuizen  <janneke@gnu.org>
4041
4042         * scripts/lilypond-book.py (compose_ly): Add kludge for relative.
4043
4044         * Documentation/user/refman.itely: Run texinfo-all-menus-update
4045         (fixes make web).
4046
4047         * GNUmakefile.in (web-clean): Do not remove fonts (they do not
4048         live in $(out)-www).
4049
4050         * scripts/lilypond-book.py: Small cleanups.  Junk hairy include
4051         dependencies.  Add link to .ly source in HTML output.
4052         (Lilypond_snippet.output_html): Handle multiple page picture
4053         output.
4054         (Lilypond_snippet.output_html, Lilypond_snippet.output_latex):
4055         Make usable for output_texinfo again.
4056
4057         * Documentation/user/GNUmakefile: Add static dependency for
4058         lilypond.tely includes.
4059
4060         * Documentation/user/tutorial.itely: Add some lost `relative'
4061         ly-options.
4062
4063 2004-02-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4064
4065         * lily/include/translator-group.hh: move Music_output_def member
4066         to Global_translator.
4067
4068         * scripts/lilypond-book.py (do_file):  fix latex output.
4069
4070         * VERSION: release 2.1.20
4071         
4072         * scm/part-combiner.scm (determine-split-list): robustness fix 
4073
4074         * lily/paper-score.cc (process): move gc stat stuff to init.ly 
4075
4076         * lily/parser.yy (music_output_def_body): plug memory leak.
4077
4078         * lily/translator-group.cc (add_fresh_group_translator): plug
4079         memory leak: unprotect Translator_group once added.   
4080
4081         * lily/span-dynamic-performer.cc (process_music): deprecate span-type.
4082
4083         * scripts/lilypond-book.py (Lilypond_snippet.notice_include):
4084         write .dep file.
4085         (Lilypond_snippet.ly): add \renameinput.
4086
4087 2004-02-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4088
4089         * Documentation/user/refman.itely (Markup command definition): Doc
4090         by Nicolas Sceaux. Rewrite by Han-Wen
4091
4092         * lily/lyric-hyphen.cc (brew_molecule): remove if hyphen is first
4093         thing of the line.
4094         (brew_molecule): only remove if hyphen is not at the end of line.
4095         (set_spacing_rods): new function: minimum-length specifies
4096         distance between syllables.
4097
4098         * scm/define-grobs.scm (all-grob-descriptions): add
4099         Hyphen_spanner::set_spacing_rods to LyricHyphen
4100
4101         * input/regression/lyric-hyphen-break.ly: new file.
4102
4103         * input/test/lyric-hyphen-retain.ly: new file.
4104
4105         * lily/new-part-combine-iterator.cc (construct_children):
4106         add Rest direction.
4107
4108 2004-02-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4109
4110         * scripts/lilypond-book.py (Snippet.replacement_text): add method.
4111
4112         * Documentation/bibliography/engraving.bib (donemus1982):
4113         update entry.
4114
4115 2004-02-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4116
4117         * scripts/lilypond-book.py (Substring.__init__): new class.
4118         (Snippet.output_texinfo): add texidoc option.
4119         (Include_snippet.replacement_text): new class.
4120         (Lilypond_snippet.__init__): new class
4121         (Lilypond_snippet.get_hash): bugfix: use full body for hashing.
4122
4123         * Documentation/user/refman.itely (Sound): 
4124         note about number of channels.
4125
4126         * scm/music-functions.scm (voicify-music): add \context Staff for
4127         << \\ >> polyphony.
4128
4129         * lily/parser.yy (verbose_command_req): \skip now creates
4130         SkipMusic, and does not lead to spurious staves.
4131
4132         * scm/define-music-types.scm (music-descriptions): rename
4133         NonEventSkip to SkipMusic
4134
4135         * input/no-notation/midi-lyric-barcheck.ly: new file.
4136
4137         * input/regression/collision-dots-invert.ly: new file.
4138
4139         * lily/note-collision.cc (check_meshing_chords): add stem_to_stem
4140         case.
4141
4142         * lily/new-lyric-combine-music-iterator.cc (process): let iterator
4143         die if melody died too.
4144
4145 2004-02-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4146
4147         * lily/source-file.cc (load_stdin): add trailing 0. Fixes problem
4148         with reading from stdin.
4149
4150         * lily/slur-performer.cc (try_music): new file.
4151
4152         * lily/melisma-performer.cc (try_music): new file. Handle
4153         melismata to help lyrics.
4154
4155         * lily/beam-performer.cc (try_music): new file. Handle beam events
4156         to help lyrics.
4157
4158         * lily/score-performer.cc (one_time_step): reinstate
4159         process_music().
4160
4161         * lily/performer.cc (process_music): add to interface.
4162
4163         * lily/performer-group-performer.cc (process_music): new function.
4164
4165         * lily/dot-column.cc (do_shifts): do collision resolution before
4166         dot positioning.
4167         
4168         * scripts/lilypond-book.py (Snippet.output_print_filename): new
4169         file, process printfilename option.
4170         (Snippet.__init__): rewrite: do not use global variables h or
4171         index.
4172         (main): really support -I option.
4173         (find_toplevel_snippets): new code.
4174         (find_toplevel_snippets): reinstate old version, without global
4175         variables.
4176
4177         * tex/texinfo.tex: really add file.
4178         
4179 2004-02-06  Jan Nieuwenhuizen  <janneke@gnu.org>
4180
4181         * scripts/lilypond-book.py (find_toplevel_snippets): Python < 2.3
4182         compatibility.
4183
4184 2004-02-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4185
4186         * scripts/hw-lilypond-book.py (Snippet.output_print_filename): 
4187
4188         * scm/define-translator-properties.scm (drumPitchTable): add
4189         property.
4190
4191         * scripts/lilypond-book.py (simple_toplevel_snippets): new
4192         function.
4193         (help_summary): docstrings.
4194         (do_file): strip the dir of input_base too.
4195
4196 2004-02-05  Jan Nieuwenhuizen  <janneke@gnu.org>
4197
4198         * Documentation/topdocs/NEWS.texi: Add item about lilypond-book.
4199
4200         * Documentation/user/lilypond-book.itely: Update.
4201
4202         * make/ly-rules.make: Update lilypond-book commands.
4203
4204         * Documentation/user/GNUmakefile: Update makeinfo commands,
4205         lilypond-book flags.
4206
4207         * scripts/lilypond-book.py: Rewrite (was: filter-lilypond-book.ly).
4208         
4209         * scripts/old-lilypond-book.py: New file (was: lilypond-book.ly).
4210
4211         * scripts/filter-lilypond-book.py: Remove.
4212
4213         * Documentation/user/*tely: Update options for new lilypond-book.
4214
4215         * tex/texinfo.tex: New file; from texinfo CVS.  This fixes build
4216         with @macros in @includes.
4217
4218 2004-02-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4219
4220         * lily/rest-collision-engraver.cc (process_acknowledged_grobs):
4221         make rest-collision only.
4222
4223         * lily/break-substitution.cc (substitute_one_mutable_property):
4224         clear all-elements using scm_assq_remove_x(). 
4225
4226         * lily/rest-collision.cc (do_shift): shift single rests
4227
4228         * flower/include/array.hh (class Array): rename to is_empty ()
4229
4230         * lily/drum-note-performer.cc: new file: perform drum notes.
4231
4232         * VERSION (PACKAGE_NAME): release 2.1.19.
4233         
4234 2004-02-05  Jan Nieuwenhuizen  <janneke@gnu.org>
4235
4236         * scripts/filter-lilypond-book.py
4237         (classic_lilypond_book_compatibility): New function.
4238
4239 2004-02-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4240
4241         * buildscripts/lilypond.words.py (F): remove drums.scm reference.
4242
4243         * Grand 2003 -> 2004 search replace. 
4244
4245         * lily/parser.yy (chord_body_element): add DRUM_PITCH to chords
4246         (i.e. < > )
4247
4248         * ly/performer-init.ly: add DrumStaff
4249
4250         * lily/axis-group-engraver.cc (acknowledge_grob): also take
4251         lyric-interface; this prevents lines with only extender lines from
4252         being junked.
4253  
4254         * scm/define-grob-interfaces.scm (lyric-interface): new interface
4255
4256         * lily/lyric-extender.cc (brew_molecule): get line breaking and
4257         extenders right, for once and for all (hopefully).
4258         
4259         * lily/break-substitution.cc (substitute_one_mutable_property):
4260         clear old 'all-elements for System grobs.
4261
4262         * lily/new-lyric-combine-music-iterator.cc (find_voice): make sure
4263         that associatedVoiceContext is always assigned when music & lyrics
4264         are found. 
4265
4266         * ly/engraver-init.ly: remove Lyrics context.
4267         (TabVoice): add noteheads engraver
4268
4269         * input/test/improv.ly: update: do not use Thread switching. 
4270
4271         * lily/pitch-squash-engraver.cc (acknowledge_grob): only squash if
4272         squashedPosition is a number  
4273
4274         * Documentation/user/refman.itely (Automatic note splitting):
4275         remove Thread references.
4276
4277         * input/no-notation/pc-direction.ly: remove file.
4278
4279         * ly/engraver-init.ly: remove Thread
4280
4281         * input/regression/tie-chord-partial.ly: remove file.
4282
4283         * scripts/convert-ly.py (conv): \harmonic rule
4284
4285         * lily/new-fingering-engraver.cc (acknowledge_grob): add new
4286         notation for harmonic notes: <c' g''\harmonic>
4287
4288         * lily/lily-guile.cc (alist_to_hashq): new function
4289
4290         * scm/lily.scm (alist->hash-table): new function.
4291
4292         * Documentation/user/refman.itely (Percussion staves): update doco.
4293
4294         * input/regression/drums.ly (timb): updates
4295
4296         * lily/note-performer.cc (create_audio_elements): robustness fix.
4297
4298         * ly/engraver-init.ly: add DrumStaff and DrumVoice contexts
4299
4300 2004-02-05  Jan Nieuwenhuizen  <janneke@gnu.org>
4301
4302         * scripts/filter-lilypond-book.py (find_toplevel_snippets): Do not
4303         discard valid matches.
4304
4305 2004-02-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4306
4307         * lily/drum-note-engraver.cc: new file.
4308
4309         * ly/drumpitch-init.ly: move drum definitions
4310
4311         * scm/drums.scm: remove file.
4312
4313         * lily/*.cc: remove abort-event everywhere.
4314
4315         * lily/note-heads-engraver.cc (process_music): robustification.
4316
4317         * lily/accidental-engraver.cc (process_acknowledged_grobs):
4318         robustification.
4319
4320         * lily/parser.yy (simple_element): add \drums mode.
4321         (simple_element): remove \pitchnames , \chordmodifiers. Use
4322         variables to store this. 
4323
4324         * lily/lexer.ll (My_lily_lexer): remove support for \PITCHNAME
4325         outside \notes.
4326
4327         * VERSION: release 2.1.18.
4328         
4329         * input/test: remove octave-duplicate.ly
4330
4331 2004-02-04  Jan Nieuwenhuizen  <janneke@gnu.org>
4332
4333         * scripts/filter-lilypond-book.py: Speed-up and clean-ups.
4334
4335 2004-02-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4336
4337         * lily/simultaneous-music-iterator.cc: remove clone() and copy
4338         constructor from Music_iterator. Changes throughout.
4339
4340         * lily/include/music-iterator.hh (class Music_iterator): remove
4341         Music_iterator::skip and Music_iterator::get_pending_events from
4342         interface. Rename report_to -> get_outlet 
4343
4344         * lily/auto-change-iterator.cc: move contents from
4345         new-auto-change-iterator.cc from
4346
4347         * scm/part-combiner.scm: determine split-list from Scheme. 
4348
4349         * lily/new-auto-change-iterator.cc (process): new file.
4350
4351         * lily/parser.yy (part_combined_music): remove old PC cruft.
4352
4353         * ly/engraver-init.ly: remove old
4354         PC cruft.
4355
4356         * Documentation/user/refman.itely (The Lyrics context): note about
4357         extender lines.
4358
4359         * lily/multi-measure-rest-engraver.cc (process_music): extra check
4360         to allow 0-length mmrest events.
4361
4362         * scm/part-combiner.scm (determine-split-list): many bugfixes.
4363
4364         * lily/new-part-combine-iterator.cc (kill_mmrest): new function.
4365
4366         * lily/spacing-engraver.cc (finalize): robustifications.
4367
4368         * input/regression/new-part-combine-solo-global.ly: new file.
4369
4370         * scm/part-combiner.scm: rewrite.
4371
4372 2004-02-03  Juergen Reuter  <reuter@ipd.uka.de>
4373
4374         * Documentation/user/refman.itely, input/puer-fragment.ly,
4375         input/test/vaticana.ly, ly/engraver-init.ly: ancient examples
4376         updated for proper use of lyricsto; replaced "(" and ")" ->
4377         "\melisma" and "\melismaEnd"
4378
4379         * input/test/ancient-font.ly: small updates to reduce compile
4380         warnings (TODO: junk this file)
4381
4382         * input/test/gregorian-scripts.ly: added comment about bug
4383
4384         * lily/gregorian-ligature-engraver.cc, lily/ligature-engraver.cc:
4385         tiny robustness fix
4386
4387         * mf/parmesan-clefs.mf: exact_center fixes (this broke due to
4388         recent changes in the feta code); temporarily mapped mensural g
4389         clef to a copy of petrucci g clef until mensural g clef will have
4390         been rewritten
4391
4392         * mf/parmesan-heads.mf: bugfix: solved character name clashing
4393         between mensural and neo-mensural heads (this broke quite a while
4394         ago)
4395
4396         * mf/parmesan-rests.mf: still more tiny set_char_box() fixes
4397
4398 2004-02-03  Jan Nieuwenhuizen  <janneke@gnu.org>
4399
4400         * scripts/filter-lilypond-book.py: Handle @include.  Add progress
4401         indication.  Fixes for verbatim, multi line comments.
4402
4403 2004-02-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4404
4405         * input/regression/new-part-combine-solo.ly: more cases.
4406
4407         * lily/slur.cc (height): robustness fix.
4408
4409         * lily/new-part-combine-iterator.cc (process): add apart-spanner. 
4410
4411         * input/mutopia/F.Schubert/morgenlied.ly (melody): revert
4412         stemUp/stemDown.
4413
4414         * scm/music-functions.scm (determine-split-list): further analysis.
4415
4416         * lily/script-engraver.cc (try_music): discard duplicate
4417         articulations.
4418
4419         * input/regression/new-part-combine-solo.ly: new file
4420
4421         * input/regression/new-part-combine-a2.ly: new file.
4422
4423         * ly/performer-init.ly: add Devnull
4424
4425         * scripts/convert-ly.py (FatalConversionError.sub_acc): add rule
4426         for \musicglyph #"accidental-*"
4427         (conv): \newpartcombine rule.
4428
4429 2004-02-03  Jan Nieuwenhuizen  <janneke@gnu.org>
4430
4431         * scripts/filter-lilypond-book.py: Handle @lilypondfile, bugfixes.
4432
4433 2004-02-02  Jan Nieuwenhuizen  <janneke@gnu.org>
4434
4435         * scripts/filter-lilypond-book.py: Handle verbatim, latex
4436         textwidth, --output.
4437
4438 2004-02-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4439
4440         * scm/new-markup.scm (doubleflat): add accidental markups.
4441
4442         * VERSION: release 2.1.17
4443         
4444         * Documentation/user/refman.itely (Automatic part combining):
4445         revise documentation of the part-combiner.
4446
4447         * input/regression/pc-switch-slur.ly (texidoc): remove file.
4448         
4449         * input/test/part-combine-{moment,staff}.ly: remove file.
4450
4451         * input/regression/pc-mmrest.ly (two): remove file.
4452
4453         * scm/define-music-types.scm (music-descriptions): add
4454         Solo{One,Two}Event and UnisonoEvent
4455
4456         * lily/new-part-combine-iterator.cc (unisono): add state_
4457         variable, signal changes with part-combine-event.
4458
4459         * input/regression/new-part-combine-text.ly: new file.
4460
4461         * lily/part-combine-engraver.cc: new file.
4462
4463 2004-02-02  Jan Nieuwenhuizen  <janneke@gnu.org>
4464
4465         * scripts/filter-lilypond-book.py: Handle snippet options.
4466
4467 2004-02-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4468
4469         * scm/music-functions.scm (determine-split-list): detect solo1/2
4470         and unisono.
4471
4472         * lily/new-lyric-combine-music-iterator.cc (construct_children):
4473         revert fix, document why.
4474
4475         * lily/tie-performer.cc (process_music): new function. Set melisma
4476         property.
4477
4478         * lily/tuplet-bracket.cc (make_bracket): make sure that gap is
4479         always smaller than bracket size.
4480         (make_bracket): oops. Size of the gap was off by factor 2
4481
4482         * input/test/text-rotate.ly: new file.
4483
4484         * scm/new-markup.scm (markup): a macro that provides a
4485         LilyPond-like syntax in scheme for building markups, in order to
4486         help markup command definition. (Nicolas Sceaux)
4487
4488         * input/test/lyrics-skip-notes.ly: new example.
4489
4490         * lily/parser.yy (post_event): make HYPHEN into postfix event.
4491
4492         * lily/new-lyric-combine-music-iterator.cc (find_context_below):
4493         use is_alias() iso. == . This fixes lyrics on
4494         GregorianTranscriptions. 
4495
4496 2004-02-02  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4497
4498         * scripts/lilypond.py (ly_paper_to_latexpaper): Add newline before 
4499         \thispagestyle{lastpage} to avoid that it's printed on the second
4500         last page when there's only a single score line on the last page.
4501         (The page breaking mechanism in TeX played some ugly tricks to us.)
4502
4503 2004-02-01  Jan Nieuwenhuizen  <janneke@gnu.org>
4504
4505         * scripts/filter-lilypond-book.py: Further development.
4506
4507         * input/regression/collision-dots-move.ly: New test.
4508
4509         * lily/note-collision.cc (check_meshing_chords): Move dots on left
4510         hand side note head of non-merged collision to the right.
4511
4512         * lily/new-lyric-combine-music-iterator.cc (start_new_syllable):
4513         Construct children before accessing property from emtpy
4514         lyrics_context_.
4515         (construct_children): Find thread before finding LyricsVoice.
4516         Create LyricsVoice one if none found, fixes crash (thanks Erik
4517         Sandberg).
4518
4519 2004-01-31  Jan Nieuwenhuizen  <janneke@gnu.org>
4520
4521         * cygwin/: Forward port.
4522
4523 2003-10-01  Jan Nieuwenhuizen  <janneke@gnu.org>
4524
4525         * buildscripts/install-info-html.sh: Use Bash.
4526
4527         * cygwin/mknetrel: Patch from Bert.
4528
4529 2003-09-30  Jan Nieuwenhuizen  <janneke@gnu.org>
4530
4531         * cygwin/lily-wins.py: Check whether to run ly2dvi or lilypond.
4532
4533         * stepmake/stepmake/topdocs-targets.make (copy-to-top): Do not
4534         try to copy *png, index.html (Bertalan Fodor).
4535
4536         * cygwin/mknetrel (preinstall): Set webdir (Bertalan Fodor).
4537
4538 2003-09-30  Jan Nieuwenhuizen  <janneke@gnu.org>
4539
4540         * lily/note-collision.cc (check_meshing_chords): Do not remove
4541         dots (from down head) when merging similar heads (thanks Matthias
4542         Kilian).  Simplify merge_possible tests and other cleanups
4543
4544         * input/regression/collision-merge-differently-dotted.ly: Add test
4545         for disappearing dots on similar heads for both voices.
4546
4547 2004-01-30  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4548
4549         * Documentation/user/invoking.itexi (Invoking lilypond): Document
4550         that tagline overrides copyright for single page scores. Correct
4551         the default tagline value.
4552
4553 2004-01-29  Jan Nieuwenhuizen  <janneke@gnu.org>
4554
4555         * Documentation/topdocs/NEWS.texi: Compile fix (thanks Mats).
4556
4557 2004-01-29  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4558
4559         * buildscripts/lilypond-login.sh: Avoid warning about undefined
4560         TEXMF if it's previously unset.
4561
4562 2004-01-29  Heikki Junes <hjunes@cc.hut.fi>
4563
4564         * scm/chord-name.scm (german-markup): bugfix: use SEMI-TONE.
4565
4566         * input/test/trills.ly: fix the unfolding of lineprall.
4567
4568         * input/test/figured-bass-alternative.ly: fix accidental.
4569
4570 2004-01-28  Jan Nieuwenhuizen  <janneke@gnu.org>
4571
4572         * Documentation/topdocs/NEWS.texi: Add note about safe mode.
4573         
4574         * input/no-notation/dos-guile.ly: 
4575         * input/no-notation/dos-ps.ly: 
4576         * input/no-notation/dos-tex.ly: New file.  These tests still FAIL.
4577         
4578         * input/no-notation/safe-include.ly:
4579         * input/no-notation/safe-guile.ly:
4580         * input/no-notation/safe-ps.ly: 
4581         * input/no-notation/safe-tex.ly: New file.
4582
4583         * scripts/lilypond.py (global_latex_preamble): Add \nofiles for
4584         safe mode Add -s,--safe-mode option.  Use -S,--set for setting
4585         options now.
4586         (run_lilypond): When in --safe-mode, pass option to lilypond-bin.
4587         When in --safe-mode, set environment openout_any=p[aranoid].
4588
4589         * tex/ltest.tex: 
4590         * tex/lilyponddefs.tex: Add \nofiles.
4591
4592         * python/lilylib.py (get_bbox, make_ps_images): Add -dSAFER to gs
4593         options.
4594
4595         * mf/GNUmakefile (FETA_LIST_FILES): Install feta*list.lys too.
4596         This allows building the user manual using a binary installation
4597         and a matching unpacked source tree.
4598
4599         * scm/lily.scm (safe-module): New variable. 
4600
4601         * lily/includable-lexer.cc (new_input): Fix error messages.
4602
4603         * lily/parse-scm.cc (internal_ly_parse_scm): Add parameter SAFE.
4604         If SAFE, evaluate in safe-module.  Change callers.
4605
4606         * lily/main.cc (Long_option_init): Reinstate safe-mode.
4607
4608         * lily/lexer.ll (embedded_scm): While processing main-input,
4609         invoke ly_parse_scm with safe mode if running in safe-mode.
4610         (<<EOF>>): Reset main_input_b_, fixes old-relative chech
4611         in init.ly for safe-mode.
4612
4613 2004-01-28  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4614
4615         * scripts/lilypond.py (ly_paper_to_latexpaper): Regain
4616         compatibility with old versions of geometry.sty (compat2
4617         already implied includehead).
4618         Change the page layout slightly so bottom + footskip = top +
4619         headheight + headsep = 16mm, the remaining paperheight-32mm
4620         are used for the music. Increase footskip to 5mm, so the top of
4621         the footer text doesn't touch the music.
4622
4623 2004-01-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4624
4625         * VERSION: release 2.1.16
4626         
4627         * scm/music-functions.scm (determine-split-list): bugfix: only use
4628         new-active for both voices if both indexes advance. This fixes the
4629         biggest outstanding problem with new-pc. 
4630
4631         * lily/new-part-combine-iterator.cc (construct_children): set more
4632         directions.
4633
4634 2004-01-27  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4635
4636         * scripts/convert-ly.py (conv): add instrument rule.
4637
4638         * lily/instrument-name-engraver.cc: add Vocal_name_engraver.
4639
4640         * lily/side-position-interface.cc: remove add_staff_support ()
4641         Change all callers to use staff-padding.
4642
4643         * lily/auto-beam-engraver.cc (create_beam): opps. Don't use
4644         make_spanner().
4645
4646         * lily/a2-engraver.cc (process_acknowledged_grobs): 
4647
4648         * lily/text-engraver.cc: remove scriptHorizontal property.
4649
4650         * lily/beam.cc (least_squares): also set least-squares-dy for
4651         special case of slanted 2-stem beam to center.
4652
4653         * lily/side-position-interface.cc (out_of_staff): move contents of
4654         out_of_staff into aligned_side.
4655         remove out_of_staff().
4656
4657         * input/regression/measure-grouping.ly: fix warning.
4658
4659         * lily/side-position-interface.cc: add staff-padding support to
4660         Side_position_interface::aligned_side.
4661
4662         * lily/system-start-delimiter-engraver.cc (process_music): whoops,
4663         one get_property too many.
4664
4665         * flower/include/drul-array.hh (linear_combination): new function
4666         (scale_drul): new function
4667
4668         * lily/beam.cc: use Drul_array<Real> iso. interval, because *=
4669         operations on empty intervals are silly.
4670
4671 2004-01-26  Jan Nieuwenhuizen  <janneke@gnu.org>
4672
4673         * lily/note-heads-engraver.cc (process_music): use robust_scm2int
4674         (iso gh_scm2int), fixes crash in new part-combiner.
4675
4676         * configure.in: Up mftrace to 1.0.27.
4677
4678 2004-01-26  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4679
4680         * VERSION: release 2.1.15
4681         
4682         * lily/lyric-phrasing-engraver.cc (stop_translation_timestep):
4683         align all stanza numbers.
4684
4685 2004-01-26  Heikki Junes <hjunes@cc.hut.fi>
4686
4687         * Documentation/user/{introduction.itely,refman.itely,
4688         converters.itely}: fix some text inside parentheses; text should
4689         be readable (even) if parentheses are either replaced with commas 
4690         or dropped out.
4691
4692 2004-01-25  Werner Lemberg  <wl@gnu.org>
4693
4694         * buildscripts/lilypond.words.py, input/puer-fragment.ly,
4695         input/test/vaticana.ly, input/test/ancient-font.ly,
4696         input/test/mensural-ligatures.ly, input/test/gregorian-scripts.ly,
4697         lily/include/staff-symbol.hh, lily/breathing-sign.cc,
4698         ly/params-as-init.ly, scm/define-grobs.scm,
4699         scm/define-grob-properties.scm: s/stafflinethickness/linethickness/.
4700
4701         * ly/params-as-init.ly: Removed.  Obsolete.
4702         * buildscripts/lilypond.words.py: Updated.
4703
4704 2004-01-25  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4705
4706         * mf/parmesan-clefs.mf: switch off mensural G clefs.
4707
4708         * mf/feta-din{4,5,7,9}.mf: remove.
4709         
4710         * lily/engraver.cc (internal_make_item): centralize item/spanner
4711         factory.
4712
4713         * scripts/convert-ly.py (FatalConversionError.sub_durs): bugfix:
4714         do correct chord conversion for ^"sim."  (backportme)
4715         (FatalConversionError.sub_articulations): substitute ^"foo" in
4716         chords too. (backportme)
4717
4718         * scm/define-grobs.scm (all-grob-descriptions): use staff-padding
4719         for Fingering.
4720
4721         * lily/side-position-interface.cc (out_of_staff): don't do
4722         anything if staff-padding not defined. 
4723
4724         * mf/feta-params.mf (stafflines): introduce linethickness as
4725         general blackness of the font.
4726
4727         * lily/stem.cc (position_noteheads): rounding error robustness.
4728
4729         * input/regression/rest-collision-beam.ly: move beam/rest stuff
4730         from beam-collision.ly 
4731
4732         * lily/beam.cc (rest_collision_callback): remove direction.
4733
4734         * scm/define-grobs.scm (all-grob-descriptions): remove
4735         enclose-bounds in OttavaBracket and PianoPedalBracket
4736
4737         * scm/new-markup.scm (def-markup-command) new macro, which takes
4738         care of defining the COMMAND-markup and make-COMMAND-markup
4739         procedures, setting markup-signature and keyword-signature object
4740         properties, and pushing the markup command in
4741         markup-function-list.
4742
4743         All markup commands are defined thanks to it.  Users may also use
4744         it to define their own markup commands. (Nicolas Sceaux)
4745
4746         * scm/new-markup.scm: Scheme style clean-up: there should be no
4747         parenthesis alone on a line; LET* should not be used where LET is
4748         enough. (Nicolas Sceaux)
4749
4750 2004-01-25  Jan Nieuwenhuizen  <janneke@gnu.org>
4751
4752         * scripts/filter-lilypond-book.py: Add script.
4753
4754 2004-01-23  Jan Nieuwenhuizen  <janneke@gnu.org>
4755
4756         * ly/engraver-init.ly: Set enclose_bounds to #1 (was: ##t).
4757
4758 2004-01-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4759
4760         * Documentation/user/refman.itely (Fingering instructions): add
4761         single note chords. 
4762
4763         * lily/multi-measure-rest-engraver.cc: use a single
4764         MultiMeasureEvent for mm rests. This prevents problems with the
4765         new part combiner.
4766
4767         * scm/music-functions.scm (determine-split-list): analysis has
4768         global effect: a difference halfway a phrase makes the entire
4769         phrase be typeset as apart.
4770         (make-multi-measure-rest): make mmrest as a single rhythmic event. 
4771
4772 2004-01-23  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4773
4774         * ly/performer-init.ly: add Devnull.
4775
4776         * Documentation/user/refman.itely (Font selection): remove paper20
4777         ref.
4778         
4779 2004-01-22  Jan Nieuwenhuizen  <janneke@gnu.org>
4780
4781         * scripts/convert-ly.py (1.9.0): Handle phrasing slur.
4782
4783 2004-01-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4784
4785         * scm/music-functions.scm (determine-split-list): bugfixes.
4786
4787         * scm/lily.scm (uniq-list): new implementation, O(1) stack.
4788
4789         * input/test/scales-greek.ly: use C as base, results in different
4790         alterations at the clef.
4791
4792         * input/regression/pedal-ped.ly: new file.
4793
4794         * input/regression/pedal-bracket.ly: new file.
4795
4796         * lily/piano-pedal-bracket.cc (brew_molecule): new function;
4797         replace after_line_breaking()
4798
4799         * lily/line-interface.cc (line): read thickness.
4800         (line): dash-fraction = 0 always for dotted-line style.
4801
4802         * input/test/staff-lines.ly (lower): bugfix.
4803
4804         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): move
4805         \accepts Devnull into Score.
4806
4807         * scm/lily.scm: remove bla.scm load.
4808
4809 2004-01-21  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4810
4811         * VERSION: release 2.1.14
4812         
4813         * Documentation/topdocs/INSTALL.texi (Top): fix FTP url. 
4814
4815         * lily/side-position-interface.cc (general_side_position): add
4816         Staff_symbol_referencer::staff_space ().
4817
4818         * lily/include/context-def.hh: rename from translator-def.hh
4819
4820 2004-01-21  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4821
4822         * input/template/piano-dynamics.ly (pedal): Updated definition of
4823         Dynamics such that \cresc works, for example.
4824
4825 2004-01-21  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4826
4827         * lily/stem.cc (calc_stem_info): use
4828         Staff_symbol_referencer::staff_space
4829
4830         * lily/beam-quanting.cc (quanting): scale Stem_info 
4831
4832         * lily/beam.cc (rest_collision_callback): use minimum-distance
4833         property for rest/beam collisions.
4834         (rest_collision_callback): bugfixes.
4835
4836         * lily/system.cc (post_processing): extra-offset is now relative
4837         to the size of the current staff.
4838
4839         * scm/music-functions.scm (notice-the-events-for-pc): record all
4840         voices, only analyze "one" and "two".
4841
4842         * lily/recording-group-engraver.cc (finalize): bugfix: want self,
4843         not parent. 
4844
4845         * lily/new-part-combine-iterator.cc (construct_children): create
4846         Devnull from Voice context
4847
4848         * scm/music-functions.scm (determine-split-list): bugfixes.
4849
4850         * lily/lily-guile.cc (robust_scm2int): new function
4851
4852         * lily/staff-symbol-referencer.cc (line_thickness): new
4853         function. Use throughout.
4854
4855         * lily/font-size-engraver.cc (acknowledge_grob): only process grob
4856         in its own context.  Add to preset font-size.
4857
4858         * lily/stem.cc (thickness): new function.
4859
4860         * lily/staff-symbol.cc (get_ledger_line_thickness): new function:
4861         compute thickness from ledger-line-thickness.
4862
4863         * lily/note-head.cc (brew_ledger_lines): use
4864         Staff_symbol::get_ledger_line_thickness ().
4865
4866         * lily/beam.cc (rest_collision_callback): use
4867         Staff_symbol_referencer::staff_space().
4868
4869         * lily/parser.yy (My_lily_lexer): change syntax: \newpartcombine
4870         Mus1 Mus2
4871
4872         * lily/include/translator.hh (class Translator): add accepts_list_
4873         so  \with { \denies / \accepts } also works.
4874
4875         * scm/music-functions.scm (determine-split-list): determine split
4876         list from music events.
4877
4878         * lily/new-part-combine-iterator.cc: more states.
4879
4880         * lily/moment.cc (LY_DEFINE): new function ly:moment<? 
4881
4882 2004-01-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4883
4884         * lily/system.cc (set_loose_columns): use the right prebroken cols
4885         for interpolating loose column position.
4886
4887         * lily/text-spanner.cc (brew_molecule): default to no vertical
4888         lines.
4889
4890         * lily/ottava-bracket.cc (brew_molecule): vertical line doesn't
4891         take space.
4892
4893         * scm/define-grobs.scm (all-grob-descriptions): less padding.
4894
4895 2004-01-20  Jan Nieuwenhuizen  <janneke@gnu.org>
4896
4897         * scripts/convert-ly.py: Do not test filename when processing
4898         stdin.
4899
4900         * lily/axis-group-engraver.cc: Include warn.hh (compile fix).
4901
4902 2004-01-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4903
4904         * lily/axis-group-engraver.cc (finalize): extra check; if
4905         process_music () is never called, then staffline_ == 0.
4906
4907         * lily/simultaneous-music-iterator.cc (pending_moment): don't
4908         check run_always ().
4909         
4910         * VERSION: release 2.1.13
4911
4912         * input/regression/note-head-style.ly (pattern): cleanup.
4913
4914         * mf/GNUmakefile ($(outdir)/$(redhat-package)): use http for
4915         downloading.
4916
4917         * scm/output-lib.scm (shift-right-at-line-begin): new function:
4918         kludge rehearsalmark placement.
4919
4920         * lily/grob-scheme.cc (LY_DEFINE): add ly:item-break-dir , ly:item?
4921         , ly:spanner?
4922
4923         * lily/note-head.cc (internal_brew_molecule): only shorten ledger
4924         close to note head for accidentals.
4925
4926         * lily/tuplet-bracket.cc (get_default_dir): new algorithm for
4927         tuplet direction.
4928
4929         * mf/parmesan-heads.mf (overdone_heads): enlarge harmonic head.
4930
4931 2004-01-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4932
4933         * lily/include/music-iterator.hh (class Music_iterator): add
4934         substitute_outlet() to iterator API.
4935
4936         * lily/new-part-combine-iterator.cc (construct_children):
4937         New_pc_iterator: new class, better part combining.
4938
4939         * lily/tie-column.cc (werner_directions): new function
4940
4941         * lily/tie.cc (set_direction): call Tie_column::set_direction ()
4942
4943         * lily/axis-group-engraver.cc (process_acknowledged_grobs): give
4944         empty objects group spanner as parent
4945
4946         * lily/tuplet-bracket.cc (calc_position_and_height): check musical
4947         slope against graphical slope.
4948
4949         * lily/ottava-bracket.cc (brew_molecule): support minimum-length
4950         for ottava bracket.
4951
4952         * lily/side-position-interface.cc (general_side_position):
4953         opps. reinstate *dir.
4954
4955         * lily/parser.yy: plug many memory leaks. We're down to 4 for each
4956         parser run.
4957
4958         * lily/tuplet-bracket.cc: remove calc_dy ().
4959
4960         * Documentation/user/refman.itely (Balloon help): document balloon
4961         help
4962
4963 2004-01-19  Jan Nieuwenhuizen  <janneke@gnu.org>
4964
4965         * scm/document-backend.scm (check-dangling-properties): Grob
4966         properties are defined define-grob-properties.scm.
4967         
4968 2004-01-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4969         
4970         * VERSION: release 2.1.12
4971
4972         * scm/define-grobs.scm (all-grob-descriptions): larger font for
4973         ChordName
4974
4975         * scm/new-markup.scm (sub-markup): sup & super: make smaller in
4976         relation to surroundings.
4977
4978         * lily/tuplet-bracket.cc (calc_position_and_height): add staff
4979         Y-extent to the note-extents: stay clear of the staff.
4980
4981 2004-01-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4982
4983         * Documentation/user/GNUmakefile
4984         ($(outdir)/lilypond/lilypond.html): posix conforming globs. Link
4985         iso. copy.
4986
4987         * stepmake/stepmake/metafont-rules.make: remove --keep-trying.
4988
4989         * lily/separating-group-spanner.cc (set_spacing_rods): add padding.
4990
4991         * mf/,scripts/,make/,ly/,scm/: remove AsciiScript remnants.
4992
4993         * lily/lily-guile.cc (robust_scm2double): new function. Use throughout.
4994
4995         * lily/line-interface.cc (line): remove thickness from calling interface.
4996
4997         * lily/hairpin.cc: use Line_interface
4998
4999         * lily/line-interface.cc: new file. Line_interface for everything
5000         with dotted/dashed lines.
5001         
5002
5003         * lily/tuplet-bracket.cc (make_bracket): use Line_interface.
5004
5005         * lily/ottava-bracket.cc (brew_molecule): new file, separate routine
5006         for constructing ottava brackets.
5007         
5008         * lily/ottava-engraver.cc (acknowledge_grob): hang the bracket on
5009         the note heads.
5010
5011         * Documentation/user/internals.itely (Engravers and performers):
5012         fix broken link.
5013
5014         * scm/music-functions.scm (make-mark-set): new function.
5015
5016         * lily/lookup.cc: remove Lookup::horizontal_slope (): it is
5017         functionally identical to beam.
5018
5019         * lily/mensural-ligature.cc (brew_flexa): replace horizontal_slope
5020         () with beam (). 
5021
5022         * Documentation/user/refman.itely (Rehearsal marks): document new
5023         functionality.
5024
5025         * input/regression/rehearsal-mark-number.ly: new file.
5026
5027         * input/regression/rehearsal-mark-letter.ly: new file.
5028
5029         * scm/translation-functions.scm (number->mark-string): new function
5030         (format-mark-letters): new function
5031         (format-mark-numbers): new function
5032
5033         * lily/mark-engraver.cc (process_music): rehearsalMark is now
5034         integer; formatting is done through markFormatter property.
5035         
5036         * scm/define-translator-properties.scm: fold all *-done properties
5037         into positioning-done.
5038
5039         * lily/beam.cc (position_beam): new function
5040         (brew_molecule): make sure that positions are calced before making
5041         the molecule.
5042
5043         * scm/output*.scm (beam):  take 4th argument for function.
5044
5045         * ps/music-drawing-routines.ps: take blot as 4th argument.
5046
5047         * lily/beam.cc (brew_molecule): fix beam offsets: overlap with the
5048         stem to avoid small dents.
5049         
5050 2004-01-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5051
5052         * VERSION: release 2.1.11
5053
5054         * input/regression/balloon.ly: new file.
5055
5056         * lily/balloon.cc (brew_molecule): new file: draw boxes around
5057         objects, and make help texts. 
5058
5059         * scm/new-markup.scm (parse-simple-duration): parse duration
5060         string to log & dots. (Thanks Nicolas!)
5061
5062         * scripts/convert-ly.py (FatalConversionError.sub_note): add \note
5063         rule.
5064
5065 2004-01-17  Heikki Junes   <hjunes@cc.hut.fi>
5066
5067         * buildscripts/lilypond.words.py: remove unused files (THANKS Werner
5068         Lemberg).
5069
5070         * THANKS: alphabetic order.
5071
5072 2004-01-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5073
5074         * input/regression/note-head-harmonic.ly: new file.
5075
5076         * Documentation/user/internals.itely (Technical manual): explain
5077         difference between music, translation, layout.
5078
5079         * mf/parmesan-heads.mf (overdone_heads): add 0harmonic head.
5080
5081         * scm/output-ascii-script.scm (bracket): rounding bfs.
5082
5083         * scripts/convert-ly.py (conv): add \include "paper" rule. 
5084
5085         * ly/paper*.ly: remove files. 
5086         
5087         * scm/paper.scm (set-staff-size): new function: set default
5088         staff-size.
5089
5090         * scripts/convert-ly.py (conv): add conversion rule.
5091
5092         * lily/music-output-def.cc (LY_DEFINE): ly_output_def_scope: new
5093         function.
5094
5095         * scm/paper.scm: new file.
5096         (set-staff-size): new function 
5097         (set-paper-size): new function
5098
5099         * lily/parser.yy (music_output_def_body): restructure definition,
5100         so first Scheme statement in \paper also happens in new scope. 
5101
5102         * lily/system.cc (post_processing): move uniquify_list () to
5103         dumping molecule stage.
5104
5105         * ly/engraver-init.ly: set barCheckSynchronize to #f. Warning:
5106         this will mess up scores that use barchecks to shorten measures.
5107
5108         * mf/feta-bolletjes.mf (overdone_heads): make note heads rounder
5109         at 20pt too.
5110
5111         * Documentation/user/tutorial.itely (Printing lyrics): document
5112         \lyricsto
5113
5114         * lily/my-lily-lexer.cc: \newaddlyrics -> \lyricsto
5115
5116         * Documentation/user/refman.itely (Fermatas): document \lyricsto
5117
5118         * lily/new-lyric-combine-music-iterator.cc (process): don't crash
5119         if Voice is not found.
5120
5121         * VERSION: release 2.1.10
5122         
5123         * input/{test,regression}/: remove old-relative 
5124
5125         * lily/lexer.ll: add empty markup signature. 
5126
5127         * scm/new-markup.scm (markup-functions-and-signatures): reinstate
5128         strut markup
5129
5130         * lily/parser.yy (markup): MARKUP_HEAD_EMPTY
5131
5132         * scm/define-translator-properties.scm: update melismata property
5133         doco.
5134
5135         * lily/system.cc (output_lines): revert uniquify_list() patch,
5136         strange side effects seen.
5137         
5138         * lily/line-spanner.cc (dashed_line_molecule): return nothing if
5139         dash-period < 0.
5140
5141         * scm/midi.scm (instrument-equalizer-alist): fix equalizer setting
5142         for flute. 
5143
5144 2004-01-15  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5145
5146         * input/regression/*.ly: use newaddlyrics iso. addlyrics
5147
5148         * input/regression/lyrics-multi-stanza.ly (texidoc): remove file.
5149
5150         * lily/lyric-extender.cc (brew_molecule): behave decently in case
5151         of line breaks.
5152         (brew_molecule): add padding to left, not right.
5153
5154         * lily/system.cc (uniquify_list): new function
5155         (output_lines): uniquify_list () on all-elements. This fixes
5156         double symbols in the output.
5157
5158         * lily/beam.cc (rest_collision_callback): don't move anything if
5159         staff-position is set.
5160
5161         * input/regression/rest-pitch.ly (texidoc): add rest under beam.
5162
5163         * lily/system.cc (typeset_grob): warn if adding twice.
5164
5165         * lily/sequential-iterator.cc (run_always): implement run_always().
5166         (also in other files.)
5167         
5168         * input/mutopia/F.Schubert/standchen.ly: use newaddlyrics. 
5169
5170         * lily/event.cc (to_relative_octave): add octave-check.
5171
5172         * Documentation/user/refman.itely (Line breaking): add noBreak.
5173
5174         * scm/new-markup.scm (normalsize-markup): add function.
5175         (sans-markup): new function.
5176
5177         * lily/beam-engraver.cc (valid_end_point): opps, beam-stop-events
5178         come earlier nowadays.  This fixes beams on grace notes.
5179         
5180         * scm/music-functions.scm (direction-polyphonic-grobs): new
5181         variable, share between override and revert. This fixes script
5182         directions in polyphonic sections. (backportme)
5183
5184 2004-01-14  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5185
5186         * lily/text-spanner.cc (brew_molecule): don't do shorten-pair for
5187         breakpoints.
5188
5189         * lily/break-align-interface.cc: add doco
5190
5191         * Documentation/user/refman.itely (Rehearsal marks): add index marks. 
5192
5193 2004-01-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5194
5195         * VERSION: release 2.1.9
5196
5197         * scm/document-markup.scm (markup-doc-node): add note about naming.
5198
5199         * scm/new-markup.scm (left-align-markup): bugfix. 
5200
5201         * Documentation/user/refman.itely (Ottava brackets): more doco for
5202         ottava.
5203
5204         * lily/side-position-interface.cc (out_of_staff): also do
5205         out_of_staff() correctly for d == DOWN.
5206
5207         * lily/text-spanner.cc (brew_molecule): only put vertical line and
5208         horizontal line if they move to the right.
5209         
5210         * scm/define-grobs.scm (all-grob-descriptions): set
5211         text-repeat-if-broken for ottava spanner
5212
5213         * lily/text-spanner.cc (brew_molecule): text-repeat-if-broken
5214         property.
5215
5216         * mf/feta18.mf: design size is 18 not 22.5
5217
5218         * lily/new-lyric-combine-music-iterator.cc (process): new file.
5219         Add a single LyricsVoice to a melody. Melismata may be set
5220         individually.
5221
5222         * input/regression/lyric-combine-new.ly: new file. Demo \newaddlyrics.
5223
5224         * lily/dot-column.cc: add stdio.h
5225
5226 2004-01-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5227
5228         * lily/item.cc: documentation for break-visibility (Thanks, John).
5229
5230 2004-01-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5231
5232         * lily/bar-line.cc (compound_barline): add bartype :  (dotted).
5233
5234         * lily/translator-def.cc: rename Translator_def to Context_def.
5235
5236         * Documentation/user/internals.itely (Lexical details): clarify
5237         string def.
5238
5239         * Documentation/user/refman.itely (Rhythmic music): add link to
5240         RhythmicStaff 
5241
5242 2004-01-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5243
5244         * lily/translator.cc: document start_translation_timestep()
5245
5246         * scm/output-tex.scm (tex-encoded-fontswitch): use
5247         round for rounding (inexact->exact yields rationals)
5248
5249         * lily/*.cc: remove superfluous start_translation_timestep() calls.
5250
5251         * lily/translator-group.cc (get_simple_trans_list): 
5252         new function; construct simple_trans_list_ lazily.
5253         
5254 2004-01-10  Jan Nieuwenhuizen  <janneke@gnu.org>
5255
5256         * lily/paper-outputter.cc (output_scope): Check if number before
5257         checking exact (guile cvs).
5258
5259         * scm/*: Escape backslashes in scheme strings (guile cvs).
5260
5261 2004-01-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5262
5263         * Documentation/user/refman.itely (Tablatures basic): annotate
5264         seealso sections.
5265
5266         * lily/*.cc: cleanup of engraver initialize() functions.
5267
5268         * lily/repeat-acknowledge-engraver.cc
5269         (start_translation_timestep): remove first_b_
5270
5271         * lily/tab-note-heads-engraver.cc: listen to string number events
5272         inside < > too. (backportme).
5273
5274         * Documentation/user/refman.itely (Text scripts): add fatText to
5275         index.
5276
5277 2004-01-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5278
5279         * VERSION: 2.1.8
5280
5281         * stepmake/bin/add-html-footer.py (built): add Wiki links to
5282         footer.
5283
5284         * lily/parser.yy (translator_mod): allow \with { \remove .. }
5285
5286         * lily/bar-check-iterator.cc (process): only warn if
5287         barCheckLastFail was changed.
5288
5289         * scm/define-translator-properties.scm (barCheckLastFail): add
5290         property.
5291
5292         * lily/main.cc (main_prog): print summary of failed files.
5293
5294         * lily/axis-group-engraver.cc: move all spanner creation to
5295         process_music (). Now staffs can be adjusted with \override too.
5296         (Jan, you are a brilliant programmer!)
5297         
5298         * lily/chord-tremolo-engraver.cc (try_music): fix spurious warning. 
5299
5300 2004-01-09  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5301
5302         * Documentation/user/tutorial.itely (Integrating text and music):
5303         Show the commands to produce a PDF as well.
5304
5305 2004-01-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5306
5307         * lily/translator-def.cc (get_translator_names): accept user
5308         tweaks too. 
5309
5310         * mf/feta-bolletjes.mf (overdone_heads): oops, slashes are twice
5311         as big as normal heads. 
5312
5313         * input/*ly: run convert-ly
5314         
5315         * lily/tuplet-bracket.cc (brew_molecule): call after_line_breaking
5316         () if dependencies are fluked.
5317
5318         * scm/document-translation.scm (engraver-doc-string): update on
5319         latest string/symbol conventions.
5320
5321         * lily/translator-ctors.cc: use Scheme_hash_table.
5322
5323         * lily/translator-def.cc (get_translator_names): new function
5324         (add_context_mod): new function
5325         (get_accepted): new function
5326
5327         * lily/parser.yy (context_mod): put all modifications of
5328         \translator { } in a single production, encode as SCM.
5329
5330         * lily/translator-def.cc (add_context_mod): rewrite Translator_def
5331         to use read-only lists, so additions to the definition can be
5332         prepended easily.  
5333
5334         * Documentation/user/invoking.itexi (Editor support): add node on
5335         editor support.
5336
5337         * Documentation/user/refman.itely (Bar check): add lyrics example
5338         of bar checks. 
5339
5340         * input/mutopia/F.Schubert/morgenlied.ly: add bar checks.
5341
5342         * scripts/convert-ly.py (conv): add conversion rule.
5343
5344         * lily/parser.yy: use \change iso. \translator for staff switch.
5345
5346         * lily/my-lily-lexer.cc: add \change.
5347
5348         * scm/define-translator-properties.scm
5349         (default-melisma-properties): add definition.
5350
5351 2004-01-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5352
5353         * Documentation/user/refman.itely (Bar lines): clarification of
5354         systemStartDelimiter. 
5355
5356         * input/test/slur-shape.ly (x): remove file.
5357
5358         * lily/translator-group.cc (apply_property_operations): new function.
5359
5360 2004-01-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5361
5362         * lily/parser.yy (optional_prop_ops): allow \with {
5363         PROPERTYSETTINGS } following \context or \new.
5364
5365         * lily/my-lily-lexer.cc: add \with.
5366
5367         * lily/parser.yy (property_operation): clean up definition of
5368         property operations.
5369         (property_op_to_music): new function.
5370         (context_spec_music): new function
5371
5372         * VERSION: 2.1.7 released.
5373         
5374         * input/regression/collision-merge-dots.ly: new file.
5375
5376         * lily/note-collision.cc (check_meshing_chords): if merging heads,
5377         then kill the dots too. 
5378
5379         * lily/separating-line-group-engraver.cc (acknowledge_grob):
5380         set/unset breakableSeparationItem
5381
5382         * lily/separation-item.cc (relative_width): add function.
5383
5384         * scm/define-grob-interfaces.scm (only-prebreak-interface): add
5385         only-prebreak-interface
5386
5387         * lily/system.cc (output_lines): only junk only-prebreak-interface
5388         grobs.
5389
5390         * lily/multi-measure-rest-engraver.cc (stop_translation_timestep):
5391         read breakableSeparationItem
5392
5393         * input/regression/multi-measure-rest-multi-staff-center.ly: new file.
5394
5395         * lily/system.cc (output_lines): don't suicide Spacing_items. 
5396
5397         * lily/dot-column.cc (dot_config_badness): new function:
5398         select the best scoring dot configuration: dots should go close to
5399         the note heads, but be shifted up or down according to conventions.
5400         (print_dot_configuration): idem.
5401         (shift_one): idem
5402         (remove_collision): idem.
5403
5404         * input/regression/dots.ly: add more test cases.
5405
5406 2004-01-06  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5407
5408         * lily/include/scm-hash.hh (class Scheme_hash_table): idem.
5409
5410         * flower/include/interval.hh: rename elem_b to contains 
5411
5412         * lily/tie.cc: change 'heads to 'head-pair.
5413
5414         * lily/lyric-phrasing-engraver.cc (process_acknowledged_grobs):
5415         fill in 'heads field.
5416
5417         * lily/lyric-extender.cc (brew_molecule): use heads for width, use
5418         minimum-length for short ones, and shorten so collisions with the
5419         next syllable are avoided.
5420
5421         * lily/beam-quanting.cc (score_slopes_dy): add extra points for
5422         near-zero slopes.
5423         Only do DAMPING_DIRECTION_PENALTY for non-horizontal dy 
5424
5425         * lily/dots.cc: remove quantized_position callback. All Y
5426         positioning is done by dot-column.cc
5427
5428         * lily/dot-column.cc (do_shifts): rewrite shifting routine: do
5429         exhaustive test of all dot positions. This fixes disappearing dots
5430         in dotted chords.
5431
5432 2004-01-05  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5433
5434         * mf/feta-klef.mf (test_staff): fatten up G clef
5435         (test_staff): fatten up f clef.
5436         
5437
5438 2004-01-05  Jan Nieuwenhuizen  <janneke@gnu.org>
5439
5440         * input/mutopia/E.Satie/petite-ouverture-a-danser.ly: 
5441         * input/les-nereides.ly: Use latin1 characters for title, like
5442         Morgenlied.
5443
5444 2004-01-05  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5445
5446         * scm/font.scm (paper20-font-vector): add bold-narrow series (only
5447         cmb10).
5448
5449         * lily/lyric-extender.cc (brew_molecule): add little space before
5450         extender line.
5451
5452         * lily/beam-quanting.cc (score_forbidden_quants): check if
5453         outer stafflines fall in any beam gaps.
5454
5455         * scm/define-grobs.scm (all-grob-descriptions): use bold-narrow
5456         for lyric texts.
5457
5458 2004-01-04  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5459
5460         * VERSION: 2.1.6 released.
5461
5462         * lily/beam-quanting.cc (quanting): add inspect-quants property:
5463         this shows the demerits of a user-defined beam position pair.
5464
5465         * scm/define-grobs.scm (all-grob-descriptions): set
5466         beamed-extreme-minimum-free-lengths to a different value.
5467
5468         * lily/scm-option.cc: add debug-beam scm-option
5469
5470         * mf/feta-bolletjes.mf (overdone_heads): fix stem attachments.
5471
5472 2004-01-03  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5473
5474         * lily/beam.cc (brew_molecule): rewrite debug output: split up scores.
5475
5476         * scm/define-grobs.scm (all-grob-descriptions): use semi-fixed
5477         space after barline.
5478
5479         * mf/feta-eindelijk.mf (tracingvariables): make top of 8th rest fatter.
5480
5481         * lily/spacing-spanner.cc (breakable_column_spacing): take average
5482         of spacing wishes, not maximum. Only do this for delta-t == 0. In
5483         the other case, take standard column-breakable spacing. Do not
5484         warn about "no spacing wishes".
5485
5486         This fixes wide spaces after barlines in very loose lines.
5487
5488         * lily/multi-measure-rest.cc (big_rest): bugfix for blots.
5489
5490 2004-01-02  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5491
5492         * lily/stanza-number-engraver.cc (acknowledge_grob): bugfix:
5493         acknowledge_grob lyric-syllable, not lyric-text.
5494
5495         * lily/hyphen-spanner.cc (brew_molecule): rewrite. Make multiple
5496         dashes of length #'length separated by #'dash-period. 
5497
5498         * lily/lyric-extender.cc (brew_molecule): idem
5499
5500         * lily/multi-measure-rest.cc (big_rest): idem
5501
5502         * lily/system-start-delimiter.cc (simple_bar): idem
5503
5504         * lily/bar-line.cc (simple_barline): use rounded box
5505
5506         * VERSION: release 2.1.5
5507
5508         * Documentation/user/lilypond-book.itely (Integrating LaTeX and
5509         music): move note about dvips to more visible place.
5510
5511         * lily/lyric-phrasing-engraver.cc: move from
5512         new-phrasing-engraver.cc, remove old cruft (syllable-group,
5513         lyric-phrasing-engraver.hh)
5514         
5515         * lyric-align.ly: remove file
5516         
5517         * scripts/convert-ly.py (FatalConversionError.func): add removal
5518         rule for automaticMelismata
5519
5520         * ly/engraver-init.ly (ScoreContext): switch on
5521         New_phrasing_engraver by default.
5522
5523         * lily/slur-engraver.cc (class Slur_engraver):
5524         process_acknowledged_grobs -> process_music.
5525         (try_music): signal melismata correctly.
5526
5527         * lily/lyric-extender.cc (brew_molecule): cleanup. Junk
5528         word-space, right-trim-amount, and extend past right bound only
5529         for note heads.
5530
5531         * lily/new-phrasing-engraver.cc (acknowledge_grob): add
5532         lyric-extender support: add note-heads to the extender
5533         automatically.
5534
5535         * lily/parser.yy: extender is now post_event. 
5536
5537         * lily/accidental-engraver.cc (number_accidentals): remove
5538         spurious warning about non-parent contexts.
5539
5540         * lily/music-output-def.cc (assign_translator): \translator { }
5541         for a Foo context implicitly redefines \FooContext.
5542
5543         * input/mutopia/F.Schubert/morgenlied.ly (pianoLH): many layout
5544         fixes.
5545
5546         * lily/slur.cc (brew_molecule): don't use stafflinethickness
5547         doubly in slur weight. 
5548
5549         * input/regression/prefatory-spacing-matter.ly (TODO): add clef :|
5550         combination.
5551
5552         * scm/define-grobs.scm (all-grob-descriptions): change clef -
5553         staffbar distance.
5554
5555         * scripts/lilypond.py (global_latex_preamble): crank down size of
5556         the margins. Now there is a 12 mm top and bottom margin, which
5557         should correspond with the printable area of modern printers.
5558
5559         This enlarges the music height of the printable page a little.
5560
5561         * mf/feta-accordion.mf (accreg_pen): remove circled-R, BB and SB
5562         signs. Use \markup instead.
5563         (accreg_pen): tweak for accordeon asterisk.
5564
5565 2003-12-31  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5566
5567         * lily/melisma-engraver.cc (try_music): use melisma_busy()
5568
5569         * lily/lyric-engraver.cc (process_music): remove alignment kludge 
5570
5571         * lily/lyric-combine-music-iterator.cc (melisma_busy): new function.
5572
5573         * lily/stanza-number-engraver.cc (acknowledge_grob): rewrite
5574
5575         * scm/define-grobs.scm (all-grob-descriptions): change
5576         StanzaNumber description: make side support, i.s.o. breakable.
5577         use Instrument_name_engraver for texts in the margin.
5578
5579         * scm/define-translator-properties.scm: remove
5580         melismaEngraverBusy, stz property.
5581
5582         * *.cc: naming: change empty_b () into is_empty ()
5583
5584         * lily/self-aligment-interface.cc (aligned_on_parent): new function.
5585
5586         * input/regression/lyric-phrasing-new.ly: new file.
5587
5588         * lily/new-phrasing-engraver.cc (process_acknowledged_grobs): new
5589         engraver, redo lyric phrasing, but cleaner and simpler.  Lyrics on
5590         melismata are now left-aligned.
5591
5592 2003-12-30  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5593
5594         * input/mutopia/F.Schubert/GNUmakefile: add morgenlied.ly
5595
5596         * mf/feta19.mf: remove.
5597         
5598         * mf/feta-klef.mf (test_staff): more tweaks
5599
5600         * mf/feta-toevallig.mf: more small size tweaks.
5601
5602         * mf/feta-eindelijk.mf (lower_brush): adjust quarter and shorter
5603         rests for smaller sizes.
5604
5605         * mf/feta-bolletjes.mf: fix cross heads.
5606
5607         * VERSION: release 2.1.4
5608         
5609         * scripts/convert-ly.py (FatalConversionError.func): add rule for
5610         deprecated #'ancient font family
5611
5612         * lily/mark-engraver.cc (process_music): only set rehearsalMark if
5613         it is a string or number.
5614
5615         * scm/output-lib.scm (note-head-style->attachment-coordinates):
5616         change calling convention of stem-attachment function. 
5617
5618         * buildscripts/mf-to-table.py: read and dump WX/WY fields
5619
5620         * mf/feta-autometric.mf: dump WX/WY fields too
5621         
5622         * mf/parmesan-heads.mf: idem.
5623
5624         * mf/feta-bolletjes.mf (slash_slope): set WX/WY fields for
5625         attachment coordinates.
5626
5627         * lily/note-head.cc (stem_attachment_coordinate): read stem
5628         attachment from the notehead glyphs WX/WY fields.
5629
5630         * lily/include/font-metric.hh (struct Font_metric): add methods
5631         get_indexed_wxwy (), make a distinction between looking up by
5632         index and ASCII  
5633
5634         * mf/feta-bolletjes.mf: rewrite note head MF code.
5635         (test_outlines): make heads more rotund for smaller sizes. 
5636
5637 2003-12-29  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5638
5639         * mf/feta-params.mf (stafflines): fix stafflinethickness at 0.5 pt
5640         throughout. Font scaling fixes throughout.
5641
5642         * mf/feta-sleur,slur.mf: remove. 
5643
5644         * mf/feta-slag.mf: rewrite.
5645
5646 2003-12-24  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5647
5648         * VERSION: release 2.1.3
5649
5650         * stepmake/stepmake/toplevel-targets.make: remove pfa targets
5651
5652         * make/lilypond.redhat.spec.in (Group): remove MAKE_PFA_FILES
5653
5654         * lily/mark-engraver.cc (process_music): fix mark
5655         \default. (backportme)
5656
5657         * stepmake/stepmake/automatically-generated.sub.make (default):
5658         use -n for head/tail commands. 
5659
5660         * lily/tie-engraver.cc (acknowledge_grob): make ties only for note
5661         heads with the same pitch.
5662
5663 2003-12-20  Han-Wen Nienhuys   <hanwen@cs.uu.nl>
5664
5665         * lily/recording-group-engraver.cc (finalize): set protected_scm
5666         member to '() before finalizing.
5667
5668         * lily/translator-group.cc (finalize): remove removal_processing () 
5669
5670         * lily/recording-group-engraver.cc: new engraver: record
5671         synchronized start & end times for each music object.
5672
5673         * lily/parser.yy (toplevel_expression): execute score rendering
5674         during parsing. Cleanup output-filename handling; this is no
5675         longer done with global variables.
5676         (translator_spec_body): allow \type modification too.
5677
5678         * lily/score.cc:  ly:run-translator: new function
5679         (LY_DEFINE): ly:render-output new function.
5680
5681         Separate interpreting and rendering, and make available as
5682         functions at Scheme level.
5683
5684 2003-12-17  Jan Nieuwenhuizen  <janneke@gnu.org>
5685
5686         * scm/to-xml.scm (<xml-node>): New class to build xml-doc.
5687         (musicxml-node->string):
5688         (xml-node->string):
5689         (music-to-musicxml): New function.
5690
5691 2003-12-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5692
5693         * VERSION: 2.1.2 released
5694
5695         * lily/include/lily-guile.hh (SCM_VECTOR_REF): compat glue
5696
5697         * scm/font.scm (paper20-font-vector): discouple font design sizes
5698         from sizes specified in .ly file: store all design sizes of a font
5699         in a single vector.
5700
5701         * lily/font-select.cc (get_font_by_design_size): new function
5702
5703         * mf/feta*,parmesan*: use 2^{1/6} as scaling factor for fonts.
5704         add parmesan,feta in sizes 14 and 18.
5705         
5706         * mf/feta-toevallig.mf: use blot diameter for double sharp.
5707
5708         * lily/font-size-engraver.cc (acknowledge_grob): change definition
5709         of fontSize: this now sets font-size
5710
5711 2003-12-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5712
5713         * VERSION: 2.1.1 released
5714         
5715         * Documentation/user/refman.itely (Tuning objects): add note about
5716         concurrent tweaks in different contexts. 
5717
5718         * lily/tie-engraver.cc (acknowledge_grob): use
5719         Staff_symbol_referencer::get_position iso. reading staff-position
5720         directly.
5721
5722         * lily/piano-pedal-engraver.cc (create_bracket_grobs): don't take
5723         currentMusicalColumn as left span-point for bracket. The bracket
5724         is too long when there are accidentals.
5725
5726 2003-12-03  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5727
5728         * buildscripts/lilypond-profile.sh,
5729         buildscripts/lilypond-login.sh: Only set $TEXMF if necessary.
5730         Thanks to Reuben Thomas <rrt@mupsych.org>
5731
5732 2003-12-03  Heikki Junes  <hjunes@cc.hut.fi>
5733
5734         * ly/italiano.ly: additions for semi-sharps and semi-flats by Eric
5735         Wurbel <wurbel@univ-tln.fr>.
5736
5737 2003-11-17  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5738
5739         * scripts/midi2ly.py: Add space after chords.
5740
5741 2003-11-07  Heikki Junes  <hjunes@cc.hut.fi>
5742
5743         * input/regression/{many}: add few @code{ ... }.
5744
5745 2003-11-05  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5746
5747         * mf/GNUmakefile (SAUTER_FONTS): Added cmss14, 
5748         cmbxti6, cmcsc8, cmss14, cmtt5 and cmtt7.
5749         Removed cmbx5, cmbx6 (which are included in teTeX)
5750         and cmbxti14 which is not used in fonts.scm.
5751
5752 2003-11-04  Heikki Junes  <hjunes@cc.hut.fi>
5753
5754         * lily/midi-item.cc: fine tune quarter tones.
5755
5756 2003-11-03  Heikki Junes  <hjunes@cc.hut.fi>
5757
5758         * lily/midi-item.cc lily/include/midi-item.hh (get_fine_tuning):
5759         new function, warn how many cents are missing in fine tuning.
5760
5761 2003-11-01  Heikki Junes  <hjunes@cc.hut.fi>
5762
5763         * input/bugs/rhytmicstaff-tie.ly: add file.
5764
5765         * THANKS: Create skeleton for 2.1.
5766
5767 2003-10-31  Heikki Junes  <hjunes@cc.hut.fi>
5768
5769         * input/test/bar-lines.ly (TODO): dashed "|".
5770
5771 2003-10-30  Heikki Junes  <hjunes@cc.hut.fi>
5772
5773         * Documentation/user/refman.itely, input/regression/tie-accidental.ly,
5774         input/regression/tie-chord.ly: Fix spell for tying.
5775
5776         * input/test/ly2dvi-testpage.ly: removed (renamed, see below).
5777
5778         * input/test/lilypond-testpage.ly, Documentation/user/invoking.itexi:
5779         new file (renamed, see above).
5780
5781         * Documentation/user/lilypond-book.itely
5782         * buildscripts/lilypond-login.sh elisp/lilypond-mode.el
5783         * input/example-1.ly input/example-2.ly input/example-3.ly
5784         * input/les-nereides.ly input/test/fill-a4.ly input/test/spacing-2.ly
5785         * input/test/title.ly po/cs.po po/da.po po/de.po po/es.po po/fi.po
5786         * po/fr.po po/it.po po/ja.po po/lilypond.pot po/nl.po po/ru.po
5787         * po/sv.po scm/output-pdftex.scm scm/output-tex.scm
5788         * scripts/lilypond-book.py scripts/lilypond.py
5789         * stepmake/bin/package-zip32.sh tex/lilyponddefs.tex tex/titledefs.tex
5790         * vimrc: replace ly2dvi with lilypond and remove silly comments.
5791
5792         * Documentation/user/lilypond.tely: update version.
5793
5794         * Documentation/user/{appendices,introduction,refman,tutorial}.itely:
5795         Remove extra spaces in each @node, fixes spaces.
5796
5797 2003-10-29  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5798
5799         * scripts/lilypond-book.py (output_dict): Add definition of
5800         \lilypondbook also for LaTeX output. Solves several bug reports.
5801
5802 2003-10-29  Heikki Junes  <hjunes@cc.hut.fi>
5803
5804         * input/test/follow-thread.ly, input/test/polymetric.ly: Fix typos.
5805
5806 2003-10-24  Heikki Junes  <hjunes@cc.hut.fi>
5807
5808         * input/test/transposition.ly: Fix key signatures, given in comments.
5809
5810 2003-10-23  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5811
5812         * scm/midi.scm (instrument-names-alist),
5813         Documentation/user/appendices.itely: Correct spelling of shakuhachi
5814
5815 2003-10-14  Mats Bengtsson  <mabe@drongo.s3.kth.se>
5816
5817         * input/test/temporary-stave.ly (texidoc): New example based on an
5818         email question from Ralph Little.
5819
5820 2003-10-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5821
5822         * VERSION: release 2.1.0
5823         
5824         * lily/note-performer.cc (try_music): accept busy-playing-event.
5825
5826         * lily/swallow-perf.cc (try_music): return false for
5827         busy-playing-event and melisma-playing-event.
5828
5829 2003-10-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5830
5831         * scripts/etf2ly.py: Patch by Arvid Grotting for minor keys and <<
5832         >> in \score.
5833
5834 2003-10-05  Jan Nieuwenhuizen  <janneke@gnu.org>
5835
5836         * scripts/convert-ly.py (sub_chords): Bugfix: convert to -[, so
5837         that articulation_substitute will not move beam start again.
5838         (articulation_substitute): Bugfix: remove stray space so that new
5839         old chords ending '>>' does not get broken up.
5840         (sub_chord): Use TAB for indentation (not spaces).
5841         
5842         * elisp/lilypond-font-lock.el (LilyPond-mode-set-syntax-table):
5843         Bugfix for startup: Use ?^ instead of ?\^.
5844
5845 2003-10-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5846
5847         * lily/lyric-combine-music-iterator.cc
5848         (Lyric_combine_music_iterator): change init order, to prevent GC
5849         segfaults.
5850
5851         * lily/context-specced-music-iterator.cc (construct_children): 
5852         only change  translator if found. This fixes a core dump problem.
5853
5854 2003-09-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5855
5856         * scm/slur.scm (default-slur-extremity-rules): use equal? for
5857         comparison.
5858
5859         * mf/feta-bolletjes.mf: make hole in half note little
5860         smaller for stem attachment.
5861
5862         * lily/stem.cc (brew_molecule): tweaks for new flag layout.
5863
5864         * mf/feta-banier.mf: don't draw stem with flag, just small square
5865         attachment.
5866
5867         * mf/feta-bolletjes.mf (slash_slope): remove ledger ending 
5868
5869         * mf/feta-banier.mf: remove upstem/downstem characters.
5870
5871         * mf/feta-params.mf (stafflines): stems are 1.3 SLT. 
5872
5873         * ly/params-init.ly (blotdiameter): set blotdiameter to 2/3 of
5874         stafflinethickness (in the default)
5875
5876         * lily/stem.cc (brew_molecule): use round_filled_box for stem.
5877
5878         * lily/lily-guile.cc (parse_symbol_list): strip spaces at the end.
5879
5880         * Documentation/topdocs/INSTALL.texi (Top): reorder.
5881
5882         * scripts/convert-ly.py (conv): add up-to-staff conversion rule.
5883
5884         * lily/include/directional-element-interface.hh:
5885         junk class, make {get,set}_grob_direction functions.
5886
5887         * lily/slur.cc (get_attachment): do something sensible when
5888         attaching to stem without heads (eg. a rest).
5889
5890         * lily/stem.cc: remove #'up-to-staff ; use #'stem-end-position for
5891         forcing up to staff.  remove #'support-head property
5892         (brew_molecule): small cleanup.
5893         (flag): remove #'grace property.
5894
5895 2003-09-29  Jan Nieuwenhuizen  <janneke@gnu.org>
5896
5897         * cygwin/postinstall-lilypond.sh: 
5898         * cygwin/postremove-lilypond.sh: Bugfix for fonts remove command
5899         (Volker Zell).
5900
5901 2003-09-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5902
5903         * scripts/lilypond-book.py: resurrect 'eps' option. 
5904         (TexiPaper.to_eps): use -Ppdf for EPS files.
5905
5906         * VERSION (PATCH_LEVEL): branch off 2.0, go to 2.1 in HEAD
5907
5908         * scripts/lilypond.py (run_dvips): use -Ppdf for preview.
5909
5910         * VERSION: release 2.0.1
5911
5912         * lily/bezier.cc (get_other_coordinate): change assert into
5913         warning.
5914
5915         * lily/note-head.cc (internal_brew_molecule): make left protusion
5916         smaller, to accomodate for natural sign.
5917         (internal_brew_molecule): only do this when the accidental is
5918         close enough.
5919         (extent): new function
5920
5921         * lily/skyline.cc (merge_skyline): new function
5922         (heighten_skyline): new function
5923
5924         * lily/accidental-placement.cc (position_accidentals) 
5925         (position_accidentals): fix todo.
5926
5927 2003-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5928
5929         * input/test/+.ly (texidoc): put version number inline.
5930
5931         * GNUmakefile.in: remove rsync-web target.
5932         
5933         * input/regression/bar-scripts.ly (onestaff): raggedright
5934
5935 2003-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5936
5937         * lily/*.cc: remove #if 0'd code in couple of places.
5938
5939         * lily/midi-stream.cc (operator <<): rewrite.
5940
5941         * lily/note-head.cc (internal_brew_molecule): 
5942         only make ledgers when the Staff symbol has lines.
5943
5944         * ly/property-init.ly (arpeggioBracket): simplify
5945
5946         * lily/translator-group.cc (execute_pushpop_property): use
5947         SCM_EQ_P for comparing keys. This fixes reverting
5948         auto-beam-settings.
5949
5950 2003-09-28  Jan Nieuwenhuizen  <janneke@gnu.org>
5951 *
5952         * lily/midi-stream.cc (operator <<): Also write MIDI string when
5953         midi_debug_global_b.
5954         (operator <<): Normalise loop.
5955
5956 2003-09-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5957
5958         * scripts/lilypond.py (escape_path): revise.
5959
5960         * scm/music-functions.scm (set-output-property): new function.
5961         
5962 2003-09-27  Jan Nieuwenhuizen  <janneke@gnu.org>
5963
5964         * cygwin/mknetrel: Next try in building doc on Cygwin natively;
5965         use addmakeflags again.
5966
5967         * cygwin/lily-wins.py (escape_shell): New function; use it.
5968
5969         * scripts/lilypond.py (escape_shell): Escape quotes and other
5970         spaces too.  Do not escape escaping backslashes.
5971
5972         * make/srcdir.make.in (web-install): Must call install-WWW now.
5973
5974         * mf/GNUmakefile: resolve conflict: %list.ly is a target, not a
5975         dependency
5976
5977 2003-09-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
5978
5979         * scripts/lilypond.py (escape_path): escape quotes too. 
5980
5981         * Documentation/user/lilypond.tely (Unified index): rename Index
5982         to accomodate Windows breakage.
5983
5984         * make/lilypond.redhat.spec.in (Group): remove out=www for web-install 
5985
5986         * mf/GNUmakefile ($(outdir)/%.afm  $(outdir)/%.enc
5987         $(outdir)/%.tex $(outdir)/%.dep $(outdir)/%list.ly): list.ly is a
5988         target not a source.
5989
5990 2003-09-27  Jan Nieuwenhuizen  <janneke@gnu.org>
5991
5992         * cygwin/mknetrel: Use EXTRABUILDARGS, EXTRAINSTALLARGS instead of
5993         addmakeflags.  Build and install doc and web also when building on
5994         Cygwin.
5995
5996         * mf/GNUmakefile: Bugfix.
5997
5998         * GNUmakefile.in (web-install): Bugfix: set out prefix Similar to
5999         target web.
6000
6001         * cygwin/lily-wins.py: Quote filename.
6002
6003 2003-09-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6004
6005         * mf/GNUmakefile ($(outdir)/$(redhat-package)): use passive ftp.
6006
6007 2003-09-25  Jan Nieuwenhuizen  <janneke@gnu.org>
6008
6009         * cygwin/bug-lilypond-cygwin.sh: Add tests for registry
6010         settings.
6011
6012         * configure.in: Require g++ > 3.0.4.
6013
6014         * mf/GNUmakefile: Bugfix: Add list.ly target.
6015         
6016         * Documentation/user/GNUmakefile: Bugfix: list.ly target.
6017
6018         * stepmake/stepmake/omf-targets.make (omf-local-install): Buxfix:
6019         make omf directory, add uninstall targets.
6020
6021 2003-09-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6022
6023         * lily/tie-performer.cc (initialize): init prev_event
6024
6025         * make/lilypond.redhat.spec.in: move site-start back to /usr/share.
6026
6027         * lily/script-engraver.cc (make_script_from_event): don't crash on
6028         non-string articulation-type.
6029
6030         * lily/new-fingering-engraver.cc (add_script): don't crash on
6031         0 scripts 
6032         (acknowledge_grob): warn about text script events.
6033
6034 2003-09-24  Heikki Junes  <hjunes@cc.hut.fi>
6035
6036         * buildscript/lilypond.words: fix path for drums.scm.
6037
6038 2003-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6039
6040         * lily/spacing-spanner.cc (note_spacing): don't make longer
6041         durations than measure-length.
6042
6043         * VERSION: release 2.0.0
6044
6045         * GNUmakefile.in (rsync-web): version independent rsync target.
6046
6047         * input/test/+.ly (texidoc): idem.
6048
6049         * input/regression/+.ly: print version number.
6050
6051         * input/regression/accidentals.ly (mel): shorten.
6052
6053         * input/regression/accidental-octave.ly (texidoc): shorten.
6054
6055         * input/regression/hairpin-dashed.ly (texidoc): docstring.
6056
6057         * input/regression/completion-heads-polyphony.ly: octave
6058
6059         * input/regression/beam-manual.ly: remove
6060
6061         * input/regression/beam-chord.ly: remove
6062
6063         * input/regression/grace-dynamic.ly: remove
6064         
6065         * input/regression/grace-volta-repeat.ly: octave fixes.
6066
6067         * input/regression/hairpin-dashed.ly (texidoc): doc string.
6068
6069         * lily/parser.yy (step_number): semitones for chord entry too.
6070         (make_chord_step): more robust code, semitones. 
6071
6072         * input/regression/breathing-sign-ancient.ly (texidoc): new file.
6073
6074         * input/regression/breathing-sign.ly (texidoc): split ancient and
6075         normal breathing signs.
6076
6077         * scm/define-grobs.scm (all-grob-descriptions): swap
6078         beamed-extreme-minimum-free-lengths and
6079         beamed-minimum-free-lengths; the 'extreme' case should allow
6080         shorter stems. This fixes forced directions on beamed 32nd and
6081         shorter notes.
6082
6083         * ly/engraver-init.ly (ScoreContext): keyAccidentalOrder is in
6084         quartertones, not semitones.
6085         (NoteNamesContext): swallow more event types
6086
6087         * Documentation/topdocs/NEWS.texi (Top): insert close brace.
6088
6089         * VERSION (PACKAGE_NAME): release 1.9.10
6090
6091 2003-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6092
6093         * lily/rhythmic-column-engraver.cc (process_acknowledged_grobs):
6094         set note head as cause of note-column.  This gives a better error
6095         message.
6096
6097 2003-09-23  Jan Nieuwenhuizen  <janneke@gnu.org>
6098
6099         * Documentation/topdocs/INSTALL.texi: Update emacs mode.
6100
6101 2003-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6102
6103         * mf/GNUmakefile (pfa_warning): instruct 
6104
6105         * stepmake/aclocal.m4: typo.
6106
6107         * Documentation/user/cheatsheet.itely: more verbose examples.
6108
6109         * input/regression/clefs.ly: remove bogus docstring.
6110
6111 2003-09-23  Jan Nieuwenhuizen  <janneke@gnu.org>
6112
6113         * GNUmakefile.in (SUBDIRS): Add elisp.
6114
6115         * elisp/lilypond-mode.el: 
6116         * elisp/lilypond-init.el: 
6117         * elisp/lilypond-indent.el: 
6118         * elisp/lilypond-font-lock.el: Move from top dir.
6119
6120         * stepmake/stepmake/elisp-vars.make: New file.
6121
6122         * config.make.in (elispdir): Add.
6123
6124         * Documentation/topdocs/INSTALL.texi: Typo.
6125
6126         * make/ly-rules.make: Test for files instead of touching void and
6127         ignoring errors.
6128
6129         * GNUmakefile.in:
6130         * make/lilypond.redhat.spec.in:
6131         * debian/rules: Fix lilypond.words stuff a bit.  For running from
6132         <builddir>, adding
6133         
6134              (push "<builddir>/share/lilypond/elisp" load-path)
6135
6136         to your ~/.emacs.el should give you LilyPond-mode again.
6137
6138         * scripts/lilypond-book.py (re_dict): Only fix texinfo @mbinclude
6139         regexp for DOS/Windows, we are too paranoid to fix others.
6140
6141 2003-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6142
6143         * scm/chord-name.scm (natural-chord-alteration): no quarter tones.
6144
6145         * input/test/chord-names-jazz.ly (banterProperties): fix
6146
6147         * lily/parser.yy (bass_mod): bass figure alterations are semi
6148         tones, not quarter tones
6149
6150         * lily/beam.cc (set_stem_lengths): only lengthen stems
6151         for gapped beams.
6152
6153         * lily/beam-quanting.cc (score_forbidden_quants): divide demerit
6154         by beamcount.
6155
6156         * buildscripts/lilypond-profile.sh (Error): more zsh stuff: print
6157         a warning that the warning may erroneous.
6158
6159         * Documentation/topdocs/INSTALL.texi (Top): add note about get-pfa
6160         target.
6161
6162         * mf/GNUmakefile: add get-pfa, get-debian-pfa, get-rpm-pfa
6163         targets.
6164
6165         * GNUmakefile.in ($(config_h)): config.h should depend on
6166         config.hh.in .
6167         (lilypond.words): remove fontball stuff.
6168
6169         * stepmake/aclocal.m4: only print config.cache warning if it exists.
6170
6171         * configure.in: remove pktrace reference.
6172
6173         * GNUmakefile.in (rsync-web): permissions and ownership for
6174         website.
6175
6176         * lily/volta-engraver.cc (staff_eligible): new function.
6177         (stop_translation_timestep): kill off spanners if not eligible.
6178
6179         * VERSION (PATCH_LEVEL): release 1.9.9
6180
6181         * input/regression/beam-quanting-32nd.ly (texidoc): new file
6182
6183         * lily/beam-quanting.cc: tune down SECONDARY_BEAM_DEMERIT, so stem
6184         length is more important than forbidden quants.
6185         
6186 2003-09-23  Heikki Junes  <hjunes@cc.hut.fi>
6187
6188         * buildscripts/lilypond.words: order words in search order,
6189         add lilypond.words.vim to be generated.
6190
6191         * lilypond.vim: use lilypond.words.vim for keyword matching.
6192
6193         * lilypond-mode.el: use search order. fix word selection rules.
6194
6195         * lilypond-font-lock.el: fix fontifying long durations.
6196
6197         * Documentation/topdocs/INSTALL.texi: doc lilypond.words.vim.
6198
6199 2003-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
6200
6201         * cygwin/mknetrel: Remove PYTHONPATH and manpage workarounds.
6202
6203         * stepmake/stepmake/generic-targets.make:
6204         * stepmake/stepmake/bin/make-version.py: 
6205         * stepmake/aclocal.m4:
6206         * make/stepmake.make:
6207         * make/toplevel-version.make: Build fixes: remove last traces of
6208           VERSION/PACKAGE_NAME/LILYPONDPREFIX experiment.
6209
6210         * lily/beam.cc: Add gap-count property.
6211
6212 2003-09-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6213
6214         * scm/define-grob-properties.scm (gap-count): add gap-count
6215
6216         * make/lilypond-vars.make: add /lilypond to LILYPONDPREFIX
6217
6218 2003-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
6219
6220         * cygwin/mknetrel.doc: Typo.
6221
6222         * buildscripts/make-font-dir.py (Font_info): Build fix: add 'ss'
6223
6224         * make/lilypond-vars.make (PYTHONPATH): srcdir build fix.
6225
6226 2003-09-22  Mats Bengtsson  <mabe@drongo.s3.kth.se>
6227
6228         * scripts/lilypond.py: add support for 'legal' and 'tabloid' paper
6229         sizes. Remove support for 'ledger'(=tabloid+landscape).
6230
6231 2003-09-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6232
6233         * mf/GNUmakefile ($(outdir)/%.pfa): break apart one-big-rule for
6234         sauter PFAs.
6235
6236         * configure.in: remove VERSION stuff once again.
6237
6238         * scm/font.scm (paper20-style-sheet-alist): add cmss entries.
6239
6240         * scm/define-grobs.scm (all-grob-descriptions): use sans family
6241         for chord names.
6242
6243         * mf/GNUmakefile: always trace pfa fonts.
6244         (SAUTER_FONTS): add cmss[567] too fonts
6245
6246         * configure.in: require mftrace. 
6247
6248         * lily/staff-performer.cc (new_instrument_string): don't look at
6249         instrument property.
6250
6251         * lily/lily-guile.cc: renaming, ly_dir_p is the Scheme function,
6252         is_direction is the C++ one. Similar for ly_axis_p and
6253         ly_number_pair_p
6254
6255 2003-09-21  Jan Nieuwenhuizen  <janneke@gnu.org>
6256
6257         * lily/beam.cc (brew_molecule): read gap-count to determine
6258         number of tremolo (gapped) beams.
6259
6260         * lily/chord-tremolo-engraver.cc (acknowledge_grob): repeats
6261         shorter than 1/8
6262
6263         * flower/include/array.hh (default_compare): new function
6264
6265         * cygwin/mknetrel: Native fixes.
6266
6267         * cygwin/GNUmakefile (EXTRA_DIST_FILES): Add mknetrel.*
6268
6269 2003-09-20  Jan Nieuwenhuizen  <janneke@gnu.org>
6270
6271         * Documentation/topdocs/NEWS.texi: Add note about .ly double click
6272         feature for Windows.
6273
6274         * stepmake/stepmake/generic-vars.make: Cygwin fix from stable.
6275
6276         * cygwin/mknetrel: Updates for native use on Cygwin.
6277
6278         * lily/parser.yy: Compile fix: add stdio.h for snprintf.
6279
6280         * stepmake/stepmake/help2man-rules.make: 
6281         * cygwin/mknetrel: Bugfix for manpages.
6282
6283         * GNUmakefile.in (SUBDIRS): Use plain srcdir stepmake instead of
6284         $(builddir).  Stepmake is a normal subdirectory now, that is not
6285         configured.  Another srcdir build fix.
6286
6287         * Documentation/topdocs/INSTALL.texi,
6288         buildscripts/lilypond.words.py, lilypond-font-lock.el,
6289         lilypond-init.el, lilypond-mode.el, debian/rules,
6290         make/lilypond.{redhat,madrake,suse}.spec.in, vimrc:
6291         rename generated file lilypond.words to lilypond.words.el.
6292
6293 2003-09-20  Heikki Junes  <hjunes@cc.hut.fi>
6294
6295         * ly/chord-modifiers-init.ly, lilypond.vim: updates for vim.
6296
6297         * GNUmakefile.in, buildscripts/lilypond.words: give only path in
6298         GNUmakefile.in.
6299
6300 2003-09-19  Jan Nieuwenhuizen  <janneke@gnu.org>
6301
6302         * stepmake/stepmake/help2man-rules.make: Allow manpages to fail
6303         when cross building.
6304
6305         * configure.in: srcdir build fix.
6306
6307         * cygwin/GNUmakefile:
6308         * cygwin/lily-wins.py:
6309         * cygwin/postremove-lilypond.sh: 
6310         * cygwin/postinstall-lilypond.sh: Merge from stable.
6311
6312         * cygwin/bug-lilypond-cygwin.sh: s/lilypond/lilypond-bin,
6313         s/ly2dvi/lilypond/.
6314
6315 2003-09-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6316
6317         * lily/slur.cc (after_line_breaking): only set control points if
6318         none supplied yet.
6319
6320         * input/test/slur-manual.ly: new file.
6321
6322         * scripts/convert-ly.py (FatalConversionError.sub_chords): convert
6323         <<  >> chords too.
6324
6325         * VERSION (PACKAGE_NAME): release 1.9.8
6326
6327         * scripts/lilypond.py (escape_path): escape spaces in directory names
6328
6329         * input/test/text-spanner.ly: fixes.
6330
6331 2003-09-19  Heikki Junes  <hjunes@cc.hut.fi>
6332
6333         * buildscripts/lilypond.words.py: add drum names as note names to
6334         Emacs-mode.
6335
6336 2003-09-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6337
6338         * input/regression/hairpin-dashed.ly: new file.
6339
6340         * scripts/convert-ly.py (conv): warn about dash-length.
6341
6342         * lily/dynamic-engraver.cc (try_music): end (de)crescendo
6343         automatically if we get a new one.
6344
6345         * lily/lookup.cc (dashed_line): new function
6346
6347         * lily/line-spanner.cc (dashed_line_molecule): cleanups. Use
6348         dash-fraction.
6349
6350 2003-09-18  Heikki Junes  <hjunes@cc.hut.fi>
6351
6352         * buildscripts/lilypond.words.py: extract note names.
6353
6354         * lilypond-mode.el: take note names from lilypond.words -file.
6355         small fix in the use of string-match.
6356
6357         * lilypond-font-lock.el: use lilypond.words for note names, add 
6358         maxima to note a duration.
6359
6360 2003-09-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6361
6362         * lily/breathing-sign.cc: remove railtracks() function. 
6363
6364         * input/regression/arpeggio-bracket.ly (texidoc): add file.
6365
6366         * lily/arpeggio.cc (brew_chord_bracket): clean-up 
6367         (brew_molecule): bugfix don't make arpeggio shorter when
6368         arpeggio-direction is set.
6369
6370         *  debian/rules: small corrections in the (Pedro K)
6371
6372         * Documentation/user/tutorial.itely (Tutorial): use lyinc in
6373         examples.
6374
6375         * lily/auto-beam-engraver.cc (process_music): end/junk beam if
6376         special (repeat) bar comes along.
6377
6378         * input/regression/auto-beam-bar.ly: update.
6379
6380         * scripts/lilypond-book.py (output_dict): remove support for the
6381         EPS option.
6382
6383         * scm/define-grobs.scm (all-grob-descriptions): add X-extent for
6384         VerticalAlignment and VerticalAxisGroup this fixes the size
6385         computations for the entire system.
6386  
6387         * input/les-nereides.ly (bass): remove superfluous fontSize.
6388
6389         * scripts/lilypond-book.py (make_lilypond_file): \lilypondfile{}
6390         causes directory of file to be added to include path.
6391
6392         * input/regression/beam-break.ly: test single stem beams.
6393
6394         * input/regression/system-start-bracket.ly: fix.
6395
6396         * lily/beam.cc (set_stem_lengths): single-stem-beam fix.
6397
6398         * stepmake/stepmake/c-rules.make ($(outdir)/%.c): use -o for flex.
6399
6400         * lily/beam-quanting.cc (quanting): check french-beaming per stem.
6401         (score_stem_lengths): do something sensible for single stem beams.
6402
6403         * lily/beam.cc (least_squares): add kludge for single stem beams.
6404
6405         * scripts/convert-ly.py (FatalConversionError.sub_alteration): add
6406         keySignature to list of broken things.
6407
6408         * input/regression/keys.ly: fix.
6409
6410         * VERSION (PACKAGE_NAME): release 1.9.7
6411
6412         * Documentation/topdocs/NEWS.texi (Top): add quarter tones.
6413
6414         * Documentation/user/refman.itely (Pitches): doc quarter tones.
6415
6416         * lily/pitch.cc (LY_DEFINE): ly:pitch-quartertones: new function
6417         (quartertone_pitch): new function
6418
6419         * mf/feta-toevallig.mf: add 3/4 sharp, 1/4 sharp, 1/4 flat, 3/4
6420         flat. WARNING: FONT CHANGED.
6421
6422         * ly/nederlands.ly: add -eh and -ih for quarter tones.
6423
6424         * lily/accidental-placement.cc (add_accidental): support for
6425         quarter tones.
6426
6427         * ly/LANGUAGEs.ly: use symbols for alterations.
6428
6429         * mf/feta-toevallig.mf: change accidental codes. 
6430
6431         * scm/lily.scm (ly:get-option): switch on debugging only for
6432         --verbose.
6433
6434         * lily/lily-guile.cc: remove ly:verbose?
6435
6436         * lily/scm-option.cc (LY_DEFINE): add verbose to get-option.
6437
6438         * lily/parser.yy (TODO): only do gh_call() for apply with
6439         procedure argument.
6440
6441         * lily/tie-engraver.cc (start_translation_timestep): move melisma
6442         stuff in accordance with new timing of tie-events.
6443
6444         * lily/my-lily-lexer.cc: remove \outputproperty
6445
6446         * lily/melisma-engraver.cc (try_music): use melismaBusyProperties.
6447
6448         * scm/define-translator-properties.scm (melismaBusyProperties):
6449         add melismaBusyProperties property.
6450
6451 2003-09-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6452
6453         * input/test/ambitus-mixed.ly (texidoc): new file.
6454
6455         * buildscripts/mutopia-index.py (find): prune debugging
6456
6457         * lily/side-position-interface.cc: doc updates
6458
6459         * Documentation/user/refman.itely: updates, tweaks.
6460
6461         * lily/parser.yy (Simple_music): remove outputproperty
6462
6463         * make/stepmake.make: use VERSION again; importing VERSION via
6464         autoconf dependencies is too hairy.
6465
6466 2003-09-17  Heikki Junes  <hjunes@cc.hut.fi>
6467
6468         * lilypond-mode.el: allow `-' for keywords and identifiers.
6469
6470 2003-09-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6471
6472         * VERSION: release 1.9.6
6473         
6474         * lilypond-mode.el (LilyPond-command-alist): invoke lilypond
6475         iso. ly2dvi.
6476
6477         * Documentation/user/*.itely: fixes everywhere
6478
6479         * lily/completion-note-heads-engraver.cc: rewrite engraver:
6480         produce ties from the engraver itself, do not broadcast TieEvent.
6481
6482         * lily/my-lily-lexer.cc: remove pitch & duration.
6483
6484         * lily/parser.yy (TODO): remove \pitch and \duration
6485
6486         * input/test/explicit.ly: remove file.
6487
6488         * Documentation/user/refman.itely (Pitches): remove \pitch 
6489         \duration command.
6490
6491 2003-09-16  Heikki Junes  <hjunes@cc.hut.fi>
6492
6493         * buildscripts/lilypond.words.py: add all slur types to Emacs
6494         insertion menu, suppose everything is postfixed by dropping 
6495         unnecessary `-' -marks.
6496
6497 2003-09-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6498
6499         * lily/stem.cc (get_default_stem_end_position): lengthen stems for
6500         tremoloed stems.
6501
6502         * lily/stem-tremolo.cc (brew_molecule): position tremolo next to
6503         head for flagged stems.
6504
6505         * lily/stem.cc (get_default_stem_end_position): futz with extra
6506         stem length if there is a stem tremolo.
6507
6508         * lily/tuplet-bracket.cc (brew_molecule): don't print bracket when
6509         it would be too small.
6510
6511         * lily/font-metric.cc: return #f for non-existent glyph.
6512         
6513         * VERSION (MY_PATCH_LEVEL): read VERSION; version number is now
6514         exported through config.make.
6515
6516         * input/regression/clef-oct.ly: new file.
6517
6518         * scm/clef.scm (make-clef-set): use regexps, support arbitrary
6519         transposition.
6520
6521         * input/template/*.ly: remove old relative.
6522
6523         * ly/english.ly: add X names for double sharp.
6524
6525 2003-09-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6526
6527         * lily/font-select.cc: new file handle font selection routines.
6528
6529         * lily/parser.yy: add ; (Patrick Atamaniuk)
6530
6531         * input/test/time-signature-double.ly: use markups for double time
6532         sigs.
6533
6534         * scm/chord-name.scm: remove new-chord-name-brew-molecule ; use
6535         ChordNames.SeparationItem #'padding for adjusting space after chords.
6536         
6537         * lily/music-output-def.cc (LY_DEFINE): 
6538         new function ly:paper-lookup.
6539         
6540         * mf/parmesan-clefs.mf: use # quantities for char_box
6541         offsets. Fixes overflow errors in the PFA. 
6542
6543         * scm/new-markup.scm (strut-markup): change calling interface for
6544         markup. Pass paper-def, not grob. This would allow \markup to be
6545         used separately from grobs.
6546
6547         * lily/paper-def.cc: new function ly:paper-font; this function
6548         replaces ly:get-font.
6549
6550         * lily/include/font-interface.hh (struct Font_interface): take
6551         Paper_def iso. Grob for get_font().
6552
6553 2003-09-14  Graham Percival  <gperlist@shaw.ca>
6554
6555         * Documentation/user/ tutorial.itely, refman.itely: add warning
6556         about \key and accidentals.
6557
6558 2003-09-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6559
6560         * scm/new-markup.scm (musicglyph-markup): undefine font-name.
6561
6562         * Documentation/user/*.itely: manual tweaks
6563
6564 2003-09-13  Juergen Reuter  <reuter@ipd.uka.de>
6565
6566         * mf/parmesan-clefs.mf: still more set_char_box() fixes and code
6567         cleanup; bugfix: exact_center
6568
6569         * Documentation/user/refman.itely: added more documentation on
6570         ambitus according to recent questions on lilypond-user list
6571
6572 2003-09-12  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6573
6574         * input/regression/ottava.ly (texidoc): demo 15ma too.
6575
6576         * GNUmakefile.in ($(outdir)/VERSION): add VERSION target 
6577
6578         * input/mutopia/J.S.Bach/baerenreiter-sarabande.ly (sarabandeA):
6579         octave fixes.
6580
6581 2003-09-10  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6582
6583         * lily/lexer.ll: add \r to the rules for newlines; this fixes
6584         problems on older Mac editors.
6585
6586 2003-09-12  Juergen Reuter  <reuter@ipd.uka.de>
6587
6588         * mf/parmesan-clefs.mf: more set_char_box() fixes and code cleanup
6589
6590 2003-09-11  Juergen Reuter  <reuter@ipd.uka.de>
6591
6592         * mf/parmesan-custodes.mf, mf/parmesan-heads.mf,
6593         mf/parmesan-clefs.mf: added comments on character alignment and
6594         set_char_box() conventions
6595
6596         * mf/parmesan-custodes.mf, mf/parmesan-clefs.mf: fixed more
6597         set_char_box()'s
6598
6599         * mf/parmesan-clefs.mf: vaticana: adjusted stem width
6600
6601 2003-09-10  Heikki Junes  <hjunes@cc.hut.fi>
6602
6603         * spec/lilypond.{mandrake,suse}.spec.in: update lilypond.words path.
6604
6605 2003-09-10  Juergen Reuter  <reuter@ipd.uka.de>
6606
6607         * mf/parmesan-custodes.mf: vaticana custos: bugfix: slightly
6608         shortened to avoid almost-collision with staff line; code cleanup;
6609         other custodes: fixed char boxes; code cleanup
6610
6611 2003-09-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6612
6613         * configure.in: release 1.9.5
6614         
6615         * scripts/lilypond.py (global_latex_preamble): only set
6616         twosideshift if 'twoside' is in latexoptions 
6617
6618         * stepmake/GNUmakefile.in: remove nested stepmake packaging stuff.
6619
6620         * VERSION: remove
6621
6622         * scripts/*2ly.py: update <> syntax
6623
6624 2003-09-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6625
6626         * lily/chord-name-engraver.cc (process_music): add origin for
6627         chord name.
6628
6629         * input/regression/chord-name-exceptions.ly (theMusic): add base too.
6630
6631         * scm/chord-ignatzek-names.scm (ignatzek-chord-names): bugfix: do
6632         bass notes for exceptions too.
6633
6634         * scm/define-grobs.scm (all-grob-descriptions): rename
6635         HaraKiriVerticalGroup to RemoveEmptyVerticalGroup
6636
6637         * scm/define-grob-properties.scm (remove-first): add remove-first
6638         property for orchestral scores.
6639
6640         * Documentation/user/*.itely: switch <<>> and <> 
6641
6642         * lily/glissando-engraver.cc (process_music): bugfix: move line to
6643         last_line only once. This fixes the two consecutive glissandi problem.
6644
6645 2003-09-09  Juergen Reuter  <reuter@ipd.uka.de>
6646
6647         * lily/vaticana-ligature-engraver.cc: bugfix: fixed programming
6648         error message "flexa-width undefined"
6649
6650         * lily/vaticana-ligature-engraver.cc, lily/gregorian-ligature.cc,
6651         lily/include/gregorian-ligature.hh: print warning when ignoring
6652         head prefixes on flexa shapes
6653
6654         * lily/vaticana-ligature-engraver.cc: bugfix: always add an extra
6655         space before a series of inclinatum heads
6656
6657         * lily/vaticana-ligature-engraver.cc, lily/gregorian-ligature.cc,
6658         lily/include/gregorian-ligature.hh: junked AFTER_VIRGA; small
6659         cleanups
6660
6661         * mf/parmesan-custodes.mf: redesigned custos; fixed stem length
6662         and char_box
6663
6664 2003-09-08  Juergen Reuter  <reuter@ipd.uka.de>
6665
6666         * input/regression/breathing-sign.ly: tiny fixes
6667
6668         * lily/mensural-ligature.cc: renamed stem->cauda/join to avoid
6669         semantical collision with vaticana ligatures
6670
6671         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
6672         scm/define-grob-properties.scm: bugfix: semantics of delta_pitch
6673         now consistent with mensural ligatures
6674
6675         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
6676         mf/parmesan-heads.mf: bugfix: length of cauda of flexa depends on
6677         context pitches and staff position; dto. for virga stem; removed
6678         obsolete virga and clivis characters from parmesan font (WARNING:
6679         font changed)
6680
6681         * mf/parmesan-heads.mf, mf/parmesan-clefs.mf,
6682         mf/parmesan-timesig.mf: fixed several set_char_box ()'s
6683
6684         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
6685         scm/define-grob-properties.scm: consistency fix: renamed
6686         join_left->add_cauda
6687
6688         * mf/parmesan-heads.mf: bugfix: cephalicus head: corrected
6689         appendix length; bugfix: yoffs_bt for reverse direction punctum
6690         characters
6691
6692         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc:
6693         small cleanups; added more docu
6694
6695         * lily/mensural-ligature-engraver.cc,
6696         lily/vaticana-ligature-engraver.cc,
6697         lily/coherent-ligature-engraver.cc: cleanup: moved delta-pitch
6698         computation to CoherentLigatureEngraver
6699
6700         * ly/gregorian-init.ly, lily/gregorian-ligature.cc,
6701         scm/define-grob-properties.scm: bugfix: added missing linea and
6702         cavum properties; bugfix: removed dead semivocalis property
6703
6704         * mf/parmesan-heads.mf: bugfix: linea punctum: vertical lines
6705         length; redesigned quilisma, stropha and auctum
6706
6707         * ly/engraver-init.ly, scm/define-grobs.scm: use 0.6 as default
6708         line thickness
6709
6710         * lily/vaticana-ligature-engraver.cc, mf/parmesan-heads.mf,
6711         Documentation/user/refman.itely: bugfix: introduced shifted
6712         epiphonus head to avoid collision with adjacent plica
6713
6714 2003-09-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6715
6716         * scm/font.scm (paper20-style-sheet-alist): add smaller font sizes.
6717
6718         * mf/GNUmakefile (SAUTER_FONTS): add smaller sizes.
6719
6720 2003-09-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6721
6722         * Documentation/user/tutorial.itely (A lead sheet): remove
6723         duplicate chords.
6724
6725         * Documentation/bibliography/computer-notation.bib (pages): reorganise.
6726
6727 2003-09-03  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6728
6729         * Documentation/bibliography/computer-notation.bib (isbn): add
6730         xivcim publication.
6731
6732 2003-09-05  Heikki Junes  <hjunes@cc.hut.fi>
6733
6734         * GNUmakefile.in: drop lilypond.words for generation.
6735
6736 2003-09-03  Heikki Junes  <hjunes@cc.hut.fi>
6737
6738         * buildscripts/lilypond.words.py: take filename (also) from an arg.
6739
6740         * GNUmakefile.in (README_FILES): put lilypond.words to $(outdir).
6741
6742 2003-09-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6743
6744         * input/test/figured-bass-alternate.ly (fl): new file.
6745
6746         * Documentation/topdocs/README.texi (Top): clarifications.
6747
6748         * Documentation/bibliography/computer-notation.bib (isbn): add phd
6749         theses of Gieseking and Renz.
6750
6751         * GNUmakefile.in (README_FILES): remove README.mandrake.
6752
6753 2003-09-01  Heikki Junes  <hjunes@cc.hut.fi>
6754
6755         * buildscripts/lilypond.words.py: add file. Creates lilypond.words
6756         from source files and search patterns listed in the script.
6757
6758         * GNUmakefile.in: add target `lilypond.words'.
6759
6760         * lilypond.words: remove file, generated by `make lilypond.words'.
6761
6762         * make/lilypond.{mandrake,redhat,suse}.spec.in: make lilypond.words.
6763
6764 2003-08-31  Heikki Junes  <hjunes@cc.hut.fi>
6765
6766         * lily/parser.yy, lily/my-lily-lexer.cc: spell it acciaccatura.
6767
6768 2003-08-31  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6769
6770         * VERSION: 1.9.4 released
6771
6772         * scripts/convert-ly.py (FatalConversionError.figures_replace):
6773         rule for < > <-> << >> substitution
6774
6775         * lily/lexer.ll: exchange meaning of << >> and < > 
6776
6777         * VERSION (PACKAGE_NAME): 1.9.3 released
6778
6779         * stepmake/stepmake/help2man-rules.make ($(outdir)/%.1): build man
6780         pages unconditionally.
6781
6782 2003-08-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6783
6784         * Documentation/user/music-glossary.tely (Top): small syntax
6785         fixes.
6786
6787         * scm/music-functions.scm (remove-tag): filter \tagged music
6788         expressions.
6789
6790         * input/regression/tag-filter.ly (texidoc): new file.
6791
6792         * lily/parser.yy (post_event): add \tag #'symbol / \tag #'(symbol1
6793         symbol2 .. ) etc. 
6794
6795         * scripts/convert-ly.py (FatalConversionError.conv): fingering
6796         convert rule.
6797
6798         * Documentation/user/refman.itely (Fingering instructions): adjust
6799         manual.
6800
6801         * lily/new-fingering-engraver.cc (position_scripts): don't crash
6802         for borderline cases (e.g. 1 fingering.)
6803         (position_scripts): revise interface, use fingerOrientations to
6804         set fingering positions.
6805
6806         * scm/document-translation.scm (context-doc): add aliases to
6807         automated documentation.
6808
6809         * make/lilypond-vars.make: remove stepmake compat glue.
6810
6811         * make/generic-vars.make: remove cruft.
6812
6813         * lily/main.cc (main): don't identify binary.
6814
6815 2003-08-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6816
6817         * lily/include/translator.hh (class Translator): remove
6818         type_string_ , use symbol for context name throughout.
6819         Changes through whole source tree.
6820
6821         * scripts/lilypond.py: rename ly2dvi.py to lilypond.py
6822         set PDF as default, and always make PDF.
6823
6824         * lily/GNUmakefile (SUBDIRS): rename binary to lilypond-bin
6825
6826 2003-08-29  Heikki Junes  <hjunes@cc.hut.fi>
6827
6828         * ChangeLog lilypond.words Documentation/topdocs/NEWS.texi
6829         Documentation/user/refman.itely input/regression/allfontstyle.ly
6830         input/regression/grace-types.ly:
6831         fix spelling for acciaccatura (Webster's 1913).
6832
6833 2003-08-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6834
6835         * lily/main.cc (usage): adjust blurb, include url.
6836
6837         * input/regression/breathing-sign.ly (texidoc): transpose up
6838
6839 2003-08-28  Juergen Reuter  <reuter@ipd.uka.de>
6840
6841         * input/regression/breathing-sign.ly: changed ancient examples to
6842         be relevant (by request of Han-Wen); updated BreathingSign text
6843         property according to new syntax.
6844
6845         * ly/gregorian-init.ly: updated BreathingSign text property
6846         according to new syntax
6847
6848 2003-08-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6849
6850         * Documentation/user/refman.itely (Clef): give example of G_8 clef.
6851         (Clef): index entries for clefs.
6852
6853         * python/lilylib.py (system): remove errorlog files.
6854         
6855 2003-08-28  Heikki Junes  <hjunes@cc.hut.fi>
6856
6857         * lilypond.words: add \new and new graces. Add dynamics to menus
6858         keeping 1.8.x compatibility; after all the engraving relating to 
6859         notes becomes postfixed `-' marks will be removed.
6860
6861 2003-08-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6862
6863         * lily/molecule.cc (align_to): idem.
6864
6865         * lily/molecule-scheme.cc: ly_align_to_x takes continuous dir argument.
6866         
6867         * ly/grace-init.ly (stopAcciaccaturaMusic): correct misspelling of
6868         accacciatura everywhere.
6869
6870         * VERSION (PACKAGE_NAME): released 1.9.2
6871
6872         * GNUmakefile.in (EXTRA_DIST_FILES): dist lilypond.vim too.
6873
6874         * scm/document-markup.scm (markup-doc-node): sort markup function
6875         list.
6876
6877         * lily/paper-outputter.cc (output_version): change "Lily was here"
6878         into  "Engraved by LilyPond"
6879
6880         * lily/my-lily-lexer.cc (My_lily_lexer): don't crash
6881         on unquoted strings before \notenames.
6882
6883         * lily/parser.yy (lyric_element): allow markup as lyric text. This
6884         increases the number of s/r reductions to 4.
6885
6886         * scm/new-markup.scm (fraction-markup): \fraction command.
6887
6888         * lily/lexer.ll: allow any string without \ { }  # and " in \markup
6889         mode
6890
6891         * lily/lookup.cc (round_filled_box): rename function.
6892         (LY_DEFINE): round-filled-box: change signature.
6893
6894         * Documentation/user/refman.itely: revise section explaining grace
6895         notes.
6896
6897         * lily/translator-scheme.cc (LY_DEFINE): add ! to
6898         ly:set-context-property
6899
6900         * input/*/*.ly (vmus): use \new everywhere.
6901
6902         * lily/my-lily-lexer.cc: add \accacciatura and \appoggiatura
6903
6904         * ly/grace-init.ly (stopGraceMusic): add slurs on grace note by
6905         default
6906
6907         * scm/music-functions.scm (set-stop-grace-properties)
6908         (set-start-grace-properties, add-grace-property): new functions
6909         for modular grace tweak control.
6910
6911         * ly/engraver-init.ly (ScoreContext): new property graceSettings.
6912         
6913 2003-08-28  Jan Nieuwenhuizen  <janneke@gnu.org>
6914
6915         * Documentation/topdocs/INSTALL.texi: Explain install-pfa-fonts.
6916
6917         * GNUmakefile.in (install-pfa-fonts):
6918         (get-pfa-fonts): New target.
6919
6920         * stepmake/stepmake/toplevel-targets.make: Add pfa-fonts and
6921         install-pfa-fonts help.
6922
6923 2003-08-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6924
6925         * lily/translator-scheme.cc (LY_DEFINE):
6926         ly:context-pushpop-property new function.
6927         (LY_DEFINE): new function ly:translator-find  
6928         new function ly:translator?
6929         (LY_DEFINE): new function ly:context?
6930
6931         * lily/translator-def.cc: remove
6932         Translator_def::apply_pushpop_property().
6933
6934         * python/lilylib.py (read_pipe): only store and display error log
6935         if verbose not set.
6936         (read_pipe): only display log if it contains something.
6937
6938 2003-08-27  Jan Nieuwenhuizen  <janneke@gnu.org>
6939
6940         * Documentation/misc/GNUmakefile: Re-add.
6941         (TEXTS): Add CHANGES.
6942
6943 2003-08-27  Heikki Junes  <hjunes@cc.hut.fi>
6944
6945         * lilypond.words: add \newcontext.
6946
6947 2003-08-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6948
6949         * lily/tie-performer.cc (stop_translation_timestep): only flush
6950         tied_notes when we have actually made a tie. Fixes bugs with ties
6951         in polyphonic scores.
6952
6953 2003-08-26  Jan Nieuwenhuizen  <janneke@gnu.org>
6954
6955         * stepmake/autogen.sh: Bugfix: copy aclocal.m4, autogen.sh also if
6956         they do not exist.
6957
6958 2003-08-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
6959
6960         * VERSION (PACKAGE_NAME): released 1.9.1 
6961
6962         * ly/engraver-init.ly (RemoveEmptyStaffContext): don't add
6963         Instrument_name_engraver
6964
6965         * lily/tie-performer.cc (create_audio_elements): bugfix
6966
6967         * Documentation/user/music-glossary.tely (Top): comment out
6968         font-style statements.
6969
6970         * input/test/force-hshift.ly: revise example.
6971
6972         * Documentation/bibliography/engraving.bib (note): typos.
6973
6974         * configure.in: bump GCC requirements to 3.x
6975
6976         * lily/include/audio-item.hh (class Audio_tie): rename
6977         note_l_drul_ to note_drul_
6978
6979         * lily/tie-performer.cc (class Tie_performer): patch for new ties.
6980
6981         * lily/parser.yy (relative_music): whoops. All \relative were off
6982         by ...  a lot .... Ahem.
6983
6984         * scm/define-music-types.scm (music-descriptions): idem.
6985
6986         * lily/beam-engraver.cc: move new-beam-event to beam-event
6987
6988         * lily/tie-engraver.cc (class Tie_engraver): move New_tie_engraver
6989         to Tie_engraver
6990
6991         * input/regression/bar-number.ly: remove unnecessary old-relative
6992         options.
6993         
6994         * Documentation/user/internals.itely (Creating contexts): document
6995         \newcontext
6996
6997         * lily/parser.yy (Composite_music): add \newcontext
6998
6999         * Documentation/user/refman.itely (MIDI block): add note about
7000         dotted tempos.
7001
7002         * scm/font.scm: remove old markup legacy
7003
7004         * GNUmakefile.in (web-clean): remake share/ after web-clean.
7005
7006         * lily/breathing-sign.cc (brew_molecule): remove function
7007
7008         * lily/text-item.cc: remove old-style markups.
7009         (interpret_markup): C++ version of markup function
7010         (brew_molecule): idem.
7011
7012         * lily/my-lily-lexer.cc (start_main_input): define input-file-name
7013         as Scheme variable.
7014
7015         * scripts/convert-ly.py (conv): dashes rule.
7016         Apply rule.
7017
7018         * Documentation/user/lilypond-book.itely: syntax fixes. 
7019
7020 2003-08-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7021
7022         * VERSION (PACKAGE_NAME): release 1.9.0
7023
7024         * Documentation/user/lilypond-book.itely (Invoking lilypond-book):
7025         note about dvips. (Should backport.)
7026
7027         * scripts/convert-ly.py
7028         (FatalConversionError.articulation_substitute): add
7029         convert-new-chords code. Remove convert-new-chords.py
7030
7031         * Documentation/user/refman.itely (Octave check): document
7032         \octave.
7033
7034         * Documentation/topdocs/NEWS.texi: add \octave, postfix and
7035         \relative changes.
7036
7037         * lily/parser.yy (command_element): octave check:
7038
7039            \octave PITCH
7040
7041         checks that PITCH (without octave) yields PITCH (with octave) in
7042         \relative
7043
7044         * lily/relative-octave-music.cc (to_relative_octave): octave check.
7045
7046         * lily/scm-option.cc: ly:set-option now has the default argument
7047         #t.
7048
7049         * lily/lexer.ll: add \renameinput
7050
7051         * python/lilylib.py (command_name): robustifications.
7052
7053         * scripts/ly2dvi.py (run_latex): use >& for redirection iso. of
7054         /dev/stderr. This is ash compatible.
7055
7056         * ly/init.ly: add warning if compatibility was not necessary.
7057
7058         * lily/scm-option.cc (LY_DEFINE): add ly:get-option
7059
7060         * flower/include/string-handle.icc: formatting cleanups, rename
7061         references by ref_count_.
7062
7063 2003-08-25  Heikki Junes  <hjunes@cc.hut.fi>
7064
7065         * make/lilypond.mandrake.spec.in: syncronize the spec file with
7066         Torbjorn Turpeinen (tobbe@nyvalls.se): fix group, update reqs,
7067         package libs separately, fix conflicting php variable out=/dev/vc/
7068         invoking `unset out', declare menus, use only one icon-file, fix
7069         doc-path in menu.
7070
7071 2003-08-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7072
7073         * scripts/convert-ly.py (FatalConversionError.conv): typo
7074
7075         * Documentation/misc/GNUmakefile: restore misc directory.
7076
7077         * input/mutopia/J.S.Bach/bwv940.ly: add 1 petite prelude
7078
7079         * input/mutopia/J.S.Bach/GNUmakefile (EXTRA_DIST_FILES): remove
7080         Petites-Preludes 
7081
7082         * input/test/partial-blank.ly (quickmeasure): syntax
7083
7084         * lily/slur.cc (get_attachment): bugfix: don't crash on non-cons
7085         attachment property.
7086
7087         * Documentation/user/refman.itely: remove superfluous -'s 
7088         (Grace notes): ) fixes.
7089
7090         * lily/music.cc: generic compress(), transpose() functions. Remove
7091         others.
7092
7093         * lily/parser.yy (gen_text_def): remove support for #'(italic )
7094         style markup entry.
7095
7096         * lily/parser.yy: all articulations postfix; remove obligatory -
7097         for [,  ) and \!
7098         
7099         * lily/music.cc (to_relative_octave): write generic
7100         to_relative_octave function; various relative cleanups.
7101         Hmmm.
7102
7103         * lily/scm-option.cc: add options new-relative and old-relative
7104
7105         * po/sv.po: new po file.
7106
7107         * Documentation/user/refman.itely (Dynamics): website
7108         fixes. (should backport!)
7109
7110 2003-08-22  Heikki Junes  <hjunes@cc.hut.fi>
7111
7112         * make/lilypond.mandrake.spec.in: declare version only once.
7113
7114 2003-08-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7115
7116         * lily/simultaneous-music.cc (to_relative_octave): undo relative
7117         meaning for now.
7118
7119 2003-08-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7120
7121         * input/mutopia/J.S.Bach/wtk1-fugue1.ly: updates
7122
7123         * input/mutopia/J.S.Bach/wtk1-prelude1.ly: remove file
7124
7125         * input/mutopia/F.Schubert/standchen.ly (trebleThrough): fixes
7126
7127         * lily/simultaneous-music.cc (to_relative_octave): add Event_chord.
7128
7129         * lily/music.cc (var): add ly:music-transpose function.
7130
7131         * lily/parser.yy (pre_events): remove prefix articulations.
7132
7133         * lily/music-sequence.cc (do_relative_octave): change relative meaning.
7134
7135         * VERSION (MY_PATCH_LEVEL): open HEAD/1.9 branch.
7136
7137         * Documentation/user/refman.itely (Text markup): add comment about
7138         markup in header.
7139
7140 2003-08-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7141
7142         * lily/paper-outputter.cc (write_header_fields_to_file): 
7143         only dump value if it is a string.
7144
7145         * flower/include/dictionary.hh: remove.
7146         
7147         * Documentation/ChangeLog-1.5: add back old log.
7148
7149         * Documentation/topdocs/INSTALL.texi (Top): explain how to get
7150         .pfas from a .deb.
7151
7152 2003-08-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7153
7154         * Documentation/bibliography/engraving.bib: add entry for
7155         Jaschinski's Notation
7156
7157 2003-08-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7158
7159         * Documentation/user/refman.itely (Beaming): add note about
7160         allowBeamBreak
7161
7162 2003-08-18  Juergen Reuter  <reuter@ipd.uka.de>
7163
7164         * lilypond.words, ly/engraver-init.ly, ly/params-init.ly: added
7165         GregorianTranscription contexts
7166
7167         * ly/engraver-init.ly: vaticana contexts: minor fixes
7168
7169         * Documentation/user/refman.itely (Ancient notation): added note
7170         on appendix length bug
7171
7172         * input/puer-fragment.ly, input/test/gregorian-scripts.ly,
7173         input/test/vaticana.ly: use vaticana contexts; small fixes
7174
7175 2003-08-17  Jan Nieuwenhuizen  <janneke@gnu.org>
7176
7177         * flower/hash.cc: Remove.
7178
7179         * flower/include/dictionary.hh (V>): Compile fix: Remove assignment
7180         to (nonexistent?) hash_func_ identifier.
7181
7182         * python/midi.c (midi_error, midi_warning): Use char const* for
7183         __FUNCTION__ argument.
7184
7185         * python/gettext.py: Remove.  We already require python 2.1, which
7186         includes gettext.py.
7187
7188         * configure.in: Require python 2.1, as INSTALL.texi says.
7189         it.
7190
7191         * Documentation/topdocs/INSTALL.texi: Add note to avoid bison
7192         versions 1.50 and 1.75.  Remove note about lexer patch.
7193
7194 2003-08-16  Jan Nieuwenhuizen  <janneke@gnu.org>
7195
7196         * Documentation/topdocs/INSTALL.texi: Update type1 font
7197         description to actual situation.  Add comment about new font ball
7198         layout.
7199
7200         * GNUmakefile.in (pfa-fonts): Create font-ball so that untar
7201         in $LILYPONDPREFIX suffices for installation.
7202
7203 2003-08-11  Jan Nieuwenhuizen  <janneke@gnu.org>
7204
7205         * debian/control (Build-Depends): Add flex-old as alternative to
7206         flex.  Deprecate bison 1.75.
7207
7208 2003-08-17  Juergen Reuter  <reuter@ipd.uka.de>
7209
7210         * lilypond.words, ly/engraver-init.ly, ly/params-init.ly: added
7211         Vaticana contexts
7212
7213         * Documentation/user/refman.itely (Ancient notation): documented
7214         some bugs; tiny fixes; added docu on Vaticana contexts
7215
7216         * gregorian-init.ly, ly/script-init.ly: moved ancient articulation
7217         scripts
7218
7219 2003-08-16  Juergen Reuter  <reuter@ipd.uka.de>
7220
7221         * Documentation/user/refman.itely (Ancient notation): added some
7222         introductory words; added section on ancient time signatures;
7223         added some @seealso and @refcommands; small fixes and
7224         beautifications
7225
7226 2003-08-15  Juergen Reuter  <reuter@ipd.uka.de>
7227
7228         * input/regression/note-head-style.ly: many fixes and updates
7229
7230         * Documentation/user/refman.itely: added small sections on ancient
7231         accidentals, rests and flags; revised ancient note head section;
7232         small wording/spelling fixes
7233
7234         * input/test/rests.ly: layout fixes
7235
7236 2003-08-14  Juergen Reuter  <reuter@ipd.uka.de>
7237
7238         * input/puer-fragment.ly: bugfix: central C position of do clef
7239
7240         * ly/gregorian-init.ly: workaround: add small padding space before
7241         divisiones (the correct fix would be the spacing engine to handle
7242         this)
7243
7244 2003-08-13  Graham Percival  <gperlist@shaw.ca>
7245
7246         * input/test/bar-lines-lyric-only.ly, boxed-molecule.ly,
7247         cue-notes.ly: minor fixes.
7248
7249 2003-08-13  Juergen Reuter  <reuter@ipd.uka.de>
7250
7251         * Documentation/user/refman.itely: bugfix: remove obsolete link to
7252         input/test/custos-style.ly
7253
7254         * Documentation/index.html.in: bugfix: link to Tutorial.html
7255
7256         * input/puer-fragment.ly: bugfix: assigment of syllables "no-bis"
7257         to neumes; bugfix: "et": epiphonus, not just a simple pes
7258
7259 2003-08-12  Heikki Junes <hjunes@cc.hut.fi>
7260
7261         * lilypond-mode.el: split `Insert Tag' if it is long enough.
7262
7263         * lilypond.words: add new features: markup, column, center, \[ \].
7264         
7265 2003-08-10  Heikki Junes <hjunes@cc.hut.fi>
7266
7267         * Documentation/topdocs/NEWS.texi, DEDICATION,
7268         stepmake/bin/add-html-footer.py
7269         input/mutopia/J.S.Bach/baerenreiter-sarabande.ly
7270         input/mutopia/J.S.Bach/wtk1-fugue1.ly
7271         input/mutopia/J.S.Bach/wtk1-prelude1.ly
7272         Documentation/topdocs/INSTALL.texi: `bug'fix: a colon `:' is 
7273         added (only) after a sentence which is complete; if the sentence is 
7274         not ended a comma `,' or nothing is used. fix also spaces.
7275
7276 2003-08-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7277
7278         * Documentation/topdocs/INSTALL.texi (Top): change GUILE
7279         requirements to plain 1.6.
7280
7281         * buildscripts/mutopia-index.py (read_lilypond_header): update
7282         mutopia-index.py to 1.4 syntax [sic]
7283
7284 2003-08-07  Heikki Junes <hjunes@cc.hut.fi>
7285
7286         * make/lilypond.mandrake.spec.in: remove menu, sync with redhat-spec.
7287
7288 2003-08-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7289
7290         * Documentation/index.html.in: url for regression pdf
7291
7292         * Documentation/user/cheatsheet.itely (Cheat sheet): single staff.
7293
7294         * Documentation/user/tutorial.itely (Piano staves): s/staffs/staves/g
7295
7296         * make/lilypond.redhat.spec.in (Buildrequires): texinfo >= 4.6 reqd.
7297
7298         * VERSION: 1.8.0 released
7299         
7300         * GNUmakefile.in (local-WWW-post): footify build fix.
7301
7302         * configure.in: require GUILE 1.6.4
7303
7304         * Documentation/user/GNUmakefile: don't copy *.png for
7305         lilypond-internals
7306
7307         * GNUmakefile.in (local-WWW-post): move mutopia-index to toplevel
7308         local-WWW-post target.
7309         (rsync-web): add rsync-web target
7310
7311         * Documentation/user/introduction.itely (Music notation and
7312         engraving): add neume example
7313
7314         * input/puer-fragment.ly (cantus): add puer-fragment
7315
7316 2003-08-06  Jan Nieuwenhuizen  <janneke@gnu.org>
7317
7318         * input/no-notation/midi-volume-equaliser.ly: Add volume setting
7319         to notes, so that equalizer is actualy being used.
7320
7321         * scm/midi.scm (instrument-equalizer-alist):
7322         (absolute-volume-alist): Define public, so that user can copy or
7323         override.
7324
7325         * lily/key-performer.cc (create_audio_elements): Check for minor
7326         key.  Only if key is minor, set MIDI key to minor.
7327
7328 2003-08-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7329
7330         * Documentation/user/refman.itely (Hiding staffs): fixes.
7331
7332         * mf/feta-eindelijk.mf (tracingvariables): add TODO.
7333
7334         * lily/system-start-delimiter.cc (after_line_breaking): retrieve
7335         vertical extents to deal with Hara kiri correctly.
7336
7337         * input/regression/hara-kiri-short.ly: remove
7338
7339         * input/regression/hara-kiri-pianostaff.ly: update test.
7340
7341         * Documentation/user/*.tely: remove WEBTITLE
7342
7343         * scm/output-tex.scm (comment): idem.
7344
7345         * scm/output-pdftex.scm: remove GUILE 1.4 glue
7346
7347         * scm/music-functions.scm (make-lyric-event): new function
7348
7349         * scm/lily.scm (lilypond-version): new function
7350
7351         * input/test/version-output.ly: new file.
7352
7353         * Documentation/user/lilypond.tely: add version number to
7354         front-page.
7355
7356 2003-08-05  Jan Nieuwenhuizen  <janneke@gnu.org>
7357
7358         * input/test/midi-scales.ly: Reformat to match midi2ly output again.
7359
7360 2003-08-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7361
7362         * input/template/gregorian-transcription.ly (barTwo): syntax update.
7363
7364         * Documentation/user/refman.itely (Hiding staffs): rename node.
7365
7366 2003-08-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7367
7368         * input/regression/new-markup-syntax.ly (texidoc): remove
7369         molecule-callback override.
7370
7371 2003-08-04  Jan Nieuwenhuizen  <janneke@gnu.org>
7372
7373         * input/les-nereides.ly: Mark tweaks with %tweak.
7374
7375         * Debian patch, see debian/changelog (Anthony Fok).
7376
7377 2003-08-04  Jan Nieuwenhuizen  <janneke@gnu.org>
7378
7379         * buildscripts/lilypond-profile.sh: Add workaround for zsh posix
7380         problem.
7381
7382 2003-08-04  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
7383
7384         * Documentation/user/refman.itely (Text markup): Fix language bug.
7385
7386 2003-08-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7387
7388         * input/* : postfix syntax fixes.
7389
7390         * Documentation/user/refman.itely (Text markup): add note about
7391         raise/lower with ^ or _ .
7392         
7393         * po/fi.po: fix \\apply strings.
7394
7395         * lily/parser.yy (open_event): warn for prefix articulations.
7396
7397 2003-08-04  Juergen Reuter  <reuter@ipd.uka.de>
7398
7399         * lily/all-font-metrics.cc (find_font): bugfix: apply Han-Wen's last
7400         fix also on parmesan font.
7401
7402 2003-08-03  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7403
7404         * VERSION 1.7.30 released
7405         
7406         * GNUmakefile.in (EXTRA_DIST_FILES): remove lexer GCC patch.
7407
7408         * buildscripts/mutopia-index.py (headertext): rewording
7409
7410 2003-08-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7411
7412         * scm/new-markup.scm (strut-markup): new markup function.
7413
7414         * scm/bass-figure.scm (make-bass-figure-markup): insert vertical
7415         space also when no accidental is there.
7416
7417 2003-08-02  Jan Nieuwenhuizen  <janneke@gnu.org>
7418
7419         * input/les-nereides.ly: Updates.
7420
7421 2003-08-02  Heikki Junes <hjunes@cc.hut.fi>
7422
7423         * lilypond-mode.el (LilyPond-insert-tag-current): new function,
7424         which repeats the tag insertion selected from "Insert tag" menu.
7425
7426 2003-08-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7427
7428         * lily/all-font-metrics.cc (find_font): load AFM files first only
7429         for feta fonts. This fixes problems with TeXlive and other TeX
7430         distros that include AFM files for the CM fonts. 
7431
7432         * scm/font.scm (qualifiers-to-font-name): remove.
7433
7434         * lily/paper-def.cc: remove get_var.
7435
7436         * input/trip.ly: remove file.
7437         
7438         * input/regression/spacing-note-flags.ly (raggedright): remove
7439         stafflinethickness
7440
7441         * input/les-nereides.ly: update to new syntax, cleanups.
7442
7443 2003-08-01  Jan Nieuwenhuizen  <janneke@gnu.org>
7444
7445         * Documentation/user/refman.itely: Clarify shortest-note problem
7446         of autobeamer.
7447
7448 2003-08-01  Heikki Junes <hjunes@cc.hut.fi>
7449
7450         * lilypond-mode.el: Add each word to regexps only once.
7451
7452         * lilypond-mode.el (LilyPond-insert-tag): add new function, which 
7453         is based on the syntax definitions in lilypond.words. Remove all 
7454         LilyPond-insert-tag-* functions. Restructure LilyPond menu. 
7455         LilyPond->Insert menu is generated by the entries in lilypond.words 
7456         to which have been given a syntax definition.
7457
7458         * lilypond.words: give syntax definitions (LilyPond-insert-tag) for 
7459         \notes, \relative, \score, \simultaneous, \transpose.
7460
7461         * lilypond-mode.el: allow non-alpha characters only in menu keywords.
7462
7463         * lilypond.words: add useful `\context Staff =' and `\context Voice ='.
7464         
7465         * lilypond-mode.el: add menu keywords separately.
7466
7467         * lilypond.words: post-syntaxed slur pairs and syntax for \times.
7468
7469 2003-08-01  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
7470
7471         * Documentation/topdocs/INSTALL.texi (Top): Documentation of the
7472         current ugly installation method for PFA fonts.
7473
7474 2003-07-31  Heikki Junes <hjunes@cc.hut.fi>
7475
7476         * lilypond-mode.el: Junk LilyPond-quick-notes-insert; instruct 
7477         to use LilyPond Quick Insert Mode by Nicolas Sceaux, instead.
7478
7479         * Documentation/user/music-glossary.tely: update legato.
7480
7481 2003-07-30  Jan Nieuwenhuizen  <janneke@gnu.org>
7482
7483         * lexer-gcc-3.0.patch: Remove.
7484
7485         * lexer-gcc-3.1.sh: Disable FlexLexer.h massaging.
7486
7487 2003-07-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7488
7489         * debian/rules (binary-arch): remove NEWS.
7490
7491 2003-07-30  Heikki Junes <hjunes@cc.hut.fi>
7492
7493         * buildscripts/{ many }, lily/main.cc, po/{ all }, scripts{ many },
7494         stepmake/bin{ many }: polish the `--help's of different scripts;
7495         model taken from the core-utils of Linux.
7496
7497         * flower/getopt-long.cc, python/lilylib.py: add space, see above.
7498
7499 2003-07-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7500
7501         * flower/parse-afm.cc (parseCharMetrics): add warnings.
7502
7503         * flower/libc-extension.cc: idem.
7504
7505         * flower/include/libc-extension.hh: protect against isinf macros.
7506
7507 2003-07-29  Heikki Junes <hjunes@cc.hut.fi>
7508
7509         * { many }: Use two uppercase letters in LilyPond.
7510
7511         * lily/main.cc, po/{ many }, scripts/{ many }: add verbs.
7512
7513         * VERSION: 1.7.29 released.
7514         
7515 2003-07-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7516
7517         * lily/tie.cc: add TODO comment.
7518
7519         * lily/bezier.cc: replace bezier-bow with bezier-sandwich.
7520
7521         * scm/*.scm: remove bezier-bow. Use bezier-sandwich with rounded
7522         linejoins and linecaps. This fixes problems with occasional spikes
7523         on slur/tie endings.
7524         
7525         * input/regression/font-name.ly: don't use PS fonts for
7526         compatibility reasons. 
7527
7528         * mutopia/claop.py (accents): update to 1.8
7529
7530         * Documentation/user/music-glossary.tely (Top): remove 13pt.
7531
7532         * Documentation/user/macros.itexi: don't color glossary links.
7533
7534         * Documentation/user/invoking.itexi (Error messages): new section
7535
7536 2003-07-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7537
7538         * input/regression/font-name.ly: add file.
7539
7540         * scm/document-backend.scm (grob-doc): remove <hr> from
7541         lilypond-internals
7542
7543         * Documentation/topdocs/INSTALL.texi (Top): bump GUILE
7544         reqd version to 1.6.4 
7545
7546         * lily/font-interface.cc (get_font): bugfix: take font-name from
7547         alist chain too. This fixes font-name override for \markup.
7548
7549 2003-07-28  Jan Nieuwenhuizen  <janneke@gnu.org>
7550
7551         * Documentation/pictures/GNUmakefile (OUT_DIST_FILES): Remove icon.
7552
7553         * input/test/polymetric-differing-notes.ly: Compile fix.
7554
7555 2003-07-28  Juergen Reuter  <reuter@ipd.uka.de>
7556
7557         * Documentation/user/refman.itely: fixed typo
7558
7559         * lily/vaticana-ligature-engraver.cc: bugfix: insert extra space
7560         before flexa
7561
7562 2003-07-27  Heikki Junes  <hjunes@cc.hut.fi>
7563
7564         * input/test/{ many }: search & fix some typos.
7565
7566 2003-07-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7567
7568         * scripts/ly2dvi.py (include_path): use preview_resolution for PNG
7569         images.
7570
7571         * scm/music-functions.scm (make-voice-props-set): set Script /
7572         TextScript dir for polyphony too.
7573
7574         * scm/define-grobs.scm (all-grob-descriptions): decrease space
7575         before clef.
7576
7577         * flower/libc-extension.cc (my_round): ANSI-C compatible rounding.
7578
7579 2003-07-27  Rune Zedeler  <rz@daimi.au.dk>
7580
7581         * Documentation/user/refman.itely (Percussion): Small
7582         clarifications and fixes.
7583
7584         * scm/drums.scm: Bugfix: Use string instead of symbol when naming
7585         threads. This fixes different heads playing simultaneously.
7586
7587 2003-07-27  Heikki Junes  <hjunes@cc.hut.fi>
7588
7589         * Documentation/user/{ many }: increase readability (read through 
7590         User manual from `one big page').
7591
7592 2003-07-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7593
7594         * input/test/polymetric-differing-notes.ly: add example with
7595         disparate note values.
7596
7597         * input/test/polymetric.ly: rename from poly-metric
7598
7599         * scripts/ly2dvi.py (include_path): bugfix: use outbase
7600         iso. outname.
7601
7602         * mf/feta-klef.mf: clef fixes, remove left/right spacing.  set
7603         G-clef bbox to real char extents. This fixes the G-clef being
7604         offset too much to the right.
7605         document perc clef offset.
7606
7607         WARNING: FONT CHANGED.
7608
7609         * Documentation/user/tutorial.itely (Tutorial): move menu.
7610
7611 2003-07-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7612
7613         * buildscripts/lilypond-profile.sh (Error): trim error message.
7614
7615         * Documentation/user/invoking.itexi (Invoking the lilypond
7616         binary): add note about path.
7617
7618         * Documentation/user/macros.itexi: add @c at EOL, hopefully
7619         suppresses superfluous spaces.
7620
7621 2003-07-25  Jan Nieuwenhuizen  <janneke@gnu.org>
7622
7623         * buildscripts/lilypond-profile.sh: Add documentation to error
7624         message.
7625
7626         * make/srcdir.make.in (web-install): Use SRCMAKE, set outdir.
7627
7628 2003-07-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7629
7630         * scripts/lilypond-book.py: HTML fixes (by Michael Ossmann
7631         <mike@ossmann.com>)
7632
7633         * Documentation/bibliography/computer-notation.bib (pages): prune
7634         unscientific language.
7635
7636         * Documentation/user/GNUmakefile: copy unsplit file to
7637         lilypond.html (idem for lilypond-internals).
7638
7639         * buildscripts/mutopia-index.py (read_dict): remove "example file:"
7640
7641         * Documentation/topdocs/NEWS.texi (Top): rewrite NEWS in texinfo.
7642
7643         * python/lilylib.py (lilypond_version): 2.1 proof version check.
7644
7645         * lily/staff-symbol-referencer.cc (LY_DEFINE): lrint, the final
7646         fix.
7647         
7648 2003-07-25  Heikki Junes  <hjunes@cc.hut.fi>
7649
7650         * Documentation/user/{ various }: bind text snippets with their
7651         examples, e.g. by punctuation: This is an example.
7652
7653 2003-07-25  Jan Nieuwenhuizen  <janneke@gnu.org>
7654
7655         * ly/performer-init.ly (VoiceContext): Typos.
7656
7657         * stepmake/stepmake/toplevel-targets.make (install): For srcdir
7658         builds, leave final-install to toplevel srcdir makefile.
7659
7660         * make/srcdir.make.in (install): New target.
7661
7662 2003-07-24  Jan Nieuwenhuizen  <janneke@gnu.org>
7663
7664         * ly/performer-init.ly (TabStaffContext, TabVoiceContext): Add.
7665         This fixes core dump on MIDI output (Simon Weatherill).
7666
7667         * stepmake/stepmake/generic-targets.make (WWW-post): Oops, depend
7668         on local-WWW-post.
7669
7670 2003-07-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7671
7672         * make/lilypond.redhat.spec.in: add dvips to reqs.
7673
7674 2003-07-24  Jan Nieuwenhuizen  <janneke@gnu.org>
7675
7676         * make/srcdir.make.in (web): Add special web target.
7677
7678         * stepmake/stepmake/generic-targets.make (WWW): Remove $(MAKE)
7679         from inner $(LOOP).
7680
7681         * cygwin/mknetrel: Override $(webdir) (was: $(docdir)).
7682
7683         * stepmake/stepmake/generic-targets.make (www-targets-help):
7684         * GNUmakefile.in (web-install): Install in $(webdir).
7685
7686         * input/test/smart-transpose.ly (texidoc): texidoc compile fix.
7687
7688         * cygwin/changelog: 
7689         * cygwin/mknetrel: Update.
7690
7691         * GNUmakefile.in (web-install): Rename (was: install-html-doc).
7692         (html-doc): Remove (use: web).
7693
7694         * stepmake/stepmake/script-rules.make: 
7695         * stepmake/stepmake/python-module-rules.make ($(outdir)/%.py):
7696         Fix $(config_make) dependencies for srcdir build.
7697
7698         * stepmake/stepmake/generic-targets.make ($(config_make)): Fix
7699         target for srcdir build.
7700
7701         * stepmake/make/stepmake.make: 
7702         * make/srcdir.make.in: 
7703         * GNUmakefile.in:
7704         * make/stepmake.make (config_make): Rename variable (was:
7705         configuration).
7706
7707 2003-07-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7708
7709         * Documentation/user/internals.itely (Manipulating music
7710         expressions): run lilypond on example too.
7711
7712         * flower/include/libc-extension.hh: move lrint define to
7713         header. bugfix.
7714         
7715 2003-07-24  Jan Nieuwenhuizen  <janneke@gnu.org>
7716
7717         * stepmake/GNUmakefile.in (STEPMAKE_TEMPLATES): 
7718         * stepmake/stepmake/GNUmakefile (STEPMAKE_TEMPLATES): Add www (why
7719         do we recurse whole tree?).
7720
7721         * GNUmakefile.in (html-doc): Resurrect.
7722
7723         * Documentation/pictures/GNUmakefile (default, local-dist): Remove
7724         obsolete $(package-icon) dependency.
7725
7726 2003-07-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7727
7728         * Documentation/user/refman.itely (Automatic staff changes):
7729         add seealso 
7730
7731         * Documentation/index.html.in: link to bigpage.
7732
7733         * Documentation/user/tutorial.itely (Tutorial): streamline.
7734
7735         * Documentation/index.html.in: url typo.
7736
7737         * VERSION (PACKAGE_NAME): release 1.7.28
7738
7739         * python/lilylib.py (error_log): remove '/' from name.
7740
7741         * input/regression/pedal.ly: remove; dups input/test/
7742         
7743         * stepmake/stepmake/texinfo-rules.make: remove footify everywhere.
7744
7745         * Documentation/index.html.in: python style doco index.
7746
7747         * Documentation/{footer,header}.html.in (src): remove, 
7748
7749         * Documentation/pictures: remove all but lelie-logo.xpm.
7750
7751         * stepmake/stepmake/texinfo-vars.make (MAKEINFO): unset LANG
7752         before running makeinfo.
7753
7754         * lily/include/music-iterator.hh (IMPLEMENT_CTOR_CALLBACK): add
7755         @code{}
7756
7757 2003-07-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7758
7759         * input/test/bar-number-regular-interval.ly: rename.
7760
7761         * Documentation/user/*: various fixes. 
7762
7763 2003-07-24  Heikki Junes  <hjunes@cc.hut.fi>
7764
7765         * Documentation/{ many }: polish for update-all-menus. typos.
7766
7767         * po/fi.po: fixes.
7768
7769         * Documentation/topdocs/{README.texi,INSTALL.texi}: update links.
7770
7771         * buildscripts/mutopia-index.py: polish.
7772
7773         * input/regression/{ many }, input/test{ many }: polish texidocs.
7774
7775 2003-07-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7776
7777         * scripts/convert-ly.py (FatalConversionError.conv): rule for
7778         pedal-style
7779
7780         * lily/text-spanner.cc (brew_molecule): use bracket-flare
7781         iso. edge-widen.
7782
7783         * lily/piano-pedal-engraver.cc (process_music): change from
7784         process_acknowledged ()
7785
7786         * lily/piano-pedal-bracket.cc: new file. Change
7787         setup_pedal_bracket in after_line_breaking callback.  Thoroughly
7788         cleaned up.
7789
7790         * lily/text-spanner.cc (setup_pedal_bracket): cleanup.
7791
7792         * input/regression/tuplets.ly (texidoc): rename file.
7793
7794         * po/fr.po: update
7795
7796         * buildscripts/lilypond-profile.sh: error message if script is not
7797         sourced.
7798
7799         * lily/tuplet-bracket.cc (make_bracket): change edge-widen to
7800         bracket-flare
7801         (make_bracket): simplify code.
7802
7803         * lily/parser.yy (verbose_command_req): catch typos in \key scale
7804         argument.
7805
7806         * python/lilylib.py (lilypond_version_check): new function
7807
7808         * scripts/lilypond-book.py (TexiPaper.incl_opt): idem
7809
7810         * scripts/ly2dvi.py (run_lilypond): add version check.
7811
7812         * scripts/lilypond-book.py (option_definitions): typo
7813
7814         * scripts/ly2dvi.py (include_path): typo
7815
7816         * make/lilypond.redhat.spec.in (Group): add INSTALL.txt
7817
7818         * lily/parse-scm.cc (parse_handler): typo
7819
7820         * Documentation/user/macros.itexi: use @heading for headings.
7821
7822         * Documentation/user/refman.itely: updates, fixes.
7823
7824 2003-07-23  Heikki Junes  <hjunes@cc.hut.fi>
7825
7826         * po/fi.po: add Finnish translations. fixes.
7827
7828         * stepmake/stepmake/toplevel-targets.make: rpm-mandrake -> rpm-mdk.
7829
7830         * lily/piano-pedal-engraver.cc: fixed warnings, got working syntax
7831         from lily/glissando-engraver.cc.
7832
7833 2003-07-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7834
7835         * lily/volta-bracket.cc (brew_molecule): opps: only wipe number
7836         for non-first _broken_ bracket.
7837
7838         * Documentation/user/refman.itely: corrections.
7839
7840 2003-07-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7841
7842         * lily/new-fingering-engraver.cc (position_scripts): add heads to
7843         support of the fingerings.
7844
7845         * po/fr.po: French translation update.
7846
7847         * lily/parser.yy (Composite_music): add extra \ for "\apply" in
7848         strings.
7849
7850 2003-07-22  Jan Nieuwenhuizen  <janneke@gnu.org>
7851
7852         * Documentation/user/introduction.itely: Small fixes.
7853
7854 2003-07-22  Heikki Junes  <hjunes@cc.hut.fi>
7855
7856         * Documentation/topdocs/AUTHORS.texi: polish.
7857
7858 2003-07-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7859
7860         * Documentation/user/introduction.itely: revise
7861
7862         * Documentation/user/tutorial.itely: reorganise.
7863
7864         * Documentation/topdocs/index.tely: remove.
7865
7866         * Documentation/header.html.in: prune.
7867
7868         * GNUmakefile.in: clean up web building.
7869
7870         * stepmake/stepmake/generic-targets.make (WWW): add WWW as generic
7871         target.
7872
7873 2003-07-21  Heikki Junes  <hjunes@cc.hut.fi>
7874
7875         * lilypond-font-lock.el: do not try to match two-char slurs \) \].
7876
7877         * lilypond-mode.el: turn on blink-matching-paren.
7878
7879 2003-07-21  Jan Nieuwenhuizen  <janneke@gnu.org>
7880
7881         * scm/output-sodipodi.scm (svg-header): Fix typo.
7882
7883 2003-07-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7884
7885         * python/lilylib.py (error_log): use mktemp iso.  temp_dir. This
7886         fixes a security hole.
7887
7888         * scripts/lilypond-book.py (original_dir): remove temp_dir
7889
7890         * scm/document-translation.scm: use @code tags.
7891
7892 2003-07-20  Heikki Junes  <hjunes@cc.hut.fi>
7893
7894         * lilypond-font-lock.el: do not try to match two-char slurs \( \[.
7895
7896         * lilypond-mode.el: add a buffer-local post-command-hook to set
7897         context dependent syntax-table after each cursor event. Remove old
7898         stuff. XEmacs: turn on parenthesis highlighting in LilyPond-mode.
7899
7900         * lilypond-indent.el: update comments.
7901
7902         * Documentation/footer.html.in: add period.
7903
7904 2003-07-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7905
7906         * make/lilypond.redhat.spec.in (Group): don't strip binary.
7907
7908         * scm/document-translation.scm (document-property-operation): add
7909         @code{} tags.
7910
7911         * VERSION (PACKAGE_NAME): release 1.7.27
7912
7913         * config.make.in: add PAPER variable
7914
7915         * buildscripts/new-chords.py (help): add help text
7916
7917         * Documentation/user/introduction.itely (Typography and program
7918         architecture):  fixes.
7919
7920         * Documentation/user/GNUmakefile (DVIPS_PAPERSIZE): set A4 paper
7921         for texinfo and dvips. This fixes problems with PDF output of the
7922         wrong size.
7923
7924         * stepmake/stepmake/tex-rules.make ($(outdir)/%.ps): add
7925         DVIPS_PAPERSIZE variable
7926
7927         * stepmake/stepmake/texinfo-rules.make ($(outdir)/%.dvi): add
7928         TEXINFO_PAPERSIZE variable 
7929
7930 2003-07-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7931
7932         * mf/feta-macros.mf: whoops: only draw lines for test situations.
7933
7934         * mf/feta-toevallig.mf: lowres fixes.
7935
7936 2003-07-19  Jan Nieuwenhuizen  <janneke@gnu.org>
7937
7938         * NEWS: Typo and fill-paragraph fixes.
7939
7940         * flower/libc-extension.cc (lrint)[!HAVE_LRINT]: Use round () and
7941         cast #define.
7942
7943         * configure.in: 
7944         * config.hh.in: Check for lrint.
7945
7946 2003-07-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7947
7948         * VERSION: 1.7.26 released
7949
7950         * lily/separation-item.cc: add padding property.
7951
7952         * input/test/*.ly: various fixes, remove solo-a2.ly
7953
7954         * scm/new-markup.scm (brew-new-markup-molecule): arg order
7955         bugfix. Fixes old-style markup compatibility.
7956
7957         * Documentation/user/introduction.itely (Introduction): historical
7958         elucidations
7959
7960         * Documentation/user/music-glossary.tely (Top): linewidth fix.
7961
7962         * Documentation/topdocs/AUTHORS.texi (AUTHORS): cleanup.
7963
7964         * Documentation/index.texi (Top): cleanup.
7965
7966         * Documentation/user/introduction.itely (Introduction): rewrite
7967         introduction, 
7968         (Music notation and  engraving): about notation. Add flat-picture
7969
7970 2003-07-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7971
7972         * ly/engraver-init.ly (LyricsVoiceContext): add padding for
7973         separation items. This keeps lyrics from bumping into each other.
7974
7975 2003-07-18  Jan Nieuwenhuizen  <janneke@gnu.org>
7976
7977         * GNUmakefile.in (topdocs-web): New target.
7978         (local-web): Depend on topdocs-web; fixes html-doc.
7979
7980 2003-07-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
7981
7982         * po/lilypond.pot: run po-replace
7983
7984         * Documentation/GNUmakefile (SUBDIRS): remove windows/ directory
7985
7986         * scm/drums.scm (reset-drum-kit): new function.
7987
7988         * Documentation/GNUmakefile (SUBDIRS): remove misc/ directory.
7989
7990         * scripts/update-lily.py: remove
7991         
7992         * VERSION: release 1.7.25
7993         
7994         * Documentation/user/introduction.itely (Introduction): rewrite
7995         start of introduction.
7996
7997 2003-07-18  Juergen Reuter  <reuter@ipd.uka.de>
7998
7999         * lily/all-font-metrics.cc: fixed typo
8000
8001 2003-07-18  Heikki Junes  <hjunes@cc.hut.fi>
8002
8003         * lilypond-font-lock.el (LilyPond-mode-set-syntax-table, 
8004         LilyPond-mode-context-set-syntax-table): new functions to define
8005         the syntax table according to context.
8006
8007         * lilypond-mode.el: use LilyPond-mode-set-syntax-table.
8008
8009 2003-07-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8010
8011         * Documentation/user/refman.itely (Figured bass): 
8012         language nit courtesy http://www.vocabula.com
8013
8014         * GNUmakefile.in: remove no kpathsea hack.
8015
8016         * Documentation/topdocs/INSTALL.texi (Top): remove web-doc from
8017         doco.
8018
8019         * GNUmakefile.in: remove web-doc target.
8020
8021         * lily/all-font-metrics.cc (find_afm): add message about
8022         buildscripts/clean-fonts.sh 
8023
8024         * scm/define-music-properties.scm (figure): use string for 'figure
8025
8026         * lily/parser.yy (bass_number): allow strings for bassfigure too. 
8027
8028         * input/regression/ : add raggedright = ##t where applicable. 
8029         
8030         * scm/bass-figure.scm (make-bass-figure-markup): add
8031         alignBassFigureAccidentals property.
8032
8033         * lily/volta-bracket.cc (brew_molecule): only put text on 1st
8034         bracket.
8035
8036         * lily/hyphen-spanner.cc (set_spacing_rods): new function: take
8037         syllables widths into account for minimum-length.
8038
8039         * input/test/staff-container.ly: update file
8040
8041         * input/test/stem.ly: remove
8042
8043         * lily/event.cc (LY_DEFINE): add ly: prefix.
8044
8045         * input/test/clef-manual-control.ly: from manual-clef
8046
8047         * input/test/repeat-shorter-bracket.ly: move from coda-kludge 
8048
8049         * input/test/different-time-signatures.ly: move to poly-metric.ly
8050
8051         * input/test/hara-kiri*,scales.ly: remove
8052         
8053         * input/test/chord-names-dpnj.ly (efullmusic): remove file (merged
8054         with chord-names-jazz.ly)
8055
8056         * make/mutopia-rules.make ($(outdir)/%.pdf): use +lilypond.map to
8057         get scalable cm fonts too.
8058
8059         * stepmake/stepmake/metafont-rules.make (ENCODINGOPTION): add
8060         --encoding for mftrace if present.
8061
8062         * input/regression/slur-area.ly: move from test/
8063
8064         * input/test/: remove simple-slur-endings slur-attachment
8065         slur-broken-cross-staff slur-broken.ly slur-damping.ly
8066         slur-follow-music.ly slur-position.ly slur-proof.ly slur-shape.ly
8067         slur-symmetry slur-symmetry tie-broken.ly
8068
8069         * scm/drums.scm (set-drum-kit): add function.
8070
8071         * Documentation/user/refman.itely (Percussion staves): use
8072         set-drum-kit
8073
8074         * scripts/etf2ly.py (interpret_finale_key_sig): handle minor keys
8075         too
8076         (Global_measure.set_timesig): handle 3/8 time sig too.
8077
8078         * scm/output-lib.scm (note-head-style->attachment-coordinates):
8079         note about triangle note heads.
8080
8081         * scm/drums.scm: use alist for instrument-settings. This fixes the
8082         bug with assigning to drums in the .ly file.
8083
8084         * mf/feta-autometric.mf (code): start font at 32. WARNING: FONT
8085         CHANGED.
8086
8087         * scm/define-grob-interfaces.scm (cluster-beacon-interface): add
8088         cluster-beacon-interface
8089
8090         * scm/define-grobs.scm (all-grob-descriptions): default to ramp.
8091
8092         * scripts/convert-ly.py (FatalConversionError.conv): add cluster rule.
8093
8094         * ly/spanners-init.ly (stopGroup): remove start/stopCluster.
8095
8096         * lily/cluster.cc (brew_molecule): examine ClusterSpannerBeacons
8097         to get positions.
8098
8099         * lily/cluster-engraver.cc: rewrite: catch cluster-note-events,
8100         make ClusterSpannerBeacon to record Y positions. This removes the
8101         need to switch off notes. Use \apply #notes-to-clusters { .. }  to
8102         make cluster-note-events.
8103
8104 2003-07-17  Jan Nieuwenhuizen  <janneke@gnu.org>
8105
8106         * stepmake/aclocal.m4: Do AC_PATH_PROG for python.
8107
8108         * configure.in: Use lily/main.cc as identifying source file.
8109
8110         * lily/accidental-engraver.cc: Compile fix: include protected-scm.hh.
8111
8112         * config.hh.in: 
8113         * python/midi.c: Remove <pyphonX>/Python.h ifdef tree.
8114
8115         * configure.in: Require PYTHON >= 2.0.
8116
8117         * stepmake/aclocal.m4 (STEPMAKE_PYTHON_DEVEL): Rewrite.  Ask
8118           $PYTHON for include dir location.
8119         (STEPMAKE_PYTHON): New function.  Use
8120         
8121             PYTHON=foo ./configure
8122
8123           to override.
8124
8125 2003-07-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8126
8127         * lily/translator-scheme.cc (LY_DEFINE): bugfix: always return
8128         something.
8129
8130         * make/lilypond.redhat.spec.in (Group): change ftp.cs.uu.nl to
8131         ftp.lilypond.org everywhere.
8132
8133 2003-07-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8134
8135         * lily/text-item.cc (interpret_new_markup): do only if new-markup
8136         detected.
8137
8138         * Documentation/user/refman.itely (Grace notes): note on explicit
8139         contexts
8140
8141 2003-07-16  Heikki Junes  <hjunes@cc.hut.fi>
8142
8143         * lilypond-font-lock.el: add a comment about LilyPond specific
8144         escape characters: ^, - and _, in the syntax table.
8145
8146         * Documentation/user/appendices.itely: a majuscule fix.
8147
8148 2003-07-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8149
8150         * input/test/trills.ly (endHorizScript): fixes.
8151
8152         * input/test/chord-names-jazz.ly: merge in alternate Jazz
8153         notation, move from regression.
8154
8155         * input/test/script-stack.ly: change name from stacked-scripts
8156
8157         * input/test/ossia.ly: octave errors.
8158
8159         * input/no-notation/midi-tuplets.ly: move from input/test/, idem
8160         for midi-volume-equaliser
8161
8162 m2003-07-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8163
8164         * scm/output-ps.scm (lily-traced-cm-fonts): substitution for lily
8165         cm fonts.
8166
8167         * mf/feta-beugel.mf: don't multiply font_count by 10.
8168
8169         * lily/lookup.cc (horizontal_line): new function. Use
8170         horizontal-line in output backends.
8171
8172         * Documentation/user/tutorial.itely (An orchestral part): new
8173         section on orchestral stuff and identifiers.
8174
8175 2003-07-14  Heikki Junes  <hjunes@cc.hut.fi>
8176
8177         * lilypond-mode.el: comment-out paren-highlighting, it still causes
8178         some interference to other modes.
8179
8180 2003-07-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8181
8182         * lily/spacing-spanner.cc (musical_column_spacing): use average,
8183         not maximum of spacing wishes in polyphonic situations.
8184
8185         * scm/define-grobs.scm (all-grob-descriptions): bold tuplet
8186         number
8187
8188         * lilypond-indent.el: remove paren matching. 
8189
8190         * lily/text-item.cc (interpret_new_markup): new function
8191         use iso. text2molecule.
8192
8193         * lily/main.cc (notice): change FSF address 
8194
8195         * po/de.po: update PO file to 1.6.
8196
8197 2003-07-13  Heikki Junes  <hjunes@cc.hut.fi>
8198
8199         * Documentation/user/ {many}: Add periods and remove spaces.
8200         
8201 2003-07-11  Heikki Junes  <hjunes@cc.hut.fi>
8202
8203         * lilypond-indent.el (LilyPond-paren-set-mode): From XEmacs' paren.el:
8204         Disable buffer-locally default paren hook and make a new one. 
8205
8206         * lilypond-mode.el: Turn off locally paren-mode, but turn on
8207         locally LilyPond-paren-mode. Add todo for mouse double-click.
8208
8209 2003-07-10  Heikki Junes  <hjunes@cc.hut.fi>
8210
8211         * lilypond-indent.el (LilyPond-show-paren-mode): From Emacs' paren.el:
8212         Disable buffer-locally default paren idle timer and make a new one. 
8213
8214         * lilypond-mode.el: Turn off locally show-paren-mode, but turn on
8215         locally LilyPond-show-paren-mode. Add to menu a toggle for
8216         LilyPond-show-paren-function.
8217
8218 2003-07-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8219
8220         * input/template/jazz-combo.ly (drumNotes): 1.7 fixes 
8221
8222 2003-07-09  Heikki Junes  <hjunes@cc.hut.fi>
8223
8224         * Documentation/user/refman.itely: spelling fix.
8225
8226         * lilypond-mode.el, lilypond-indent.el: restrusture and comment
8227         paren highlight function definitions. add todo for
8228         LilyPond-show-paren-mode.
8229
8230 2003-07-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8231
8232         * input/template/jazz-combo.ly: new file.
8233
8234 2003-07-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8235
8236         * mf/feta-toevallig.mf: tweak for bottom of flat sign. 
8237         lo-res fixes.
8238
8239         * mf/feta-schrift.mf: bugfix in varcoda sign.
8240         WARNING: FONT CHANGED
8241
8242         * lily/my-lily-lexer.cc (lookup_identifier): return SCM_UNDEFINED,
8243         in accordance with lexer.ll.   
8244
8245 2003-07-05  Jan Nieuwenhuizen  <janneke@gnu.org>
8246
8247         * Documentation/user/tutorial.itely: Edit introduction.
8248
8249 2003-07-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8250
8251         * lily/staff-symbol-referencer.cc (LY_DEFINE): add
8252         ly:grob-staff-position
8253
8254 2003-07-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8255
8256         * scm/to-xml.scm: import srfi-1
8257
8258         * VERSION (MAJOR_VERSION):  release 1.7.24
8259
8260         * python/lilylib.py (make_ps_images): make multipage _really_ work.
8261
8262         * scripts/lilypond-book.py (do_file): put texidoc before image.
8263         (TexiPaper.process_ly2dvi_block): make multipage _really_ work.
8264
8265         * input/regression/*.ly: fix snippet octaves 
8266
8267         * input/test/spanner-after-break-tweak.ly: import
8268         broken-spanner-adjustment
8269
8270         * input/no-notation/midi-transposing.ly: move from input/test/
8271
8272         * input/test/: remove chord-markup
8273
8274         * input/regression/instrument-name-partial.ly: move from input/test.
8275
8276         * input/test/vertical-text.ly: remove
8277
8278         * ly/engraver-init.ly (LyricsVoiceContext): add more vertical
8279         space above lyrics lines.
8280
8281         * input/test/uniform-breaking.ly: remove file.
8282
8283         * lily/gourlay-breaking.cc (combine_demerits): add comment about
8284         uniform spacing density. 
8285
8286         * input/test/chords.ly (keys): remove file.
8287
8288         * scm/documentation-lib.scm (oop): use srfi-1 too.
8289
8290         * input/regression/*.ly: add \version
8291
8292         * Documentation/user/*.itely: various fixes.
8293
8294         * buildscripts/mf-to-table.py (base): break table every three
8295         symbols.
8296
8297         * input/:  remove %% new-chords-done %% .
8298
8299         * input/tutorial: remove os-flute-2.ly os-score.ly miniatures.ly
8300         os-music.ly
8301         
8302 2003-07-03  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8303
8304         * make/lilypond.redhat.spec.in: require GUILE >= 1.6.4-7
8305
8306         * scm/new-markup.scm (box-markup): new function.
8307         (box-markup): new function. Contributed by Dick Schoeller
8308         <schoeller@attbi.com>
8309
8310         * scm/lily.scm: remove reduce-no-unit 
8311         (list-insert-separator): use fold-right
8312
8313         * lily/molecule-scheme.cc (ly_molecule_add): take variable number
8314         of arguments. 
8315
8316         * NEWS: more neutral language for ancient notation 
8317
8318         * lily/chord-tremolo-engraver.cc (acknowledge_grob): only set
8319         inside pointing beaming for chord tremolo.
8320
8321         * Documentation/user/lilypond-book.itely: minor editing
8322
8323 2003-07-03  Juergen Reuter  <reuter@ipd.uka.de>
8324
8325         * NEWS: added news for 1.8 regarding ancient notation
8326
8327         * Documentation/user/refman.itely (Gregorian square neumes
8328         ligatures): fixed typo
8329
8330         * lily/vaticana-ligature-engraver.cc,
8331         lily/include/vaticana-ligature.hh: bugfix: use special heads for
8332         lower/upper head of Pes only when heads are stacked
8333
8334         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
8335         scm/define-grob-properties.scm: cleanup: make "join-left" a
8336         boolean grob property and save delta pitch in grob property
8337         "delta-pitch" instead
8338
8339         * lily/include/gregorian-ligature.hh: bugfix: corrected comments
8340
8341 2003-07-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8342
8343         * lily/parser.yy (Repeated_music): bug fix, beam multiplicity was
8344         completely borked
8345
8346         * lily/chord-tremolo-engraver.cc (try_music): warnings for user-errors.
8347         (try_music): bug fix: beam multiplicity was completely borked.
8348
8349         * scm/lily.scm: remove tail, filter-list, filter-out-list,
8350         first-n, butfirst-n in favor of srfi-1 functions.
8351         remove string-join, string-pad in favor of srfi-13 functions.
8352
8353         * mf/parmesan-custodes.mf (dir_down): remove _ from glyph names.
8354
8355         * NEWS: use complete sentences.
8356
8357         * Documentation/user/introduction.itely (Example applications):
8358         add note about databases and lilypond-book.
8359
8360         * input/test/volta.ly: remove file
8361
8362         * input/regression/volta-broken-left-edge.ly: simplify file
8363
8364 2003-07-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8365
8366         * Documentation/user/refman.itely (Constructing a tweak): new
8367         subsection.
8368
8369         * Documentation/user/tutorial.itely (Fine tuning layout): add
8370         common tweaks.
8371
8372         * scm/define-grobs.scm (TextScript): use new brewer.
8373
8374 2003-06-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8375
8376         * VERSION: release 1.7.23
8377
8378         * scm/new-markup.scm (brew-new-markup-molecule): bugfix 
8379
8380         * python/lilylib.py (make_ps_images): bugfixes.
8381
8382         * input/regression/volta-multi-staff.ly: new file.
8383
8384         * Documentation/user/macros.itexi: refcommands, refcommand macros.
8385
8386         * Documentation/user/tutorial.itely (Piano staffs): new section.
8387         (Setting variables): new section
8388         (Fine tuning layout): new section
8389
8390         * input/just-friends.ly: remove file. Superseeded by
8391         input/test/chords-without-melody.ly
8392
8393         * ly/property-init.ly: add all commands to refman.
8394
8395         * scm/define-translator-properties.scm: remove
8396         graceAccidentalSpace, graceAlignPosition, keyOctaviation 
8397
8398         * mf/parmesan-custodes.mf (dir_down): remove underscore from glyph
8399         name. Underscores botch up PS output.
8400
8401         * scm/define-translator-properties.scm: remove
8402         textNonEmpty, oneBeat, regularSpacingDelta
8403
8404         * scripts/convert-ly.py (FatalConversionError.conv): conversion
8405         rule for automaticBars.
8406
8407         * lily/timing-engraver.cc (start_translation_timestep): change
8408         barNonAuto to automaticBars
8409
8410 2003-06-30  Graham Percival  <gperlist@shaw.ca>
8411
8412         * input/test/perform-tie.ly: delete file.
8413
8414 2003-06-29  Juergen Reuter  <reuter@ipd.uka.de>
8415
8416         * Documentation/user/refman.itely (Gregorian square neumes
8417         ligatures): bugfix: do not show ledger lines in neumes table
8418         (fixed by setting staff symbol to transparent rather than removing
8419         it from staff context)
8420
8421 2003-06-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8422
8423         * scm/new-markup.scm (brew-new-markup-molecule): move old markup
8424         glue into brew-new-markup-molecule.
8425
8426         * input/mutopia/J.S.Bach/Petites-Preludes/*.ly: syntax updates.
8427
8428         * Documentation/user/introduction.itely (Computerized typography):
8429         new section
8430
8431         * Documentation/user/tutorial.itely (An orchestral part): remove
8432         pc example from tutorial.
8433
8434         * input/tutorial/lilbook.tex: use screech-boink
8435
8436         * scripts/lilypond-book.py (compile_all_files): split formatting
8437         output body and scheduling lilypond compilation.
8438         (format_lilypond_output_bodies): new function
8439         (format_lilypond_block): new function
8440         (html_pages): allow multi-page images in HTML
8441
8442         * python/lilylib.py (make_ps_images): rename function from
8443         make_preview, merge with make_page_images
8444
8445 2003-06-28  Graham Percival  <gperlist@shaw.ca>
8446
8447         * input/test/key-clefs.ly: moved to regression.
8448
8449         * input/test/perform-grace.ly: moved to to no-notation/midi-grace.ly
8450
8451         * input/no-notation/README: added note about midi-*.ly files.
8452
8453         * input/test/two-key.ly: moved to no-notation/parse5.ly
8454
8455         * input/test/ short-part-combine.ly sketch.ly system-start-brace.ly
8456         system-start-bracket.ly two-slurs.ly voice-switch.ly : deleted
8457
8458         * input/test/ {various}: modified comments, marked some for deletion.
8459
8460         * input/test/lines.ly: deleted file; duplicate of
8461         embedded-postscript.ly
8462
8463         * input/test/mmrest-collision: moved to regression.
8464
8465 2003-06-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8466
8467         * scm/chord-name.scm (note-name->markup): don't superscript root
8468         alterations in chordnames.
8469
8470 2003-06-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8471
8472         * Documentation/user/refman.itely (Multi measure rests): more
8473         index/cross-referencing.
8474
8475         * lily/line-spanner.cc (line_molecule): bugfix for trill style.
8476
8477         * scm/font.scm: remove properties-to-font-name code.
8478
8479         * scm/define-grob-properties.scm: remove 'type
8480
8481         * scripts/convert-ly.py (FatalConversionError.conv): type -> style
8482         conversion
8483
8484         * lily/text-spanner.cc: change 'type grob prop to 'style 
8485
8486         * lily/unfolded-repeat-iterator.cc (process): bugfix: use a
8487         "first" flag to decide whether to make a start-repeat
8488
8489         * input/regression/grace-volta-repeat-2.ly: new file.
8490
8491 2003-06-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8492
8493         * lilypond-indent.el: rename generic functions to LilyPond-*
8494
8495 2003-06-22  Graham Percival  <gperlist@shaw.ca>
8496
8497         * input/test/thumb.ly: delete, merged into refman.
8498
8499         * Documentation/user/refman.itely: added thumb info to Fingering.
8500
8501         * input/test/ follow-break.ly multi-slope.ly note-shift.ly
8502         notemode-chords.ly orchestalpart.ly rhythmic-staff.ly
8503         vertical-align.ly : deleted files.
8504
8505 2003-06-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8506
8507         * lily/align-interface.cc (find_fixed_alignment_parent): new function.
8508
8509         * lily/line-spanner.cc (broken_trend_offset): remove function.
8510         (get_broken_offset): idem.
8511         (brew_molecule): rewrite the line-break case.
8512
8513         * input/regression/follow-voice-break.ly:  new file.
8514
8515         * lily/line-spanner.cc (after_line_breaking): remove lines at the
8516         start of a system.
8517
8518 2003-06-20  Graham Percival  <gperlist@shaw.ca>
8519
8520         * input/test/tuplet-rest.ly: moved to regression.
8521
8522         * input/test/ script-horizontal.ly tuplet-spanner-duration.ly:
8523         deleted file.
8524
8525         * input/test/ {many} : marked file for possible deletion.
8526
8527 2003-06-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8528
8529         * input/regression/beam-funky.ly: add note about (disputed)
8530         correct beaming.
8531
8532         * ly/engraver-init.ly (ScoreContext): put key-signature after
8533         staff-bar
8534         
8535 2003-06-20  Graham Percival  <gperlist@shaw.ca>
8536
8537         * input/test/ broken.ly lyric-phrasing.ly: deleted.
8538
8539         * input/test/slur-mininum.ly: renamed to slur-minimum-length.ly.
8540
8541         * input/test/staff-line-leading.ly: renamed to  staff-space.ly.
8542
8543         * input/test/no-stem-extend.ly: moved to stem-extend.ly; previous
8544         stem-extend was deleted (it was duplicate example, and not as
8545         good).
8546
8547         * input/test/[s-z]*.ly: add texidoc index.
8548
8549 2003-06-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8550
8551         * lily/slur.cc (get_boundary_notecolumn_y): change name from
8552         get_first_notecolumn_y
8553
8554         * lily/spanner.cc (broken_spanner_index): new function.
8555
8556 2003-06-19  Graham Percival  <gperlist@shaw.ca>
8557
8558         * input/test/ beam-damp.ly grace-end.ly lyric-extender.ly
8559         lyric-hyphen.ly : moved to regression.
8560
8561         * input/test/ beam-stem-test.ly beamed-slur-endings.ly
8562         diverse-spacing.ly duration-check.ly knee.ly lyrics.ly : deleted.
8563
8564         * input/test/instrument-name-mmrest.ly: moved to
8565         ../regression/multi-measure-rest-instr-name.ly
8566
8567         * input/test/knee-sym.ly: moved to
8568         ../regression/beam-knee-symmetry.ly.
8569
8570         * input/test/hymn.ly: change comments.
8571
8572         * input/test/[p-r]*.ly: add texidoc index.
8573
8574 2003-06-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8575
8576         * input/mutopia/J.S.Bach/Petites-Preludes/*.ly (opus): update
8577         to postfix syntax
8578         
8579         * input/mutopia/W.A.Mozart/mozart-hrn3-romanze.ly (romanze): new
8580         syntax.
8581
8582         * VERSION: release 1.7.22
8583
8584 2003-06-18  Graham Percival  <gperlist@shaw.ca>
8585
8586         * input/test/[h-k]*.ly: added texidoc index.
8587
8588         * input/test/knee-mult.ly: removed file (duplicate of beam-isknee.ly)
8589
8590         * input/test/equaliser.ly: renamed to midi-volume-equaliser.ly.
8591
8592         * input/test/ various : mark files for deletion or moving to
8593         regression.
8594
8595         * input/test/note-chords.ly: renamed to chord-names-no-inversions.ly.
8596
8597         * input/test/[l-o]*.ly: added texidoc index.
8598
8599 2003-06-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8600
8601         * scm/music-functions.scm (make-ottava-set): 
8602         only do ottavation if centralCPosition is set.
8603
8604         * lily/translator-scheme.cc (ly:context-property-where-defined):
8605         return '() if not found.
8606
8607 2003-06-17  Heikki Junes  <hjunes@cc.hut.fi>
8608
8609         * lilypond-mode.el (LilyPond-un-comment-region): removed.
8610         Use one command for both commenting and uncommenting.
8611
8612         * lilypond-indent.el (LilyPond-comment-region): new function,
8613         (un)comments each line separately.
8614
8615         * lilypond-mode.el, lilypond-indent.el: fix XEmacs paren-match.
8616         
8617         * lilypond-mode.el (LilyPond-add-imenu-menu): new function,
8618         imenu is not added by default; adapted from f90.el,
8619         makes Help-menu, which does not fit, visible in XEmacs.
8620         
8621 2003-06-16  Heikki Junes  <hjunes@cc.hut.fi>
8622
8623         * lilypond-mode.el: Set show-paren-mode local; minor-mode
8624         show-paren-mode sets blink-matching-paren-on-screen local.
8625         Try to make show-paren-function to paren-highlight local.
8626
8627         * lilypond-indent.el (LilyPond-scan-sexps): new function.
8628         Copy definitions of Emacs' show-paren-function and
8629         XEmacs' paren-highlight and make minimal changes;
8630         add comments about locality. 
8631         Fix matching first open-paren-char in '<< .. >>'.
8632
8633 2003-06-16  Graham Percival  <gperlist@shaw.ca>
8634
8635         * input/test/g*: added texidoc index.
8636
8637         * input/test/[a-g]*: added raggedright==#t when it
8638          seemed appropiate.
8639
8640         * input/test/ fake-grace.ly figured-bass.ly : removed file.
8641
8642         * Documentation/topdoc/INSTALL.texi: removed false warnings
8643         about gcc 3.3.
8644
8645 2003-06-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8646
8647         * input/test/spanner-after-break-tweak.ly (texidoc): new file.
8648
8649         * input/test/chords-without-melody.ly (texidoc): add from
8650         input/just-friends.ly
8651
8652         * input/regression/size{13--26}.ly: move from input/
8653
8654         * input/{opus-130,praeludium-fuga,scarlatti-*}.ly
8655         input/{star-spangled-banner,twinkle}.ly: remove 
8656         
8657         * lily/slur.cc: remove slur over rest warnings.
8658
8659         * lily/note-spacing.cc (get_spacing): include left part of right
8660         object in fixed space. This fixes stretched space before
8661         accidentals.
8662
8663         * input/regression/spacing-accidental-stretch.ly: new file.
8664
8665 2003-06-16  Rune Zedeler  <rz@daimi.au.dk>
8666
8667         * input/mutopia/R.Schumann/romanze-op28-2.ly: Minor fixes.
8668         Reduce to 16pt.
8669
8670 2003-06-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8671
8672         * input/regression/spacing-knee.ly: docstring
8673
8674         * input/regression/spacing-multi-tuplet.ly (multipart): docstring
8675
8676         * input/tutorial/{gallupi,minuet,sammartini,singing-saw}.ly
8677         input/tutorial/{test,solar,flowing}.ly: remove
8678
8679         * input/rhythm.ly: remove
8680
8681         * input/mutopia/F.Schubert/standchen.ly: update syntax.
8682
8683         * input/mutopia/E.Satie/petite-ouverture-a-danser.ly (global):
8684         update syntax. 
8685
8686         * scm/define-grobs.scm (all-grob-descriptions): set
8687         knee-spacing-correction to 1.0
8688
8689         * lily/note-spacing.cc (stem_dir_correction): compute knee
8690         correction using stem-thickness and head width.
8691
8692         * input/regression/beam-quanting-horizontal.ly: update texidoc
8693
8694         * scm/define-grobs.scm (all-grob-descriptions): set
8695         beamed-extreme-minimum-free-lengths to 1.25 for 32nd beams.
8696         This fixes 32nd beams for noteheads in spaces quants.
8697
8698         * scripts/lilypond-book.py (process_lilypond_blocks): opps.
8699
8700 2003-06-15  Heikki Junes  <hjunes@cc.hut.fi>
8701
8702         * README.mandrake: Change lilypond-extras to lilypond-documentation.
8703
8704 2003-06-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8705
8706         * input/test/dpncnt.ly,part-combine-score.ly: remove.
8707
8708         * VERSION (PACKAGE_NAME): release 1.7.21
8709
8710         * input/regression/stem-shorten.ly: new file.
8711
8712         * lily/stem.cc (get_default_stem_end_position): revise stem
8713         shortening code.
8714
8715         * input/regression/spacing-multi-tuplet.ly: move from input/test/
8716
8717         * input/test/{scripts,volta-start,sleur}.ly: remove
8718         
8719         * input/regression/span-bar.ly: smaller file.
8720
8721         * input/regression/spacing-{natural,tight,loose}.ly: remove
8722
8723         * input/test/markup.ly: remove
8724
8725         * scripts/lilypond-book.py: put printfilename in separate chunk,
8726         so texidoc is printed after the filename.  
8727
8728 2003-06-12  Heikki Junes  <hjunes@cc.hut.fi>
8729
8730         * make/lilypond.mandrake.spec.in: fix docdirs.
8731
8732 2003-06-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8733
8734         * input/regression/beam-french.ly: bugfix.
8735
8736         * buildscripts/lys-to-tely.py (name2line): sort filenames. 
8737
8738         * input/regression/(various).ly: add raggedright = #t.
8739
8740         * input/regression/auto-beam.ly: move from abe.ly
8741
8742 2003-06-13  Graham Percival  <gperlist@shaw.ca>
8743
8744         * input/test/f*.ly: added texinfo index.
8745         
8746         * input/test/broken-thread-line.ly: renamed to follow-break.ly.
8747
8748 2003-06-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8749
8750         * lily/beam-quanting.cc (score_forbidden_quants): also add inter
8751         quant penalty for beam just outside staff.
8752
8753         * input/regression/beam-quanting-horizontal.ly (texidoc): move
8754         from beam-pos.ly,  remove non-horizontal tests. 
8755
8756         * input/test/(various): cleanup header info. 
8757
8758         * input/test/tchaikovsky.ly: remove file.
8759
8760         * scm/chord-generic-names.scm: move from
8761         double-plus-new-chord-name.scm
8762
8763         * input/test/orchestscore.ly: remove file
8764
8765         * Documentation/user/refman.itely (Vocal music): update documentation.
8766
8767         * scm/define-translator-properties.scm (chordNoteNamer): remove
8768         chordNameStyle, use chordNameFunction
8769
8770         * scm/chord-name.scm (set-chord-name-style): remove
8771         set-chord-name-style. Use \property chordNameFunction.
8772
8773 2003-06-12  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8774
8775         * Documentation/user/lilypond-book.itely (Integrating LaTeX and
8776         music): remove @TeX{} command.
8777
8778 2003-06-12  Jan Nieuwenhuizen  <janneke@gnu.org>
8779
8780         * lilypond-indent.el (scan-sexps): Renamed to
8781         aargh-this-breaks-other-emacs-modes-scan-sexps.
8782
8783 2003-06-12  Heikki Junes  <hjunes@cc.hut.fi>
8784
8785         * lilypond-indent.el: Fix: match concurrent one-char opening and 
8786         closing slurs: '()', etc. Add comments.
8787
8788         * Documentation/user/music-glossary.tely: fix: change Ã¤ to @"a.
8789
8790         * lilypond-font-lock.el: match unending string at eof.
8791
8792         * make/lilypond.mandrake.spec.in: refreshed packed file list.
8793         
8794 2003-06-10  Graham Percival  <gperlist@shaw.ca>
8795
8796         * input/test/beam-abbrev.ly input/test/default-neutral-dir.ly
8797         input/test/beam-dir.ly input/test/beam-position.ly    
8798         input/test/beam-suspect.ly input/test/beam-trend.ly    
8799         input/test/beams.ly input/test/crescendo-text.ly : deleted
8800         * input/test/beam-chord.ly: moved to input/regression/beam-chord.ly
8801         * input/test/ beam-pos.ly beam-second.ly : moved to input/regression/
8802         * input/test/default-bars.ly: moved to bar-always.ly
8803         * input/test/ {many}: deleted old "renamed from foo to bar" comments.
8804
8805 2003-06-10  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8806
8807         * input/test/chord-names-dpnj.ly (texidoc): bugfix.
8808
8809 2003-06-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
8810
8811         * scm/chord-ignatzek-names.scm (remove-step): rename file.
8812
8813 2003-06-10  Heikki Junes  <hjunes@cc.hut.fi>
8814
8815         * lilypond-indent.el: Match better slurs in scheme expressions.
8816         Refontify buffer if a block-comment-ender, '}' after '%', is inserted.
8817
8818         * Documentation/user/invoking.itexi: document Emacs' paren matching.
8819
8820 2003-06-10  Jan Nieuwenhuizen  <janneke@gnu.org>
8821
8822         * scm/chord-name.scm (set-chord-name-style): Update for 'ignatzek.
8823
8824         * input/ac-extra-voice.ly: Add texidoc.
8825
8826         * ly/chord-modifiers-init.ly: 
8827         * ly/engraver-init.ly (ScoreContext): Add chordNameExceptionsFull
8828         and chordNameExceptionsPartial for new chord names.
8829
8830         * input/test/chord-names-dpnj.ly: 
8831         * input/test/dpncnt.ly: Update.
8832
8833         * scm/chord-name.scm: 
8834         * scm/double-plus-new-chord-name.scm: Add compatibility for new
8835         chord selection and options.
8836
8837         * ly/chord-modifiers-init.ly: Add exceptions 
8838
8839         * scm/define-translator-properties.scm (chordNameStyle) 
8840         (chordNameExceptionsFull, chordNameExceptionsPartial): Add.
8841
8842 2003-06-10  Rune Zedeler  <rune@zedeler.dk>
8843
8844         * ly/property-init.ly (germanChords): Added.
8845         (semiGermanChords): Added.
8846         
8847         * input/test/chord-names-german.ly: Use new macros
8848         
8849 2003-06-09  Heikki Junes  <hjunes@cc.hut.fi>
8850
8851         * lilypond-indent.el: Use similar parenthesis highlighting for 
8852         Emacs and XEmacs through redefinitions of parenthesis highlighting 
8853         functions; removed LilyPond-show-paren-function. Fix indenting.
8854         Turn paren-matching on also in XEmacs.
8855
8856         * lilypond-font-lock.el: Set brackets' syntax to open/close-chars,
8857         as needed by parenthesis highlighting functions (in scan-sexp).
8858
8859 2003-06-08  Jan Nieuwenhuizen  <janneke@gnu.org>
8860
8861         * stepmake/aclocal.m4 (STEPMAKE_CHECK_VERSION_UNSUPPORTED): New
8862         function.
8863         (STEPMAKE_GETTEXT): If g++ >= 3.3, use gcc for gettext checking.
8864
8865 2003-06-08  Heikki Junes  <hjunes@cc.hut.fi>
8866
8867         * lilypond-indent.el: tune regexp for show-paren-function.
8868
8869 2003-06-07  Jan Nieuwenhuizen  <janneke@gnu.org>
8870
8871         * scripts/ly2dvi.py (run_latex, run_dvips, 'main'): Make preview
8872         for all LilyPond-produced tex snippets.
8873
8874         * tex/lilyponddefs.tex: Allow overriding of interscoreline.  This
8875         fixes one line --preview output of ly2dvi.
8876
8877 2003-06-07  Heikki Junes  <hjunes@cc.hut.fi>
8878
8879         * lilypond-indent.el: match only one type of slurs in
8880         LilyPond-show-paren-function.
8881
8882 2003-06-05  Jan Nieuwenhuizen  <janneke@gnu.org>
8883
8884         * debian/GNUmakefile (EXTRA_DIST_FILES): 
8885         * debian/lilypond1.7.dirs: 
8886         * debian/lilypond1.7-doc.dirs: New file.
8887
8888         * input/regression/chord-name-exceptions.ly: Add parameter for
8889         ignatzekExceptions.  Quote hash in docstring.
8890
8891 2003-06-06  Heikki Junes  <hjunes@cc.hut.fi>
8892
8893         * lilypond-indent.el (show-paren-function): define show-paren-function
8894         as LilyPond-blink-matching-open and use it for closing parens.
8895         Let LilyPond-blink-matching-open know whether a bracket was inserted.
8896
8897         * lilypond-indent.el: renamed LilyPond-beginning-of-containing-sexp to
8898         LilyPond-scan-containing-sexp and LilyPond-blink-matching-open to
8899         LilyPond-blink-matching-paren in order to match both open and close
8900         brackets.
8901         
8902 2003-06-05  Heikki Junes  <hjunes@cc.hut.fi>
8903
8904         * lilypond-indent.el (LilyPond-show-paren-function): introduce for
8905         testing by modifying the code from FSF Emacs paren.el. Add comments.
8906
8907 2003-06-04  Jan Nieuwenhuizen  <janneke@gnu.org>
8908
8909         * input/test/dpncnt.ly: Transpose example to match new
8910         default \chords octave.  Add comment.
8911         
8912         * scm/chord-name.scm (sequential-music-to-chord-exceptions): Add
8913         comment about octave change.
8914
8915 2003-06-04  Graham Percival  <gperlist@shaw.ca>
8916
8917         * input/test/[d,e]: added texinfo index tags.
8918         * input/test/empty-staffs.ly: renamed to blank-paper-tab.ly.
8919
8920 2003-06-04  Graham Percival  <gperlist@shaw.ca>
8921
8922         * Documentation/topdocs/INSTALL.texi: added warning about gxx-3.3.
8923
8924 2003-06-04  Heikki Junes  <hjunes@cc.hut.fi>
8925
8926         * lilypond-indent.el (LilyPond-blink-matching-open): use no argument,
8927         as in blink-matching-open.
8928
8929 2003-06-03  Graham Percival  <gperlist@shaw.ca>
8930
8931         * input/test/[a-c]: more comments in files.
8932         * input/test/ac-extra-voice.ly beam-abbrev.ly beam-chord.ly beam-dir.ly
8933         beam-pos.ly beam-position.ly beam-second.ly beam-suspect.ly 
8934         beam-trend.ly beams.ly crescendo-text.ly  default-neutral-dir.ly :
8935         mark file for proposed deletion.
8936         * input/test: renaming files:
8937         auto-beam-4-8.ly to beam-auto-4-8.ly
8938         auto-beam-override.ly to beam-auto-override.ly
8939         auto-beam.ly to beam-auto.ly
8940         blank.ly to blank-paper.ly
8941         absolute-volume.ly to dynamic-absolute-volume.ly
8942
8943 2003-06-03  Jan Nieuwenhuizen  <janneke@gnu.org>
8944
8945         * input/test/dpncnt.ly: 
8946         * input/test/chord-names-dpnj.ly: Resurrect.
8947
8948         * lily/my-lily-lexer.cc: Remove chordnames keyword.
8949
8950         * ly/chord-modifiers-init.ly (ignatzekExceptions): Update, tidy up.
8951
8952         * scm/chord-name.scm (sequential-music-to-chord-exceptions):
8953         Better docstring, add parameter OMIT-ROOT, tidy up.
8954
8955 2003-06-03  Heikki Junes  <hjunes@cc.hut.fi>
8956
8957         * lilypond-indent.el: match two-char slurs \[ ... \] and \( ... \).
8958
8959 2003-06-02  Jan Nieuwenhuizen  <janneke@gnu.org>
8960
8961         * scm/output-ascii-script.scm (as-font-alist-alist):
8962         (as-properties-to-font-name):
8963         (as-make-style-sheet): Remove.
8964
8965         * scm/font.scm (as-make-font-list): New function.
8966         (as-font-sheet-alist): New variable.
8967
8968         * ly/paper-as9-init.ly: 
8969         * ly/paper-as5-init.ly: Update.
8970
8971         * ly/paper-as5.ly:
8972         * ly/paper-as9.ly: New file.
8973
8974 2003-05-29  Jan Nieuwenhuizen  <janneke@gnu.org>
8975
8976         * mf/GNUmakefile (AFM_FILES): Add AF_FILES.
8977
8978 2003-05-28  Graham Percival  <gperlist@shaw.ca>
8979         * input/sondag-morgen/*: removed due to copyright concerns.
8980         * input/[a,b]*.ly: added a newline at the end of the texinfo
8981         doc string (produces better output in HTML version).
8982         * input/c*.ly: added texinfo index and added comments to
8983         aid in future changes to input/test/ files.
8984
8985 2003-05-28  Graham Percival  <gperlist@shaw.ca>
8986         
8987         * Documentation/user/refman.itely: fixed build problem (missing
8988         file) caused by previous renaming.
8989
8990 2003-05-28  Graham Percival  <gperlist@shaw.ca>
8991         
8992         * input/test/[a,b]*.ly: added texinfo index and added comments to
8993         aid in future changes to input/test/ files.
8994         * input/test/bar-number-every-5-reset.ly: renamed to
8995         bar-number-every-five-reset.ly
8996         * input/test/bar-script-visibility.ly: renamed to
8997         bar-number-show-all.ly
8998
8999 2003-05-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9000
9001         * ly/engraver-init.ly (VoiceContext): move Note_head_line_engraver
9002         to Voice.
9003
9004         * lily/glissando-engraver.cc (acknowledge_grob): new file: split
9005         out note-line and glissando functionality.
9006         
9007         * lily/line-spanner.cc (brew_molecule): cleanup.
9008
9009 2003-05-27  Jan Nieuwenhuizen  <janneke@gnu.org>
9010
9011         * scripts/as2text.scm: Use rdelim module.
9012         (start-system): Rename from start-line.
9013         (stop-system): Rename from stop-line.
9014         (af-gulp-file): Use string iso symbol for getenv.
9015
9016         * scm/output-ascii-script.scm: Add guile and lily modules.
9017         (font-name-alist): New variable.
9018         (draw-line): New function.
9019
9020         * scm/output-lib.scm (func, arg->string): Re-add from archive.
9021         (Were these silently removed, without ChangeLog entry?)
9022
9023 2003-05-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9024
9025         * scm/music-functions.scm (make-ottava-set): bugfixes: also
9026         process 2nd ottava correctly.
9027
9028 2003-05-27  Heikki Junes  <hjunes@cc.hut.fi>
9029
9030         * lilypond-indent.el: allow strings in LilyPond-parens-alist.
9031
9032 2003-05-26  Jan Nieuwenhuizen  <janneke@gnu.org>
9033
9034         * Documentation/user/converters.itely (Invoking midi2ly): Update.
9035
9036 2003-05-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9037
9038         * VERSION: release 1.7.20
9039         
9040         * lily/text-spanner.cc (brew_molecule): clean up function. This
9041         fixes bugs with broken 8va spanners.
9042
9043         * lily/simple-spacer.cc (solve): also compute force for raggedright.
9044         This prevents spurious line-breaks with raggedright
9045         
9046 2003-05-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9047
9048         * lily/key-performer.cc (create_audio_elements): always use major
9049         key
9050
9051         * Documentation/user/internals.itely: updates
9052
9053         * input/regression/beam-break.ly: new file.
9054
9055         * lily/beam.cc (brew_molecule): handle broken beams (i.e. print
9056         beams if starting or terminating stems have 'beaming set.)
9057
9058         * lily/beam-engraver.cc (process_music): add forbidBeamBreak
9059         property.
9060
9061         * lily/parser.yy (verbose_command_req): add comment about scales.
9062
9063 2003-05-25  Heikki Junes  <hjunes@cc.hut.fi>
9064
9065         * lilypond-indent.el: adjust regexps in bracket-matching.
9066
9067 2003-05-24  Juergen Reuter  <reuter@ipd.uka.de>
9068
9069         * Documentation/user/refman.itely: more tiny fixes
9070
9071         * Documentation/user/refman.itely: bugfix: "Chord namess" ->
9072         "Chord names"; added table with input syntax for solesmes neumes
9073         table; added some words about rationale on input syntax design
9074
9075         * lily/gregorian-ligature-engraver.cc,
9076         lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
9077         lily/include/gregorian-ligature.hh: bugfix: horizontal head
9078         alignment of Pes Initio Debilis
9079
9080         * Documentation/user/refman.itely,
9081         lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc,
9082         mf/parmesan-heads.mf: fixed most of the head selection/alignment
9083         bugs in the solesmes neumes table
9084
9085 2003-05-24  Heikki Junes  <hjunes@cc.hut.fi>
9086
9087         * lilypond-indent.el: Match '(' and ')' by skipping '\(' and '\)'.
9088         Similarly, match '[' and ']' by skipping '\[' and '\]'.
9089
9090         * lilypond-mode.el: fix tag-score. small improvements.
9091
9092 2003-05-23  Jan Nieuwenhuizen  <janneke@gnu.org>
9093
9094         * .cvsignore: Add aclocal.m4.
9095
9096         * lily/music-constructor.cc: Include <assert.h>.
9097
9098 2003-05-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9099
9100         * ly/engraver-init.ly (HaraKiriStaffContext): use
9101         RemoveEmptyStaffContext instead.
9102
9103         * Documentation/user/refman.itely: updates
9104
9105 2003-05-23  Juergen Reuter  <reuter@ipd.uka.de>
9106
9107         * Documentation/user/refman.itely: added solesmes neumes table;
9108         bugfix: make section "More Stanzas" a subsection of "Vocal Music";
9109         bugfix: "Ornaments" -> "Articulations"
9110
9111         * ly/gregorian-init.ly: junked "aucta" and "semivocalis"
9112
9113 2003-05-22  Heikki Junes  <hjunes@cc.hut.fi>
9114
9115         * lilypond-indent.el: Add a message about trying to match \] or \).
9116         
9117 2003-05-22  Juergen Reuter  <reuter@ipd.uka.de>
9118         
9119         * input/test/gregorian-scripts.ly, input/test/vaticana.ly: removed
9120         obsolete "arithmetic_*"
9121
9122         * input/bugs/ligatures.ly: removed (will be put into a different
9123         directory later)
9124
9125 2003-05-22  Jan Nieuwenhuizen  <janneke@gnu.org>
9126
9127         * stepmake/aclocal.m4: Add tetex-devel as package suggestion for
9128         libkpathsea (Maurizio Tomasi).
9129
9130 2003-05-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9131
9132         * input/regression/repeat-slash.ly (texidoc): new file
9133
9134         * lily/slash-repeat-engraver.cc (try_music): new file, handle
9135         slash repeats separately. Slash repeats and %
9136         repeats can now be nested.
9137
9138 2003-05-22  Heikki Junes  <hjunes@cc.hut.fi>
9139
9140         * lilypond-indent.el: Add preliminary test for closing \] and \).
9141         
9142 2003-05-21  Juergen Reuter  <reuter@ipd.uka.de>
9143
9144         * lily/gregorian-ligature-engraver.cc,
9145         lily/vaticana-ligature-engraver.cc,
9146         lily/include/gregorian-ligature.hh, ly/gregorian-init.ly,
9147         mf/parmesan-heads.mf: various semivocalis related bugfixes
9148
9149         * input/bugs/ligatures.ly: new file demonstrating problems with
9150         ligatures
9151         
9152 2003-05-21  Heikki Junes  <hjunes@cc.hut.fi>
9153
9154         * lilypond-mode.el,
9155         lilypond-font-lock.el,
9156         lilypond-indent.el: Move all paren matching to lilypond-indent.el.
9157
9158 2003-05-20  Heikki Junes  <hjunes@cc.hut.fi>
9159
9160         * lilypond-mode.el: Remove outdated code. Stress the difference 
9161         between Emacs and XEmacs definitions.
9162
9163         * lilypond-mode.el,
9164         lilypond-indent.el: Define a function interactive only when necessary.
9165
9166 2003-05-19  Heikki Junes  <hjunes@cc.hut.fi>
9167
9168         * lilypond-mode.el: Use temp-dir for Commands on Buffer/Region.
9169         Use inactive regions also in XEmacs.
9170
9171 2003-05-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9172
9173         * Documentation/user/refman.itely (Repeat syntax): more updates
9174
9175         * lily/simple-spacer.cc (solve): move solution process into
9176         solve(). This fixes a bug with collisions and raggedright = ##t.
9177  
9178         * scm/lily.scm (scm): remove output-pysk.scm, music-types.scm
9179
9180         * ly/engraver-init.ly: remove GraceContext. Update examples.
9181
9182 2003-05-18  Jan Nieuwenhuizen  <janneke@gnu.org>
9183
9184         * GNUmakefile.in (fonts): Also make fontball.
9185
9186         * Website fixes:
9187
9188         * ly/engraver-init.ly (GraceContext): Add.
9189
9190         * run:
9191
9192             convert-ly $(find . -name *.ly)
9193
9194         * ly/chord-modifiers-init.ly (ignatzekExceptionMusic): Hmm: fix
9195         new chords.
9196
9197 2003-05-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9198
9199         * VERSION: 1.7.19 released
9200         
9201         * scm/music-functions.scm (set-octavation): new function.
9202
9203         * input/regression/ottava.ly: new file
9204
9205         * lily/translator-scheme.cc (LY_DEFINE): new function
9206         ly:unset-context-property
9207         (LY_DEFINE) new function ly:context-property-where-defined: 
9208
9209 2003-05-18  Heikki Junes  <hjunes@cc.hut.fi>
9210
9211         * lilypond-font-lock.el: Add postfix syntax for horizontal groups.
9212
9213         * lilypond.words: add few.
9214
9215         * input/test/script-chart.ly: fix typo.
9216
9217 2003-05-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9218
9219         * scm/define-grobs.scm: uniform naming for definitions and output
9220         routine files. 
9221
9222         * ly/engraver-init.ly (ChoirStaffContext): add \description from
9223         scm/context-description.scm
9224
9225         * lily/parser.yy (translator_spec_body): add \description to the
9226         \translator{} body syntax.
9227
9228         * lily/ottava-engraver.cc: new file.
9229
9230         * scm/chord-name.scm (natural-chord-alteration): replace old
9231         chord stuff. 
9232
9233         * input/mutopia/R.Schumann/romanze-op28-2.ly: syntax updates.
9234
9235         * Documentation/user/refman.itely (Metronome marks): update doco.
9236
9237         * input/regression/markup-note.ly: new file
9238
9239         * input/regression/metronome-marking.ly: new file
9240
9241         * lily/metronome-engraver.cc: new file. Print \tempo markings.
9242
9243         * scm/new-markup.scm (note-markup): make a note glyph, useful for
9244         metronome marks.
9245
9246 2003-05-17  Jan Nieuwenhuizen  <janneke@gnu.org>
9247
9248         * Documentation/user/GNUmakefile: Compatibility fix for new
9249         makeinfo.  Please upgrade to texinfo CVS or pretest > 4.5.90 (rsn)
9250         for making binary packages; info splitting bug has been fixed.
9251
9252         * Documentation/user/refman.itely: Compile fixes.
9253
9254 2003-05-16  Heikki Junes  <hjunes@cc.hut.fi>
9255
9256         * lilypond-mode.el: XEmacs-fix: Use (mark) to find active-mark.
9257         Count \midi -keywords also for a region.
9258
9259 2003-05-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9260
9261         * lily/lookup.cc (LY_DEFINE): new function
9262
9263         * Documentation/user/tutorial.itely: updates
9264
9265 2003-05-15  Heikki Junes  <hjunes@cc.hut.fi>
9266
9267         * lilypond-mode.el: Allow Midi on buffer.
9268         Use only '.ly'-extension, remove '.sly' and '.fly'.
9269         Allow use of inactive regions. Invoke next Command on Master file, 
9270         Buffer or Region, if C-cc, C-cb, or C-cr, accordingly, was pressed.
9271
9272 2003-05-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9273
9274         * Documentation/user/tutorial.itely: updates.
9275
9276 2003-05-14  Heikki Junes  <hjunes@cc.hut.fi>
9277
9278         * lilypond-mode.el: Show messages in one line only, as in XEmacs.
9279
9280 2003-05-13  Juergen Reuter  <reuter@ipd.uka.de>
9281
9282         * lily/coherent-ligature-engraver.cc: fixed typo
9283
9284         * lily/coherent-ligature-engraver.cc,
9285         lily/gregorian-ligature-engraver.cc,
9286         lily/ligature-bracket-engraver.cc, lily/ligature-engraver.cc,
9287         lily/mensural-ligature-engraver.cc, lily/note-heads-engraver.cc,
9288         lily/vaticana-ligature-engraver.cc,
9289         lily/include/ligature-engraver.hh, ly/gregorian-init.ly,
9290         scm/grob-description.scm: cleanup: junked LigatureHead grob and
9291         removed all ligature specific stuff from NoteHead code
9292
9293         * lily/ligature-head.cc, lily/include/ligature-head.hh: removed;
9294         ligatures now use regular noteheads
9295
9296         * lily/vaticana-ligature.cc: tiny code cleanups
9297
9298         * lily/vaticana-ligature-engraver.cc: bugfix: insert additional
9299         space between two adjacent noteheads of the same pitch
9300
9301         * scm/grob-description.scm: bugfix: VaticanaLigature: interface
9302         description; cleanup: removed obsolete font-family settings
9303
9304 2003-05-11  Juergen Reuter  <reuter@ipd.uka.de>
9305
9306         * lily/coherent-ligature-engraver.cc,
9307         lily/gregorian-ligature-engraver.cc,
9308         lily/ligature-bracket-engraver.cc, lily/ligature-engraver.cc,
9309         lily/mensural-ligature-engraver.cc,
9310         lily/vaticana-ligature-engraver.cc,
9311         lily/include/gregorian-ligature-engraver.hh: updated for new
9312         Coherent_ligature_engraver; added comments that describe the basic
9313         design ideas of the ligature implementation
9314
9315         * lily/coherent-ligature-engraver.cc,
9316         lily/include/coherent-ligature-engraver.hh: new file: shared code
9317         between mensural ligatures and Gregorian chant notation ligatures
9318
9319 2003-05-11  Heikki Junes  <hjunes@cc.hut.fi>
9320
9321         * lilypond-mode.el: XEmacs fixes: include two definitions for the
9322         key for autocompletion XEmacs [iso-left-tab], Emacs [iso-lefttab],
9323         use only two arguments in sit-for, use no arguments in
9324         read-char-exclusive, backspace is not a character (127) in XEmacs.
9325
9326         * lilypond-font-lock.el: XEmacs: small fix to scheme-fontifying.
9327
9328 2003-05-06  Heikki Junes  <hjunes@cc.hut.fi>
9329
9330         * lilypond-mode.el: un-commenting works after syntax-table fix.
9331
9332         * lilypond-font-lock.el: fontify \[- and \]-slurs as horizontal
9333         group, verbose commenting for syntax table.
9334
9335         * lilypond-indent.el: add TODO for ligature slurs.
9336
9337 2003-05-05  Heikki Junes  <hjunes@cc.hut.fi>
9338
9339         * lilypond-mode.el: Move comments of parenthesis matching away,
9340         (blink-matching-paren-on-screen) fix blinking in Emacs.
9341
9342         * lilypond-font-lock.el: Fix parent-matching for Emacs:
9343         Emacs syntax-table knows only "13"-style, XEmacs knows also "1b3b".
9344
9345         * lilypond-indent.el: Add TODO for parenthesis matching.
9346
9347 2003-05-03  Heikki Junes  <hjunes@cc.hut.fi>
9348
9349         * lilypond-mode.el: Fix XEmacs: 
9350         changed [S-iso-lefttab] to [(shift iso-lefttab)],
9351         invoke explicitly easy-menu-add (in Emacs done automatically).
9352         
9353         * lilypond.words: Add few words from input/*/*.ly.
9354
9355 2003-05-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9356
9357         * VERSION (PATCH_LEVEL): release 1.7.18
9358
9359         * scripts/lilypond-book.py: only print basename for printfilename
9360         option
9361
9362         * input/mutopia/J.S.Bach/baerenreiter-sarabande.ly: corrections
9363         and syntax updates.
9364
9365 2003-05-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9366
9367         * mf/feta-toevallig.mf: revamp flat symbol: use less points,
9368         better parametrisation. Move fatness of bulb downward.
9369
9370         * mf/parmesan-custodes.mf (dir_down): remove underscores from
9371         glyph names. Underscores are not allowed .ps encoding files.
9372
9373 2003-04-30  Juergen Reuter  <reuter@ipd.uka.de>
9374
9375         * lily/spacing-spanner.cc, ly/paper-init.ly: introduced paper
9376         variable "packed" for packed right-ragged mode
9377
9378         * lily/spacing-spanner.cc: fixed typo: colunm -> column; removed
9379         unused variable ragged; fixed indentation
9380
9381         * Documentation/user/refman.itely: tiny cleanups in ancient
9382         clef and custos section
9383
9384 2003-04-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9385
9386         * lily/parser.yy (Simple_music): add \applyoutput, syntax
9387         \applyoutput PROCEDURE
9388
9389         * lily/my-lily-lexer.cc: add \applyoutput.
9390
9391         * scm/music-types.scm (music-descriptions): add ApplyOutputEvent.
9392
9393         * lily/text-item.cc: clean text-interface description
9394
9395 2003-04-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9396
9397         * input/{regression,test}/: use postfix for slur endings and beam
9398         begins.
9399
9400         * lily/beam-engraver.cc (acknowledge_grob): set melismata for new
9401         style beams too. 
9402
9403         * input/regression/lyrics-melisma-beam.ly: new file.
9404
9405         * lily/lyric-engraver.cc (process_music): change from
9406         process_acknowledged_grobs()
9407
9408         * scm/auto-beam.scm (override-auto-beam-setting): write Scheme
9409         functions to set and revert auto-beam settings.
9410
9411 2003-04-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9412
9413         * lily/*.cc (number_accidentals): gh_assoc -> scm_assoc.
9414
9415 2003-04-24  Juergen Reuter  <reuter@ipd.uka.de>
9416
9417         * ChangeLog, Documentation/topdocs/AUTHORS.texi,
9418         Documentation/user/lilypond.tely: fixed some typos; updated author
9419         info
9420
9421         * Documentation/user/music-glossary.tely: bugfix: #'flag-style =
9422         #"" -> #'flag-style = #'()
9423
9424         * lily/cluster-engraver.cc, lily/ligature-bracket-engraver.cc:
9425         cleanup: removed dead #includes
9426
9427         * lily/gregorian-ligature-engraver.cc,
9428         lily/include/gregorian-ligature.hh,
9429         scm/grob-property-description.scm: small cleanups, small spacing
9430         fixes
9431
9432         * lily/gregorian-ligature-engraver.cc, lily/parser.yy,
9433         lily/vaticana-ligature.cc,
9434         lily/include/gregorian-ligature-engraver.hh,
9435         scm/grob-property-description.scm, scm/music-types.scm:
9436         "porrectus" -> "pes or flexa"
9437
9438         * ly/engraver-init.ly, scm/grob-description.scm,
9439         scm/grob-property-description.scm: junked porrectus, now handled
9440         by ligature code
9441
9442         * scm/grob-description.scm: bugfix: added space-alist entry for
9443         breathing sign/custos
9444
9445 2003-04-24  Jan Nieuwenhuizen  <janneke@gnu.org>
9446
9447         * Another grand 2003 update.
9448         
9449         * Remove mentioning of `mudela'; There's no such thing.
9450
9451 2003-04-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9452
9453         * Documentation/user/preface.itely (Preface to version 1.8): update
9454
9455         * Documentation/user/invoking.itexi (Invoking LilyPond): revise
9456
9457         * Documentation/user/converters.itely (Invoking convert-ly): revise
9458
9459         * scripts/convert-ly.py (outfile_name): remove --assume-old.
9460
9461         * scripts/lilypond-book.py (schedule_lilypond_block): remove --read-lys
9462
9463 2003-04-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9464
9465         * Documentation/user/internals.itely: more updates.
9466
9467 2003-04-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9468
9469         * Documentation/user/refman.itely: revise 
9470
9471         * Documentation/user/internals.itely: revise
9472
9473         * lily/music.cc (LY_DEFINE): add function ly:music-deep-copy
9474
9475 2003-04-23  Juergen Reuter  <reuter@ipd.uka.de>
9476
9477         * Documentation/user/refman.itely: bugfix: fixed broken @ref{};
9478         beautification: reformatted ancient clefs section; cleanup: small
9479         wording fixes
9480
9481 2003-04-22  Heikki Junes <hjunes@cc.hut.fi>
9482
9483         * lilypond.words: added words for chant notation, sorted
9484         alphabetically through "sort lilypond.words"
9485
9486 2003-04-22  Juergen Reuter  <reuter@ipd.uka.de>
9487
9488         * ly/gregorian-init.ly, ly/script-init.ly, mf/parmesan-scripts.mf,
9489         scm/script.scm, input/test/gregorian-scripts.ly: added scripts for
9490         chant notation
9491
9492 2003-04-21  Juergen Reuter  <reuter@ipd.uka.de>
9493
9494         * buildscripts/mf-to-table.py: bugfix: "--" in glyph names:
9495         prevent TeX from interpreting them as long dash
9496
9497         * input/test/vaticana.ly: updated
9498
9499         * mf/parmesan-accidentals.mf, mf/parmesan-clefs.mf,
9500         mf/parmesan-custodes.mf, mf/parmesan-flags.mf,
9501         mf/parmesan-heads.mf, mf/parmesan-rests.mf,
9502         mf/parmesan-scripts.mf, mf/parmesan-timesig.mf: more set_char_box
9503         fixes
9504
9505         * mf/parmesan-heads.mf: ledger endings: removed dead code
9506
9507 2003-04-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9508
9509         * VERSION: 1.7.17 released
9510         
9511         * Documentation/user/GNUmakefile
9512         ($(outdir)/lilypond-internals/lilypond-internals.html): copy ly
9513         files too.
9514
9515         * scm/document-markup.scm: new file: document all markup
9516         functions.
9517
9518         * scm/documentation-generate.scm: rename all documentation modules
9519         to document-*.scm
9520
9521         * scripts/lilypond-book.py: generate link to .ly file iso. link to
9522         .png
9523
9524         * input/test/divisiones.ly: added
9525
9526         * input/regression/output-property.ly: new file
9527
9528         * lily/cluster.cc: change cluster-interface to use style property
9529
9530 2003-04-20  Rune Zedeler  <rune@zedeler.dk>
9531
9532         * input/test/chord-names-german.ly: modified.
9533
9534         * scm/chords-ignatzek.scm:
9535           chord-name->german-markup: Added
9536           note-name->german-markup: Changed (now producing lowercase notenames)
9537
9538         * lily/chord-name-engraver.cc: Reads property chordNoteNamer
9539         
9540 2003-04-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9541
9542         * scripts/convert-ly.py (FatalConversionError.conv):
9543         divisiominima -> divisioMinima, etc.
9544
9545         * ly/engraver-init.ly (FiguredBassContext): add
9546         Separating_line_group_engraver to Figured bass context.
9547
9548         * ly/german-chords-init.ly: remove file
9549
9550         * input/test/chord-names-german.ly (scm): new file.
9551
9552         * ly/engraver-init.ly (ScoreContext): add chordRootNamer property.
9553
9554         * lily/chord-name-engraver.cc: move New_chord_name_engraver to
9555         Chord_name_engraver
9556
9557         * Documentation/user/refman.itely: lots of updates.
9558
9559         * input/regression/chord-name-exceptions.ly (chExceptionMusic):
9560         new file
9561
9562         * input/test/bar-number-every-5-reset.ly: new file.
9563
9564 2003-04-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9565
9566         * input/regression/chord-name-major7.ly: new file
9567
9568         * scm/chord-entry.scm (construct-chord): bugfix: don't remove 11
9569         if specced explicitly.
9570
9571         * input/regression/chord-name-entry-11.ly: new file.
9572
9573         * input/test/slur-beautiful.ly: new file.
9574
9575         * Documentation/user/refman.itely: updates.
9576
9577         * input/regression/collisions.ly (threevoice): cleanup.
9578
9579         * scripts/convert-ly.py:  linewidth = -1  -> raggedright = ##t.
9580
9581 2003-04-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9582
9583         * Documentation/user/*.itely: various updates.
9584
9585         * ly/spanners-init.ly: enddecr/ endcr.
9586
9587         * Documentation/user/tutorial.itely (Fine tuning a piece): editing
9588         of tutorial
9589
9590 2003-04-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9591
9592         * scripts/ly2dvi.py (extra_init): add compat2 to latex options.
9593
9594         * lily/new-chord-name-engraver.cc (process_music): use octavation
9595         (a number) instead of original-pitch to store inversions. This
9596         fixes a problem with transposed chords with inversions.  
9597
9598 2003-04-14  Jan Nieuwenhuizen  <janneke@gnu.org>
9599
9600         * stepmake/aclocal.m4: Include compile fix for broken flex, as
9601         used in includable-lexer.hh.
9602
9603         * lily/includable-lexer.cc: Bugfix: include config.h.
9604
9605         * stepmake/aclocal.m4: Check for $GUILE_CONFIG; allows
9606         circumvention of Debian packaging bug.
9607
9608 2003-04-13  Jan Nieuwenhuizen  <janneke@gnu.org>
9609
9610         * flex-2.5.31 hits Debian/unstable.  Fixes below.
9611         
9612         * lily/lexer.ll (avoid_silly_flex_induced_gcc_warnings): Disable.
9613
9614         * lily/includable-lexer.cc [!HAVE_FLEXLEXER_YY_CURRENT_BUFFER]
9615         (yy_current_buffer): New macro, compile hacks for flex 2.5.29.
9616
9617         * lily/include/includable-lexer.hh: 
9618         * lily/lexer.ll: Hack for multiple include of FlexLexer.h.
9619
9620         * config.hh.in (HAVE_FLEXLEXER_YY_CURRENT_BUFFER): Add.
9621
9622         * aclocal.m4: Regenerate.
9623
9624         * stepmake/aclocal.m4 (STEPMAKE_FLEXLEXER): Check for
9625         yyFlexLexer.yy_current_buffer, which was removed in flex-2.5.29.
9626
9627         * scm/pdf.scm (use-modules): Include lily.
9628
9629         * scm/pdftex.scm (start-system): Bugfix: add closing brace (Beernd
9630         Noordkamp).
9631         (use-modules): Include lily.
9632         (lily-def): Bugfix: include tex-val in let.
9633
9634 2003-04-12  Heikki Junes <hjunes@cc.hut.fi>
9635
9636         * lilypond-mode.el: sensible error if lilypond.words not found.
9637
9638         * lilypond.words: add few words.
9639
9640 2003-04-11  Juergen Reuter  <reuter@ipd.uka.de>
9641
9642         * mf/parmesan-clefs.mf: bugfix: char boxes corrected
9643
9644         * mf/parmesan-scripts.mf: fixed typo in char name
9645
9646 2003-04-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9647
9648         * VERSION: 1.7.16 released
9649
9650         * python/lilylib.py (setup_temp): temporary directories are mode 700.
9651         (this is a security vulnerability).
9652
9653         * Documentation/user/lilypond.tely: remove abbreviations (n't, 's)
9654
9655         * lily/multi-measure-rest-engraver.cc (stop_translation_timestep):
9656         add staff support.
9657
9658 2003-04-10  Juergen Reuter  <reuter@ipd.uka.de>
9659
9660         * mf/parmesan-scripts.mf, Documentation/user/refman.itely,
9661         ly/script-init.ly, scm/script.scm: bugfix: renamed
9662         fermata->signumcongruentiae to fix naming clash with feta font
9663
9664 2003-04-10  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9665
9666         * input/regression/multi-measure-rest-grace.ly (texidoc): new file
9667
9668         * lily/multi-measure-rest-engraver.cc
9669         (start_translation_timestep): use grace timing too for determining
9670         when to make mmrest.
9671         (start_translation_timestep): clear numbers too.
9672
9673 2003-04-09  Juergen Reuter  <reuter@ipd.uka.de>
9674
9675         * scm/music-types.scm: compile fix: escape braces
9676
9677         * buildscripts/mf-to-table.py: replaced \char -> \musicglyph to
9678         work around font selection problem
9679
9680         * Documentation/user/refman.itely: BreathingSign: added docu for
9681         property "text"
9682
9683 2003-04-09  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
9684
9685         * Documentation/topdocs/AUTHORS.texi (AUTHORS): Updated contact
9686         information.
9687
9688 2003-04-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9689
9690         * lily/multi-measure-rest-engraver.cc (class
9691         Multi_measure_rest_engraver): make multiple Number objects, one
9692         for each MultiMeasureTextEvent.
9693
9694         * scm/music-functions.scm (glue-mm-rest-texts): use
9695         MultiMeasureTextEvent
9696
9697         * scm/music-types.scm (music-descriptions): add MultiMeasureTextEvent
9698
9699         * Documentation/user/refman.itely (Multi measure rests): update.
9700
9701 2003-04-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9702
9703         * lily/ly-module.cc (ly_copy_module_variables): use
9704         scm_internal_hash_fold() for iterating modules.
9705
9706 2003-04-08  Juergen Reuter  <reuter@ipd.uka.de>
9707
9708         * Documentation/user/refman.itely: Section Custodes: added more
9709         example code
9710
9711         * mf/feta-eindelijk.mf, mf/parmesan-rests.mf: cleanup: moved
9712         neo-mensural rests to parmesan font
9713
9714         * mf/parmesan-heads.mf, mf/parmesan-timesig.mf: updated file
9715         header
9716
9717 2003-04-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9718
9719         * Documentation/user/macros.itexi: @fileref macro.
9720
9721         * buildscripts/lys-to-tely.py (name2line): add <NAME> tags for
9722         each file. 
9723
9724 2003-04-04  Juergen Reuter  <reuter@ipd.uka.de>
9725
9726         * lily/include/custos.hh, make/lilypond.suse.spec.in,
9727         Documentation/topdocs/AUTHORS.texi: updated my email address
9728
9729         * Documentation/user/refman.itely: updated custos documentation;
9730         beautified divisiones example; beautified articulations table
9731
9732         * lily/breathing-sign.cc: bugfix: finalis molecule
9733
9734 2003-04-03  Juergen Reuter  <reuter@ipd.uka.de>
9735
9736         * Documentation/user/refman.itely: added docu for
9737         contemporary fermata symbols, gregorian breathing signs; small fixes
9738
9739         * ly/gregorian-init.ly: removed obsolete #'type props
9740
9741 2003-04-01  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
9742
9743         * lily/multi-measure-rest.cc (set_spacing_rods): Handle the
9744         minimum-length property correctly.
9745
9746 2003-03-31  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9747
9748         * scm/music-functions.scm (make-multi-measure-rest): set input
9749         locations for multimeasure rests.
9750
9751 2003-03-31  Juergen Reuter  <reuter@ipd.uka.de>
9752
9753         * input/regression/breathing-sign.ly: updated to for ancient
9754         notation
9755
9756 2003-03-31  Jan Nieuwenhuizen  <janneke@gnu.org>
9757
9758         * scripts/ly2dvi.py: Add newline.
9759
9760 2003-03-30  Jan Nieuwenhuizen  <janneke@gnu.org>
9761
9762         * scripts/ly2dvi.py (dependency_files): Compile fix.
9763
9764 2003-03-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9765
9766         * scripts/ly2dvi.py (find_pfa_fonts): add --png option
9767         (make_html_menu_file): --html menu. 
9768
9769 2003-03-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9770
9771         * scripts/ly2dvi.py (run_dvips): +add the .map file 
9772
9773 2003-03-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9774
9775         * input/screech-boink.ly: new file.
9776
9777 2003-03-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9778
9779         * scripts/lilypond-book.py (make_lilypond_file): convert
9780         lilypond-file to lilypond block directly, without going through
9781         begin/end lilypond text.
9782         
9783
9784 2003-03-21  Juergen Reuter  <reuter@ipd.uka.de>
9785
9786         * lily/breathing-sign.cc, lily/include/breathing-sign.hh,
9787         scm/grob-description.scm: moved Michael's original breathing sign
9788         code in brew_molecule() to divisio_minima(); provided new
9789         brew_molecule() that effectively replaces the
9790         Text_item::brew_molecule callback (with additional fallback to
9791         Michael's original code); added callbacks for brewing divisio
9792         maior/maxima and finalis
9793
9794         * gregorian-init.ly: added breathing sign shortcuts for virgula,
9795         caesura, divisiominima, divisiomaior, divisiomaxima, and finalis
9796
9797         * script-init.ly: added shortfermata, longfermata,
9798         verylongfermata, varcoda
9799
9800         * scm/script.scm, mf/feta-schrift.mf: added shortfermata,
9801         longfermata, verylongfermata, varcomma, varcoda
9802
9803 2003-03-19  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
9804
9805         * Documentation/user/{tutorial.itely,refman.itely,internals.itely}: 
9806           Remove all noquote and insert a few quote.
9807         
9808         * Documentation/user/lilypond-book.itely (Music fragment options),
9809           scripts/lilypond-book.py: Don't include quotation blocks by
9810           default. Introduce option quote instead of noquote
9811
9812 2003-03-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9813
9814         * VERSION: 1.7.15 released
9815         
9816         * Documentation/user/lilypond.tely: omf updates.
9817
9818         * buildscripts/texi2omf.py (omf_vars): include version.date
9819
9820         * make/lilypond.redhat.spec.in: fixes for spec file. 
9821
9822         * stepmake/stepmake/texinfo-vars.make (GENERATE_OMF):  replace var
9823         by function definition: lily now requires a recent GNU Make.
9824
9825         * scripts/lilypond-book.py (write_deps): remove .tex dependency
9826         writing.
9827
9828         * make/ly-rules.make: remove .ly -> .tex rule
9829
9830         * Documentation/user/refman.itely (Figured bass): revised figured
9831         bass example.
9832
9833 2003-03-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9834
9835         * stepmake/stepmake/omf-targets.make (local-install): add
9836         scrollkeeper-update message.
9837
9838         * scripts/lilypond-book.py (lilypond_binary): explicity add path
9839         to binary.
9840         (TexiPaper.process_ly2dvi_block): idem for ly2dvi
9841
9842         * scripts/ly2dvi.py (lilypond_binary): explicity add path to binary.
9843
9844         * Documentation/user/converters.itely (Invoking midi2ly): add
9845         track/channel notice.
9846
9847 2003-03-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9848
9849         * stepmake/stepmake/omf-targets.make (omf-local-install): bugfixes
9850
9851         * lily/parser.yy (scalar): DIGIT is also a scalar.
9852
9853         * Documentation/user/music-glossary.tely: add @omf tags
9854
9855         * Documentation/user/lilypond.tely: add @omf tags
9856
9857         * scm/generate-documentation.scm (string-append): add @omf tags.
9858
9859         * stepmake/stepmake/omf-*: new files 
9860
9861         * input/regression/multi-measure-rest.ly (texidoc): add doco
9862
9863         * GNUmakefile.in (web-doc-install): add web-doc-install target
9864
9865         * lily/scm-hash.cc (remove): prevent underflow of elt_count_. This
9866         fixes crashes while dumping MIDI.
9867
9868         * ly/performer-init.ly (FiguredBassContext): add Figured bass for
9869         midi
9870
9871 2003-03-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9872
9873         * buildscripts/texi2omf.py: new file.
9874
9875         * mf/feta-beugel.mf: include font count, not staffsize (16) in
9876         font-name
9877
9878 2003-03-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9879
9880         * input/regression/beam-manual-beaming.ly (texidoc): new file.
9881
9882         * lily/sequential-iterator.cc (descend_to_child): call
9883         descend_to_child() for all types of music.
9884
9885 2003-03-08  Jan Nieuwenhuizen  <janneke@gnu.org>
9886
9887         * scm/translator-property-description.scm: Add
9888         bassFigureFormatFunction.  Replace some entries.
9889
9890 2003-03-04  Jan Nieuwenhuizen  <janneke@gnu.org>
9891
9892         * cygwin/post-lilypond.sh: Add FHS-specified path for fonts to
9893         clean out.
9894
9895 2003-03-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9896
9897         * scripts/midi2ly.py (Note.dump): never dump duration for
9898         dump_dur=0.
9899
9900         * scm/chords-ignatzek.scm (alteration->text-accidental-markup):
9901         new function
9902
9903         * scm/bass-figure.scm (make-bass-figure-markup): reimplement bass
9904         figures using new markups. Much simpler, and should improve layout
9905         a little.
9906
9907         * mf/feta-nummer-code.mf (code): insert space in location 32, not 33.
9908
9909 2003-03-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9910
9911         * ly/engraver-init.ly: use Hara kiri by default for 
9912         ChordNames, FiguredBass and Lyrics(Voice) context. 
9913
9914         * lily/axis-group-engraver.cc (acknowledge_grob): use
9915         rhythmic-grob-interface for selecting items not to hara-kiri'd 
9916
9917         * scm/new-markup.scm (markup-function-list): add bracket,
9918         vbracket.
9919
9920         * ly/engraver-init.ly (ChordNamesContext): set
9921         minimumVerticalExtent
9922
9923 2003-03-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9924
9925         * input/test/time-signature-double.ly: new file 
9926
9927         * input/regression/collision-head-chords.ly (texidoc): new file.
9928
9929         * lily/type-swallow-translator.cc: add note swallow translator 
9930
9931         * input/test/time-signature-double.ly: new file.
9932
9933         * lily/type-swallow-translator.cc: add Rest_swallow_translator
9934
9935         * ly/engraver-init.ly (ChordNamesContext): add Rest_swallow_translator
9936         (FiguredBassContext): idem.
9937
9938         * VERSION (MY_PATCH_LEVEL): 1.7.14 released
9939
9940         * input/mutopia/W.A.Mozart/*.ly (romanze): markup syntax updates. 
9941
9942         * buildscripts/mf-to-table.py: add .pfa, .pfb target dependency.
9943
9944         * stepmake/stepmake/metafont-rules.make ($(outdir)/%.pfb): remove
9945         .afm dependency
9946
9947         * buildscripts/mf-to-table.py (write_fontlist): use new markup syntax
9948
9949         * python/lilylib.py (make_page_images): add function.
9950
9951         * scripts/ly2dvi.py (run_latex): include title in preview image.
9952
9953         * scripts/lilypond-book.py (process_ly2dvi_blocks): call ly2dvi
9954         from lilypond-book for <ly2dvifile> tags in HTML.
9955
9956         * scripts/ly2dvi.py (option_definitions): add --debug option to
9957         print out environment.
9958
9959         * input/regression/tie-chord-partial.ly: new file.
9960
9961 2003-03-05  Heikki Junes <hjunes@cc.hut.fi>
9962
9963         * lilypond.words: add 3
9964
9965 2003-03-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9966
9967         * scm/new-markup.scm (markup-function-list): add finger-markup
9968
9969         * input/tutorial/brahms-tweaked.ly: new markup 
9970
9971         * scm/bass-figure.scm (brew-one-figure): bugfix for large bass figures 
9972
9973         * scm/new-markup.scm (brew-new-markup-molecule): robustness: don't
9974         crash when processing '() markup
9975
9976         * input/regression/breathing-sign.ly (texidoc): add caesura example.
9977
9978         * lily/breathing-sign.cc (railtracks): another caesura.
9979
9980         * mf/feta-schrift.mf: caesura symbol. 
9981
9982 2003-03-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9983
9984         * scripts/convert-ly.py (FatalConversionError.conv): add
9985         ly:molecule-XXX conversions.
9986
9987         * lily/molecule-scheme.cc: change names to ly:molecule-XXX
9988
9989         * input/regression/multi-measure-rest-text.ly: new file.
9990
9991         * scm/music-functions.scm (glue-mm-rest-texts): automatically
9992         convert MMREST-TEXT to MultiMeasureRestNumber settings.
9993
9994         * ly/engraver-init.ly (ScoreContext): move tablature settings to
9995         ScoreContext
9996
9997         * scm/new-markup.scm (center-markup): \center markup.
9998
9999         * scm/music-functions.scm: remove pitchify scripts.
10000
10001         * lily/music.cc (print_smob): display music name if available 
10002
10003 2003-03-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10004
10005         * Documentation/user/refman.itely (Instrument names): remove
10006         \turnOff doco.
10007
10008 2003-03-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10009
10010         * lily/score.cc (mark_smob): bugfix.
10011
10012         * input/regression/rehearsal-mark.ly: new file.
10013
10014         * lily/my-lily-parser.cc (here_input): revert reporting of errors:
10015         report error at the current token again.
10016
10017 2003-02-26  Jan Nieuwenhuizen  <janneke@gnu.org>
10018
10019         * cygwin/mknetrel: Exit if doc build fails.
10020
10021         * lily/GNUmakefile: Add hack for .deps and --srcdir build.
10022
10023 2003-02-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10024
10025         * scm/music-types.scm (music-descriptions): add doc strings
10026
10027 2003-02-25  Jan Nieuwenhuizen  <janneke@gnu.org>
10028
10029         * lily/lexer.ll: 
10030         * lily/include/my-lily-lexer.hh: 
10031         * lily/include/includable-lexer.hh: Add flex kludge.
10032
10033         * config.hh.in: 
10034         * config.make.in: 
10035         * stepmake/aclocal.m4 (STEPMAKE_DATADIR, STEPMAKE_LIBDIR): Junk
10036         cruft.
10037         
10038         * stepmake/aclocal.m4 (STEPMAKE_LIBDIR): Fix casual cut and paste
10039         code.
10040
10041 2003-02-24  Jan Nieuwenhuizen  <janneke@gnu.org>
10042
10043         * ly/spanners-init.ly (cresc, dim): Update to new markup text.
10044
10045         * lily/parser.yy (new_chord): Compile fix.
10046
10047 2003-02-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10048
10049         * Documentation/user/refman.itely (Tuning groups of objects):
10050         remove documentation for \turnOff. 
10051
10052         * lily/percent-repeat-engraver.cc (try_music): add correct
10053         processing moments for double-measure percents as well.
10054
10055         * input/regression/percent-repeat-skipbars.ly (texidoc): new file
10056
10057         * lily/lily-guile.cc (ly:dimension?): add dimension as separate
10058         grob prop type. 
10059
10060         * Documentation/user/refman.itely (Printing named chords): add
10061         chord name tweak doco.
10062
10063         * input/template/gregorian-transcription.ly: new file.
10064
10065 2003-02-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10066
10067         * VERSION: 1.7.13 released
10068         
10069         * input/test/*: lots of cleanups/comment-outs/removals in chord
10070         examples
10071         
10072         * input/regression/*: lots of cleanups/comment-outs/removals in
10073         chord examples
10074         
10075         * scripts/lilypond-book.py (check_texidoc): add no-texidoc to
10076         options
10077
10078         * lily/new-chord-name-engraver.cc (process_music): give original
10079         inversion pitch to chord name routine.
10080
10081         * input/tutorial/os-score.ly: update to new markup
10082
10083         * Documentation/user/appendices.itely: simply include
10084         chords-ignatzek. 
10085
10086         * Documentation/user/refman.itely (Chords mode): add documentation
10087         for chord mode.
10088
10089         * scm/chord-entry.scm (construct-chord): mark inversion as bass if
10090         not present in chord.
10091         (construct-chord): add inversion and bass support.
10092
10093         * lily/chord.cc: junk contents.
10094
10095 2003-02-17  Heikki Junes <hjunes@cc.hut.fi>
10096
10097         * Documentation/user/refman.itely:
10098         * Documentation/user/music-glossary.tely: fix. 
10099
10100 2003-02-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10101
10102         * scm/chord-entry.scm (construct-chord): move chord construction
10103         to Scheme.
10104
10105         * lily/parser.yy (new_chord): new setup for chord entry.
10106
10107 2003-02-16  Heikki Junes <hjunes@cc.hut.fi>
10108
10109         * lilypond.words:
10110         * Documentation/user/music-glossary.tely: add ambitus.
10111
10112 2003-02-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10113
10114         * scm/chords-ignatzek.scm (ignatzek-chord-names): robustness fix.
10115
10116         * lily/include/*.hh: string() -> to_string()
10117
10118         * scm/chords-ignatzek.scm: new file.
10119
10120         * ly/chord-modifiers-init.ly (ignatzekExceptionMusic): define
10121         standard chord name exceptions.
10122
10123         * scm/translator-property-description.scm (chordNameSeparator):
10124         add property.
10125         (majorSevenSymbol): add property
10126
10127         * lily/translator-scheme.cc (ly:context-properties): new function
10128         (ly:context-parent): new function.
10129         (print_smob): print context name.
10130
10131         * lily/music.cc (ly:get-music-length): new function
10132         (print_smob): don't print properties.
10133
10134         * lily/duration.cc (duration<?): new function
10135
10136         * input/regression/chords-funky-ignatzek.ly: new file.
10137
10138         * scm/double-plus-new-chord-name.scm (ignatzek-chord-names):
10139         jazz chords.
10140
10141         * lily/pitch.cc (ly:pitch-diff): new function.
10142
10143         * input/regression/chords-ignatzek.ly: new file.
10144
10145 2003-02-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10146
10147         * scm/double-plus-new-chord-name.scm (ignatzek-chord-names): classify
10148         pitches for jazz chords.
10149
10150 2003-02-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10151
10152         * lily/pitch.cc (LY_DEFINE): add ly:pitch-steps
10153
10154 2003-02-05  Heikki Junes  <hjunes@cc.hut.fi>
10155
10156         * lilypond.words: add 1
10157
10158 2003-02-04  Heikki Junes  <hjunes@cc.hut.fi>
10159
10160         * Documentation/topdocs/AUTHORS.texi: refine.
10161
10162 2003-01-25  Heikki Junes  <hjunes@cc.hut.fi>
10163
10164         * lilypond-font-lock.el: lyrics-mode update for multiple stanza.
10165         
10166         * lilypond.words: add one.
10167
10168 2003-01-23  Heikki Junes  <hjunes@cc.hut.fi>
10169
10170         * lilypond-font-lock.el: Fontify post-notated slurs [-^_][()].
10171         Fontify bass note in chords, e.g., e in c1/e.
10172         
10173 2003-01-19  Jan Nieuwenhuizen  <janneke@gnu.org>
10174
10175         * Documentation/user/music-glossary.tely: Dutch updates and
10176         additions (Arent Storm).
10177
10178 2003-01-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10179
10180         * input/regression/ambitus.ly:  move file.      
10181
10182         * lily/include/pitch.hh (class Pitch): make Pitch objects immutable.
10183
10184         * lily/event.cc (transpose): add tonic property to Key_change_req
10185         and to Key_engraver.
10186
10187 2003-01-17  Heikki Junes  <hjunes@cc.hut.fi>
10188
10189         * Documentation/user/refman.itely: fix typo.
10190
10191         * lilypond.words: removed wrong identifiers.
10192
10193 2003-01-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10194
10195         * mf/feta-toevallig.mf: make flat stem shorter 
10196
10197 2003-01-16  Heikki Junes  <hjunes@cc.hut.fi>
10198
10199         * lilypond-font-lock.el: Fontify post-notated slurs -( and -).
10200
10201         * lilypond.words: add from Phrasing slur.
10202         
10203 2003-01-15  Heikki Junes  <hjunes@cc.hut.fi>
10204
10205         * lilypond-mode.el: allow launching multiple ViewPS processes.
10206         
10207         * lilypond.words: add from Text markup.
10208
10209 2003-01-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10210
10211         * input/test/ossia.ly (texidoc): add comment.
10212
10213         * input/regression/voice-follower.ly: new file.
10214
10215         * mf/feta-toevallig.mf: make flat heavier.
10216
10217         * lily/cluster-engraver.cc: clean up Cluster engraver
10218
10219         * lily/cluster.cc (brew_molecule): cleaned up Cluster code and
10220         Engraver. Use Note_column to compute Y positions and deal with
10221         line break stuff.
10222
10223 2003-01-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10224
10225         * lily/stem.cc: move french-beaming to stem.
10226
10227 2003-01-13  Heikki Junes  <hjunes@cc.hut.fi>
10228
10229         * lilypond-font-lock.el: fontify all durations in chords.
10230
10231         * lilypond.words: add from lily/my-lily-lexer.cc
10232
10233 2003-01-12  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10234
10235         * VERSION: release 1.7.12
10236
10237         * lily/vaticana-ligature-engraver.cc (finish_primitive): compile fixes.
10238
10239         * lily/gregorian-ligature.cc: new file
10240
10241         * lily/*: the Great 2003 search & replace.
10242
10243         * Documentation/user/refman.itely (Manual repeat commands): add
10244         note about font selection.
10245
10246 2003-01-12  Heikki Junes  <hjunes@cc.hut.fi>
10247
10248         * lilypond-mode.el: propose recompiling midi while invoking playing,
10249         not while stopping playing.
10250
10251 2003-01-11  Heikki Junes  <hjunes@cc.hut.fi>
10252
10253         * lilypond.words: add one.
10254
10255         * lilypond-font-lock.el: add colour groups for horizontal, vertical 
10256         and expressional note grouping. Fontify chord modes.
10257
10258 2003-01-09  Heikki Junes  <hjunes@cc.hut.fi>
10259
10260         * Documentation/user/music-glossary.tely (Top): translate melisma.
10261
10262 2003-01-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10263
10264         * Documentation/user/music-glossary.tely (Top): add melisma.
10265
10266 2002-01-08  Juergen Reuter  <reuter@ipd.uka.de>
10267
10268         * lily/gregorian-ligature-engraver.cc: bugfix: added missing
10269         interfaces for (abstract) grob GregorianLigature
10270
10271         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc:
10272         renamed head* -> glyph_name*, x-shift* -> x-offset*
10273
10274         * scm/grob-property-description.scm: bugfix: added missing descriptions
10275
10276 2003-01-07  Jan Nieuwenhuizen  <janneke@gnu.org>
10277
10278         * input/test/chord-names-dpnj.ly: New file.
10279
10280         * scm/double-plus-new-chord-name.scm: Implement full and partial
10281         exceptions.
10282
10283         * lily/lexer.ll: <markup>: Allow dash and hyphen in markup command.
10284
10285         * scm/double-plus-new-chord-name.scm
10286         (double-plus-new-chord->markup): Fix sub->markup.
10287
10288
10289 2003-01-07  Juergen Reuter  <reuter@ipd.uka.de>
10290
10291         * lily/custos-engraver.cc: added TODO; editorial changes
10292
10293         * lily/ligature-bracket-engraver.cc: added typeset_ligature () for
10294         consistency with other ligature engravers; removed access on (now)
10295         private variable _ligature of Ligature_engraver
10296
10297         * lily/include/ligature-engraver.hh, lily/ligature-engraver.cc:
10298         renamed last_bound -> last_bound_; issue programming_error on
10299         abstract method calls; moved primitives code from
10300         Mensural_bracket_engraver to here (because almost ligature
10301         engravers will need it); renamed try_stop_ligature () ->
10302         typeset_ligature (); bugfix: store primitives of finished ligature
10303         in separate variable finished_primitives_ to avoid clash on input
10304         like "\] \["; added current_ligature () to enable access on
10305         private variable _ligature
10306
10307         * lily/mensural-ligature-engraver.cc: removed primitives_ code
10308         (now in super class); renamed try_stop_ligature () ->
10309         typeset_ligature ()
10310
10311         * lily/mensural-ligature.cc: issue programming_error on abstract
10312         method calls
10313
10314         * lily/note-heads-engraver.cc: added TODO comment upon bool
10315         in_ligature
10316
10317         * mf/parmesan-heads.mf: fixed some of set_char_box()
10318
10319         * scm/grob-description.scm: added VaticanaLigature
10320
10321         * scm/grob-property-description.scm: added neume prefix properties
10322
10323         * ly/gregorian-init.ly, lily/gregorian-ligature-engraver.cc,
10324         lily/include/gregorian-ligature-engraver.hh,
10325         lily/include/gregorian-ligature.hh: new files; framework for
10326         gregorian ligature engravers such as vaticana
10327
10328         * lily/vaticana-ligature.cc, lily/vaticana-ligature-engraver.cc,
10329         lily/include/vaticana-ligature.hh, input/test/vaticana.ly:
10330         vaticana style ligature implementation (still somewhat uncomplete)
10331
10332 2003-01-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10333
10334         * VERSION: release 1.7.11
10335
10336         * scripts/convert-ly.py: add ly:pitch-transpose rule
10337
10338 2003-01-06  Jan Nieuwenhuizen  <janneke@gnu.org>
10339
10340         * input/test/dpncnt.ly: New file.
10341
10342         * lily/my-lily-lexer.cc: Add chordnames keyword.
10343
10344         * lily/parser.yy (chordnames_block): Parse chord name exception
10345         lists, see input/test/dpncnt.ly.
10346
10347         * scm/chord-name.scm (set-double-plus-new-chord-name-style): New
10348         function.
10349
10350         * scm/lily.scm (filter-out-list): Bugfix: filter rest using
10351         filter-out too.
10352
10353         * lily/pitch.cc (ly_pitch_transpose): Scheme name now
10354         ly:pitch-transpose (was ly:transpose-pitch), in conformance with
10355         pitch functions (except for ly:make-pitch, but that's apparently
10356         some sort of scheme naming standard?).
10357
10358         * scm/lily.scm (!=): define-public.
10359
10360         * scm/new-markup.scm (make-markup-maker): define-public make-markups.
10361
10362 2003-01-05  Jan Nieuwenhuizen  <janneke@gnu.org>
10363
10364         * scm/double-plus-new-chord-name.scm
10365         (double-plus-new-chord-name->markup): New file.
10366
10367 2003-01-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10368
10369         * python/lilylib.py (make_preview): don't suppress progress for
10370         bbox extraction.
10371
10372 2003-01-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10373
10374         * Documentation/user/appendices.itely (scheme): update for new syntax.
10375
10376         * input/regression/chord-name-styles.ly: new file
10377
10378         * lily/instrument-name-engraver.cc: create instrument names
10379         without barline too.  Allows instrument name on ChordNames  
10380
10381         * scm/new-markup.scm (interpret-markup): allow simple strings as
10382         markup too.
10383
10384 2003-01-04  Jan Nieuwenhuizen  <janneke@gnu.org>
10385
10386         * scm/chord-name.scm: Super/raise changes and fixes for Banter.
10387         (step->markup-accidental): Fix: add accidental.
10388         (chord::inner-name-american): 
10389         (chord::inner-name-jazz): Ugly fix from inner-name-banter: do not
10390         append stray '/' if last superscript addition was 'o'.
10391
10392         * scm/new-markup.scm (normal-size-sub-markup) 
10393         (normal-size-super-markup): New function.
10394
10395         * lily/source-file.cc (Source_file): Add warning for possibly
10396         intentional but suspicious initialization.
10397
10398         * scm/chord-name.scm: Small rewrites, layout fixes.  Identify and
10399         add comments about cut-and-paste programming.
10400
10401         * flower/rational.cc (lcm): Not used; comment out.
10402
10403 2003-01-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10404
10405         * lily/new-fingering-engraver.cc (position_scripts): use
10406         fingerHorizontalDirection to determine fingering horizontal
10407         directions.
10408  
10409         * lily/accidental-engraver.cc (acknowledge_grob): add accidental to
10410         fingering support.
10411
10412         * scripts/convert-ly.py (FatalConversionError.conv): add style
10413         conversion rule. 
10414
10415         * scm/chord-name.scm (set-chord-name-style): new function.
10416         (new-chord-name-brew-molecule): revise to interpret markup only
10417         (new-chord->markup): cleanuppish rewrite. To be called from the
10418         new engraver.
10419
10420         * lily/new-chord-name-engraver.cc: new engraver: call Chord ->
10421         Markup earlier, during interpreting.
10422
10423         * input/test/{banter,jazz,american}-chords.ly (scheme): update
10424         style settings. Rename to chord-names-*.ly
10425
10426 2003-01-03  Jan Nieuwenhuizen  <janneke@gnu.org>
10427
10428         * scm/chord-name.scm: Painful merge of Amy's patch to old-style
10429         markup code and update to new markup.  Most probably broke some of
10430         it.
10431         
10432 2002-12-30  Juergen Reuter  <reuter@ipd.uka.de>
10433
10434         * Documentation/user/refman.itely: added docu for ambitus and
10435         clusters
10436
10437         * lily/lookup.cc, scm/tex.scm: cleanup: avoid nasty double
10438         ly_quote_scm() in lookup.cc
10439
10440         * mf/parmesan-clefs.mf: set_char_box fix
10441
10442         * lily/cluster-engraver.cc: junk implicit protection; use
10443         Protected_scm instead
10444
10445 2002-12-29  Jan Nieuwenhuizen  <janneke@gnu.org>
10446
10447         * scm/chord-name.scm: Junk "`(," constructs, use make-FOO-markup
10448         throughout.
10449
10450         * scm/new-markup.scm: Turn-off error-triggering test code.
10451
10452 2002-12-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10453
10454         * scm/new-markup.scm (markup-thrower-typecheck) 
10455         (markup-typecheck?):  add full typechecking functions.
10456         (make-markup-maker): add make-FOO-markup functions.
10457         (markup-argument-list-error): nice error checking messages.
10458         (make-markup): better function: less quoting escapades.
10459
10460 2002-12-29  Jan Nieuwenhuizen  <janneke@gnu.org>
10461
10462         * scm/chord-name.scm: Remove fixme's.  Jazz chords still broken.
10463
10464 2002-12-28  Jan Nieuwenhuizen  <janneke@gnu.org>
10465
10466         * cygwin/lilypond.hint (requires): Add cygwin.
10467
10468         * .cvsignore: Remove stepmake (huh!?!), add lib.
10469
10470         * GNUmakefile.in: Add libdir links for builddir runs.
10471
10472         * scripts/midi2ly.py: Add [lilypond_]libdir/python to path,
10473         instead of datadir.
10474
10475         * make/substitute.make (ATVARIABLES): Add lilypond_libdir,
10476         local_lilypond_libdir.
10477
10478         * config.make.in (lilypond_libdir): Add.
10479
10480         * stepmake/stepmake/substitute-rules.make: 
10481         * stepmake/stepmake/script-rules.make: 
10482         * stepmake/stepmake/python-module-rules.make:
10483         * stepmake/aclocal.m4 (STEPMAKE_LIBDIR): Fixes from
10484         lilypond-python-module patch.
10485
10486 2002-12-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10487
10488         * Documentation/user/refman.itely (Graphical interfaces): add note
10489         about xml2ly.
10490
10491 2002-12-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10492
10493         * scripts/ly2dvi.py (run_dvips): remove trailing newline
10494
10495 2002-12-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10496
10497         * VERSION: released 1.7.10
10498
10499         * scripts/musedata2ly.py (): idem
10500
10501         * scripts/midi2ly.py (dump_chord): idem
10502
10503         * scripts/etf2ly.py (version): idem 
10504
10505         * scripts/pmx2ly.py (Slur.calculate): new chord syntax
10506
10507         * scripts/mup2ly.py (pre_processor_commands): new chord syntax
10508
10509         * scm/tex.scm (tex-output-expression): remove eval compat
10510         glut. Other output files too.
10511
10512         * scm/chord-name.scm: don't export anything from chord module.
10513
10514         * input/test/american-chords.ly: idem
10515
10516         * input/test/banter-chords.ly (texidoc): idem
10517
10518         * input/test/Cc-chords.ly: add breakage notes.
10519
10520         * Documentation/user/refman.itely (Text markup): rewrite manual
10521         section.
10522
10523         * lily/parser.yy (scalar): allow \markup { } as property value. 
10524
10525         * scm/chord-name.scm: complete new markup usage
10526
10527         * scm/grob-description.scm (all-grob-descriptions): use new markup
10528         texts by default
10529
10530 2002-12-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10531
10532         * scm/chord-name.scm: partial move to new markup texts.
10533
10534 2002-12-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10535
10536         * scm/grob-description.scm (all-grob-descriptions): small bass figures.
10537
10538         * scm/bass-figure.scm (brew-bass-figure): make stack direction
10539         settable.
10540
10541 2002-12-18  Heikki Junes <hjunes@cc.hut.fi>
10542
10543         * lilypond-mode.el (LilyPond-command): propose 2midi if midi is
10544         invoked for old midi, wait for killing.
10545
10546 2002-12-16  Heikki Junes <hjunes@cc.hut.fi>
10547
10548         * Documentation/user/music-glossary.tely: Finnishing.
10549
10550 2002-12-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10551
10552         * mf/feta-nummer-code.mf: some kerning pairs.
10553
10554 2002-12-14  Rune Zedeler  <rz@localhost.localdomain>
10555
10556         * scm/output-lib.scm (set-bar-number-visibility): Context-function
10557         Added.
10558
10559         * Documentation/user/refman.itely (Bar numbers):
10560         set-bar-number-visibility added, modulo-bar-number removed again
10561         (sorry).
10562
10563 2002-12-14  Heikki Junes <hjunes@cc.hut.fi>
10564
10565         * scm/output-lib.scm (modulo-bar-number-visible): add function.
10566
10567         * Documentation/user/refman.itely: add modulo-bar-number-visible.
10568
10569         * Documentation/user/music-glossary.tely: translate into Finnish.
10570
10571 2002-12-10  Heikki Junes <hjunes@cc.hut.fi>
10572
10573         * lilypond-mode.el: add shortcut for 2midi
10574
10575         * lilypond-font-lock.el: fontify lyrics
10576
10577 2002-12-10  Rune Zedeler  <rz@daimi.au.dk>
10578
10579         * scm/drums.scm : use 1.7.x names.
10580
10581         * input/regression/drums.ly : Don't use << chords >>
10582
10583 2002-12-10  Heikki Junes <hjunes@cc.hut.fi>
10584
10585         * lilypond-mode.el: tidy, add TODO
10586
10587         * make/lilypond.mandrake.spec.in: install-info quietly.
10588
10589 2002-12-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10590
10591         * input/test/markup.ly: use new syntax.
10592
10593 2002-12-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10594
10595         * ly/params-init.ly (interscoreline): add word-space
10596
10597         * input/test/metronome.ly (eighthNote): idem.
10598
10599         * input/test/script-priority.ly: use new markup
10600
10601         * lily/parser.yy (markup): allow HEAD markup0 markup1 
10602
10603         * lily/molecule-scheme.cc (ly:molecule-translate): new function.
10604
10605         * lily/parser.yy (gen_text_def): bugfix.
10606         (full_markup): allow markup identifier.
10607
10608 2002-12-09  Heikki Junes <hjunes@cc.hut.fi>
10609
10610         * lilypond-mode.el (LilyPond-kill-job): Kill all LilyPond compiling
10611         jobs at the same time. Add horizontal lines to Command menu.
10612         Allow one compiling job -- propose killing others before a new one.
10613
10614         * lilypond.words: add markup, teeny, etc.
10615
10616 2002-12-08  Heikki Junes <hjunes@cc.hut.fi>
10617
10618         * lilypond-mode.el: Use LilyPond-command-alist for Midi and MidiAll.
10619         Allow only one type of midi process; launching Midi either stops
10620         midis or plays the current midi and launching MidiAll stops midis
10621         and starts timidity with "-ia", i.e., XAW-interface. Bind C-c C-return 
10622         to MidiAll. Choose "timidity-[1-9].ly" etc. files to MidiAll.
10623
10624 2002-12-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10625
10626         * lily/text-engraver.cc (process_acknowledged_grobs): use new
10627         markup  for new markup texts.
10628
10629         * lily/mark-engraver.cc (process_music): idem
10630         
10631         * lily/instrument-name-engraver.cc (create_text): idem
10632
10633         * scm/new-markup.scm (magnify-markup): new function.
10634
10635         * scm/molecule.scm (stack-lines): bugfix.
10636
10637         * lily/font-interface.cc (get_font): take font-magnification from
10638         alist chain.
10639
10640 2002-12-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10641
10642         * lily/molecule-scheme.cc: move scheme functions to separate file.
10643
10644         * lily/font-metric.cc  (ly_get_glyph): new function. 
10645         
10646         * scm/new-markup.scm (column-markup): use baseline-skip for columns.
10647         (italic-markup, dynamic-markup): new functions
10648         (font-markup): new function
10649
10650         * lily/molecule.cc (ly_molecule_combined_at_edge): optional
10651         padding and minimum
10652
10653 2002-12-07  Rune Zedeler  <rz@daimi.au.dk>
10654
10655         * lily/accidental-engraver.cc:
10656         Bugfix: Also print forced accidentals when autoAccidentals = \turnOff
10657
10658 2002-12-06  Heikki Junes <hjunes@cc.hut.fi>
10659
10660         * lilypond.vim:
10661         * lilypond-font-lock.el: Put \longa as duration. Accept only 
10662         [a-zA-Z] for user defined identifiers. Separate note cases 
10663         with and without a duration (allow cis\longaX).
10664
10665         * lilypond.words: Add words from Info.
10666
10667 2002-12-06  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
10668
10669         * stepmake/stepmake/c++-rules.make: Compile fix (bison 1.28)
10670
10671 2002-12-05  Heikki Junes <hjunes@cc.hut.fi>
10672
10673         * lilypond-mode.el: Propose reverting buffer before a command if
10674         it was edited with an another editor.
10675
10676 2002-12-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10677
10678         * lily/molecule.cc (ly_translate_molecule): new function
10679
10680         * python/GNUmakefile (INSTALLATION_DIR1): install Python module
10681         into libdir
10682
10683         * autogen.sh (srcdir): copy aclocal.m4 if newer. 
10684
10685         * stepmake/aclocal.m4: STEPMAKE_LIBDIR.
10686
10687 2002-12-04  Heikki Junes <hjunes@cc.hut.fi>
10688
10689         * lilypond.words: take \words from Info-index.
10690
10691 2002-12-04  Jan Nieuwenhuizen  <janneke@gnu.org>
10692
10693         * scm/sodipodi.scm: Add instruction for generating pfa fonts.
10694
10695 2002-12-02  Heikki Junes <hjunes@cc.hut.fi>
10696
10697         * make/lilypond.mandrake.spec.in: use %make and %makeinstall.
10698
10699 2002-12-01  Heikki Junes <hjunes@cc.hut.fi>
10700
10701         * make/lilypond.mandrake.spec.in: set menu-items to lilypond-info 
10702         and lilypond-documentation.
10703
10704 2002-12-02  Jan Nieuwenhuizen  <janneke@gnu.org>
10705
10706         * lily/parser.yy: Compile fix (bison 1.75).
10707
10708 2002-12-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10709
10710         * VERSION: 1.7.9 released
10711
10712         * scm/music-functions.scm (shift-one-duration-log): refactor.
10713         Use music-map.
10714
10715         * input/regression/chord-tremolo.ly (texidoc): add dot test.
10716
10717         * NEWS: update.
10718
10719         * lily/font-interface.cc (get-font): take alist chain i.s.o. alist
10720         argument
10721         
10722         * scm/music-functions.scm (display-music): new function
10723         (music-map): change arg order.
10724
10725         * input/regression/new-markup-syntax.scm: new file
10726
10727         * lily/parser.yy (markup): add \markup { .. } syntax.
10728
10729         * scm/new-markup.scm (override-markup): new function
10730         (lookup-markup): new function
10731         (music-markup): new function
10732         (lookup-markup-command): use markup-signature to store argument
10733         format for parser.
10734
10735         * lily/lexer.ll: preliminary \markup syntax. 
10736
10737 2002-11-30  Heikki Junes <hjunes@cc.hut.fi>
10738
10739         * make/lilypond.mandrake.spec.in: remove extra %changelog entries,
10740         add pre/post-dependencies and menus with icons from source.
10741
10742         * Documentation/pictures/lilypond-48x48.xpm:
10743         * Documentation/pictures/lilypond-32x32.xpm:
10744         * Documentation/pictures/lilypond-16x16.xpm: new files, background
10745         transparent.
10746
10747         * stepmake/stepmake/generic-targets.make:
10748         * stepmake/stepmake/toplevel-targets.make: Add make rpm-mandrake.
10749
10750 2002-11-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10751
10752         * input/regression/music-map.ly (texidoc): new file.
10753
10754         * scm/music-functions.scm (music-map): new function
10755
10756 2002-11-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10757
10758         * lily/ligature-engraver.cc (create_ligature_spanner): fix fixes.
10759
10760 2002-11-28  Heikki Junes <hjunes@cc.hut.fi>
10761
10762         * input/test/to-xml.ly:
10763         * lily/ligature-engraver.cc: Fixes documentation.
10764
10765         * lilypond.mandrake.spec.in:
10766         * lilypond.redhat.spec.in: Add lilypond.words.
10767
10768         * Documentation/user/refman.itely: Mention Info inside emacs.
10769         
10770         * lilypond.suse.spec.in:
10771         * lilypond.redhat.spec.in:
10772         * lilypond.mandrake.spec.in: Set root-owner for doc
10773         (tobbe@nyvalls.se).
10774
10775 2002-11-27  Jan Nieuwenhuizen  <janneke@gnu.org>
10776
10777         * scripts/ly2dvi.py (run_dvips): Use ly.read_pipe () instead of
10778         os.popen.read ().
10779
10780 2002-11-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10781
10782         * scripts/ly2dvi.py (include_path): print warning if failing anything.
10783
10784         * python/lilylib.py (error): add space
10785
10786 2002-11-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10787
10788         * GNUmakefile.in (EXTRA_DIST_FILES): add lilypond.words for
10789         distribution.
10790
10791 2002-11-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10792
10793         * lily/paper-outputter.cc (Paper_outputter): close port when
10794         finishing score.
10795
10796 2002-11-26  Jan Nieuwenhuizen  <janneke@gnu.org>
10797
10798         * scm/sodipodi.scm: Fixes.
10799
10800 2002-11-26  Heikki Junes <hjunes@cc.hut.fi>
10801
10802         * lilypond-mode.el: Look shortcuts in menu from keymap, if possible.
10803
10804         * buildscripts/make-font-dir.py: Fix. 
10805
10806 2002-11-25  Heikki Junes <hjunes@cc.hut.fi>
10807
10808         * lilypond-mode.el: Add support for Info inside Emacs.
10809
10810 2002-11-24  Jan Nieuwenhuizen  <janneke@gnu.org>
10811
10812         * buildscripts/make-font-dir.py: 
10813         * mf/GNUmakefile: Make sodipodi font map.
10814
10815         * scm/sodipodi.scm: Add more output functions.
10816
10817         * mf/feta-nummer.mf: 
10818         * mf/feta-beugel.mf: Add font_coding_scheme.
10819
10820         * lily/paper-outputter.cc (output_header): Fix creator string.
10821
10822 2002-11-23  Heikki Junes <hjunes@cc.hut.fi>
10823
10824         * lilypond-mode.el (LilyPond-autocompletion): invoked with
10825         [S-iso-lefttab], fixes at bol and eol, descriptive variable names.
10826
10827         * lilypond.words: add two (Everybody can add/remove words now!).
10828
10829         * debian/rules:
10830         * make/lilypond.suse.spec.in:
10831         * make/lilypond.mandrake.spec.in:
10832         * make/lilypond.redhat.spec.in: Add lilypond.words for emacs-files.
10833
10834         * Documentation/user/refman.itely: Mention autocompletion.
10835
10836 2002-11-23  Jan Nieuwenhuizen  <janneke@gnu.org>
10837
10838         * scripts/ly2dvi.py: Add paper sizes.
10839
10840         * lily/timing-engraver.cc: 
10841         * lily/time-signature.cc: 
10842         * lily/span-bar.cc: 
10843         * lily/grob-scheme.cc: Code formatting fixes.
10844
10845         * scm/sodipodi.scm: 
10846         * scm/sketch.scm:
10847         * buildscripts/mf-to-table.py: 
10848         * buildscripts/make-font-dir.py: Font testing.
10849
10850 2002-11-23  Heikki Junes <hjunes@cc.hut.fi>
10851
10852         * lilypond-mode.el (LilyPond-autocompletion): deletes end-of-word,
10853         inserts try-completion and shows all-completions.
10854
10855         * lilypond.words: '\' -> '\\'
10856
10857         * lilypond-mode.el: load libraries in the end, lilypond.words defines
10858         LilyPond-keywords, LilyPond-identifiers and LilyPond-reserved-words.
10859         
10860         * lilypond-font-lock.el: Use LilyPond-keywords, LilyPond-identifiers
10861         and LilyPond-reserved-words.
10862         
10863 2002-11-22  Heikki Junes <hjunes@cc.hut.fi>
10864
10865         * lilypond-mode.el (LilyPond-words-filename): find lilypond.words
10866         from load-path.
10867         
10868         * lilypond-mode.el (LilyPond-autocompletion): shows completions in
10869         the mini-buffer with Control-Shift-c.
10870         
10871 2002-11-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10872
10873         * lily/parser.yy (tempo_event): use tempo-unit for \tempo
10874         duration. This fixes \tempo taking time.
10875
10876 2002-11-21  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
10877
10878         * lily/volta-engraver.cc (process_acknowledged_grobs): 
10879         Allow for text markup in repeatCommands. 
10880
10881 2002-11-21  Heikki Junes <hjunes@cc.hut.fi>
10882
10883         * lilypond-mode.el (LilyPond-insert-string): new function, use it
10884         in LilyPond-insert-tag-notes. LilyPond-insert-between, new function.
10885         Get rid of skeleton.el-dependency.
10886
10887         * Documentation/topdocs/INSTALL.texi: tell how to get syntax-highlight.
10888
10889 2002-11-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10890
10891         * lily/beam-engraver.cc (stop_translation_timestep): reset
10892         now_stop_ev_
10893
10894         * lily/scm-option.cc: add parse-protect to ly:set-option
10895
10896         * lily/lexer.ll: set errorlevel if GUILE fails during parse.
10897
10898 2002-11-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10899
10900         * lily/include/ligature-bracket.hh: removed
10901         * lily/ligature-bracket.cc: removed
10902
10903         * lilypond-mode.el (LilyPond-expand-alist): set LaTeX extension to
10904         .tex
10905
10906         * lily/beam.cc (set_beaming): don't change beam count on rests.
10907         (brew_molecule): always set flag-width > 0.
10908
10909 2002-11-19  Heikki Junes <hjunes@cc.hut.fi>
10910
10911         * lilypond-mode.el: LilyPond-imenu-generic-re: only alphabetic
10912         chars, remove instructions; instead, refer to lilypond-init.el and
10913         Documentation/topdocs/INSTALL.texi.
10914
10915         * lilypond.words: add identifiers and reserved words.
10916
10917         * Documentation/topdocs/INSTALL.texi: separate sections for installing
10918         files and adding a load-path.
10919
10920         * lilypond-init.el: Instructions, extracted from 
10921         Documentation/topdocs/INSTALL.texi. 
10922         
10923 2002-11-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10924
10925         * VERSION: 1.7.8 released 
10926
10927         * lily/grob.cc (warning): better robustness fix.
10928
10929 2002-11-19 Juergen Reuter  <reuter@ipd.uka.de>
10930
10931         * lily/cluster-engraver.cc: bugfix: use protected scm upon columns
10932
10933         * lily/cluster-engraver.cc: stick better to variable naming
10934         conventions
10935
10936         * lily/cluster-engraver.cc: bugfix: delay typesetting of cluster
10937         until stop_translation_timestep()
10938
10939         * lily/cluster-engraver.cc, lily/cluster.cc: design fix: pass
10940         min/max coordinates to backend, but no musical info such as
10941         pitches
10942
10943         * lily/cluster.cc: robustness fix: do not crash upon empty cluster
10944
10945         * lily/grob.cc: robustness fix: warning(): do not crash if
10946         cause is not set
10947
10948         * lily/ligature-bracket-engraver.cc, scm/grob-description.scm: use
10949         the much more elaborated tuplet brackets than the very naive and
10950         simple ligature bracket grob
10951
10952 2002-11-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10953
10954         * Documentation/user/refman.itely (Analysis brackets): add
10955         horizontal bracket doco.
10956
10957         * ly/property-init.ly (setMmRestFermata): added.
10958
10959         * Documentation/user/refman.itely (Multi measure rests): fermatas
10960         on mm rests.
10961
10962         * input/regression/apply-context.ly (texidoc): new file
10963
10964         * lily/parser.yy (Simple_music): \applycontext #FUNCTION allows
10965         code to be executed during interpretation. Possible applications:
10966         smart octavation, more advanced bar checks. 
10967
10968         * lily/apply-context-iterator.cc: new file.
10969
10970 2002-11-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10971
10972         * input/test/new-markup.ly: new file.
10973
10974         * lily/text-item.cc (text_to_molecule): new function
10975
10976         * scm/new-markup.scm (lambda): new file
10977
10978         * lily/function-documentation.cc (ly_add_function_documentation):
10979         add proc property as well
10980
10981 2002-11-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
10982
10983         * Documentation/user/music-glossary.tely (Top): add custos.
10984
10985 2002-11-18  Heikki Junes <hjunes@cc.hut.fi>
10986
10987         * Documentation/topdocs/INSTALL.texi: advise how to include source
10988         path to Emacs load-path and improve language.
10989
10990 2002-11-16  Jan Nieuwenhuizen  <janneke@gnu.org>
10991
10992         * GNUmakefile.in: config.h message fix.
10993
10994         * autogen.sh:
10995         * aclocal.m4: Regenerate.
10996
10997         * configure.in: 
10998         * config.make.in: 
10999         * stepmake/config.make.in: 
11000         * stepmake/configure.in: 
11001         * stepmake/autogen.sh: 
11002         * stepmake/aclocal.m4: Update for autoconf 2.56.
11003
11004 2002-11-16  Heikki Junes <hjunes@cc.hut.fi>
11005
11006         * Documentation/topdocs/INSTALL.texi: instructions for an user how
11007         to install Emacs-mode. Instructions how to use vim-mode.
11008
11009 2002-11-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11010
11011         * scm/music-types.scm (music-descriptions): no length for tempo event.
11012
11013         * input/*.ly: add \version everywhere.
11014         
11015         * input/*.ly: update syntax to 1.7 + new-chords.
11016
11017         * VERSION: 1.7.7 released.
11018         
11019         * Documentation/user/*.tely: new chord syntax.
11020
11021         * input/regression/[bc]*.ly (texidoc): syntax updates.
11022         
11023 2002-11-13  Heikki Junes <hjunes@cc.hut.fi>
11024
11025         * lilypond.words: add vocabulary to be used in auto-completion
11026
11027         * vimrc: autocompletion in Insert/Replace-mode with <Ctrn-N>
11028
11029         * lilypond.vim: allow note name at EOF
11030
11031 2002-11-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11032
11033         * buildscripts/new-chords.py (edit): -e option: inline editing.
11034
11035         * input/regression/a*.ly (texidoc): syntax updates.
11036
11037         * Documentation/user/lilypond-book.itely (Integrating La@TeX{} and
11038         music): elucidations. 
11039
11040 2002-11-11 Juergen Reuter  <reuter@ipd.uka.de>
11041
11042         * lily/include/lily-proto.hh, ly/engraver-init.ly,
11043         ly/spanners-init.ly, scm/grob-description.scm,
11044         scm/grob-property-description.scm, scm/music-types.scm,
11045         lily/cluster-engraver.cc, lily/cluster.cc,
11046         lily/include/cluster.hh, input/test/cluster.ly: cluster
11047         implementation
11048
11049         * lily/include/lookup.hh, lily/lookup.cc, scm/pdf.scm
11050         ps/music-drawing-routines.ps, scm/ascii-script.scm, scm/ps.scm,
11051         scm/sketch.scm, scm/tex.scm: support for dots and polygons added
11052
11053         * lily/lookup.cc: bugfix: fixed infinite loop in frame ()
11054
11055         * mf/parmesan-heads.mf: bugfix: vaticana punctum set_char_box
11056
11057         * scm/grob-description.scm: bugfix: by default, use default note
11058         head style when engraving ligatures
11059
11060         * lily/note-heads-engraver.cc: bugfix: do not steal ligature events
11061
11062         * lily/mensural-ligature-engraver.cc: bugfix: accept ligature
11063         events
11064
11065         * lily/ligature-bracket-engraver.cc: bugfix: accept ligature events
11066
11067         * input/test/ancient-font.ly: bugfix: style -> flag-style
11068
11069         * lily/ligature-engraver.cc: indentation fix
11070
11071         * lily/parser.yy: indentation fixes
11072         
11073 2002-11-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11074
11075         * input/regression/measure-grouping.ly: more elaborate example.
11076
11077         * lily/moment.cc: ly:add-moment, ly:mul-moment,
11078         ly:div-moment. New functions 
11079
11080         * scm/music-functions.scm (set-time-signature): new function,
11081         allow inline time sig settings with measure grouping.
11082
11083         * lily/parser.yy (command_element): move time sig construction
11084         into Scheme.
11085
11086         * lily/side-position-interface.cc (out_of_staff): new function,
11087         like padding, but keep minimum distance from staff. Easier than
11088         linespanners (dynamics, pedals), but roughly the same effect.
11089
11090 2002-11-10 Heikki Junes  <hjunes@cc.hut.fi>
11091
11092         * emacs-mode.el: Added spanish-note-replacements 
11093         (Carlos Betancourt, <carlos.betancourt@chello.be>).
11094
11095         * vimrc: (Un)commenting with <(S-)F12>, tidy.
11096
11097 2002-11-08  Heikki Junes  <hjunes@cc.hut.fi>
11098
11099         * lilypond.vim: Do not fontify cises, desis, etc.
11100
11101         * vimrc: view dvi with <S-F6>
11102
11103 2002-11-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11104
11105         * lily/lookup.cc (triangle): new function.
11106
11107         * input/regression/measure-grouping.ly (texidoc): new file: show
11108         triangles and brackets for beat groups of 3 and 2.
11109
11110         * lily/include/measure-grouping-spanner.hh (class
11111         Measure_grouping): new file.
11112
11113         * lily/measure-grouping-spanner.cc (brew_molecule): new file
11114
11115         * lily/measure-grouping-engraver.cc (class
11116         Measure_grouping_engraver): new file.
11117
11118 2002-11-06  Jan Nieuwenhuizen  <janneke@gnu.org>
11119
11120         * Merge from stable:
11121
11122             cvs update -jlilypond_1_6_6 -jlilypond_1_6_6_1
11123         
11124         * ly/paper16-init.ly (paperSixteen): Bugfix: set fonts instead of
11125         stylesheet.
11126
11127         * ly/paper19.ly: Include paper19-init.ly.
11128
11129         * ly/paper19-init.ly: New file.
11130
11131         * Documentation/user/tutorial.itely (First steps): Fix first
11132         example for font test.
11133
11134         * input/tutorial/brahms-tweaked.ly: Fix by hand for font test.
11135
11136         * ChangeLog: Add 1.7.6 release marker (see below).
11137
11138         * stepmake/stepmake/python-module-vars.make (EXTRA_DIST_FILES):
11139         Add .py files.
11140
11141 2002-11-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11142
11143         * input/tutorial/sammartini.ly (bassvoices): to new syntax.
11144
11145         * input/tutorial/*.ly: update to new syntax.
11146
11147         * lily/parser.yy (Composite_music): new transpose syntax,
11148         \transpose FROM TO MUSIC. 
11149
11150 2002-11-04  Jan Nieuwenhuizen  <janneke@gnu.org>
11151
11152         * scripts/lilypond-book.py: * scripts/ly2dvi.py: Fix: redirect
11153         latex progress/error output to stderr (by default this goes to
11154         stdout).  Show lilypond progress, even when not verbose.
11155
11156         * python/lilylib.py (system): New optional parameter to control
11157         showing of progress.
11158
11159         * scm/backend-documentation-lib.scm (check-dangling-properties):
11160         Fix error message.
11161
11162         * lily/text-item.cc (ADD_INTERFACE): Remove align, magnify.  Add
11163         axis, extent.
11164
11165         * scm/grob-property-description.scm (magnify): Remove.
11166         (extent, axis): Add.
11167
11168 2002-11-03  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11169
11170         * VERSION: Release 1.7.6.
11171
11172         * scripts/convert-ly.py: more uniformization substitutions.
11173
11174         * buildscripts/new-chords.py (sub_chords): new file.
11175
11176 2002-11-03  Jan Nieuwenhuizen  <janneke@gnu.org>
11177
11178         * mf/GNUmakefile: Bugfix: Use actual fontname (.AFM FontName) for
11179         lilypond.map.  Include sauter fonts too.  Cleanups.
11180
11181 2002-11-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11182
11183         * Documentation/user/tutorial.itely (First steps): change to new
11184         chord/tie/slur/beam notation.
11185
11186         * lily/parser.yy (event_that_take_dir): allow postfix notation for
11187         ties.
11188
11189         * lily/new-tie-engraver.cc (process_acknowledged_grobs): new
11190         engraver. Process ties in postfix notation, i.e. c8-~ c
11191
11192         * lilypond-mode.el (LilyPond-command-alist): run LaTeX by default.
11193
11194         * input/regression/beam-postfix-notation.ly (texidoc): new file.
11195
11196         * lily/parser.yy (event_that_take_dir): allows c8-[ for beams.
11197
11198         * lily/beam-engraver.cc (try_music): accept new-beam-events
11199
11200         * input/regression/chord-scripts.ly (texidoc): new file
11201
11202         * lily/new-fingering-engraver.cc (acknowledge_grob):  also handle
11203         script-events.
11204
11205         * scm/script.scm (default-script-alist): cleanup.
11206
11207         * lily/script-engraver.cc (make_script_from_event): cleanup.
11208
11209         * lily/lyric-combine-music-iterator.cc
11210         (Lyric_combine_music_iterator): remove superfluous events.
11211         (melisma_busy): new function. Fix broken melismas.
11212
11213 2002-10-31  Heikki Junes  <hjunes@cc.hut.fi>
11214
11215         * vimrc: Add shortcuts for compiling, midi-playing and PS-viewing.
11216         Remove nonvalid settings. Use descriptive key names.
11217         Use <Return> to indicate the pressing of that key.
11218
11219 2002-10-30  Jan Nieuwenhuizen  <janneke@gnu.org>
11220
11221         * scripts/lilypond-book.py (option_definitions): Typo.
11222
11223         * scripts/ly2dvi.py: Updates.
11224
11225         * python/lilylib.py (setup_environment, print_environment)
11226         (get_bbox, make_preview): Merge and remove from ly2dvi and
11227         lilypond-book.
11228
11229         * scripts/lilypond-book.py: Use lilylib.  Cleanups.
11230
11231         * .cvsignore: Remove some cruft.
11232
11233         * make/lilypond-vars.make (PYTHONPATH): Add python's outdir to
11234         path.
11235
11236         * scripts/ly2dvi.py: Use lilylib as module.  Fail gracefully if
11237         kpsexpand, kpsewhich, ps2pdf exit with error.  Cleanups and fixes
11238         throughout.
11239
11240         * python/lilylib.py (quiet_system): Junk
11241         (system): Display error log upon failure.
11242         (read_pipe): New function.  Cleanups and fixes.
11243
11244         * python/*.py: Rename from *.py.in.
11245         
11246         * make/substitute.make (ATVARIABLES): Add lilypond_datadir.
11247
11248         * GNUmakefile.in (SUBDIRS): Move python before scripts.
11249
11250 2002-10-30  Jan Nieuwenhuizen  <janneke@gnu.org>
11251
11252         * python/GNUmakefile: Bugfix: handle modules.
11253
11254         * stepmake/stepmake/python-module-targets.make (default): Add
11255         compiled modules. 
11256
11257         * stepmake/stepmake/python-module-rules.make: Add rule for byte
11258         compiling modules.
11259
11260         * stepmake/stepmake/python-module-vars.make (OUT_PY_MODULES):
11261         Bugfix.  (OUT_PYC_MODULES): Add.
11262
11263 2002-10-30  Heikki Junes  <hjunes@cc.hut.fi>
11264
11265         * make/lilypond.mandrake.spec.in: Repair info. Comment out menu.
11266         Use default paths. Refresh description.
11267
11268 2002-10-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11269
11270         * VERSION: 1.7.5 released
11271
11272         * input/regression/finger-chords.ly (texidoc): new file.
11273
11274         * lily/script-engraver.cc (process_music): remove scriptHorizontal
11275         support
11276
11277         * lily/fingering-engraver.cc (process_music): remove kludgy
11278         scriptHorizontal stuff.
11279
11280         * lily/script.cc: remove staff-support property.
11281
11282         * lily/new-fingering-engraver.cc (add_fingering): new
11283         file. Fingering engraver for new style chords.
11284
11285 2002-10-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11286
11287         * lily/parser.yy (bare_number): allow 4 \cm (without
11288         decimal dot). (should backport to 1.6?)
11289
11290         * ly/declarations-init.ly: use Scheme for dimension defs.
11291
11292         * lily/parser.yy (TODO): remove hard coded dimensions, add
11293         REAL NUMBER_IDENTIFIER production.
11294
11295         * lily/rest-collision.cc (force_shift_callback): rewrite using
11296         -done property.
11297
11298         * scm/grob-property-description.scm (rest-collision-done): add
11299         property.
11300         
11301         * lilypond.vim: add file (<hjunes@cc.hut.fi>)
11302
11303 2002-10-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11304
11305         * input/regression/multi-measure-rest-center.ly: new file.
11306
11307         * lily/multi-measure-rest.cc (big_rest): multi measure rest was
11308         off horizontally by 0.05 ss. Fixed.
11309
11310 2002-10-22  Jan Nieuwenhuizen  <janneke@gnu.org>
11311
11312         * scm/pdftex.scm: Rename ly-number to ly:number->string.
11313
11314         * Documentation/topdocs/index.tely: Remove duplicate from merge.
11315
11316 2002-10-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11317
11318         * lily/tie.cc (get_control_points): also avoid staff lines on the
11319         just outside the outer staff lines
11320
11321 2002-10-21  Jan Nieuwenhuizen  <janneke@gnu.org>
11322
11323         * ly/params-init.ly: Just define style-alist, no need to
11324         define-public.
11325
11326         * input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly: Fix style override
11327         (thanks Han-Wen).
11328
11329         * mf/GNUmakefile (FONT_FILES): Add feta-nummer.
11330         (FET_FILES): = FONT_FILES.
11331
11332         * Merge from stable:
11333
11334             cvs update -jlilypond_1_6_5 -jlilypond_1_6_6
11335
11336 2002-10-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11337
11338         * VERSION: 1.7.4 released.  
11339         
11340         * scm/generate-documentation.scm (string-append): add macro
11341         definitions.
11342
11343         * lily/text-item.cc (lookup_text): don't use virtual fonts for
11344         normal texts.
11345
11346         * lily/multi-measure-rest-engraver.cc: make separate
11347         MultiMeasureRestNumber grob. Introduce restNumberThreshold.
11348
11349         * lily/multi-measure-rest.cc: remove text handling. Remove
11350         number-threshold.
11351
11352 2002-10-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11353
11354         * scm/music-types.scm: doc patch by Graham Percival
11355
11356 2002-10-19  Jan Nieuwenhuizen  <janneke@gnu.org>
11357
11358         * buildscripts/make-font-dir.py (sketch_p): Bugfix: only write
11359         encoding part.
11360         (Font_info.set_defaults): pixelsize now also defauts to '0'.
11361         (sketch_p): Sketch wants only first four elements of X11 font spec.
11362
11363         * buildscripts/mf-to-table.py (parse_logfile): Bugfix. 
11364
11365         * mf/feta-autometric.mf: Write foundry and family to log.
11366
11367         * mf/GNUmakefile: Fixes for pfx builds.  Also write sketch
11368         font translation table.
11369
11370         * buildscripts/mf-to-table.py: Better font info into afm.
11371
11372         * buildscripts/make-font-dir.py: Use font info from afm.  Mftrace
11373         1.0.9 required.
11374
11375         * configure.in: Whine for mftrace 1.0.9.
11376
11377 2002-10-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11378
11379         * lily/parser.yy (chord_body): allow <<c e>>4 notation.
11380
11381         * lily/main.cc (main_prog): don't try to load init.EXT when
11382         processing foo.EXT.
11383
11384 2002-10-15  Rune Zedeler  <rune@zedeler.dk>
11385
11386         * scm/tex.scm (zigzig-line): added.
11387
11388         * scm/ps.scm (zigzag-line): added.
11389
11390         * ps/music-drawing-routines.ps (subvec): added.
11391         (draw_zigzag_line): added.
11392         
11393         * lily/line-spanner.cc: Add support for #'type = #'zigzag. reading
11394         grob properties zigzag-width and zigzag-length.
11395
11396         * input/regression/glissando.ly: Add some zig-zagged glissandi.
11397
11398 2002-10-15  Jan Nieuwenhuizen  <janneke@gnu.org>
11399
11400         * scm/sodipodi.scm: Some fixes.  Sketch also groks this bare-bones
11401         svg output, including font.
11402
11403 2002-10-14  Jan Nieuwenhuizen  <janneke@gnu.org>
11404
11405         * scm/lily.scm: Register sodipodi output module.
11406
11407         * scm/sodipodi.scm: New file.
11408
11409         * lily/afm.cc (read_afm_file): Read TfmCheckSum from comment.
11410
11411         * buildscripts/mf-to-table.py (base): Write TfmChecksum in
11412         comment, after header.
11413         (parse_logfile): Remove invalid key FontFamily.  Add mandatory key
11414         FullName.  Fix FontName key.
11415
11416 2002-10-14  Rune Zedeler  <rune@zedeler.dk>
11417
11418         * lily/rest.cc (after_line_breaking): bugfix: dots after half
11419         and breve rests.
11420         
11421         * input/test/blank-notes.ly: bugfix
11422
11423         * lily/rest.cc (after_line_breaking): bugfix: dots after whole
11424         rests. (Kim Shrier)
11425
11426         * input/test/rest-dot-positions.ly: Added. (Kim Shrier)
11427         
11428 2002-10-14  Jan Nieuwenhuizen  <janneke@gnu.org>
11429
11430         * scm/tex.scm: 
11431         * scm/ps.scm: Cleanup and remove obsolete junk.
11432
11433         * Documentation/user/internals.itely:
11434         * Documentation/user/refman.itely: Run texinfo-all-menus-update.
11435
11436         * lily/parser.yy: Identify shift/reduce problems.
11437
11438         * input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly: Rename
11439         make-style-sheet.  Too specific for convert-ly?
11440
11441 2002-10-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11442
11443         * po/cs.po: added czech translation, courtesy Tomas Kopecek.
11444
11445         * input/test/*.ly: various fixes.
11446
11447         * lily/music.cc (name): bugfix
11448
11449         * lily/piano-pedal-engraver.cc (try_music): fix pedals.
11450
11451         * lily/input-file-results.cc (code): set-point-and-click! ->
11452         set-point-and-click
11453         
11454 2002-10-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11455
11456         * Use uniform ly: prefix for exported scheme primitive functions.
11457
11458         * scm/music-types.scm: junk compat glue
11459
11460         * scripts/convert-ly.py: add rules for stuff below, junk
11461         compatibility glue for spanrequest.
11462
11463         * lily/parser.yy (verbose_event): remove \spanrequest,
11464         \commandspanrequest, \script. 
11465         
11466         * lily/identifier-smob.cc (LY_DEFINE): change name to ly-export
11467
11468         * lily/parser.yy: remove arpeggio keyword; use identifier. Idem
11469         for \penalty, \glissando.
11470
11471         * VERSION: release 1.7.3
11472         
11473 2002-10-13  Rune Zedeler  <rune@zedeler.dk>
11474
11475         * lily/accidental-engraver.cc: Fix
11476         grace-in-the-beginning-of-measure bug caused by the resent
11477         partial-measure fix.
11478
11479         * lily/stem.cc: reversed noteheads overlap half of the stem. (Full
11480         overlap looks too crowded)
11481         
11482 2002-10-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11483
11484         * lily/parser.yy (assignment): allow SCM expression as assignment.
11485
11486         * lily/include/music-output-def.hh (class Music_output_def):
11487         * lily/music-output-def.cc: 
11488         * lily/paper-def.cc: 
11489         * scm/font.scm (markup-to-properties):
11490         * lily/parser.yy (music_output_def_body): 
11491         remove style_sheet_
11492
11493 2002-10-12  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11494
11495         * ly/grace-init.ly (startGraceMusic): shorten default grace stem
11496         length.
11497
11498         * input/regression/spacing-to-grace.ly: new file.
11499
11500         * input/regression/spacing-end-of-line.ly: new file.
11501
11502         * lily/note-spacing.cc (get_spacing): take into account breakable
11503         stuff sticking out at the left (time sig change at line break).
11504
11505         * lily/spacing-spanner.cc (breakable_column_spacing): junk weird
11506         raggedright code.
11507
11508         * scm/music-functions.scm (make-voice-props-set): add
11509         staff-position for mm rests.
11510  
11511         * lily/spacing-spanner.cc (musical_column_spacing): shrink space
11512         before grace notes a little.
11513
11514         * lily/parser.yy (sup_quotes): use '\'' for sup_quotes.
11515
11516         * lily/break-align-interface.cc (do_alignment): right-edge spacing
11517         key adds space at the end of line. 
11518
11519 2002-10-11  Jan Nieuwenhuizen  <janneke@gnu.org>
11520
11521         * scm/sketch.scm: Fix beams.
11522
11523         * buildscripts/mf-to-table.py: Add EncodingScheme.
11524
11525         * scm/sketch.scm: Resurrect.
11526
11527 2002-10-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11528
11529         * lily/multi-measure-rest.cc: use breve rests for measure lengths
11530         longer than 4/4. Patch courtesy Kim Shrier <kim@tinker.com>.
11531
11532 2002-10-10  Jan Nieuwenhuizen  <janneke@gnu.org>
11533
11534         * stepmake/stepmake/c++-rules.make: Fixes for bison 1.50.
11535
11536         * lily/lexer.ll (My_lily_lexer): Avoid silly flex induced gcc warnings.
11537
11538 2002-10-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11539
11540         * lily/my-lily-lexer.cc (prepare_for_next_token): use previous
11541         token for origin information.
11542
11543         * lily/parser.yy (My_lily_lexer): do identifier location and
11544         cloning from lexer.
11545
11546         * scm/music-functions.scm (make-multi-measure-rest): move mmrest
11547         logic out of the parser. Add bar checks on both ends.
11548
11549         * Documentation/user/refman.itely (Multi measure rests): add more
11550         notes about mm rests.
11551
11552 2002-10-10  Jan Nieuwenhuizen  <janneke@gnu.org>
11553
11554         * input/regression/bar-scripts.ly: Re-enable.
11555
11556         * lily/parser.yy:
11557         * stepmake/stepmake/c++-rules.make: Fixes for bison 1.51 to be
11558         released rsn.  Bison 1.50 has a crucial bug and won't work.
11559
11560         * lily/lexer.ll (My_lily_lexer): Avoid silly flex induced gcc warnings.
11561
11562
11563 2002-10-07  Jan Nieuwenhuizen  <janneke@gnu.org>
11564
11565         * input/regression/bar-scripts.ly: Blunt documentation build fix.
11566
11567 2002-10-05  Jan Nieuwenhuizen  <janneke@gnu.org>
11568
11569         * Actually merge changes since 1.6.4 besides ChangeLog, and
11570         resolve conflicts.  Lots of updates, hope all is well.
11571         
11572         * cygwin/lilypond.hint (requires): Add ghostscript.
11573
11574         * scm: Update some (c).
11575         
11576 2002-10-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11577
11578         * input/test/{various}.ly: add \header fields and texidoc strings.
11579
11580 2002-10-05  Werner Lemberg  <wl@gnu.org>
11581
11582         * scripts/lilypond-book.py (output_dict) <latex>: `output_tex'
11583         renamed to `output_latex_quoted'.
11584         Added `output_latex_noquote'.
11585         (schedule_lilypond_block): Implement `noquote' option for LaTeX
11586         mode.
11587
11588 2002-11-03  Jan Nieuwenhuizen  <janneke@gnu.org>
11589
11590         * ChangeLog: Add 1.6.6 release marker.  See below.
11591
11592         * stepmake/stepmake/po-targets.make: Remove --c++ option.
11593
11594         * scripts/midi2ly.py: Fix global syntax warnings.
11595
11596         * GNUmakefile.in: Generate builddir locale tree too.
11597
11598         * scripts/ly2dvi.py:
11599         * scripts/midi2ly.py: 
11600         * scripts/mup2ly.py: 
11601         * scripts/update-lily.py:
11602         * lily/main.cc (setup_paths): Fix for locales setup.
11603
11604 2002-10-29  Jan Nieuwenhuizen  <janneke@gnu.org>
11605
11606         * Documentation/windows/installing.texi: Soften wording about
11607         necessity of becoming Administrator.  tommie@iae.nl reports this
11608         does not seem to be necessary for his flavour of Windows 2000.
11609         Explicitely discourage text mode mounts.
11610
11611 2002-10-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11612
11613         * lily/rest.cc (after_line_breaking): backport dot position fix.
11614
11615         * lily/rest-collision.cc (do_shift): also remove dots for suicided
11616         rests. Thanks to Klaus Zimmermann for finding this bug.
11617
11618 2002-10-24  Jan Nieuwenhuizen  <janneke@gnu.org>
11619
11620         * Documentation/topdocs/INSTALL.texi: Correction for broken /bin/sh.
11621
11622 2002-10-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11623
11624         * Documentation/user/music-glossary.tely: fix links.
11625
11626 2002-10-21  Werner Lemberg  <wl@gnu.org>
11627
11628         * tex/lily-ps-defs.tex (\lilypondsetdimen): Define ID macro.
11629         (\lilypondpostscript): Define PS macros `lyscaleXXX' (`XXX' is the
11630         scaling factor) only once and use them in the definition of
11631         \embeddedps.
11632         * ps/music-drawing-routines.ps (skeel): Removed.
11633
11634 2002-10-21  Jan Nieuwenhuizen  <janneke@gnu.org>
11635
11636         * stepmake/aclocal.m4: Changed 6 instances of $( ) to ` `, for
11637         Solaris7, as we don't use nested $( ) constructs.
11638
11639 2002-10-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11640
11641         * VERSION: Release 1.6.6.
11642         
11643 2002-10-21  Jan Nieuwenhuizen  <janneke@gnu.org>
11644
11645         * Documentation/topdocs/INSTALL.texi: Add note about using ksh for
11646         as workaround for /bin/sh problems on Solaris7.
11647
11648 2002-10-19  Werner Lemberg  <wl@gnu.org>
11649
11650         * GNUmakefile.in (web-doc): Fix typos.
11651         * tex/lilyponddefs.tex (\lilypondspecial): Don't scan
11652         `music-drawing-routines.ps' but emit \special{header=...} once.
11653         * scm/tex.scm (header-end): Updated.
11654
11655 2002-10-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11656
11657         * lily/stem-engraver.cc (acknowledge_grob): don't crash on
11658         undefined tremolo. 
11659
11660 2002-10-15  Werner Lemberg  <wl@gnu.org>
11661
11662         * scripts/lilypond-book.py (g_make_html): New global variable.
11663         (schedule_lilypond_block): Don't compute EPS and PNG for `texi'
11664         if `g_make_html' isn't set.
11665         [main]: Add format `texi-html'.
11666         (option_definitions): Updated.
11667         * Documentation/user/lilypond-book.itely: Updated.
11668
11669         * make/lilypond-vars.make (LILYPOND_BOOK_FORMAT): New variable.
11670         * make/ly-rules.make (%.texi, %.nexi): Use it.
11671         * stepmake/stepmake/www-targets.make (web): Pass `tex-html' as
11672         format to lilypond-book.
11673         * GNUmakefile.in (web-doc): Ditto.
11674
11675 2002-10-14  Werner Lemberg  <wl@gnu.org>
11676
11677         Further improve TeX output.  The produced files are about 40%
11678         smaller.  `lilyponddefs.tex' is now read only once.
11679
11680         * tex/lilyponddefs.tex: Remove footer stuff.
11681         (\ifundefined): Renamed to...
11682         (\lilypondundefined): This.  Use LaTeX's definition to
11683         make it nestable and make it global.
11684         (\lilypondstart, \lilypondend): New macro to initialize LilyPond
11685         output.
11686         (\lilypondspecial): New macro to read `music-drawing-routines.ps'.
11687         (\fetasixteen, \fetafont, \fetachar, \botalign, \leftalign): Make
11688         them global.
11689         (\placebox): Renamed to...
11690         (\lyitem): This.
11691         Make it global and call \outputscale by itself.
11692         (\lybox, \lyvrule): New macros to reduce input data.
11693         (\lilypondfirst, \lilypondsecond, \lilypondloop, \lilyponditerate):
11694         New auxiliary macros.
11695         (\SkipLilydefs, \EndLilyPondOutput): Removed.
11696         * tex/lily-pdf-defs.tex, tex/lily-ps-defs.tex (\lilySpace): Renamed
11697         to...
11698         (\lilypondspace): This and made it global.
11699         (\turnOnPostScript): Renamed to...
11700         (\lilypondpostscript): This and made it global.
11701         (\turnOnExperimentalFeatures): Renamed to...
11702         (\lilypondexperimentalfeatures): This and made it global.
11703         * tex/lily-ps-defs.tex (\PSsetTeXdimen): Renamed to...
11704         (\lilypondsetdimen): This and made it global.
11705         * tex/lilypond-latex.tex, tex/lilypond-plaintex.tex: Removed.
11706         * tex/GNUmakefile (TEX_FILES): Add `music-drawing-routines.ps'
11707         (all, $(outdir)/music-drawing-routines.ps): New rules.
11708         * buildscripts/mf-to-table.py (write_tex_defs): Use \gdef.
11709         * scm/pdftex.scm, scm/tex.scm (end-output, header-end, placebox,
11710         start-system, stop-system, stop-last-system, filledbox): Updated to
11711         use the changed macros from lilyponddefs.tex.
11712         * scripts/lilypond-book.ly (output_dict) <latex, texi>: Ditto.
11713
11714 2002-10-07  Jan Nieuwenhuizen  <janneke@gnu.org>
11715
11716         * Documentation/windows/installing.texi: Update.
11717
11718 2002-09-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11719
11720         * VERSION: 1.6.5 released
11721
11722         * scripts/lilypond-book.py (make_pixmap): don't produce empty pages.
11723
11724 2002-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11725
11726         * scm/translator-property-description.scm (voltaOnThisStaff): add
11727         property.
11728
11729 2002-09-28  Werner Lemberg  <wl@gnu.org>
11730
11731         * scm/tex.scm (header-end): Suppress page numbering.
11732
11733         * scripts/lilypond-book.py (output_dict) <output-texi-quoted>:
11734         Fix quotation for HTML output.
11735
11736 2002-09-28   Graham Percival   <gperciva@sfu.ca>
11737         
11738         * Documentation/user/refman.itely: grammar and phrasing
11739           fixes to "Note Entry" section.  Also adds a few new examples.
11740
11741 2002-09-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11742
11743         * flower/include/string-data.icc: include string.h
11744
11745 2002-09-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11746
11747         * scm/chord-name.scm (chord::inner-name-banter): remove space.
11748
11749 2002-09-27  Jan Nieuwenhuizen  <janneke@gnu.org>
11750
11751         * Documentation/user/GNUmakefile (extra-local-help): Add.
11752
11753         * stepmake/stepmake/www-targets.make (local-help): Add.
11754
11755 2002-09-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11756
11757         * Documentation/topdocs/INSTALL.texi (Top): recommend binary
11758         packages.
11759
11760         * Documentation/topdocs/README.texi (Top): building documentation
11761         (not website.)
11762
11763 2002-09-26  Jan Nieuwenhuizen  <janneke@gnu.org>
11764
11765         * Documentation/user/refman.itely: 
11766         * Documentation/user/tutorial.itely: 
11767         * Documentation/user/music-glossary.tely: Merge changes.
11768
11769         * Documentation/user/glossary.html.in: 
11770         * Documentation/index.texi: 
11771         * Documentation/header.html.in: Accomodate renaming of glossary.
11772         
11773         * Documentation/user/tutorial.itely: Add some glossary references.
11774         
11775         * Documentation/user/refman.itely: Minor fixes.
11776         
11777         * Documentation/user/lilypond.tely: Add glossary do direntry.
11778
11779         * Documentation/user/music-glossary.tely: Rename (previously:
11780         glossary.tely).  Fix anchor placement.
11781
11782         * Documentation/user/GNUmakefile: Make music-glossary.info too.
11783
11784 2002-09-23  Werner Lemberg  <wl@gnu.org>
11785
11786         * scripts/lilypond-book.py (output_dict): Fix handling of
11787         various environments by avoid extraneous newlines.
11788         Rename `output-all' regexp for html to `output-html'.
11789         Replace `output-all' regexp for texi with `output-texi-quote'
11790         and `output-texi-noquote'.
11791         (compose_full_body): Don't override `linewidth' user option
11792         for `singleline'.
11793         (schedule_lilypond_block): Don't indent text specified with
11794         `intertext' option.
11795         Add new option `noquote'.
11796         (compile_all_files): Use latex instead of tex to compile ly
11797         files directly.
11798
11799         * Documentation/user/lilypond-book.itely: Updated and revised.
11800         Improve layout.
11801
11802         * Documentation/user/glossary.tely,
11803         Documentation/user/introduction.itely,
11804         Documentation/user/tutorial.itely,
11805         Documentation/user/refman.itely,
11806         Documentation/user/appendices.itely: Fix overfull LilyPond
11807         boxes caused by the new lilypond-book code.  Other minor
11808         fixes.
11809
11810         * Documentation/user/macros.itexi (@texiflat): Don't emit
11811         trailing space.
11812
11813         * scm/tex.scm (end-output, header-end): Add preamble and
11814         postamble to make lilypond output directly compilable with
11815         latex.
11816
11817         
11818 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11819
11820         * Documentation/topdocs/INSTALL.texi (Top): bugfix for RH RPM
11821         instructions.
11822
11823 2002-09-25  Jan Nieuwenhuizen  <janneke@gnu.org>
11824
11825         * Documentation/user/glossary.tely: Add titling and hyperlinks.
11826
11827 2002-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11828
11829         * lily/beam.cc (connect_beams): don't crash if there are quarter
11830         notes in beams.
11831
11832 2002-09-24  Juergen Reuter  <reuter@ipd.uka.de>
11833
11834         * Documentation/user/refman.itely: corrected ancient clef
11835         docu; added docu on ligatures
11836
11837 2002-09-21  Juergen Reuter  <reuter@ipd.uka.de>
11838
11839         * Documentation/user/glossary.tely,
11840         Documentation/user/refman.itely, input/les-nereides.ly,
11841         input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly,
11842         input/test/bagpipe.ly, lily/stem.cc, ly/grace-init.ly,
11843         scm/grob-property-description.scm, scripts/convert-ly.py: renamed
11844         Stem properties: flag-style -> stroke-style, style -> flag-style.
11845
11846
11847 2002-09-22  Werner Lemberg  <wl@gnu.org>
11848
11849         * scripts/lilypond-book.py: Add option `notime' to suppress
11850         printing of a time signature.  Specify default indentation of 0pt
11851         if single line fragment.  Don't emit redundant `\paper{ }'.
11852
11853         * Documentation/user/lilypond-book.itely: Updated.
11854
11855         * Documentation/user/glossary.tely: Completely reformatting.
11856
11857 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11858
11859         * GNUmakefile.in (top-web): generate (possibly empty) examples.html
11860
11861 2002-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
11862
11863         * Documentation/user/tutorial.itely: Fix links.
11864         
11865         * Documentation/topdocs/index.tely:
11866         * Documentation/index.texi:
11867         * Documentation/header.html.in: Small website fixes and updates.
11868
11869         * debian/: Debian patch by Anthony Fok.
11870
11871 2002-09-21  Jan Nieuwenhuizen  <janneke@gnu.org>
11872
11873         * Documentation/footer.html.in: How time flies: It's already 2002!
11874
11875         * Documentation/topdocs/index.tely: Stable/development fix.  Use
11876         more descriptive link names than 'here'.
11877
11878 2002-09-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11879
11880         * VERSION: 1.7.2 released
11881         * VERSION: 1.6.4 released
11882         
11883         * scm/tex.scm (header-end): enclose lily output in begingroup/endgroup.
11884
11885         * scripts/convert-ly.py (FatalConversionError.conv): add rule for
11886         (ly-make-music "Foo_bar") -> (make-music-by-name 'FooBarEvent).
11887
11888         * mf/feta-din.mf (test): add x-height and space.
11889
11890         * lily/dynamic-engraver.cc (process_music): take dynamic direction
11891         from ^_ for crescendi. Idem for slurs and phrasing slurs.
11892
11893         * ly/grace-init.ly: add-to-grace-init: function to portably add
11894         settings to \grace. 
11895
11896         * lily/dynamic-engraver.cc (process_music): finish (de)crescendo
11897         if we get an absolute dynamic event.
11898  
11899         * lily/time-signature-engraver.cc (process_music): warn for \time 5/5
11900
11901         * lily/source-file.cc (get_line): oops. All line numbers were off
11902         by 2. Fix that. 
11903
11904         * lily/parser.yy (event_that_take_dir): allow () \< \> \! \( \) to
11905         be after the note, combined with -_^, i.e. c4-(-\)-\>  
11906
11907         * ly/params-init.ly (ledgerlinethickness): use Scheme expressions.
11908
11909         * lily/parser.yy (number_factor): remove (number) as number
11910         expression. ("Let them eat Lisp").
11911
11912 2002-10-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11913
11914         * lily/horizontal-bracket.cc: new file.
11915
11916         * lily/horizontal-bracket-engraver.cc: new file.
11917
11918         * input/regression/note-group-bracket.ly: new file. Support
11919         horizontal note brackets for music analysis.
11920
11921         * lily/stem.cc (flag): new flag-style: no-flag.
11922
11923         * input/test/stem-cross-staff.ly: new file
11924         
11925         * Documentation/user/internals.itely: Improved formatting, fixing
11926         typos.  Added a section `Output details' to describe how the TeX
11927         code looks like.
11928
11929         * lily/include/midi-stream.hh: use stdio.h iso. iostream.h
11930
11931         * lily/parser.yy: remove \dynamicscript.
11932
11933         * ly/dynamic-scripts-init.ly: redo the dynamic scripts
11934         definitions. 
11935
11936         * python/midi.c (midi_error): take two arguments.
11937
11938         * Merge 1.6.5 changes:
11939         
11940 2002-10-04  Jan Nieuwenhuizen  <janneke@gnu.org>
11941
11942         * scm/grob-description.scm (minimum-beam-collision-distance): 0.75
11943         staff-space.  Previous 1.5 was probably meant as half-spaces.
11944         (cautionary-style): parentheses (was: smaller).  This is what doco
11945         says, and it seems more logical.
11946
11947         * Documentation/user/refman.itely (Chromatic alterations): Bugfix
11948         for 2nd sentence.
11949
11950 2002-10-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11951
11952         * make/lilypond.redhat.spec.in: various fixes for RedHat 8.0
11953
11954 2002-10-03  Jan Nieuwenhuizen  <janneke@gnu.org>
11955
11956         * lily/beam.cc (rest_collision_callback): Fixed: partial rewrite.
11957
11958 2002-09-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11959
11960         * scripts/lilypond-book.py (make_pixmap): don't produce empty pages.
11961
11962 2002-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11963
11964         * scm/translator-property-description.scm (voltaOnThisStaff): add
11965         property.
11966
11967 2002-09-28  Werner Lemberg  <wl@gnu.org>
11968
11969         * scm/tex.scm (header-end): Suppress page numbering.
11970
11971         * scripts/lilypond-book.py (output_dict) <output-texi-quoted>:
11972         Fix quotation for HTML output.
11973
11974 2002-09-28   Graham Percival   <gperciva@sfu.ca>
11975         
11976         * Documentation/user/refman.itely: grammar and phrasing
11977           fixes to "Note Entry" section.  Also adds a few new examples.
11978
11979 2002-09-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11980
11981         * flower/include/string-data.icc: include string.h
11982
11983 2002-09-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11984
11985         * scm/chord-name.scm (chord::inner-name-banter): remove space.
11986
11987 2002-09-27  Jan Nieuwenhuizen  <janneke@gnu.org>
11988
11989         * Documentation/user/GNUmakefile (extra-local-help): Add.
11990
11991         * stepmake/stepmake/www-targets.make (local-help): Add.
11992
11993 2002-09-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
11994
11995         * Documentation/topdocs/INSTALL.texi (Top): recommend binary
11996         packages.
11997
11998         * Documentation/topdocs/README.texi (Top): building documentation
11999         (not website.)
12000
12001 2002-09-26  Jan Nieuwenhuizen  <janneke@gnu.org>
12002
12003         * Documentation/user/refman.itely: 
12004         * Documentation/user/tutorial.itely: 
12005         * Documentation/user/music-glossary.tely: Merge changes.
12006
12007         * Documentation/user/glossary.html.in: 
12008         * Documentation/index.texi: 
12009         * Documentation/header.html.in: Accomodate renaming of glossary.
12010         
12011         * Documentation/user/tutorial.itely: Add some glossary references.
12012         
12013         * Documentation/user/refman.itely: Minor fixes.
12014         
12015         * Documentation/user/lilypond.tely: Add glossary do direntry.
12016
12017         * Documentation/user/music-glossary.tely: Rename (previously:
12018         glossary.tely).  Fix anchor placement.
12019
12020         * Documentation/user/GNUmakefile: Make music-glossary.info too.
12021
12022 2002-09-23  Werner Lemberg  <wl@gnu.org>
12023
12024         * scripts/lilypond-book.py (output_dict): Fix handling of
12025         various environments by avoid extraneous newlines.
12026         Rename `output-all' regexp for html to `output-html'.
12027         Replace `output-all' regexp for texi with `output-texi-quote'
12028         and `output-texi-noquote'.
12029         (compose_full_body): Don't override `linewidth' user option
12030         for `singleline'.
12031         (schedule_lilypond_block): Don't indent text specified with
12032         `intertext' option.
12033         Add new option `noquote'.
12034         (compile_all_files): Use latex instead of tex to compile ly
12035         files directly.
12036
12037         * Documentation/user/lilypond-book.itely: Updated and revised.
12038         Improve layout.
12039
12040         * Documentation/user/glossary.tely,
12041         Documentation/user/introduction.itely,
12042         Documentation/user/tutorial.itely,
12043         Documentation/user/refman.itely,
12044         Documentation/user/appendices.itely: Fix overfull LilyPond
12045         boxes caused by the new lilypond-book code.  Other minor
12046         fixes.
12047
12048         * Documentation/user/macros.itexi (@texiflat): Don't emit
12049         trailing space.
12050
12051         * scm/tex.scm (end-output, header-end): Add preamble and
12052         postamble to make lilypond output directly compilable with
12053         latex.
12054
12055         
12056 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12057
12058         * Documentation/topdocs/INSTALL.texi (Top): bugfix for RH RPM
12059         instructions.
12060
12061 2002-09-25  Jan Nieuwenhuizen  <janneke@gnu.org>
12062
12063         * Documentation/user/glossary.tely: Add titling and hyperlinks.
12064
12065 2002-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12066
12067         * lily/beam.cc (connect_beams): don't crash if there are quarter
12068         notes in beams.
12069
12070 2002-09-24  Juergen Reuter  <reuter@ipd.uka.de>
12071
12072         * Documentation/user/refman.itely: corrected ancient clef
12073         docu; added docu on ligatures
12074
12075 2002-09-21  Juergen Reuter  <reuter@ipd.uka.de>
12076
12077         * Documentation/user/glossary.tely,
12078         Documentation/user/refman.itely, input/les-nereides.ly,
12079         input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly,
12080         input/test/bagpipe.ly, lily/stem.cc, ly/grace-init.ly,
12081         scm/grob-property-description.scm, scripts/convert-ly.py: renamed
12082         Stem properties: flag-style -> stroke-style, style -> flag-style.
12083
12084 2002-09-22  Werner Lemberg  <wl@gnu.org>
12085
12086         * scripts/lilypond-book.py: Add option `notime' to suppress
12087         printing of a time signature.  Specify default indentation of 0pt
12088         if single line fragment.  Don't emit redundant `\paper{ }'.
12089
12090         * Documentation/user/lilypond-book.itely: Updated.
12091
12092         * Documentation/user/glossary.tely: Completely reformatting.
12093
12094 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12095
12096         * GNUmakefile.in (top-web): generate (possibly empty) examples.html
12097
12098 2002-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
12099
12100         * Documentation/user/tutorial.itely: Fix links.
12101         
12102         * Documentation/topdocs/index.tely:
12103         * Documentation/index.texi:
12104         * Documentation/header.html.in: Small website fixes and updates.
12105
12106         * debian/: Debian patch by Anthony Fok.
12107
12108 2002-09-21  Jan Nieuwenhuizen  <janneke@gnu.org>
12109
12110         * Documentation/footer.html.in: How time flies: It's already 2002!
12111
12112         * Documentation/topdocs/index.tely: Stable/development fix.  Use
12113         more descriptive link names than 'here'.
12114
12115 2002-10-03  Jan Nieuwenhuizen  <janneke@gnu.org>
12116
12117         * lily/beam.cc (rest_collision_callback): Fixed: partial rewrite.
12118
12119 2002-10-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12120
12121         * lily/part-combine-music-iterator.cc (get_state): cleanup
12122         (get_music_info): cleanup.
12123
12124 2002-10-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12125
12126         * scm/backend-documentation-lib.scm (interface-doc-string):
12127         crosslinks between interfaces and grobs. Headings for interfaces
12128         in grob explanation.
12129
12130 2002-09-30  Jan Nieuwenhuizen  <janneke@gnu.org>
12131
12132         * scm/to-xml.scm: Fixes.  input/trip.ly now parses as xml (without
12133         dtd).  Add preliminary dtd.
12134         (re-sub-alist): Robustify.
12135
12136 2002-09-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12137
12138         * lily/include/event-chord-iterator.hh,
12139         lily/context-specced-music-iterator.cc,
12140         lily/event.cc, lily/event-chord-iterator.cc: add
12141
12142 2002-09-29  Jan Nieuwenhuizen  <janneke@gnu.org>
12143
12144         * lily/: some (c) header fixes.
12145         
12146         * lily/request-chord.cc: Remove.
12147         
12148         * lily/include/event-chord-iterator.hh:
12149         * lily/include/event.hh:
12150         * lily/event-chord.cc: New file.
12151         
12152         * lily/stem-engraver.cc (acknowledge_grob): rename evented back to
12153         requested.
12154
12155 2002-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12156
12157         * lily/ : rename Request to Event
12158
12159         * lily/parser.yy (command_element): move clef stuff into Scheme.
12160
12161         * lily/:  rename length_mom () to get_length()
12162
12163         * lily/part-combine-music.cc: removed file and class.
12164
12165         * lily/context-specced-music-iterator.cc (class
12166         Context_specced_music_iterator): new file. Obsoletes the
12167         Context_specced_music type.
12168
12169         * scm/music-types.scm (make-repeated-music): put different kinds
12170         of repeated music into music-type table.
12171
12172         * VERSION: 1.7.1 released.
12173
12174         * scm/to-xml.scm: new file.
12175
12176         * input/test/to-xml.ly (fooBar): demo of what is possible with the
12177         new Input representation: dump music as XML.
12178
12179         * scm/engraver-documentation-lib.scm
12180         (engraver-accepts-music-types?): add links from music to engraver,
12181         from music-type to engraver.
12182
12183         * lily/include/command-request.hh: removed
12184         lily/include/musical-request.hh: removed. Removed all _req classes
12185         except Key_change_req. Changes throughout.
12186
12187 2002-09-28  Jan Nieuwenhuizen  <janneke@gnu.org>
12188
12189         * lily/tuplet-engraver.cc (try_music): Compile kludge.
12190
12191 2002-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12192
12193         * lily/*.cc: specify accepts for many engravers.
12194
12195         * scm/music-documentation-lib.scm: dump music expressions and
12196         music subtypes.
12197
12198         * scm/documentation-lib.scm: complete revision.
12199         Use GOOPS objects to store document tree explicitly. Cleaned up and
12200         sped up doco generation a lot.
12201
12202 2002-09-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12203
12204         * input/trip.ly (fugaIILeft): add arpeggio
12205
12206         * lily/translator-group.cc (try_music_on_nongroup_children):
12207         oops. The name symbol is in the cdr of the assoc handle.
12208
12209         * lily/:  remove Arpeggio_req, Breathing_sign_req, Extender_req,
12210         Hyphen_req, Glissando_req, Break_req, Mark_req 
12211
12212 2002-09-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12213
12214         * lily/musical-request.cc (music-duration-length,
12215         music-duration-compress): new functions.
12216
12217         * lily/ : Remove Note_req, Rest_req, Busy_playing_req. Changes
12218         throughout. Warning doesn't work yet.
12219
12220         * lily/translator-group.cc (try_music_on_nongroup_children):
12221         new implementation: store candidate acceptors in a hashTable.
12222
12223 2002-09-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12224
12225         * scm/music-types.scm (music-descriptions): change name to
12226         internal-class-name
12227
12228         * scm/chord-name.scm (chord::inner-name-banter): remove space.
12229
12230 2002-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12231
12232         * lily/beam.cc (connect_beams): don't crash if there are quarter
12233         notes in beams.
12234
12235 2002-09-24  Juergen Reuter  <reuter@ipd.uka.de>
12236
12237         * Documentation/user/refman.itely: corrected ancient clef
12238         docu; added docu on ligatures
12239
12240 2002-09-21  Juergen Reuter  <reuter@ipd.uka.de>
12241
12242         * Documentation/user/glossary.tely,
12243         Documentation/user/refman.itely, input/les-nereides.ly,
12244         input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly,
12245         input/test/bagpipe.ly, lily/stem.cc, ly/grace-init.ly,
12246         scm/grob-property-description.scm, scripts/convert-ly.py: renamed
12247         Stem properties: flag-style -> stroke-style, style -> flag-style.
12248
12249 2002-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12250
12251         * scm/music-functions.scm (music-separator?): don't use name music
12252         property.
12253
12254 2002-09-24  Jan Nieuwenhuizen  <janneke@gnu.org>
12255
12256         * stepmake/stepmake/generic-targets.make (help): Document check
12257         target.
12258
12259         * lily/new-accidental-engraver.cc: Compile fix.
12260
12261 2002-09-23  Jan Nieuwenhuizen  <janneke@gnu.org>
12262
12263         * scripts/convert-ly.py: Add rule.
12264
12265         * input/test/music-creation.ly:
12266         * input/test/add-staccato.ly:
12267         * input/test/add-text-script.ly: ly-make-music.
12268
12269         * scm/drums.scm (make-head-type-elem, make-articulation-script):
12270         More ly-make-music renamings.
12271
12272         * lily/command-request.cc: ADD_MUSIC: arpeggio_req.
12273
12274         * lily/music-constructor.cc (make_music): Add debugging info.
12275
12276         * scm/music-functions.scm (make-simultaneous-music,
12277         (make-sequential-music, context-spec-music):
12278         * scm/music-types.scm (music-descriptions): Get lily to run.
12279
12280 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12281
12282         * lily/command-request.cc (transpose_key_alist): new function.
12283
12284         * lily/key-performer.cc (create_audio_elements): cleanup. 
12285
12286 2002-09-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12287
12288         * lily/parser.yy: remove TYPED_MAKE_MUSIC().
12289
12290         * lily/include/translator.hh (ENTER_DESCRIPTION): add
12291         events-accepted field.
12292
12293         * scm/music-types.scm: new file.
12294
12295         * lily/parser.yy: put music type initialization into scheme,
12296         similar to grob initialization.  Changes throughout.
12297
12298 2002-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
12299
12300         * Documentation/user/tutorial.itely: Fix links.
12301         
12302         * Documentation/index.texi: 
12303         * Documentation/header.html.in: 
12304         * Documentation/topdocs/index.tely: Small website fixes and updates.
12305
12306         * debian/: Debian patch by Anthony Fok.
12307
12308 2002-09-21  Jan Nieuwenhuizen  <janneke@gnu.org>
12309
12310         * Documentation/footer.html.in: How time flies: It's already 2002!
12311
12312         * Documentation/topdocs/index.tely: Stable/development fix.  Use
12313         more descriptive link names than 'here'.
12314
12315         * ROADMAP: Remove test stuff.
12316
12317         * scripts/update-lily.py: Allow auto-building of stable and
12318         development versions.  Bugfixes.
12319
12320 2002-09-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12321
12322         * VERSION: released 1.7.0
12323
12324         * scm/tex.scm (header-end): enclose lily output in begingroup/endgroup.
12325
12326         * tex/lilyponddefs.tex: set hsize for plain tex, but only for
12327         positive line widths.
12328
12329 2002-09-20  Jan Nieuwenhuizen  <janneke@gnu.org>
12330
12331         * tex/lilyponddefs.tex: Handle \scoreshift and \outputscale in one
12332         go.  Fix comments.
12333
12334         * cygwin: Cygwin updates.
12335
12336 2002-09-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12337
12338         * Documentation/windows/installing.texi (Top): version for python,
12339         urls for ghostscript (thanks to John Potelle)
12340         
12341         * lily/simultaneous-music-iterator.cc
12342         (Simultaneous_music_iterator): init children_list_ before
12343         triggering GC.
12344
12345         * lily/*-iterator.cc: be even more careful with smobbed copy
12346         constructors. 
12347
12348         * lily/break-align-engraver.cc (acknowledge_grob): also typeset
12349         LeftEdge item.
12350
12351 2002-09-15  Werner Lemberg  <wl@gnu.org>
12352
12353         Improving LilyPond's output to make them ordinary TeX boxes with
12354         predictable dimensions.  System boxes are now vertically centered on
12355         the baseline; this offset can be further controlled with
12356         \lilypondscoreshift.
12357
12358         * lily/system.cc (System::post_processing): Pass length of current
12359         system to `start-system' (including any horizontal indentation).
12360
12361         * scm/tex.scm, scm/pdftex.scm: Make output of various functions
12362         prettier.
12363         (lily-def): Append `%'.
12364         (start-system): Add parameter `wd'.  Output more TeX code to specify
12365         box dimensions.
12366         (stop-system, stop-last-system): Complement changes in
12367         `start-system'.
12368         * scm/sketch.scm, scm/ps.scm, scm/pdf.scm, scm/ascii-script.scm:
12369         Updated.
12370
12371         * scripts/ly2dvi.py (global_latex_definition): Set \parindent to 0.
12372         * buildscripts/mf-to-table.py (write_tex_defs): Append `%'.
12373         Write final `\endinput'.
12374
12375         * tex/lily-ps-defs.tex, tex/lily-pdf-defs.tex,
12376         tex/lilypond-plaintex.tex, tex/lilypond-latex.tex,
12377         tex/lilyponddefs.tex, tex/titledefs.tex: Reformat code.  Assure that
12378         files and macro definitions don't produce spurious spaces and
12379         paragraphs (using \endlinechar).
12380         * tex/lilyponddefs.tex: New dimension `\scoreshift'.
12381
12382         * Documentation/user/internals.itely: Improved formatting, fixing
12383         typos.  Added a section `Output details' to describe how the TeX
12384         code looks like.
12385
12386 2002-09-17  Rune Zedeler  <rune@zedeler.dk>
12387
12388         * lily/accidental-engraver.cc: Also work with partial measures.
12389
12390 2002-09-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12391
12392         * lily/text-spanner-engraver.cc: whoops. Set bound in the correct
12393         spanner.
12394
12395 2002-09-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12396
12397         * lily/identifier-smob.cc (unpack_identifier): new file.
12398
12399         * lily/lexer.ll (identifier_type): new function.  use ly-id to
12400         pass off scheme expressions as music identifiers.
12401
12402         * scm/lily.scm: reorganisation, cleanups.
12403
12404         * lily/main.cc: small cleanups.
12405
12406 2002-09-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12407
12408         * lily/ly-module.{cc,hh}: new file.
12409
12410 2002-09-17  Rune Zedeler  <rune@zedeler.dk>
12411
12412         * lily/accidental-engraver.cc: Also work with partial measures.
12413
12414 2002-09-16  Jan Nieuwenhuizen  <janneke@gnu.org>
12415
12416         * VERSION (PACKAGE_NAME): Remove HEAD trap leftover.
12417
12418 2002-09-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12419
12420         * lily/my-lily-lexer.cc: use SCM module in stead of
12421         Scheme_hash_table. Changes throughout.  
12422
12423 2002-09-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
12424
12425         * VERSION (MY_PATCH_LEVEL): make 1.7.0
12426