]> git.donarmstrong.com Git - lilypond.git/blob - ChangeLog
* scm/page-layout.scm (plain-header): add printpagenumber boolean
[lilypond.git] / ChangeLog
1 2004-07-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2
3         * scm/page-layout.scm (plain-header): add printpagenumber boolean
4         to bookpaper.
5
6         * make/mutopia-rules.make ($(outdir)/%.png $(outdir)/%.pdf
7         $(outdir)/%.ly $(outdir)/%.ps): do all targets from lilypond binary.
8
9         * scripts/lilypond-latex.py (run_dvips): remove -bin everywhere.
10
11         * lily/GNUmakefile (NAME): create lilypond, not lilypond-bin 
12
13         * scripts/lilypond-latex.py: move from lilypond.py
14
15         * make/lilypond-vars.make: centralize LILYPOND_BOOK_FLAGS setting.
16         (LILYPOND_BOOK_FLAGS): use -f tex for lilypond-book.
17
18         * scm/lily.scm (postscript->png): new function
19         (postscript->pdf): new function
20
21         * lily/paper-book.cc (post_processing): call
22         convert-to-{dvi,ps,png,pdf}
23
24         * scripts/ps2png.py (option_definitions): new file.
25
26         * lily/paper-book.cc (output): call output-preview-framework
27         (post_processing): new function. Do PDF/PNG conversion.
28
29         * lily/paper-outputter.cc (close): new function.
30
31         * scm/framework-ps.scm (convert-to-pdf): new function. Call
32         ps2pdf.
33         (output-preview-framework): new function. Generate a preview .ps
34         
35
36 2004-07-23  Han-Wen Nienhuys   <hanwen@xs4all.nl>
37
38         * VERSION: release 2.3.8
39         
40         * lily/note-head.cc: remove ledger line handling.
41
42         * lily/ambitus.cc (print): strip away accidental / note head code,
43         and associated properties.
44
45         * lily/ambitus-engraver.cc (create_ambitus): change name to
46         AmbitusLine. Create AmbitusAccidental and AmbitusNoteHead for
47         other ambitus parts.
48         (create_ambitus): group grobs in Ambitus grouping object. 
49
50         * lily/include/pitch-interval.hh (Pitch>): new file.
51
52         * lily/pitch-interval.cc (add_point): new file.
53
54         * lily/ledger-line-engraver.cc: new file.
55
56         * lily/ledger-line-spanner.cc (print): new file. Set limits to
57         ledger line length to avoid clashes.
58
59 2004-07-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
60
61         * Documentation/user/invoking.itexi (Invoking lilypond): remove
62         deprecated options
63
64 2004-07-21  Jan Nieuwenhuizen  <janneke@gnu.org>
65
66         * SConstruct: Use only code files for TAGS.  Change GO_FAST_BUTTON
67         to command line option: fast=1 (default on).
68
69         * SConstruct[GO_FAST_BUTTON]: implement tips from Andreas Roach.
70         This brings SCons run-time on up-to-date tree down from 48s with
71         only checksums, to 34s without 2day checksums, to 14s (make needs
72         4 seconds).
73         (subdirs)[GO_FAST_BUTTON]: Try to read all subdirs only when
74         necessary.
75
76 2004-07-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
77
78         * lily/slur-quanting.cc (score_extra_encompass): add  break ;
79         (score_extra_encompass): process scripts at edges too, by checking
80         control points directly. 
81
82 2004-07-20  Jan Nieuwenhuizen  <janneke@gnu.org>
83
84         * po/nl.po: Update.
85
86         * lily/main.cc: Fix ly:option-usage help.
87
88         * input/regression/slur-script.ly: More collision tests.
89
90         * GNUmakefile.in (EXTRA_DIST_FILES): Add SConstruct.
91
92 2004-07-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
93
94         * VERSION: release 2.3.7
95
96         * stepmake/generic-vars.make (EXTRA_DIST_FILES): dist SConscript
97         files.
98
99         * Documentation/user/notation.itely (Slurs): document ^ and _ for
100         slurs.
101
102         * input/regression/slur-script.ly: new file.
103
104         * lily/accidental-engraver.cc (process_acknowledged_grobs):
105         make accidental appear to come from note head engraver.
106
107         * lily/slur-quanting.cc: new file.
108         (score_extra_encompass): new function. Avoid scripts and
109         accidentals
110
111 2004-07-18  Jan Nieuwenhuizen  <janneke@gnu.org>
112
113         * lily/include/lily-guile.hh: Remove guile-1.4 compatibility.
114         This greatly reduces the number of files that get recompiled
115         after touching config.hh.
116
117         * config.hh.in: Remove GUILE_*_VERSION.
118
119         * lily/new-slur.cc: Resolve conflicts.
120
121         * lily/stem-engraver.cc (make_stem): New method.
122
123         * lily/include/script-interface.hh:
124         * lily/script-interface.cc: New file.
125
126         * lily/include/script.hh:
127         * lily/script.cc: Remove.
128
129         * lily/music.cc (duration_log): New method.
130
131         * lily/script.cc (struct Skript): Remove.
132
133         * lily/new-slur.cc (get_base_attachments): Try at articulations.
134         Lots of coding cleanups (Stom).
135
136 2004-07-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
137
138         * lily/new-slur.cc (avoid_staff_line): new function: avoid
139         collisions with staff lines.
140
141         * lily/my-lily-parser.cc (LY_DEFINE): add directory of argument to
142         global_path
143
144         * scm/define-grobs.scm (all-grob-descriptions): set ratio
145         .25. This flattens short slurs.
146
147         * lily/new-slur.cc (enumerate_attachments): move X of attachment
148         points for tilted slurs.
149
150         * input/regression/slur-tilt.ly: new file.
151
152         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): shorten
153         stems of 16th graces too.
154
155         * lily/beam-quanting.cc (score_forbidden_quants): make forbidden
156         quant penalty dependent on how much the line is in the gap.
157
158         * input/regression/grace-stem-length.ly: new file.
159
160         * lily/beam-quanting.cc (score_forbidden_quants): remove
161         interquant check. The penalty of 1000 is much too harsh, and the
162         inter case should be caught by check-staff-line-in-gap check.
163
164         * lily/scm-option.cc: move debug-beam to \paper.
165
166         * scripts/lilypond-book.py (Lilypond_snippet.write_ly): create
167         .txt files to appease makeinfo.
168
169         * input/mutopia/W.A.Mozart/mozart-hrn-3.ly:
170         remove texttagline.
171         
172         * lily/new-slur.cc: cleanup, split in functions.
173
174         * lily/parser.yy (chord_body_element): allow octave-check = inside
175         chord body. 
176
177         * lily/new-slur.cc (score_encompass): variable head-distance penalty.
178
179         * lily/stem.cc (height): call Beam::after_line_breaking().
180
181         * lily/rest-collision.cc (force_shift_callback): only call shift
182         for columns containing rests.
183
184         * lily/new-slur.cc (print): use debug-slur-quanting paper var.
185
186         * input/regression/font-postscript.ly: invoke afm2tfm. 
187
188 2004-07-18  Jan Nieuwenhuizen  <janneke@gnu.org>
189
190         * mf/SConscript: Build map files.
191
192         * SConstruct: Rename $out to out-www in web.
193
194 2004-07-17  Jan Nieuwenhuizen  <janneke@gnu.org>
195
196         * SConstruct (web_kluts): Have make web build in out-www.  Not.
197
198 2004-07-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
199
200         * Documentation/user/music-glossary.tely (Top): add fragment to
201         pertinent @lilypond entries.
202
203         * scm/define-grobs.scm: switch on new-slur by default.
204
205         * lily/scm-option.cc: symbol != string.
206
207         * lily/new-slur.cc (set_end_points): handle broken slurs. Doesn't
208         really work yet.
209         (set_end_points): make X coord of attachment dependent on  Y.
210         (score_encompass): add edges too.
211
212 2004-07-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
213
214         * lily/stem.cc (get_beaming): new function.
215
216         * scripts/lilypond-book.py (compose_ly): make fragment mandatory
217         for fragment snippets. This fixes inclusion of toplevel-music
218         examples (such as new-slur.ly)
219  
220 2004-07-16  Jan Nieuwenhuizen  <janneke@gnu.org>
221
222         * scripts/lilypond-book.py: Remove second import of stat.
223
224         * More SCons cleanups.
225
226         * Documentation/bibliography/computer-notation.bib (note): Remove
227         extraneous closing brace.
228
229 2004-07-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
230
231         * scripts/lilypond-book.py (Lilypond_snippet.is_outdated): fix
232         stat calls.
233
234         * Documentation/bibliography/SConscript (bibs): failed try to get
235         bib2html find html-long.bst.
236
237         * buildscripts/bib2html.py (stat): fail if bibtex fails.
238
239         * make/stepmake.make: use usescons for using scons. 
240
241 2004-07-16  Jan Nieuwenhuizen  <janneke@gnu.org>
242
243         * scripts/lilypond-book.py (Lilypond_snippet.is_outdated): Check
244         for lilypondend.  Import stat (huh?).
245
246 2004-07-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
247
248         * make/mutopia-vars.make ($(addprefix $(outdir)/,$(LYM4_FILES):
249         bypass dvi. 
250
251         * input/regression/font-postscript.ly: new file. 
252
253         * scm/framework-ps.scm (load-fonts): load pfb files too.
254
255         * lily/pfb.cc (pfb2pfa): new file.
256
257 2004-07-15  Han-Wen Nienhuys   <hanwen@xs4all.nl>
258
259         * scripts/lilypond-book.py (PREAMBLE_LY): set
260         toplevel-music-handler too.
261
262 2004-07-15  Jan Nieuwenhuizen  <janneke@gnu.org>
263
264         * SConstruct (symlink): Add dvips and music-drawing-routines.ps.
265         (web_path): Fixes for webball.  Install fixes, add DESTDIR option.
266
267         * lily/slur.cc: Add quant-score to interface.  Fixes web build.
268
269         * python/SConscript:
270         * python/vim:
271         * input/mutopia/*SConscript: New file.
272
273         * input/mutopia/W.A.Mozart/: Use .ily suffix for includes.
274
275         * scm/define-grobs.scm (all-grob-descriptions): Use ,Slur::height,
276         fixes web build.
277
278         * make/stepmake.make (scons): re-route to SCONS if user has been
279         running scons in this tree.
280
281         * SConstruct (config_vars): Add CPPDEFINES.
282         (env): Set checksums type to "content".
283         (save_config_cache): Do not exit after configuring when using
284         checksums (the default) instead of timestamps.
285
286 2004-07-15  Jan Nieuwenhuizen  <janneke@gnu.org>
287
288         * SConstruct: Further development.
289
290         * input/test/SConscript: 
291         * input/template/SConscript: 
292         * input/regression/SConscript: 
293         * Documentation/bibliography/SConscript:
294         * Documentation/bibliography/index.html.in: New file.
295
296         * Documentation/bibliography/GNUmakefile (local-WWW): Remove index
297         generation.
298
299         * buildscripts/builder.py: Add new builders.
300
301         * make/stepmake.make: 
302         * stepmake/stepmake/*.make: 
303         * configure.in:
304         * lily/*:
305         * flower*: Use config.hh (Was config.h).
306
307         * scm/encoding.scm (get-coding): Print friendly error message when
308         no encoding is found, rather than crashing.
309
310 2004-07-15  Han-Wen Nienhuys   <hanwen@xs4all.nl>
311
312         * lily/new-slur.cc (score_slopes): strong sloping score only when
313         stems point in same dir. 
314
315 2004-07-14  Han-Wen Nienhuys   <hanwen@xs4all.nl>
316
317         * input/mutopia/W.A.Mozart/mozart-hrn3-rondo.ly (rondo): bugfix
318         for beam start.
319
320         * lily/parser.yy (context_prop_spec): check grob name for
321         alphanumericness..
322
323         * lily/lyric-engraver.cc: creates LyricText objects
324
325 2004-07-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
326
327         * lily/include/lily-guile.hh (scm_from_int): add scm_from_int glue.
328
329 2004-07-13  Jan Nieuwenhuizen  <janneke@gnu.org>
330
331         * SConstruct: Configure only pristine build tree or on user
332         request.  Cleanups.  Add Documentation/topdocs to subdirs.
333         Use checksums instead of timestamps.
334         (CheckYYCurrentBuffer): Return result.
335
336         * Documentation/topdocs/SConscript: New file.
337
338 2004-07-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
339
340         * lily/staff-symbol-referencer.cc (on_staffline): bugfix 
341
342         * lily/scm-hash.cc (get): SCM_MAKINUM is deprecated. Use
343         scm_from_int instead.
344
345 2004-07-12  Jan Nieuwenhuizen  <janneke@gnu.org>
346
347         * SConstruct: Updates.  Add targets: tar, dist, release.
348
349 2004-07-11  Jan Nieuwenhuizen  <janneke@gnu.org>
350
351         * input/mutopia-header.ly: Generate output.
352
353         * SConstruct:
354         * buildscripts/builder.py:
355         * Documentation/user/SConscript: SCons fixes.
356
357 2004-07-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
358
359         * lily/new-slur.cc (class New_slur): new file. Score based slur
360         computations.
361
362 2004-07-10  Jan Nieuwenhuizen  <janneke@gnu.org>
363
364         * mf/SConscript: Remove Builders.
365
366         * buildscripts/builder.py: Add LilyPond, Abc2ly and MF builders.
367
368         * input/SConscript: 
369         * Documentation/user/SConscript: New file.
370
371 2004-07-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
372
373         * Documentation/topdocs/NEWS.texi (Top): add note about new
374         emacs electric-|
375
376         * scm/*.scm: adapt ly:warn calls.
377
378         * lily/lily-guile.cc (LY_DEFINE): use format on ly:warn arguments.
379
380         * lily/repeat-acknowledge-engraver.cc (process_music): look at
381         main timing, not grace timing. Fixes volta-repeat-grace.
382
383         * lily/kpath.cc (LY_DEFINE): ly:kpathsea-expand-path, new function
384         remove ly:kpathsea-gulp-file.
385
386         * scm/translation-functions.scm (format-metronome-markup): make
387         note smaller, align to bottom.
388
389         * scm/define-grobs.scm (all-grob-descriptions): metronome fixes.
390
391         * lily/metronome-engraver.cc (stop_translation_timestep): attach
392         metronome to musical column. Don't ack time sigs or bar lines.
393
394 2004-07-10  Heikki Junes  <hjunes@cc.hut.fi>
395
396         * THANKS: sort, add David. Kristof contributed code, he is a
397         contributor.
398
399 2004-07-09  David Svoboda      <svoboda@cmu.edu>
400
401         * elisp/lilypond-mode.el,
402         * elisp/lilypond-what-beat.el: Added LilyPond-what-beat function to
403         count beats between last measure stop | and point in emacs.
404         
405 2004-07-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
406
407         * tex/GNUmakefile (TEX_FILES): don't dist
408         music-drawing-routines.ps, latin1.enc 
409
410         * scripts/lilypond.py (include_path): remove --no-lily, --no-ps ,
411         --no-pdf, --pdftex
412         (copyright): add --latex option
413         (ic_p.make_include_option): use direct PS as default.
414
415         * scm/beam.scm (check-slope-callbacks): check sign of slope. 
416
417         * input/regression/beam-concave.ly (rossFourBeams): add cases from Ross
418
419         * scm/script.scm (default-script-alist): marcato should follow
420         into staff
421         
422 2004-07-09  Jan Nieuwenhuizen  <janneke@gnu.org>
423
424         * buildscripts/builder.py:
425         
426         * Documentation/SConscript (outdir): New file.  Add *list.ly
427         dependencies.  Fixes PDF doc build.
428
429 2004-07-08  Jan Nieuwenhuizen  <janneke@gnu.org>
430
431         * SConstruct: Add Tar target (incomplete), fix install issues, fix
432         run from build-dir.
433
434         * ly/SConscript:
435         * scm/SConscript: New file.
436
437         * lily/main.cc (dir_info): Print variables in sh format.
438
439         * lily/includable-lexer.cc: Use #if iso #ifdef for HAVE_ tests.
440
441         * mf/SConscript: Update multiple target rules.
442
443         * SConstruct (assert_version): Add.
444
445 2004-07-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
446
447         * SConstruct (key): add HAVE_FLEXLEXER_YY_CURRENT_BUFFER check.
448
449 2004-07-07  Jan Nieuwenhuizen  <janneke@gnu.org>
450
451         * buildscripts/mf-to-table.py: Do not try to open ''.
452
453         * mf/SConscript: New file.
454
455 2004-07-06  Carl Sorensen  <carldsorensen@comcast.net>
456
457         * scm/fret-diagrams.scm : Convert many properties to constants,
458         reducing the pollution of the property namespace.
459
460         * scm/define-grob-properties.scm (all-user-grob-properties): Reduce
461         unnecessary properties for fret-diagram
462
463         * scm/define-grob-interfaces.scm (fret-diagram-interface): Add symbols
464         for interface
465
466 2004-07-07  Jan Nieuwenhuizen  <janneke@gnu.org>
467
468         * SConstruct: Update.
469
470 2004-07-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
471
472         * input/regression/beam-quant-standard.ly (seconds): print desired
473         quants when failing.
474
475 2004-07-06  Jan Nieuwenhuizen  <janneke@gnu.org>
476
477         * SConstruct:
478         * flower/SConscript:
479         * lily/SConscript: New file.
480
481 2004-07-05  Carl Sorensen  <carldsorensen@comcast.net>
482
483         * scm/define-grob-properties.scm (all-user-grob-properties): Add
484         descriptions for all fret-diagram properties.
485
486         * scm/define-grob-interfaces.scm (fret-diagram-interface): Add
487         fret-diagram interface code
488
489 2004-07-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
490
491         * ly/book-paper-defaults.ly: set default encoding to ec.
492
493         * buildscripts/guile-gnome.sh (OPT): only compile pango if not
494         installed.
495
496         * tex/latin1.enc: new file, from a2ps. 
497
498 2004-07-06  Heikki Junes  <hjunes@cc.hut.fi>
499
500         * stepmake/bin/add-html-footer.py: use <div> instead of <table>,
501         add a faint, green border line.
502
503         * Documentation/index.html.in: drop <table>, add a faint border line.
504
505 2004-07-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
506
507         * scm/font.scm (add-cmr-fonts): upright caps is eccc.
508
509         * Documentation/GNUmakefile (README_TOP_FILES): add THANKS.txt.
510
511 2004-07-02  Carl Sorensen  <carldsorensen@comcast.net>
512
513         * scm/output-ps.scm (white-text): Add scale paramter to allow scaling
514
515         * scm/output-tex.scm (white-text): Add scale parameter to allow font scaling
516
517         * scm/stencil.scm (fontify-text-white) : Adjust to better center, properly
518         scale white text
519
520         * scm/fret-diagrams.scm (make-fret-diagram): change default dot
521         position for numbered dots so dot will touch fret.
522         (various routines): move to font-metric interface, rather than
523         name, size interface.  Clean up comments.
524
525         * ps/music-drawing-routines.ps: (/draw_white_text)  Adjust font
526         size and offset to better center white text.
527
528 2004-07-05  Jan Nieuwenhuizen  <janneke@gnu.org>
529
530         * ChangeLog: Remove pre-2.1 changes.
531
532         * Documentation/misc/ChangeLog-2.1: New file.
533
534         * stepmake/bin/release.py: Cleanup.  Add release marker if missing
535         from ChangeLog.
536
537 2004-07-05  Mats Bengtsson  <mabe@drongo.s3.kth.se>
538
539         * input/test/chords-below-volta-bracket.ly,
540         input/test/no-key-at-end-of-line.ly: New example files (FAQs)
541
542 2004-07-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
543
544         * VERSION: release 2.3.6
545
546         * input/regression/beam-quant-standard.ly: new file: test standard
547         beam quants.
548
549         * scm/beam.scm (check-quant-callbacks): new function
550         (check-beam-quant): new function: check whether current beam
551         quants match argument.
552
553         * lily/beam-quanting.cc (score_forbidden_quants): fix problem with
554         forbidden quant for sitting (upstem)/hanging (downstem) on outer
555         staffline line.
556
557 2004-07-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
558
559         * lily/parser.yy (Generic_prefix_music_scm): add (scm,scm) music
560         functions.
561
562         * lily/note-collision.cc (do_shifts): align colliding notes to
563         their leftmost note.
564
565         * input/regression/collision-alignment.ly: new file.
566
567         * ly/init.ly: don't print gc stats.
568
569         * scripts/lilypond-book.py (Lilypond_snippet.output_texinfo): add
570         extra newline
571
572         * scm/define-grobs.scm (all-grob-descriptions): use (0 . 0) not #f
573         for dimensions. This fixes ottava-remove-empty-staff.ly
574
575         * input/regression/lyrics-tenor-clef.ly: new file.
576
577         * lily/axis-group-engraver.cc (process_acknowledged_grobs): catch
578         cyclic parents when two axis-group-engravers are
579         present. Fixes: crash-axis-group-engraver.ly. 
580         
581         * input/test/volta-chord-names.ly: new file.
582
583         * scm/define-context-properties.scm
584         (all-user-translation-properties): change voltaOnThisStaff
585         definition. 
586
587         * lily/volta-engraver.cc (stop_translation_timestep): set bounds
588         if necessary.
589
590         * lily/volta-bracket.cc (print): handle volta brackets without
591         bars. 
592
593 2004-07-01  Jan Nieuwenhuizen  <janneke@gnu.org>
594
595         * scripts/abc2ly.py (try_parse_chord_delims): Bugfix: update to
596         2.0 chord syntax.  Ouch.  (thanks Dave Phillips).
597
598 2004-07-01  Nicolas Sceaux  <nicolas.sceaux@free.fr>
599
600         * scm/output-gnome.scm: updated instructions for running gnome
601         backend
602
603 2004-06-29  Carl Sorensen  <carldsorensen@attbi.net>
604
605         * scm/fret-diagrams.scm (draw-dots): default values for dot size
606         and dot-position now depend on finger-code value; in-dot makes
607         dots larger and centered.
608         (draw-barre): added straight-barre indicator option
609         (draw-dots): made fontify-text-white work.
610
611         * music-drawing-routines.ps: added /draw_white_text
612
613         * scm/output-tex.scm:  added white-text
614
615         * scm/output-ps.scm:  added white-text
616
617         * scm/lily.scm (ly:all-stencil-expressions): Added white-text to 
618         list of stencil expressions
619
620         * scm/stencil.scm: Added fontify-text-white
621
622 2004-06-29  Heikki Junes  <hjunes@cc.hut.fi>
623
624         * input/regression/+.ly: use @unnumbered section.
625
626 2004-06-28  Nicolas Sceaux  <nicolas.sceaux@free.fr>
627
628         * elisp/lilypond-mode.el (LilyPond-guile): set current module to
629         (*anonymous-ly-0*) iso. (*anonymous-ly-1*)
630
631 2004-06-28  Jan Nieuwenhuizen  <janneke@gnu.org>
632
633         * buildscripts/guile-gnome.sh (PATH): GUILE CVS is still fubarred.
634
635 2004-06-26  Nicolas Sceaux  <nicolas.sceaux@free.fr>
636
637         * scm/ly-from-scheme.scm (read-lily-expression): #$( ... )
638         was causing an error. (was not actually commited in 2004-06-20)
639
640         * input/regression/lily-in-scheme.ly (withPaddingC): does not
641         breaks anymore
642
643 2004-06-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
644
645         * VERSION: 2.3.5 released.
646         
647         * lily/my-lily-parser.cc (parse_string): switch module too.
648
649 2004-06-24  Jan Nieuwenhuizen  <janneke@gnu.org>
650
651         * Documentation/topdocs/INSTALL.texi (Top): Add guile, python and
652         ec-fonts-mftraced to running requirements.
653
654 2004-06-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
655
656         * lily/my-lily-lexer.cc (My_lily_lexer): copy scopes so temporary
657         assignments don't reach the original file.
658
659         * lily/my-lily-parser.cc (My_lily_parser): only copy lexer if it
660         exists
661
662 2004-06-22  Jan Nieuwenhuizen  <janneke@gnu.org>
663
664         * scm/output-gnome.scm: 
665         * buildscripts/guile-gnome.sh: Update wrt fixed GUILE CVS.
666
667         * debian/: Apply Debian patch (Anthony Fok).
668
669 2004-06-22  Heikki Junes   <hjunes@cc.hut.fi>
670
671         * Documentation/user/music-glossary.tely: fix titling; @top is already
672         an @unnumbered @chapter.
673
674 2004-06-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
675
676         * debian/GNUmakefile (EXTRA_DIST_FILES):
677         (CONF_FILES): update file list.
678
679         * lily/stencil.cc (interpret_stencil_expression): bugfix.
680
681 2004-06-21  Jan Nieuwenhuizen  <janneke@gnu.org>
682
683         * debian/: Remove cruft (requested Anthony Fok.)
684
685         * buildscripts/guile-gnome.sh: Build without gcc libtool version
686         juggling.
687
688         * scm/framework-gnome.scm: Cleanups.  Resurrect +/- canvas scaling.
689         Add popup menu with grob properties.
690
691         * lily/grob-scheme.cc (ly:grob-properties):
692         (ly:grob-basic-properties): New function.
693
694         * lily/stencil.cc (interpret_stencil_expression): Comment-out
695         "no-origin" call.  Fixes -fps output.
696
697         * scm/output-ps.scm (no-origin): Add dummy implementation.
698
699         * scm/output-gnome.scm (define-origin): Remove
700         (grob-cause): Add.
701
702         * scm/output-ps.scm (scm):
703         * scm/output-tex.scm (scm): Remove define-origin from exports list.
704         (define-origin): Remove.
705
706         * scm/output-gnome.scm (define-origin): 
707
708         * scm/lily.scm (ly:all-output-backend-commands): Remove
709         define-origin.  Add grob-cause.
710
711 2004-06-21  Heikki Junes   <hjunes@cc.hut.fi>
712
713         * buildscripts/lilypond-words.py: add ly/portugues.ly.
714
715 2004-06-20  Heikki Junes   <hjunes@cc.hut.fi>
716
717         * Documentation/user/GNUmakefile:
718         * stepmake/stepmake/texinfo-rules: add Cascading Style Sheet using
719         --include-css=.../texinfo.css; command includes css into the html.
720
721         * Documentation/texinfo.css: add file.
722         define <hr> as black and thin.            
723
724 2004-06-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
725
726         * lily/stencil.cc (interpret_stencil_expression): add grob-cause
727         stencil expression. Junk define-origin.
728
729         * lily/my-lily-parser.cc (parse_string): init parser variable when
730         lexer_ is set, ie. in parse_string and parse_file.
731
732         * lily/book.cc (LY_DEFINE): new function. ly:make-book. Supercedes
733         ly:score-bookify.
734
735         * scm/lily.scm (collect-scores-for-book): new function.
736
737         * ly/init.ly: print collected scores/musics.
738
739         * lily/my-lily-parser.cc (LY_DEFINE): define parser in parser
740         scope, not in lily module.
741
742         * lily/book.cc (LY_DEFINE): ly:make-book. New function.
743
744         * configure.in (PKG_CONFIG_PATH): add --enable-gui flag, and
745         encapsulate gtk/pango tests.
746
747         * po/tr.po: Turkish translation.
748
749 2004-06-20  Nicolas Sceaux  <nicolas.sceaux@free.fr>
750
751         * input/regression/lily-in-scheme.ly: regression test for #{
752         ... #} syntax
753
754         * scm/ly-from-scheme.scm (read-lily-expression): #$( ... )
755         was causing an error.
756
757         * Documentation/user/programming-interface.itely (Using LilyPond
758         syntax inside Scheme): documentation for #{ ... #} syntax.
759
760 2004-06-19  Heikki Junes  <hjunes@cc.hut.fi> 
761
762         * Documentation/index.html.in: use black thin <hr>.
763
764         * buildscripts/mutopia-index.py: use thin black <hr>.
765
766 2004-06-19  Jan Nieuwenhuizen  <janneke@gnu.org>
767
768         * scm/fret-diagrams.scm: Use UNIX style line endings.
769         (fret-diagram-verbose): A couple of @{VAR} and an closing itemize
770         typo.  Fixes compile.
771
772         * scm/output-ps.scm (white-dot): Remove second incarnation.
773
774         * scm/lily.scm (ly:all-stencil-expressions): Add white-dot.
775
776 2004-06-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
777
778         * scripts/lilypond.py (ic_p.make_include_option): set error_p for
779         single file error.
780
781         * lily/bar-line.cc (compound_barline): add support for unbroken ||:
782
783 2004-06-17  Carl Sorensen (carl_sorensen@byu.edu)
784
785         * scm/fret-diagrams.scm: added fret-diagram-terse interface;
786         remove size as argument to fret-diagram interface;
787         improved white-circle dots for fret;
788         improved top-fret thick line/
789
790         * scm/output-ps.scm: added white-dot function
791
792         * scm/output-tex.scm: added white-dot function
793
794         * tex/music-drawing-routines.ps: added draw_white_dot function
795
796         * ps/music-drawing-routines.ps: added draw_white_dot function
797
798         * input/test/fret-diagram.ly: examples to show multiple
799         functions and multiple interfaces
800
801 2004-06-18  Jan Nieuwenhuizen  <janneke@gnu.org>
802
803         * lily/pangofc-afm-decoder.cc (pango_fc_afm_get_glyph) 
804         (pango_fc_afm_get_charset): Update iaw Pango CVS update.
805
806         * buildscripts/guile-gnome.sh: Add pango to recipe.  Resolve
807         conflict.  Have I told you lately how much I love autotools?
808
809 2004-06-17  Jan Nieuwenhuizen  <janneke@gnu.org>
810
811         * lily/lily-guile.cc: 
812         * lily/pangofc-afm-decoder.cc:
813         * lily/include/pangofc-afm-decoder.hh: Use #if HAVE_* iso #ifdef.
814         Fixes build without Pango CVS.  Use "pangofc-afm-decoder.hh".
815
816         * Documentation/topdocs/NEWS.texi (Top): Mention GNOME backend for
817         developers.
818
819         * lily/paper-outputter.cc (file): New method.
820         (dump_string): Use it.
821
822         * scm/output-gnome.scm: Update with pango CVS info, lilylib
823         musing.
824
825         * lily/accidental-engraver.cc: Bugfix: (do not sort lines if one
826         of them has a comma :-).
827
828         * scm/framework-gnome.scm: Add pango decoders.
829
830         * lily/include/pangofc-afm-decoder.hh: 
831         * lily/pangofc-afm-decoder.cc: New file.
832
833         * lily/lily-guile.cc (ly:pango-add-afm-decoder): New function.
834
835         * configure.in: Check for pango.
836
837         * stepmake/aclocal.m4 (PKG_CHECK_MODULES): New function (from
838         autoconf).
839         (STEPMAKE_GTK2, STEPMAKE_PANGO): New function.
840
841         * config.make.in (USER_CFLAGS, USER_LDLAGS): Update.
842
843 2004-06-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
844
845         * Documentation/user/tutorial.itely (Integrating text and music):
846         fix grammar & punctuation.
847
848 2004-06-16  Jan Nieuwenhuizen  <janneke@gnu.org>
849
850         * lily/: Stray janitorial cleanups.
851
852         * scm/lily.scm (ly:all-stencil-expressions):
853         * scm/lily.scm (ly:all-output-backend-commands): New function.
854
855         * scm/safe-lily.scm (safe-objects): Add them.
856
857         * scm/framework-gnome.scm (<gnome-outputter>): New class.
858
859         * scm/output-gnome.scm: Move non-stencil evaluators to framework.
860
861 2004-06-15  Jan Nieuwenhuizen  <janneke@gnu.org>
862
863         * buildscripts/guile-gnome.sh: Pick-up user-installed pango.
864
865 2004-06-15  Han-Wen Nienhuys   <hanwen@xs4all.nl>
866
867         * scm/page-layout.scm (default-page-make-stencil): add
868         raggedbottom, raggedlastbottom.
869
870         * Documentation/user/changing-defaults.itely (Page layout): add doc.
871
872         * scm/framework-tex.scm (define-fonts): fix export of
873         papersize.
874
875         * lily/paper-book.cc (classic_output): strip suffixes from
876         framework functions.
877
878         * lily/tuplet-bracket.cc (before_line_breaking): do not return
879         SCM_UNDEFINED to Scheme.
880
881 2004-06-14  Han-Wen Nienhuys   <hanwen@xs4all.nl>
882
883         * lily/book.cc: remove Book::to_stencil().
884         (process): whoops. Score::book_rendering returns vector, not list.
885
886         * scripts/convert-ly.py (conv): remove \notes.
887         apply to input examples.
888
889         * lily/paper-outputter.cc (output_stencil): don't use
890         smobify_self() but self_scm()
891
892         * lily/include/ly-smobs.icc (IMPLEMENT_SMOBS): don't return SCM
893         from smobify_self().
894
895         * lily/paper-book.cc (output): load framework module
896         scm_c_resolve_module().
897
898         * python/lilylib.py (exit): exit with argument i.
899
900 2004-06-14  Jan Nieuwenhuizen  <janneke@gnu.org>
901
902         * scm/framework-gnome.scm (output-framework-gnome): Try loading
903         gnome modules from non-toplevel.
904
905         * lily/ly-module.cc (ly:import-module): Export to ly:.
906
907         * lily/paper-score.cc (process): Do not show progress newline.
908
909         * lily/paper-book.cc (output, classic_output): Show progess
910         newline after score.
911
912 2004-06-14  Heikki Junes <hjunes@cc.hut.fi>
913
914         * buildscripts/lilypond-words.py: add ly/vlaams.ly
915
916 2004-06-14  Jan Nieuwenhuizen  <janneke@gnu.org>
917
918         * lily/score.cc (ly:run-translator): Do not crash on empty music
919         list.
920
921         * lily/book.cc (process): Do not render score when systems is empty.
922
923         * input/simple-song.ly: Down one octave.
924
925         * scm/output-gnome.scm: Remove script again; re-add modules fix
926         (CVS conflict resolve?)
927
928         * lily/stencil.cc (ly:interpret-stencil): Was:
929         interpret_stencil_expression.
930
931 2004-06-13  Jan Nieuwenhuizen  <janneke@gnu.org>
932
933         * buildscripts/guile-gnome.sh: New file.
934
935         * scm/output-gnome.scm: White background, better window size, sane
936         canvas size.  Cleanups.
937
938 2004-06-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
939
940         * VERSION: release 2.3.4
941
942         * Documentation/user/invoking.itexi (Invoking the lilypond
943         binary): document --safe.
944
945         * scm/output-gnome.scm: set PATH in script.
946
947         * scm/page-layout.scm (default-page-make-stencil): don't stretch
948         if there is too few systems on a page.
949
950         * lily/parser.yy (relative_music): start at middle C without pitch
951         argument.
952
953         * Documentation/user/changing-defaults.itely (Page layout): new node.
954         (Paper size): rename node
955         (Page breaking): new node.
956         (Titling): move from invoking.
957         (File structure): new node.
958
959         * lily/parser.yy (score_body): allow \header and music anywhere in
960         \score body.
961
962 2004-06-13  Jan Nieuwenhuizen  <janneke@gnu.org>
963
964         * scm/lily.scm (ly:load): Remove page-breaking.scm.
965
966 2004-06-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
967
968         * lily/include/paper-system.hh: move cc/hh file from paper-line.*
969
970         * lily/include/paper-line.hh: rename to Paper_system.
971
972         * lily/include/paper-book.hh: doc class.
973
974         * lily/paper-book.cc (c_ragged_page_breaks): remove functions. 
975
976         * scm/page-layout.scm (plain-footer): add tagline/copyright. 
977         (plain-header): add instrument-name.
978         (default-page-make-stencil): bugfixes.
979
980         * lily/parser.yy (book_body): allow \header anywhere in \book{}
981
982         * lily/paper-book.cc: remove copyright & tagline. Remove
983         interactions with Page
984
985         * scm/page-layout.scm (ly:optimal-page-breaks): move back breaking
986         here, 
987         (default-page-make-stencil): new function
988         (default-page-music-height): new function
989         (page-headfoot): new function
990         (ly:optimal-page-breaks): generate stencils directly from here
991
992         * scm/titling.scm: new file, group titling functions
993
994 2004-06-13  Jan Nieuwenhuizen  <janneke@gnu.org>
995
996         * scm/output-gnome.scm: Handle multiple pages.
997
998         * scm/framework-gnome.scm: Do not load output-gnome.
999         (framework-gnome): Invoke output-gnome::header and
1000         output-gnome::end-output as faked stencils.  Fixes experimental
1001         gnome output.
1002
1003 2004-06-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1004
1005         * input/mutopia/W.A.Mozart/mozart-hrn3-rondo.ly (rondo):
1006         octavation compatibility fixes. Backportme. 
1007
1008         * scm/page-breaking.scm (ly:optimal-page-breaks): allow overfull
1009         pages.
1010         (ly:optimal-page-breaks): combine-penalties: no shortcut for
1011         negative. Now we handle negative penalties (ie. \pageBreak)
1012         correctly.
1013
1014         * lily/system.cc (get_line): extract page-penalty from the left
1015         bound.
1016
1017         * scm/fret-diagrams.scm (fret-diagram): use @table for documentation
1018
1019 2004-06-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1020
1021         * scm/framework-ps.scm: don't load output-XXX from framework-XXX
1022
1023 2004-06-12  Jan Nieuwenhuizen  <janneke@gnu.org>
1024
1025         * scm/output-gnome.scm: Update script.  Move development to
1026         lilypond_2_3_2 branch for now.
1027
1028 2004-06-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1029
1030         * scm/page-breaking.scm (ly:optimal-page-breaks): don't do
1031         negative penalties.
1032         cleanups.
1033
1034         * Documentation/user/changing-defaults.itely (Creating contexts):
1035         index entries
1036
1037         * scm/page-breaking.scm (ly:optimal-page-breaks): new
1038         file. Rewrite function. 
1039
1040         * lily/paper-book.cc (pages): new interface: page-breaking returns
1041         list of line-list.
1042
1043         * lily/page.cc (Page): take lines argument.
1044
1045         * scm/document-translation.scm (all-engravers-doc): link to user man
1046
1047         * scm/page-layout.scm (ly:optimal-page-breaks): use penalty iso. score.
1048
1049         * Documentation/user/notation.itely (Relative octaves): typo.
1050
1051         * lily/paper-book.cc (LY_DEFINE): ly:output-formats. New function.
1052
1053 2004-06-11  Jan Nieuwenhuizen  <janneke@gnu.org>
1054
1055         * scm/output-gnome.scm: Update build script.
1056
1057 2004-06-10  Jan Nieuwenhuizen  <janneke@gnu.org>
1058
1059         * scm/output-gnome.scm: Add font scaling.  Attempt to resurrect
1060         gnome backend.
1061
1062         * scm/framework-gnome.scm: New file.
1063
1064         * scm/lily.scm: Use it.
1065
1066         * lily/paper-outputter.cc: Janitorial cleanups.
1067         (ly:outputter-dump-string): Remove unreachable statement.
1068
1069         * scm/framework-ps.scm: Add header.  Janitorial cleanups.
1070         (ice-9): Bugfix: Add srfi-1.
1071
1072         * scm/framework-tex.scm: Add header.  Janitorial cleanups.
1073
1074 2004-06-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1075
1076         * lily/new-lyric-combine-music-iterator.cc (do_quit): put warning
1077         in do_quit()
1078
1079 2004-06-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1080
1081         * ly/book-paper-defaults.ly: set optimal-page-breaks as default
1082
1083 2004-06-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1084
1085         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): remove
1086         override of Beam::position-callbacks. Why would grace beams not be
1087         quantized? Fixes: weird-stem-size-grace. 
1088
1089         * lily/new-lyric-combine-music-iterator.cc (find_voice): issue
1090         warning only once. Backportme.
1091
1092         * lily/accidental-engraver.cc (number_accidentals_from_sig):
1093         bugfix, 2nd try. Backportme.
1094
1095         * ly/vlaams.ly: new file. (Thanks Hendrik Maryns)
1096
1097 2004-06-04  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1098
1099         * Documentation/user/notation.itely (Instrument transpositions):
1100         Correct the name of the instrumentTransposition property.
1101
1102 2004-06-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1103
1104         * scm/output-ps.scm (ps-font-command): fix parmesan coding too.
1105
1106 2004-06-04  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1107
1108         * scripts/lilypond-book.py (output): Bug fix so preLilyPondExample
1109         and postLilyPondExample are called when defined.
1110
1111 2004-06-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1112
1113         * ly/nederlands.ly (pitchnames): use ly:parser-set-note-names.
1114         This fixes setting notenames with `\include "nederlands.ly" '
1115
1116         * lily/my-lily-parser.cc (LY_DEFINE): ly:parser-set-note-names:
1117         new function.
1118
1119 2004-06-01  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1120
1121         * scm/page-layout.scm: don't do piece, it should be in score-title
1122         only.
1123
1124         * lily/lexer.ll: lex \score separately.
1125
1126         * lily/paper-book.cc: junk stencil2line.
1127
1128         * lily/paper-line.cc (Paper_line): construct from Stencil
1129         directly. No futzing with the dimensions.
1130
1131         * lily/include/paper-line.hh (class Paper_line): 
1132
1133         * lily/stencil.cc (interpret_stencil_expression): combine-stencil
1134         takes arbitrary number of arguments.
1135
1136         * input/test/markup-score.ly (tuning): simplify example. 
1137
1138 2004-05-31  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1139
1140         * lily/score.cc (LY_DEFINE): ly:score-embedded-format, new function. 
1141
1142         * scm/define-markup-commands.scm (score): define score-markup
1143
1144         * lily/parser.yy (markup): use score-markup.
1145
1146         * lily/score.cc: add ly:score? 
1147
1148 2004-05-30  Carl Sorensen <carl_sorensen@byu.edu>
1149
1150         * scm/fret-diagrams.scm: add fret-diagram-verbose markup; modified
1151         fret-parse-string so it prepares for calls to fret-diagram-verbose
1152         Changed display constants to props so they are available for
1153         \override.
1154
1155 2004-05-31  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1156
1157         * VERSION: release 2.3.3
1158
1159         * stepmake/stepmake/generic-vars.make: unset LANG.
1160
1161         * input/regression/tuplet-nest.ly: bugfix.
1162
1163         * lily/tie-performer.cc (stop_translation_timestep): reset
1164         ties_created_. Fixes: midi-tie.ly, midi-lyrics-barcheck.ly
1165
1166         * lily/chord-tremolo-engraver.cc (stop_translation_timestep):
1167         clear repeat_ directly after setting stem_tremolo_. Fixes:
1168         tremolo-repeat.ly
1169
1170         * input/regression/span-bar-break.ly: new file.
1171
1172         * scm/define-grobs.scm (all-grob-descriptions): remove
1173         break-visibility from SpanBar. Fixes: piano-repeat.ly
1174
1175 2004-05-30  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1176
1177         * python/lilylib.py (make_ps_images): only compute bbox when needed.
1178
1179         * scripts/lilypond-book.py (process_snippets): use lily -f ps
1180         files for generating pngs. (failed experiment)
1181
1182         * scm/framework-ps.scm (output-classic-framework-ps): dump EPS
1183         file with PFA fonts included.
1184
1185         * lily/score.cc (default_rendering): put header in too.
1186
1187         * lily/paper-line.cc (LY_DEFINE): change function to
1188         ly:paper-line-extent
1189
1190         * scm/page-layout.scm (default-book-title): only add lines for
1191         non-nil fields.
1192         (default-score-title): idem.
1193
1194         * lily/my-lily-parser.cc (parse_string): delete lexer after use.
1195
1196         * lily/my-lily-lexer.cc (My_lily_lexer): copy keytable.
1197
1198         * lily/include/paper-book.hh (class Paper_book): remove height_
1199         member.
1200
1201         * input/test/coriolan-margin.ly (texidoc): remove latex macros.
1202
1203         * lily/ly-module.cc (LY_DEFINE): bugfix.
1204
1205         * lily/paper-book.cc (book_title): separate function for the book
1206         title.
1207
1208         * scm/page-layout.scm (default-book-title): only account for
1209         markup fields.
1210
1211         * scm/framework-ps.scm: new file. Move high level interface from
1212         output-ps.scm
1213
1214         * scm/music-functions.scm (def-grace-function): move macros from
1215         ly/music-functions-init.ly
1216
1217         * lily/paper-outputter.cc (Paper_outputter): move scheme_calls to
1218         framework-tex.scm
1219
1220         * scm/framework-tex.scm (dump-line): new file. High level
1221         interface for output (pages, systems, header). 
1222
1223         * lily/include/page.hh (class Page): add is_last_ field.
1224
1225         * lily/paper-outputter.cc (print_smob): smobify Paper_outputter.
1226
1227         * lily/paper-book.cc (split_string): new function
1228         (output): output multiple formats, i.e. --format=ps,tex
1229
1230         * scm/output-ps.scm (output-scopes): dump variables directly.
1231         (define-fonts): rewrite for new interface
1232
1233         * ps/lilyponddefs.ps: remove lilypondpaper redefinitions.
1234
1235         * lily/paper-outputter.cc (Paper_outputter): take format argument.
1236
1237         * lily/main.cc (parse_argv): don't set extension for output.
1238
1239         * lily/clef-engraver.cc (create_clef): remove
1240         Staff_symbol_referencer::set_position() call. 
1241
1242 2004-05-30  Nicolas Sceaux  <nicolas.sceaux@free.fr>
1243
1244         * ly/music-functions-init.ly (addlyrics): set the 'origin property
1245         with the location argument in music function definitions.
1246
1247 2004-05-29  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1248
1249         * lily/staff-symbol-engraver.cc (acknowledge_grob): remove item ->
1250         staffsymbol dependency.
1251
1252         * lily/include/grob.hh (class Grob): live () -> is_live (). Small
1253         cleanups.
1254
1255         * lily/book.cc (process): return Paper_book
1256         (to_stencil): use Book::process().
1257
1258         * lily/include/my-lily-parser.hh (class My_lily_parser): remove
1259         header_ field. Store in $globalheader
1260
1261         * lily/parser.yy (book_body): book header is initted to
1262         $globalheader.
1263
1264
1265 2004-05-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1266
1267         * input/test/fill-a4.ly: removed.
1268
1269         * lily/parser.yy (output_def): push scope of parent_ Output_def
1270         too.
1271
1272 2004-05-28  Jan Nieuwenhuizen  <janneke@gnu.org>
1273
1274         * scm/output-gnome.scm: Update info.
1275
1276 2004-05-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1277
1278         * lily/book-paper-def.cc: collapse Book_output_def to Output_def.
1279
1280         * scm/lily.scm (ly:modules-lookup): handle empty list, and more
1281         than 1 module.
1282
1283         * lily/include/ly-module.hh (ly_use_module): rename is_module to
1284         ly_c_module_p.
1285
1286         * scm/page-layout.scm (default-book-title): move Scheme titling
1287         functions to here.
1288
1289         * lily/parser.yy (book_paper_block): remove scope too.
1290
1291         * ly/engraver-init.ly (EasyNotation): remove OrchestralScoreContext
1292
1293         * lily/rest.cc: add direction to rest properties.
1294
1295         * lily/include/output-def.hh: new file, move from
1296         music-output-def.hh
1297
1298 2004-05-27  Jan Nieuwenhuizen  <janneke@gnu.org>
1299
1300         * scm/output-gnome.scm: Describe feta-cork hack.
1301
1302 2004-05-27  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1303
1304         * lily/include/book-paper-def.hh: derive from Output_def 
1305
1306         * lily/include/paper-def.hh: move all functionality out of class.
1307         Junk header.
1308
1309         * lily/include/music-output-def.hh: rename Music_output_def to
1310         Output_def.
1311
1312         * input/wilhelmus.ly: only set space for Paper formatting. 
1313
1314         * lily/include/midi-def.hh: remove file, remove class.
1315         Move functions to Music-output-def.
1316
1317         * lily/music-output-def.cc (Music_output_def): remove separate
1318         translator table. Lookup translators in scope directly. This
1319         obviates Context suffix for context identifiers, i.e.
1320
1321         \context {
1322           \Staff
1323           .. 
1324           }
1325
1326
1327         will work.
1328
1329
1330         * Documentation/user/notation.itely (Chords mode): typo: 13 -> 3.
1331
1332         * Documentation/user/changing-defaults.itely (Horizontal spacing):
1333         document spacing override hack.
1334
1335 2004-05-27  Jan Nieuwenhuizen  <janneke@gnu.org>
1336
1337         * scm/output-gnome.scm: Add C-q, C-w keybindings.  Update
1338         installation info.  Support point-and-click.  Add +/- zoom
1339         keybindings.
1340
1341 2004-05-26  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1342
1343         * VERSION: 2.3.2 released
1344
1345         * lily/parser.yy (book_body): set default bookpaper.
1346
1347         * scm/output-tex.scm (header): kludge: hard code linewidth. 
1348
1349         * lily/my-lily-parser.cc (My_lily_parser): don't delete lexer.
1350
1351 2004-05-25  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1352
1353         * lily/score.cc (default_rendering): scale outputdef before
1354         starting.
1355
1356 2004-05-25  Jan Nieuwenhuizen  <janneke@gnu.org>
1357
1358         * scm/fret-diagrams.scm: Add header.
1359
1360         * scm/output-gnome.scm: Hello world :-)
1361
1362 2004-05-25  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1363
1364         * scripts/lilypond.py (run_dvips): only add papersize if present.
1365
1366         * lily/accidental-engraver.cc (update_local_key_signature): new
1367         function, fold code from initialize() and process_music().
1368         (update_local_key_signature): use deep copy. This fixes one
1369         problem from custom-key-signatures.ly.
1370         (number_accidentals_from_sig): tighter check for
1371         accidental-too-old.
1372
1373         * ly/engraver-init.ly: remove localKeySignature
1374         definition from ChoirStaff, StaffGroup, Score.
1375
1376         * lily/percent-repeat-engraver.cc (try_music): add moments for
1377         barlines too. Fixes: skipbars-percent-repeat.ly.
1378
1379 2004-05-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1380
1381         * lily/context-def.cc (filter_performers): don't go to cdrloc if
1382         skipping last pair. Fixes: crash-bar-number.
1383
1384         * scm/fret-diagrams.scm (nil): fret-diagrams (courtesy Carl
1385         D. Sorensen)
1386
1387         * input/test/fret-diagram.ly: new file.
1388
1389         * scm/paper.scm (paper-set-staff-size): scale linewidth too.
1390         (scale-paper): divide by scale.
1391
1392 2004-05-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1393
1394         * lily/rest-collision.cc (do_shift): also do nothing for the (0,2)
1395         case.
1396
1397 2004-05-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1398
1399         * scm/stencil.scm (fontify-text): reinstate function
1400
1401         * tex/lily-ps-defs.tex: remove lilypondblotdiam def.
1402
1403         * lily/book-paper-def.cc (Book_paper_def): add copy ctor.
1404
1405         * lily/parser.yy (book_paper_head): \bookpaper {} 
1406
1407         * python/midi.c: remove config.h
1408
1409 2004-05-18  Jan Nieuwenhuizen  <janneke@gnu.org>
1410
1411         * scm/output-gnome.scm: Update.
1412
1413 2004-05-17  Jan Nieuwenhuizen  <janneke@gnu.org>
1414
1415         * scm/output-gnome.scm: New file.
1416
1417         * lily/include/book-paper-def.hh: Add.  Janitorial fixes.
1418
1419 2004-05-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1420
1421         * lily/book-paper-def.cc (ly_bookpaper_fonts): move from Paperdef
1422         (find_scaled_font): move from Paper_def
1423
1424 2004-05-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1425
1426         * lily/my-lily-parser.cc (LY_DEFINE): new function ly_parser_lookup
1427         (LY_DEFINE): add SCM_ASSERT_TYPE everywhere.
1428
1429         * po/fr.po: update po.
1430
1431         * lily/include/book-paper-def.hh (class Book_paper_def): new file.
1432
1433         * lily/book-paper-def.cc (print_smob): new file.
1434
1435 2004-05-16  Heikki Junes <hjunes@cc.hut.fi>
1436
1437         * buildscripts/lilypond-words.py: search words also from
1438         music-functions-init.ly.
1439
1440 2004-05-15  Nicolas Sceaux  <nicolas.sceaux@free.fr>
1441
1442         * ly/music-functions-init.ly (def-music-function): new helper
1443         macro for defining music functions. \addlyrics \appoggiatura
1444         \acciaccatura \grace \partcombine \autochange \applycontext
1445         \applyoutput and \breathe are now defined here thanks to it.
1446
1447         * lily/parser.yy: 
1448         * lily/my-lily-lexer.cc: \addlyrics \appoggiatura \acciaccatura
1449         \grace \partcombine \autochange \applycontext \applyoutput and
1450         \breathe keywords removed from the parser.
1451
1452         * lily/parser.yy: 
1453         * lily/music-function.cc (ly_make_music_function): 
1454         * lily/lexer.ll (music_function_type): added a case for 0-arg
1455         music functions.
1456
1457 2004-05-14  Nicolas Sceaux  <nicolas.sceaux@free.fr>
1458
1459         * scm/ly-from-scheme.scm (read-lily-expression):  A variable
1460         refering to a music expression can be used in lily-inside-scheme:
1461         #{ $music #}
1462
1463         * lily/my-lily-parser.cc (LY_DEFINE): introduce ly:clone-parser
1464         and ly:parser-define, and change ly:parser-parse-string in order
1465         to make #{ $music #} work.
1466
1467         * scm/new-markup.scm (compile-markup-expression): when an argument
1468         is a string, use `make-simple-markup'.
1469
1470 2004-05-14  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1471
1472         * lily/parser.yy (My_lily_lexer): bugfix; op should be tag.  
1473
1474 2004-05-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1475
1476         * scripts/convert-ly.py (FatalConversionError.func): handle + in
1477         font-size. (backportme)
1478
1479 2004-05-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1480
1481         * lily/paper-outputter.cc (output_stencil): dump font definitions
1482         before each stencil.
1483
1484         * lily/include/paper-book.hh (struct Score_lines): new
1485         struct. Collect info per Paper-score.
1486
1487         * lily/include/page.hh (class Page): to_stencil() returns Stencil
1488         everywhere.
1489
1490         * lily/stencil.cc (find_expression_fonts): new function
1491
1492         * lily/paper-outputter.cc (output_stencil): use
1493         interpret_stencil_expr
1494
1495         * lily/stencil.cc (LY_DEFINE): ly_stencil_fonts: new function.
1496         (interpret_stencil_expr): new function. Generic stencil
1497         interpretation.
1498
1499         * lily/paper-def.cc (find_scaled_font): divide lookup
1500         magnification by outpuscale for non-virtual fontmetrics. This
1501         fixes ludicrously long font definitions for text
1502         fonts. (backportme)
1503
1504         * lily/score-engraver.cc: remove
1505         {Engraver,Score_engraver}::typeset_grob(), remove all calls.
1506
1507 2004-05-09  Jan Nieuwenhuizen  <janneke@gnu.org>
1508
1509         * input/test/markup-score.ly: Remove \notes.
1510
1511         * lily/parser.yy (book_body): Grok Composite_music and \header.
1512         (markup): Push NOTES mode before score_block.
1513
1514         * VERSION: release 2.3.1
1515
1516         * mf/feta-klef.mf: 
1517         * mf/feta-bolletjes.mf: Oops.  Comment-out canvast test code.
1518
1519         * Documentation/user/programming-interface.itely: Use @emph (was: @em).
1520
1521         * Documentation/user/out/tutorial.texi: Untrigger lilypond-book error.
1522
1523 2004-05-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1524
1525         * scm/output-tex.scm (output-tex-string): tighten safe security.
1526
1527         * lily/scm-option.cc (LY_DEFINE): add 'safe to ly:get-option
1528
1529         * scm/safe-lily.scm (make-safe-lilypond-module): new file. Define
1530         allowed ly functions.
1531
1532         * lily/ly-module.cc (ly_module_define): only define variable if
1533         bound.
1534         (ly_make_anonymous_module): take safe option.
1535
1536 2004-05-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1537
1538         * scripts/lilypond-book.py (compose_ly): remove FRAGMENT_LY.
1539
1540 2004-05-08  Jan Nieuwenhuizen  <janneke@gnu.org>
1541
1542         * input/regression/newaddlyrics.ly: Fix.
1543
1544         * Documentation/user/tutorial.itely: Use \newlyrics, remove most
1545         \score \notes.
1546
1547 2004-05-08  Heikki Junes <hjunes@cc.hut.fi>
1548
1549         * Documentation/user/music-glossary.tely ([k-z]): last fixes.
1550
1551 2004-05-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1552
1553         * input/mutopia/R.Schumann/romanze-op28-2.ly (d): use #(define .. )
1554
1555         * lily/paper-line.cc (Paper_line): don't store list of stencils,
1556         but convert to single Stencil immediately.
1557
1558         * lily/paper-book.cc (title): don't return Stencil* but Stencil.
1559
1560 2004-05-07  Jan Nieuwenhuizen  <janneke@gnu.org>
1561
1562         * scm/output-sodipodi.scm: Resurrect sodipodi output.
1563
1564 2004-05-07  Kristof Bastiaensen  <kristof.bastiaensen@vleeuwen.org>
1565
1566         * elisp/lilypond-mode.el: Changed the way defaults are created for
1567         LilyPond-command-master.  LilyPond-mode will now check the
1568         timestamps of the files to see which command has to run next.
1569
1570 2004-05-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1571
1572         * scm/bass-figure.scm (format-bass-figure): don't set
1573         number-markup for strings. This fixes string in bass
1574         figure. (backportme)
1575
1576         * lily/parser.yy (bass_number): insert number-markup into figure
1577         definition.
1578
1579         * scm/define-music-properties.scm (all-music-properties): make
1580         'figure a markup.
1581
1582         * scripts/convert-ly.py (conv): \apply -> \applymusic
1583
1584 2004-05-06  Kristof Bastiaensen  <kristof.bastiaensen@vleeuwen.org>
1585
1586         * elisp/lilypond-mode.el: changed the order of some commands
1587         ("Midi" after "2Midi"), use the user-defined
1588         LilyPond-command-default as default instead of "LilyPond"
1589
1590         * elisp/lilypond-mode.el: added a LilyPond-master-file variable,
1591         to set the master file for the next command.
1592
1593         * elisp/lilypond-font-lock.el: replaced font-lock-warning-face
1594         with font-lock-reference-face.
1595
1596 2004-05-07  Heikki Junes <hjunes@cc.hut.fi>
1597
1598         * Documentation/user/music-glossary.tely ([ab]*): small fixes.
1599
1600         * Documentation/user/music-glossary.tely ([c-l]*): more fixes.
1601
1602 2004-05-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1603
1604         * ly/music-functions-init.ly (TODO): new file.
1605
1606         * lily/parser.yy (Generic_prefix_music_scm): add more
1607         music_function symbols.
1608         (Prefix_composite_music): change \apply to music-function   
1609
1610         * lily/include/music-function.hh: rename to music-function
1611
1612 2004-05-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1613
1614         * lily/music-head.cc (LY_DEFINE): change order of args.
1615
1616         * input/regression/music-head.ly (texidoc): new file.
1617
1618         * lily/parser.yy (Generic_prefix_music): allow generic
1619         music-transformation functions. 
1620
1621         * lily/include/music-head.hh (is_music_head): new file.
1622
1623         * lily/music-head.cc (get_music_head_transform): new file.
1624
1625 2004-05-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1626
1627         * lily/ottava-bracket.cc (print): use coordinate, not (0,0) for
1628         empty extent. This fixes ottava brackets on rests. (backportme)
1629
1630         * make/lilypond.redhat.spec.in (Group): ln png files for info.
1631
1632         * lily/piano-pedal-engraver.cc (create_text_grobs): core dump fix.
1633
1634         * cygwin/lily-wins.py: update for the lily-wins.py script.
1635
1636 2004-05-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1637
1638         * lily/score-engraver.cc (typeset_all): switch off unbound spanner
1639         code. This will obviate typeset_grob () in the future.  The effect
1640         of this is that improperly written spanner handling will result in
1641         invalid spanner bounds.
1642         (announce_grob): add to elems_ from here
1643         (typeset_grob): comment out.  
1644
1645         * lily/include/engraver.hh (make_spanner): new calling interface
1646         for make_{item,spanner}. This obviates most calls to
1647         announce_grob().
1648
1649         * scm/music-functions.scm (set-accidental-style): use GrandStaff
1650         iso. PianoStaff for piano styles.
1651
1652 2004-05-03  Heikki Junes <hjunes@cc.hut.fi>
1653
1654         * Documentation/user/music-glossary.tely: add segno after d.s.
1655
1656 2004-05-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1657
1658         * lily/include/audio-column.hh: remove unused variables.
1659         (patch by Michael Welsh Duggan)
1660
1661         * flower/include/axes.hh (other_axis): inline Axes function
1662         (thanks to David Brandon).
1663
1664 2004-05-02  Jan Nieuwenhuizen  <janneke@gnu.org>
1665
1666         * cygwin/mknetrel: Install image links (backportme).
1667
1668         * Documentation/user/GNUmakefile (local-install-info): Activate
1669         actual installing of image links (backportme).
1670
1671 2004-04-30  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1672
1673         * Documentation/user/notation.itely (Measure repeats): Removed
1674         unnecessary (and confusing) \context Voice{.
1675
1676 2004-04-29  Jan Nieuwenhuizen  <janneke@gnu.org>
1677
1678         * Documentation/topdocs/NEWS.texi: Mention use of \score as markup.
1679
1680         * lily/page.cc (Page): Do not use ly_scheme_function for
1681         volatile/configurable variables (FIXME: better name).
1682
1683         * lily/music-output-def.cc (c_lookup_variable): Rename (WAS:
1684         get_scmvar).
1685
1686 2004-04-29  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1687
1688         * scripts/convert-ly.py (FatalConversionError.subst): use
1689         \transposition.
1690
1691 2004-04-29  Jan Nieuwenhuizen  <janneke@gnu.org>
1692
1693         * lily/include/page.hh (class Page): Declare left_margin ().
1694
1695         * lily/page.cc: Remove paper var caching.
1696
1697 2004-04-28  Jan Nieuwenhuizen  <janneke@gnu.org>
1698
1699         * Documentation/user/music-glossary.tely: Add name to @top node.
1700         Remove comment from @table definitions (workaround for makinfo
1701         bug).
1702
1703         * lily/stencil-scheme.cc (ly:stencil-expr): Rename (was:
1704         ly:stencil-get-expr).  Update callers.
1705         (ly:stencil-align-to!):  Return stencil too.
1706
1707         * lily/paper-outputter.cc (output_page): Bugfix.  Use page
1708         stencil.  Remove looped line-based page output.
1709         (output_line): Use line stencil.  Remove looped stencil-based line
1710         output.
1711
1712         * lily/page.cc (ly:page-paper-lines): New function.
1713
1714         * input/test/markup-score.ly: New file.
1715
1716         * scm/define-markup-commands.scm (stencil): New markup.
1717
1718         * lily/book.cc (to_stencil): New method.
1719
1720         * lily/parser.yy (markup): Use it to grok \score.
1721
1722 2004-04-27  Jan Nieuwenhuizen  <janneke@gnu.org>
1723
1724         * lily/stencil.cc (expr): Rename (was: get_expr).  Update callers.
1725
1726         * lily/paper-book.cc (pages): Change signature.  Update callers.
1727
1728         * lily/include/page.hh:
1729         * lily/page.cc: New file.
1730
1731         * lily/paper-line.cc (to_stencil): New method.
1732
1733         * lily/paper-outputter.cc (output_stencil): New method.
1734
1735         * lily/paper-outputter.cc (output_line): Use them.
1736
1737         * lily/warn.cc: Remove.
1738
1739         * lily/my-lily-parser.cc (distill_inname): Remove.
1740
1741         * flower/include/file-name.hh: 
1742         * flower/file-name.cc: New file.  Update users.
1743
1744         * flower/file-path.cc [CYGWIN]: Junk testing code.  Remove Path.
1745         (find): New method of same name.
1746
1747         * lily/my-lily-parser.cc (ly:parse-file): Use it.
1748
1749         * lily/scm-option.cc (ly:set-option, ly:get-option): Bugfix:
1750         constant error message.
1751
1752 2004-04-27  Heikki Junes <hjunes@cc.hut.fi>
1753
1754         * input/test/{blank-notes.ly,staff-container.ly}: typos.
1755
1756 2004-04-26  Jan Nieuwenhuizen  <janneke@gnu.org>
1757
1758         * Documentation/user/music-glossary.tely: @table @strong' replaced
1759         by `@table @samp @c @strong'.  This fixes invalid makeinfo output
1760         (backportme).
1761
1762 2004-04-25  Nicolas Sceaux  <nicolas.sceaux@free.fr>
1763
1764         * scm/lily.scm (ly:load): Add ly-from-scheme.scm loading.
1765
1766         * scm/ly-from-scheme.scm: New file. Introduce a new syntax:
1767         #{ lily music expression #} that returns an equivalent scheme
1768         music expression by parsing the string.
1769
1770 2004-04-25  Jan Nieuwenhuizen  <janneke@gnu.org>
1771
1772         * lily/my-lily-parser.cc:
1773         * lily/my-lily-lexer.cc: Another step towards parsing ly code from
1774         SCM string (foo.ly/toto.scm support).
1775
1776 2004-04-24  Jan Nieuwenhuizen  <janneke@gnu.org>
1777
1778         * lily/my-lily-parser.cc (ly:parser-parse-string): New function.
1779
1780 2004-04-21  Jan Nieuwenhuizen  <janneke@gnu.org>
1781
1782         * input/regression/newaddlyrics.ly: Remove lilypond-book kludge.
1783
1784         * scripts/lilypond-book.py: LY code that includes \header is
1785         not assumed to be a fragment.
1786
1787 2004-04-20  Jan Nieuwenhuizen  <janneke@gnu.org>
1788
1789         * lily/stem-tremolo.cc (print): If stem direction == CENTER, move
1790         tremolo beams up.
1791
1792         * lily/stem.cc (chord_start_y): Return 0 if no heads.
1793         (get_default_stem_end_position): No tremolo head juggling if no
1794         heads.  Fixes tremolo crash on rests (backportme).
1795
1796         * scripts/abc2ly.py: Oops use [\]proper[ty] 2.2 syntax.
1797
1798 2004-04-19  Jan Nieuwenhuizen  <janneke@gnu.org>
1799
1800         * scripts/abc2ly.py: ABC beams preserve support (courtesy Guy
1801         Gascoigne-Piggford).  Also: TAB and whitespace fixes.
1802
1803         * lily/lexer.ll: Allow \encoding in NOTES mode.
1804
1805         * buildscripts/mf-to-table.py (write_fontlist): Use \lyrics
1806         for lyrics, not for commands.
1807
1808         * lily/parser.yy (scalar): Bugfix: accept LYRICS_STRING.
1809         FIXME: Replace some `Music's with Grouped_music_list; fixes make web.
1810
1811         * input/regression/newaddlyrics.ly: New file.
1812
1813         * Documentation/topdocs/NEWS.texi: Update.
1814
1815         * lily/parser.yy (new_lyrics): Return SCM list of lyric musics.
1816         (Music_list): Allow embedded scm.
1817
1818         * lily/score.cc (ly:score-bookify): New function.
1819
1820         * lily/music.cc (ly:music-scorify): Idem.
1821
1822         * lily/my-lily-parser.cc (ly:parser-print-book): Idem.
1823         (ly:parser-print-score): Idem.
1824
1825         * scm/lily.scm (default-toplevel-book-handler): Idem.
1826         (default-toplevel-music-handler): Idem.
1827         (default-toplevel-score-handler): Idem.
1828
1829         * ly/declarations-init.ly: Set default toplevel handlers.
1830
1831         * lily/parser.yy (book_block, score_block, toplevel_music): Use them.
1832
1833         * scripts/lilypond-book.py (PREAMBLE_LY): Select classic score
1834         printer for score at toplevel.
1835
1836 2004-04-18  Jan Nieuwenhuizen  <janneke@gnu.org>
1837
1838         * lily/parser.yy (NEWLYRICS): Switch to LYRICS mode for lyrics.
1839         Fix for simple case: input/simple-song.ly, more complex stuff
1840         does not work yet.
1841
1842 2004-04-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1843
1844         * lily/parser.yy (Prefix_composite_music): split Composite_music
1845         in Prefix_composite_music and Grouped_music_list.
1846         (re_rhythmed_music): use Grouped_music_list for NEWLYRICS.
1847
1848 2004-04-18  Jan Nieuwenhuizen  <janneke@gnu.org>
1849
1850         * scm/lily.scm (toplevel-expression): New define.
1851
1852         * lily/my-lily-parser.cc (ly:parser-add-book-and-score): New function.
1853
1854         * lily/parser.yy (toplevel_expression): Use it.
1855
1856         * lily/include/my-lily-parser.hh: Smobbify.
1857
1858         * lily/my-lily-parser.cc (parse_string): New method.
1859
1860         * lily/my-lily-parser.cc (ly:parse-string): New function.
1861
1862         * Documentation/user/lilypond.tely: Add comment and workaround for
1863         gs-8.01 crash.  Fixes make web.
1864
1865         Simplification of toplevel music.
1866
1867         * lily/lexer.ll, lily/parser.yy:
1868
1869         * In LYRICS mode, return LYRICS_STRING.  This fixes one
1870         shift/reduce problem.
1871
1872         * Use NOTES mode at start of maininput.
1873
1874         * Grok toplevel composite music expression, put in score and book.
1875
1876         * Grok \relative COMPOSITE_MUSIC, make relative on middleC.
1877
1878         * \newlyrics is a shortcut for \context Lyrics \lyricsto "" \lyrics
1879
1880         * input/simple.ly: New file.
1881
1882         * input/simple-song.ly: Idem.
1883
1884 2004-04-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1885
1886         * lily/parser.yy: rename NEWADDLYRICS to LYRICSTO. Thanks to Erik
1887         Sandberg.
1888
1889 2004-04-17  Jan Nieuwenhuizen  <janneke@gnu.org>
1890
1891         * scm/font.scm (add-cmr-fonts): Narrow bold is ecrb.
1892
1893 2004-04-17  Heikki Junes <hjunes@cc.hut.fi>
1894
1895         * input/regression/accidental-octave.ly: doc automatic showing
1896         of note names.
1897
1898 2004-04-16  Heikki Junes <janneke@gnu.org>
1899
1900         * po/fi.po: do "make po && make -C po po-update" at top-level,
1901         then "cp po/out/fi.po po/fi.po" and update fields.
1902
1903         * po/fi.po: remove all designations of `fuzzy'; shows those elements.
1904
1905 2004-04-15  Jan Nieuwenhuizen  <janneke@gnu.org>
1906
1907         * Documentation/user/introduction.itely (About this manual): Fix
1908         templates and regression urls (backportme).
1909
1910 2004-04-14  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1911
1912         * ly/engraver-init.ly (Score:graceSettings): Increase
1913         beamed-lengths, especially for 32nd notes.
1914
1915         * Documentation/user/notation.itely (Grace notes): Correct the
1916         syntax for add-grace-property example.
1917
1918 2004-04-13  Jan Nieuwenhuizen  <janneke@gnu.org>
1919
1920         * flower/parse-afm.cc [METATYPE1_BUG]: Grok Metatype1's global
1921         `Generated' tag.
1922
1923         * scm/font.scm (add-cmr-fonts): Use super-cm/lmodern fonts.  NOT.
1924         Severely broken (the Debian package, at least).
1925
1926 2004-04-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1927
1928         * lily/context.cc (find_create_context): assign to lvalue.
1929
1930 2004-04-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1931
1932         * lily/include/translator.hh (class Translator): rename
1933         get_parent_context() to context () to avoid confusion.
1934
1935         * lily/include/lily-guile.hh: is_x -> ly_c_X_p naming.
1936
1937         * lily/lexer.ll: change is_string -> ly_c_string_p 
1938
1939         * input/mutopia/J.S.Bach/wtk1-fugue2.ly (bassdux): use \book.
1940
1941         * input/mutopia/W.A.Mozart/mozart-hrn-3.ly: use \book.
1942
1943 2004-04-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1944
1945         * VERSION: release 2.3.0
1946
1947         * mf/feta-nummer-code.mf: use ascii names for number glyphs.
1948
1949         * buildscripts/mf-to-table.py (parse_logfile): only prepend group-
1950         if nonempty.
1951
1952         * lily/include/context.hh (class Context): make members protected.
1953         (children_contexts): new accessor function.
1954
1955         * lily/include/translator.hh (class Translator): make
1956         daddy_context_ protected.
1957         (class Translator): clean up. 
1958
1959         * lily/include/context.hh (class Context): make daddy_context_
1960         private.
1961
1962         * lily/lyric-engraver.cc (get_voice_to_lyrics): recursively go
1963         higher for finding Voice. (backportme)  
1964
1965         * lily/include/context.hh (class Context): remove
1966         find_context_below() as a method.
1967
1968         * Documentation/user/notation.itely (The Lyrics context): add note
1969         about manual durations
1970
1971         * ly/chord-modifiers-init.ly (blackTriangleMarkup): use TeX-math
1972         encoding.
1973
1974         * scm/output-tex.scm (text): dump \inputencoding{} for text.
1975
1976 2004-04-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1977
1978         * scripts/lilypond.py (global_latex_preamble): remove latin1 from
1979         \usepackage{inputenc}
1980
1981         * lily/paper-book.cc (classic_output): don't advance Offset for
1982         TeX output.
1983
1984         * make/mutopia-rules.make ($(outdir)-$(PAPERSIZE)/%.dvi): include
1985         ec-sauter.map in rules
1986
1987         * mf/ecb.mf (font_identifier): new file, based on ecbx
1988
1989         * mf/ecb10.mf (gensize): new file.
1990
1991         * Documentation/topdocs/NEWS.texi (Top): document some more new
1992         features.
1993
1994         * ly/declarations-init.ly: run convert-ly
1995
1996         * lily/my-lily-parser.cc (LY_DEFINE): move parse-file function
1997         from input-file-results. Remove input-file-results.* 
1998
1999 2004-04-11  Jan Nieuwenhuizen  <janneke@gnu.org>
2000
2001         * scm/output-ps.scm (font-command): Fix, again.
2002
2003         * input/test/title-markup.ly: Add \noPagebreak test.
2004
2005         * lily/score-engraver.cc (try_music): Bugfix.
2006
2007 2004-04-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2008
2009         * lily/main.cc (main_with_guile): excise dependency options -M and
2010         --dep-prefix
2011
2012         * lily/input-file-results.cc: excise Makefile dependency code
2013
2014         * Documentation/user/invoking.itexi (Invoking the lilypond
2015         binary): remove dep doco
2016
2017         * lily/main.cc (main_with_guile): call lilypond-main
2018
2019         * scm/lily.scm (lilypond-main): new function: handle multiple files.
2020
2021         * lily/input-file-results.cc (LY_DEFINE): throw ly-file-failed
2022         exception.
2023
2024         * lily/my-lily-parser.cc: remove paper_description function
2025
2026         * lily/music-output-def.cc (LY_DEFINE): ly:output-description
2027         new function.
2028
2029         * lily/main.cc: remove global_score_count.
2030
2031         * lily/book.cc (process): don't take header from global_input_file.
2032
2033         * buildscripts/lilypond-profile.sh (Error): set GS_FONTPATH
2034
2035         * lily/parser.yy (My_lily_lexer): remove current_parser global var.
2036
2037         * lily/music-output-def.cc (LY_DEFINE): new function
2038         ly_output_description. This function does the bulk for  setting,
2039         parsing and breaking down of an input file.
2040
2041         * lily/ly-module.cc (ly_make_anonymous_module): don't protect
2042         anonymous modules globally. Let's hope they get GCd
2043
2044         * scripts/lilypond.py (run_dvips): add sauter-mftrace.map 
2045
2046 2004-04-11  Jan Nieuwenhuizen  <janneke@gnu.org>
2047
2048         * scm/output-ps.scm (header): Papersize from paper.
2049
2050         * scripts/lilypond.py (global_latex_preamble): Oldish behaviour
2051         for classic output.
2052
2053         * tex/lilyponddefs.tex (interscoreline): Oldish behaviour if
2054         lilypondclassic is defined.
2055         (lilypondstart): Oldish behaviour if lilypondclassic is defined.
2056
2057         * input/regression/between-systems.ly: Remove.
2058
2059         * python/lilylib.py (get_bbox): Fix regular expression
2060         for bounding box.
2061
2062         * tex/lilyponddefs.tex (lilypondpagebreak): New overridable macro.
2063
2064         * scm/output-tex.scm (stop-page): Use it.
2065
2066         * scm/output-ps.scm (define-fonts): Bugfix.
2067
2068         * lily/grob.cc: Add penalty to interface.
2069
2070         * lily/include/paper-line.hh (class Paper_line): New member
2071         var penalty_.
2072
2073         * lily/system.cc (get_line): Initialise Paper_line with
2074         page-penalty's from original grobs.
2075
2076         * scm/define-music-properties.scm (all-music-properties): Add
2077         page-penalty.
2078
2079         * scm/define-grob-properties.scm (all-grob-descriptions): Idem.
2080
2081         * lily/score-engraver.cc (try_music): Handle page-penalty.
2082
2083         * ly/declarations-init.ly (pagebreak, noPagebreak): New command.
2084
2085 2004-04-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2086
2087         * ly/declarations-init.ly (melismaEnd): typo
2088
2089         * scm/font.scm (add-cmr-fonts): caps is eccc, ecsc is slanted caps.
2090
2091         * scm/output-ps.scm (text): split string into spaces, use moveto
2092         for setting space. 
2093
2094 2004-04-10  Jan Nieuwenhuizen  <janneke@gnu.org>
2095
2096         * po/nl.po: Update.
2097
2098         * scm/font.scm (add-cmr-fonts): Typo.
2099
2100 2004-04-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2101
2102         * scm/font.scm (add-cmr-fonts): add sauter fonts under latin1
2103         font-encoding.
2104
2105         * scm/define-grobs.scm (all-grob-descriptions): idem.
2106
2107         * lily/time-signature.cc (numbered_time_signature): idem.
2108
2109         * scm/font.scm (add-cmr-fonts): use real encoding names for
2110         font-encoding.
2111
2112 2004-04-10  Jan Nieuwenhuizen  <janneke@gnu.org>
2113
2114         * lily/paper-book.cc (classic_output): 
2115         * tex/lilyponddefs.tex (lybox): Add height, and proper raising.
2116         Fixes classic output.
2117         (lilypondstart):
2118         * scripts/lilypond.py (global_latex_preamble): Remove topmargin
2119         kludge.
2120
2121         * scripts/old-lilypond-book.py: Remove.
2122
2123         Page layout for SCOREs enclosed in a BOOK:
2124
2125         * scripts/lilypond.py: Remove LaTeX titling kludge.  Remove page
2126         layout tweaking.
2127
2128         * input/les-nereides.ly (theScore): Add \book.
2129
2130         * input/test/title-markup.ly: Add \book.
2131
2132         * scm/page-layout.scm (ly:optimal-page-breaks): Debugging output
2133         only if 'verbose.
2134
2135         * lily/include/paper-book.hh (PAGE_LAYOUT): Remove.
2136
2137         * lily/paper-outputter.cc (output_line): Remove PAGE_LAYOUT check.
2138
2139         * tex/lilyponddefs.tex (lilypondstart, lybox, lyitem):
2140         * scm/output-tex.scm (start-system): Update for page layout by
2141         LilyPond.
2142
2143         * scm/output-ps.scm (start-system): Previously (new-start-system).
2144
2145         * lily/paper-outputter.cc (output_header): Uniquify list of fonts
2146         passed to define-fonts.
2147
2148         * lily/paper-column.cc: 
2149         * lily/system.cc (get_line):
2150         * ly/property-init.ly (newpage): 
2151         * scm/define-grob-properties.scm:
2152         * scm/output-ps.scm: 
2153         * scm/output-tex.scm: Remove between-system-string kludge.
2154
2155         * scm/output-ps.scm (define-fonts, font-command,
2156         font-load-encoding): Handle ENCODING = #f.
2157
2158         * scm/output-tex.scm (output-scopes): Check if variable is bound.
2159
2160         * scm/define-markup-commands.scm (fill-line): Use
2161         make-simple-markup (WAS: unexisting make-word-markup).
2162
2163         * lily/text-item.cc (interpret_markup): Bugfix, transpose
2164         ENCODING, MARKUP parameters for interpret_string.
2165
2166         * lily/input-file-results.cc (do_one_file): Remove Paper_book hack.
2167
2168         * lily/score.cc (book_rendering): New method.
2169         (default_rendering): Create Paper_book helper locally, dump
2170         output.
2171
2172         * lily/my-lily-lexer.cc (the_key_tab): Add book.
2173
2174         * lily/parser.yy: Handle \book.
2175
2176         * lily/include/book.hh: 
2177         * lily/book.cc: New file.
2178
2179 2004-04-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2180
2181         * lily/text-item.cc (interpret_string): new file, select font with
2182         encoding.
2183
2184         * lily/include/lily-guile.hh: ly_XXX_p -> is_XXX. Changes throughout.
2185
2186         * scm/define-markup-commands.scm (encoded-simple): new markup command.
2187
2188         * lily/parser.yy (markup): take encoding from lexer.
2189
2190 2004-04-09  Jan Nieuwenhuizen  <janneke@gnu.org>
2191
2192         * lily/kpath.cc (kpathsea_find_tfm): Do not trigger TFM generation.
2193
2194         * scm/output-ps.scm: Remove some cruft.
2195
2196 2004-04-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2197
2198         * lily/kpath.cc (kpathsea_find_tfm): don't make unfound TFMs/AFMs.
2199
2200         * Documentation/user/lilypond.tely (Top): manual for v2.3 (backportme)
2201
2202 2004-04-09  Jan Nieuwenhuizen  <janneke@gnu.org>
2203
2204         * scm/font.scm (add-century-schoolbook-fonts):
2205         (make-century-schoolbook-tree): New function.
2206
2207         * input/test/title-markup.ly: Use Century Schoolbook font.
2208
2209 2004-04-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2210
2211         * scripts/convert-ly.py: limited old-style markup convert. (Thanks
2212         to Erik Sandberg) 
2213
2214         * lily/font-metric.cc (LY_DEFINE): new function, return fontName.
2215
2216         * scm/output-ps.scm (define-fonts): remove hack for feta/parmesan.
2217
2218         * lily/font-metric.cc (LY_DEFINE): change to ly:font-filename
2219
2220         * scm/encoding.scm (coding-alist): add AdobeStandardEncoding
2221
2222 2004-04-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2223
2224         * scm/part-combiner.scm (determine-split-list): bugfix: if no
2225         solo-state (at end of solo), we can set the solo status
2226         too. (backportme.)
2227
2228         * input/regression/part-combine-solo-end.ly: new file.
2229
2230 2004-04-08  Jan Nieuwenhuizen  <janneke@gnu.org>
2231
2232         * scripts/abc2ly.py (parse_file): Strip \r from lines.  Fixes DOS
2233         flavour abc files.  Really ignore unknown keys (backportme).
2234
2235 2004-04-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2236
2237         * lily/scaled-font-metric.cc (text_dimension): only multiply with
2238         magnification_ when looking up in orig_.
2239
2240         * scm/output-tex.scm (text): switch off char-mapping.
2241
2242         * lily/tfm.cc (coding_scheme): replace ' ' in encoding with '-',
2243         because AFM's encoding field cannot have spaces.
2244
2245 2004-04-08  Jan Nieuwenhuizen  <janneke@gnu.org>
2246
2247         * scm/output-ps.scm (define-fonts): More re/encoding tweaking.
2248
2249 2004-04-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2250
2251         * lily/paper-def.cc (find_scaled_font): change to inputencoding.
2252
2253         * mf/cmr.enc: new file, without hi-bit ascii info. 
2254
2255         * lily/bezier-bow.cc (slur_shape): make indent dependent on
2256         width. This removes the 'hook' at the end of a long slur.
2257
2258         * buildscripts/mf-to-table.py (parse_logfile): don't append
2259         encoding to fontname.
2260
2261 2004-04-07  Jan Nieuwenhuizen  <janneke@gnu.org>
2262
2263         * scm/output-ps.scm (define-fonts): Load .enc only once.
2264
2265         * mf/GNUmakefile (INSTALLATION_OUT_SUFFIXES): Install .enc files
2266         too.
2267
2268 2004-04-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2269
2270         * buildscripts/mf-to-table.py (parse_logfile): remove spaces from
2271         encoding field.
2272
2273         * lily/stencil-scheme.cc: remove ly:fontify-atom 
2274
2275         * ly/portuges.ly (pitchnames): new file.
2276
2277         * lily/include/lily-guile.hh: many new ly_ functions.  Thanks to
2278         Michael Welsh Duggan
2279
2280         * lily/*.cc: deprecate gh_ interface. Thanks to Michael Welsh Duggan
2281
2282         * ly/nederlands.ly: add comment about digits.
2283
2284         * lily/scaled-font-metric.cc (derived_mark): idem.
2285
2286         * scm/encoding.scm (make-encoding-mapping): change permutation to
2287         mapping.
2288
2289         * lily/scaled-font-metric.cc (derived_mark): is a const method.
2290         (Modified_font_metric): make alist for coding_description_
2291         (LY_DEFINE): remove coding-name.
2292
2293         * scm/output-tex.scm (text): remove debugging code.
2294
2295         * lily/scaled-font-metric.cc (ly_font_encoding): return vector
2296
2297         * buildscripts/mf-to-table.py (parse_logfile): read EncodingScheme
2298         from infile.
2299
2300         * mf/feta-generic.mf: move fet_beginfont into generic code.
2301         use fetaMusic (without space) as encoding
2302
2303         * mf/feta-autometric.mf: take encoding argument
2304
2305         * lily/afm.cc (read_afm_file): bugfix, read global info too. 
2306
2307         * lily/my-lily-lexer.cc (set_identifier): remove gh_scm2newstr
2308         use.
2309
2310         * scm/encoding.scm (read-encoding-file): use symbol for glyph
2311         name.
2312
2313 2004-04-07  Jan Nieuwenhuizen  <janneke@gnu.org>
2314
2315         * input/test/title-markup.ly: Set inputencoding.
2316
2317         * scm/output-ps.scm (define-fonts): Handle font re-encoding.
2318
2319         * lily/scaled-font-metric.cc (ly:font-coding-name): New function.
2320
2321         * scm/encoding.scm (get-coding-filename, get-coding-command): New
2322         function.
2323         (coding-alist): Also hold filename, command.
2324         (read-encoding-file): Return symbols.
2325
2326 2004-04-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2327
2328         * scm/output-tex.scm: remove fontify; text and char take a font
2329         argument.
2330
2331         * lily/tfm.cc (name_to_index): new function, use encoding_table_.
2332
2333         * lily/scaled-font-metric.cc (text_dimension): init
2334         coding_{permutation,table}_ too 
2335         (LY_DEFINE): ly:font-encoding, new function return
2336
2337         * lily/paper-def.cc (find_scaled_font): take input coding from
2338         inputcoding paper var.
2339
2340         * lily/performance.cc (output): remap modulo 16.
2341
2342         * lily/text-item.cc (interpret_markup): whoops, variable
2343         shadowing fixed.
2344
2345 2004-04-06  Michael Welsh Duggan  <mwd@sei.cmu.edu>
2346
2347         * lily/piano-pedal-performer.cc (try_music): Compare symbols to
2348         symbols, not symbols to strings.
2349
2350         * lily/piano-pedal-engraver.cc (try_music): Compare symbols to
2351         symbols, not symbols to strings.
2352
2353 2004-04-06  Jan Nieuwenhuizen  <janneke@gnu.org>
2354
2355         * lily/kpath.cc (kpathsea_gulp_file_to_string): 
2356         (ly:kpathsea-gulp-file): New function.
2357
2358         * scm/encoding.scm (read-encoding-file): Use it.
2359
2360 2004-04-06  Werner Lemberg  <wl@gnu.org>
2361
2362         * scm/encoding.scm (coding-alist): Fix typo.
2363
2364 2004-04-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2365
2366         * lily/scaled-font-metric.cc (text_dimension): move function from
2367         Font_metric
2368         (make_scaled_font_metric): init coding_scheme_ to TeX
2369         (text_dimension): use get-coding-vector for non TeX coding_scheme_
2370
2371         * lily/include/scaled-font-metric.hh (struct
2372         Modified_font_metric): rename from Scaled_font_metric
2373
2374         * scm/encoding.scm (read-encoding-file): split up large function,
2375         leave caching to (delay)
2376
2377         * lily/lily-guile.cc (LY_DEFINE): typecheck argument.
2378
2379 2004-04-05  Jan Nieuwenhuizen  <janneke@gnu.org>
2380
2381         * lily/my-lily-lexer.cc (set_encoding): New method.
2382
2383         * lily/lexer.ll: Grok \encoding.
2384
2385         * lily/font-metric.cc (get_encoded_index): New function.
2386
2387         * lily/include/font-metric.hh (coding_scheme): New method.
2388
2389         * scm/encoding.scm: New file.
2390
2391         * mf/feta-beugel.mf: Better error message (WAS: `foobar').
2392
2393 2004-04-05  Werner Lemberg  <wl@gnu.org>
2394
2395         * Documentation/user/tutorial.itely: Revised (finished).
2396
2397         * Documentation/user/macros.itexi (@separate): Removed.
2398
2399 2004-04-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2400
2401         * scm/output-ps.scm (define-fonts): fix scaling.
2402
2403         * lily/scaled-font-metric.cc (design_size): add function.
2404
2405         * lily/font-metric.cc (LY_DEFINE): opps ly:font-design-size is only
2406         partial cut&paste of ly:font-magnification.
2407
2408 2004-04-05  Jan Nieuwenhuizen  <janneke@gnu.org>
2409
2410         * scm/output-ps.scm (define-fonts):
2411         (fontify): Update.
2412
2413 2004-04-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2414
2415         * po/fr.po: update. (backportme).
2416
2417         * po/nl.po: update. (backportme). 
2418
2419         * mf/feta-beugel.mf: document why design size is not fixed.
2420
2421         * mf/feta-braces-a.mf: rename to stress that it's not design size.
2422
2423 2004-04-04  Werner Lemberg  <wl@gnu.org>
2424
2425         * Documentation/user/tutorial.itely: Revised (continued).
2426
2427 2004-04-03  Jan Nieuwenhuizen  <janneke@gnu.org>
2428
2429         * po/nl.po: Update (backportme).
2430
2431 2004-04-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2432
2433         * po/de.po: update. (backportme).
2434
2435         * scm/output-tex.scm (font-command): use ly: functions to
2436         construct name.
2437         (define-fonts): don't use alist, just dump \font definitions.
2438         (font-load-command): calculate proper scaling by taking
2439         outputscale from paper argument.
2440
2441         * lily/stencil-scheme.cc (fontify_atom): insert Font_metric into
2442         expression.
2443
2444         * lily/paper-outputter.cc (output_header): pass paper arg to
2445         define-fonts
2446
2447         * lily/paper-def.cc (font_descriptions): dump list of
2448         Scaled_font_metrics
2449         (find_scaled_font): take Font_metric argument, store
2450         Scaled_font_metrics in hash-table containing (size ->
2451         Scaled_font_metrics) alist.
2452         (get_dimension): rename from get_realvar
2453
2454         * lily/font-metric.cc (LY_DEFINE): ly:font-design-size,
2455         ly:font-magnification, ly:font-name: new functions
2456
2457 2004-04-03  Werner Lemberg  <wl@gnu.org>
2458
2459         * Documentation/user/dedication.itely,
2460         Documentation/user/preface.itely,
2461         Documentation/user/introduction.itely,
2462         Documentation/user/tutorial.itely: Revised.
2463         Removing leading spaces which distorts output if info files are read
2464         with stand-alone info.
2465         Removing superfluous inter-word spaces which also distorts output
2466         for stand-alone info.
2467         Using ` and ' instead of `` and '' everywhere to improve
2468         legilibility with stand-alone info
2469         Using @samp for single-letter input items and data which contains
2470         spaces, @code for other things.
2471
2472         * lily/grob-interface.cc: Adding copyright.
2473         (check_interfaces_for_property): Improve format of warning message.
2474
2475 2004-04-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2476
2477         * lily/include/font-metric.hh (struct Font_metric): add
2478         design_size () method.
2479
2480         * buildscripts/mf-to-table.py (base): add DesignSize comment.
2481
2482         * lily/afm.cc (read_afm_file): read design size.
2483
2484         * input/regression/repeat-unfold-tremolo.ly: add dotted case.
2485
2486         * scm/music-functions.scm (unfold-repeats): handle dots too.
2487
2488 2004-04-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2489
2490         * mf/GNUmakefile ($(outdir)/$(redhat-package)): fix URL.
2491         (backportme)
2492
2493 2004-04-02  Jan Nieuwenhuizen  <janneke@gnu.org>
2494
2495         * input/wilhelmus.ly: Use raggedright.  Hack `Een prin -- ce'
2496         lyric indent.  Revert melismaBusyProperties using \unset.
2497
2498 2004-04-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2499
2500         * input/regression/bar-check-redefine.ly (pipeSymbol): new file.
2501
2502         * lily/parser.yy (command_element): allow redefinition of |
2503         meaning.
2504
2505         * lily/break-align-engraver.cc (acknowledge_grob): construct
2506         LeftEdge where the first cause for alignment is coming from.
2507         This makes \override Staff.LeftEdge work as expected.
2508
2509         * lily/slur-performer.cc (Slur_performer): add inits
2510
2511         * lily/beam-performer.cc (Beam_performer): add inits
2512
2513 2004-04-01  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2514
2515         * VERSION (PACKAGE_NAME): release 2.2.0