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