]> git.donarmstrong.com Git - lilypond.git/blob - ChangeLog
Update with tarball [pre]releases.
[lilypond.git] / ChangeLog
1 2004-09-14  Jan Nieuwenhuizen  <janneke@gnu.org>
2
3         * buildscripts/guile-gnome.sh: Update with tarball [pre]releases.
4
5 2004-09-14  Mats Bengtsson  <mabe@drongo.s3.kth.se>
6
7         * lily/phrasing-slur-engraver.cc (process_music): Create
8         PhrasingSlur instead of Slur.
9
10         * Documentation/user/changing-defaults.itely (Defining new
11         contexts): Fixed misprinted context name.
12
13 2004-09-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
14
15         * ly/property-init.ly (hideStaffSwitch): remove turnOff.
16
17         * scripts/convert-ly.py (conv): change Both to Neutral in property
18         settings.
19
20         * ly/engraver-init.ly: increase extent of Staff. 
21
22 2004-09-13  Graham Percival  <gperlist@shaw.ca>
23
24         * scm/script.scm: change behaviour of slur and accent.
25
26         * Documentation/user/music-glossary.tely: de-gender a few entires.
27
28         * Documentation/user/introduction.itely: de-gender a few sentences.
29
30 2004-09-13  Mats Bengtsson  <mabe@drongo.s3.kth.se>
31
32         * input/regression/rehearsal-mark-number.ly: Reuse the existing
33         formatting routine when adding boxed numbers. Makes it easier to
34         extrapolate how to do for boxed letters.
35
36 2004-09-12  Graham Percival  <gperlist@shaw.ca>
37
38         * Documentation/user/notation.itely: fixed Time Signature numbers bug.
39
40         * Documentation/user/invoking.itexi: updated the "reporting bugs" section.
41
42 2004-09-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
43
44         * scm/define-grobs.scm (all-grob-descriptions): longer
45         ideallengths for stems in higher order beams.
46
47         * Documentation/user/changing-defaults.itely (Page layout):
48         document them.
49
50         * scm/page-layout.scm (ly:optimal-page-breaks): use new parameters
51         to get sane spaces for titles.
52
53         * ly/book-paper-defaults.ly: new parameters aftertitlespace,
54         beforetitlespace, betweentitlespace.
55
56         * input/regression/beam-quant-standard.ly (primeSixteenths): add
57         16th notes.
58
59         * lily/beam.cc (set_minimum_dy): new function. Round non-zero
60         small slope up to smallest quant. This prevents small slopes from
61         getting rounded to zero.
62
63         * lily/beam-quanting.cc (quanting): don't allow dy_mus slopes that
64         are smaller than the smallest quant.
65
66         * input/tutorial/brahms*.ly: remove.
67
68         * input/*: update all .ly files.
69          
70         * ly/a4-init.ly (vsize): remove papersize init files.
71
72         * scripts/convert-ly.py (conv): add conversion.
73
74         * lily/parser.yy: change mode changing commands to XXXmode,
75         eg. drummode.
76         (mode_changing_head): group mode changes.
77         (mode_changing_head_with_context): new commands: create context as
78         well as change mode.
79
80         * input/regression/system-overstrike.ly: new file.
81
82         * scm/page-layout.scm (ly:optimal-page-breaks): add
83         betweensystempadding also to fixed distance for the spring.
84  
85         * scm/define-grobs.scm (all-grob-descriptions): fix order of
86         key-cancellation.
87
88         * input/regression/beam-concave-damped.ly: new file.
89
90         * lily/beam-concave.cc: new file, with new routines for concave
91         decisions. There are now two types of concaveness: 1. a sharp
92         logic decision forcing a beam horizontal, and 2. a number that
93         measures how concave beams are that are not caught by 1.
94
95         This fixes: morgenlied.ly and input/regression/beam-concave.ly
96         
97         * lily/new-fingering-engraver.cc (stop_translation_timestep): new
98         property: add-stem-support
99
100 2004-09-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
101
102         * lily/slur-scoring.cc (get_bound_info): only do
103         broken trend at the end of the line.
104
105         * VERSION (PACKAGE_NAME): release 2.3.16.
106
107         * input/regression/phrasing-slur.ly (Module): remove (duplicate
108         with phrasing-slur-slur-avoid.ly)
109
110         * lily/slur-scoring.cc (struct Extra_collision_info): collect
111         parameters for extra offset.
112         (get_bezier): add slurs mid-points for curve determination
113         (score_extra_encompass): add slur end points for scoring.
114
115 2004-09-11  Matthias Neeracher  <neeracher@mac.com>
116
117         * scm/framework-ps.scm (reencode-font): Handling font scaling
118         and reencoding differently to work around a bug in gs 8.30 and
119         earlier.
120         Update callers.
121
122 2004-09-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
123
124         * lily/slur-scoring.cc (broken_trend_y): always take use vdir
125         extent index of other system. Fixes slurs across line breaks.
126
127         * lily/tuplet-engraver.cc (start_translation_timestep): use
128         Tuplet_description::stop_ for determining when to stop producing
129         tuplet brackets. This fixes: tuplet-overwrite.ly
130
131         * lily/*-engraver.cc: remove all Protected_scm objects to fix GC
132         errors with GUILE 1.7 CVS.
133
134         * lily/translator.cc (derived_mark): new function.
135
136         * lily/slur-scoring.cc (score_encompass): new penalty type:
137         variance penalty demerits slurs where one head/stem is much
138         closer to the slur than average.
139
140         * lily/tuplet-bracket.cc (print): use robust_relative_extent
141         iso. extent()
142         (calc_position_and_height): use robust_relative_extent(). This
143         fixes a couple of programming_errors
144
145         * input/regression/part-combine-mmrest-after-solo.ly (Module): new
146         file.
147
148         * lily/part-combine-iterator.cc (unisono): bugfix for the case
149         that voice-2 plays solo, and voice-1 has an mmrest that starts
150         earlier. In that case, we switch to voice-2, so we catch the
151         mmrest of voice-2. This fixes: partcombine-rest.ly.
152  
153 2004-09-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
154
155         * scm/define-grob-properties.scm (all-internal-grob-properties):
156         add adjacent-hairpins property.
157
158         * lily/hairpin.cc: lengthen hairpin if space is available.
159
160         * input/regression/dynamics-hairpin-length.ly (Module): new file.
161
162 2004-09-10  Graham Percival  <gperlist@shaw.ca>
163
164         * Documentation/user/notation.itely: small fixes to docs.
165
166 2004-09-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
167         
168         * VERSION (PACKAGE_NAME): release 2.3.15
169
170         * make/lilypond.redhat.spec.in (Requires): bump requirement for
171         ec-fonts-mftraced
172
173         * mf/GNUmakefile (SAUTER_FONTS): remove ecb10. This is provided by
174         the latest ec-fonts-mftraced package.
175
176         * scm/define-context-properties.scm
177         (all-internal-translation-properties): add property. Remove
178         definition of quotes property.
179
180         * Documentation/user/notation.itely (Quoting other voices):
181         document it
182
183         * lily/quote-iterator.cc (moment_less): add quotedEventTypes
184         property, to determine what events are processed in \quote.
185
186 2004-09-10  Juergen Reuter  <reuter@ipd.uka.de>
187
188         * (many files): removed most occurrences of underscore ("_")
189         from font characters; made font character naming more
190         consistent
191
192         * input/test/gregorian-scripts.ly: fixed another victim of grand
193         replacement operations
194
195         * lily/vaticana-ligature-engraver.cc: caught some more "_"
196         inconsistencies
197
198         * input/puer-fragment.ly: bugfix: lyrics hyphen: syntax update
199
200 2004-09-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
201
202         * Documentation/user/changing-defaults.itely (Paper size): doc
203         landscape
204         
205
206         * scm/framework-ps.scm (eps-header): bugfixes. 
207
208         * scm/titling.scm (default-score-title): remove opus from the
209         \score title.
210
211 2004-09-08  Pedro Kroger  <kroeger@pedrokroeger.net>
212
213         * scripts/convert-ly.py (program_name): changed to sys.argv[0]
214
215         * scripts/abc2ly.py (program_name): changed to sys.argv[0]
216
217         * scripts/etf2ly.py (program_name): changed to sys.argv[0]
218
219         * scripts/lilypond-book.py (program_name): changed to sys.argv[0]
220
221         * scripts/lilypond-latex.py (program_name): changed to sys.argv[0]
222
223         * scripts/midi2ly.py (program_name): changed to sys.argv[0]
224
225         * scripts/mup2ly.py (program_name): changed to sys.argv[0]
226
227         * scripts/ps2png.py (program_name): changed to sys.argv[0]
228
229 2004-09-09  Jan Nieuwenhuizen  <janneke@gnu.org>
230
231         * lily/pangofc-afm-decoder.cc (pango_fc_afm_get_glyph): Increment
232         character position.  Huh?
233
234         * scm/output-gnome.scm (placebox): Shield affine-relative.
235
236         * buildscripts/guile-gnome.sh: Update.  Do not use GUILE CVS,
237         cater for system's pango 1.5.1.
238
239         * input/regression/new-slur.ly: Add ugly slur from scsii-sarabande.
240
241         * scm/slur.scm: Tweak.
242
243 2004-09-08  Graham Percival  <gperlist@shaw.ca>
244
245         * Documentation/user/{first couple of chapters}: more editing.
246
247 2004-09-07  Graham Percival  <gperlist@shaw.ca>
248
249         * Documentation/topdocs/AUTHORS.texi, THANKS: add/modify my name
250         and summary.
251
252         * Documentation/user/{first couple of chapters}: the big "Graham's
253         moved to a new city, his friends haven't arrived, and he has no
254         internet access" patch.  Numerous editorial and stylistic changes
255         to the manual.
256
257 2004-09-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
258
259         * scm/framework-ps.scm (output-framework): handle landscape settings.
260
261         * ps/lilyponddefs.ps: cleanup.
262
263 2004-09-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
264
265         * scm/define-grobs.scm (all-grob-descriptions): unset
266         threshold. This fixes morgenlied. 
267
268         * scm/page-layout.scm (ly:optimal-page-breaks): whoops. Thinko in
269         rod calculation.
270
271         * lily/system.cc (get_line): don't take piano-pedal & dynamic line
272         spanners into account for staff-extents.
273
274         * lily/ottava-bracket.cc (print): take common refpoint of dots
275         into account as well.
276
277 2004-09-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
278
279         * lily/lookup.cc (triangle): translate by interval.
280
281         * VERSION (PACKAGE_NAME): release 2.3.14
282
283         * Documentation/user/changing-defaults.itely (Page layout): add
284         betweensystempadding
285
286         * scm/page-layout.scm (ly:optimal-page-breaks): typo.
287
288         * input/regression/quote-cyclic.ly (Module): new file.
289
290         * scm/lily.scm (print): add function.
291
292         * scm/music-functions.scm (quote-substitute): new
293         function. Substitute \quote when putting music into \score.
294
295         * input/regression/key-signature-cancellation.ly (Module): new file.
296
297         * lily/*.cc: more ly_scm2 -> scm_to converions.
298
299         * lily/key-signature-interface.cc (print): take position
300         difference into account when spacing naturals.
301
302         * lily/key-engraver.cc (create_key): create KeyCancellation grob
303         separately, so the cancellation can be put before the staff-bar
304
305         * scm/define-grobs.scm (all-grob-descriptions): add a
306         KeyCancellation grob.
307
308         * lily/tuplet-engraver.cc (struct Tuplet_description): new
309         struct. Use to clean-up Tuplet_engraver
310
311 2004-09-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
312
313         * lily/*: ly_scm2int -> scm_to_int
314         ly_scm2double -> scm_to_double
315
316         * lily/include/lily-guile.hh (scm_from_double): more compat glue.
317
318 2004-09-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
319
320         * lily/simple-spacer.cc (LY_DEFINE): return something sensible for
321         0 springs
322
323         * lily/system.cc (post_processing): 
324
325         * scm/page-layout.scm (ly:optimal-page-breaks): implement uniform
326         density for vertical spacing by means of force penalty.
327         
328         * scm/paper.scm (paper-set-staff-size): add betweensystemspace as
329         dimension-variables
330
331         * Documentation/user/changing-defaults.itely (Page layout): add
332         betweensystemspace variable.
333
334         * ly/book-paper-defaults.ly: set betweensystemspace: 20 mm
335
336         * scm/page-layout.scm (space-systems): new function. Use spring
337         and rod approach for vertically spacing systems.
338
339         * ly/engraver-init.ly: tune down minimumVerticalExtent.
340
341         * scm/define-grobs.scm (all-grob-descriptions): set threshold for
342         vertical alignment.
343
344         * lily/slur-engraver.cc (process_music): add warning for slur.
345
346 2004-09-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
347
348         * lily/include/lily-guile.hh (scm_is_number): add scm_is_number
349
350         * lily/simple-spacer.cc (LY_DEFINE): ly_solve_spring_rod_problem:
351         export spacing routine to SCM.
352
353         * lily/include/simple-spacer.hh (struct Simple_spacer_wrapper):
354         new class, separate Grobs from interface.
355
356 2004-09-01  Han-Wen Nienhuys   <hanwen@xs4all.nl>
357
358         * lily/include/lily-guile.hh: compatibility glue for 1.6
359
360         * lily/*.cc (acknowledge_grob): ly_string_p -> scm_is_string.
361
362         * lily/lily-guile.cc: remove ly_scm2str0.
363
364 2004-09-01  Jan Nieuwenhuizen  <janneke@gnu.org>
365
366         * Documentation/user/macros.itexi: Use @inforef iso @uref for
367         external references.  Fixes HTML cross references with makeinfo 4.7.
368
369 2004-09-01  Han-Wen Nienhuys   <hanwen@xs4all.nl>
370
371         * lily/include/simple-spacer.hh (struct Simple_spacer): remove
372         expand_only option.
373
374 2004-08-29  Han-Wen Nienhuys   <hanwen@xs4all.nl>
375
376         * lily/system.cc (get_line): add System stencil to exprs. Fixes
377         system-extents.ly.
378
379         * ly/engraver-init.ly: decrease minimumVerticalExtent to (-5,5).
380
381         * scm/define-grobs.scm (all-grob-descriptions): decrease padding
382         for MultiMeasureRestNumber
383
384         * VERSION (PACKAGE_NAME): release 2.3.13
385
386 2004-08-29  Nicolas Sceaux  <nicolas.sceaux@free.fr>
387
388         * lily/context-scheme.cc (LY_DEFINE): ly:context-grob-definition
389         takes two arguments.
390
391 2004-08-29  Han-Wen Nienhuys   <hanwen@xs4all.nl>
392
393         * input/regression/slur-stem-broken.ly: remove.
394
395         * lily/slur.cc: add quant-score.
396
397         * input/regression/slur-staccato.ly (texidoc): remove
398
399         * make/lilypond.redhat.spec.in (Group): remove musedata2ly
400
401 2004-08-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
402
403         * lily/include/bezier-bow.hh: remove.
404
405         * lily/slur-bezier-bow.cc (Module): remove.
406
407         * lily/include/slur.hh (Module): remove.
408
409         * lily/slur.cc: remove
410
411         * input/test/slur-beautiful.ly (Module): remove
412
413         * input/test/slur-attachment-override.ly (Module): remove
414
415         * lily/slur-quanting.cc (after_line_breaking): only do scoring
416         when less than 4 control-points.
417
418         * lily/key-signature-interface.cc: add style.
419
420         * Documentation/user/notation.itely (Automatic staff changes):
421         document new behavior.
422
423         * input/regression/slur-extreme.ly: new file.
424
425         * ly/engraver-init.ly (Score): set bassStaffProperties to \clef
426         bass. Obviates \clef bass in the bass staff, when using \autochange 
427
428         * lily/auto-change-iterator.cc (construct_children): instantiate
429         up/down Staff, create Voice on up staff initially. Obviates
430         explicit instantiation of up/down contexts for \autochange. 
431
432         * lily/slur-quanting.cc (get_bezier): new functionality, blow up
433         slur depending on extents of note heads.
434         
435 2004-08-28  Graham Percival  <gperlist@shaw.ca>
436
437         * Documentation/user/tutorial.itely: minor editing.
438
439         * Documentation/user/examples.itely: tiny editing.
440
441 2004-08-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
442
443         * lily/slur-quanting.cc (init_score_param): read scoring
444         parameters from slur-details property
445
446         * scm/define-grobs.scm (all-grob-descriptions): add inside-slur to
447         Accidental
448
449         * Documentation/user/advanced.itely: removed.
450
451         * Documentation/user/programming-interface.itely (How markups work
452         internally): new subsection.
453
454         * Documentation/user/converters.itely (Invoking abc2ly): remove
455         musedata2ly.
456
457 2004-08-27  Han-Wen Nienhuys   <hanwen@xs4all.nl>
458
459         * Documentation/user/point-and-click.texi (Point and click): new file.
460         put point & click in appendix.
461         
462         * Documentation/user/changing-defaults.itely (Vertical spacing):
463         corrections
464
465 2004-08-27  Graham Percival  <gperlist@shaw.ca>
466
467         * Documentation/user/introduction.itely: add note about the
468         "example templates" section of the manual, and remove link to
469         input/template/
470
471 2004-08-27  Juergen Reuter   <reuter@ipd.uka.de>
472
473         * Documentation/user/lilypond-book.itely: fix parse error: @LaTeX
474         -> La@TeX
475
476         * mf/parmesan-heads.mf: draw_diamond_head: fixed pen width; added
477         missing lneo_mensural head; editorial cleanups
478
479         * lily/mensural-ligature.cc: added more comments
480
481 2004-08-26  Graham Percival  <gperlist@shaw.ca>
482
483         * Documentation/user/examples.itely: second, third, fourth, and fifth sections added.
484
485         * input/template/{various}: removed files included in examples.itely.
486
487 2004-08-26  Juergen Reuter   <reuter@ipd.uka.de>
488
489         * lily/stem.cc: bugfix: adjust-if-on-staffline: use
490         Stem::stem_end_position instead of broken
491         Staff_symbol_referencer::get_position
492
493 2004-08-26  Han-Wen Nienhuys   <hanwen@xs4all.nl>
494
495         * debian/changelog: debian patch by Anthony Fok.
496
497         * lily/stem.cc (flag): bugfix for mensural flags (thanks Juergen!)
498
499         * lily/slur-engraver.cc (try_music): ignore slurs_. Otherwise we
500         get spurious messages with skipTypesetting on.
501
502 2004-08-25  Graham Percival   <gperlist@shaw.ca>
503
504         * Documentation/user/lilypond-book.itely: slight clean-up.
505
506         * Documentation/user/examples.itely: began section.
507
508 2004-08-25  Han-Wen Nienhuys   <hanwen@xs4all.nl>
509
510         * lily/script-interface.cc: add slur property.
511
512         * lily/slur-quanting.cc (score_extra_encompass): avoid other slurs
513         too.
514
515         * input/regression/phrasing-slur-slur-avoid.ly: new file.
516
517         * lily/ottava-bracket.cc (print): always start from right edge of
518         a broken bound. This fixes ottava-clef.ps 
519
520 2004-08-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
521
522         * input/regression/slur-script-inside.ly: new file.
523
524         * lily/new-slur.cc (outside_slur_callback): new function, to make
525         scripts avoid slurs 
526
527         * lily/slur-engraver.cc (finalize): 
528
529         * lily/script-interface.cc: add inside-slur property.
530
531         * lily/slur-engraver.cc (finalize): read inside-slur property.
532
533         * scm/lily.scm (postscript->png): use ~a iso. ~s in progress
534         message.
535
536         * ly/property-init.ly (unHideNotes): hide accidentals at staff
537         level. Fixes: hideNotes-accidental.ly
538
539 2004-08-23  Pedro Kroger  <kroeger@pedrokroeger.net>
540
541         * scm/page-layout.scm (plain-header): fix bug that print page
542         number in the first page if firstpagenumber was different than 1.
543
544 2004-08-23  Han-Wen Nienhuys   <hanwen@xs4all.nl>
545
546         * scm/framework-ps.scm (define-fonts): use UPCASE for Bluesky
547         fonts. Fixes triangle markup for chords.
548
549         * lily/slur-quanting.cc (score_extra_encompass): make score depend
550         on distance. This fixes slur-tenuto.ly and slur-tie.ly
551  
552         * flower/include/interval.hh (T>): add distance() function
553
554         * lily/ottava-bracket.cc (print): add dots to extent. Fixes
555         octaviation-dot.ly 
556
557         * lily/context-scheme.cc: ly_context_grob_definition: new function.
558
559         * VERSION (MY_PATCH_LEVEL): release 2.3.12
560
561         * lily/new-slur.cc (add_column): remove set_interface()
562
563 2004-08-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
564
565         * input/regression/slur-double.ly: new file. 
566
567         * lily/slur-engraver.cc: add doubleSlurs property
568
569         * scm/fret-diagrams.scm (label-fret): use cond instead of case for
570         symbols.
571
572         * Documentation/user/notation.itely (Easy Notation note heads):
573         revise notation Chapter.
574
575         * ly/music-functions-init.ly (makecluster): add makeClusters music function.
576
577         * lily/part-combine-engraver.cc: rename soloADue ->
578         printPartCombineTexts
579
580         * scripts/convert-ly.py (conv): junk script{Up|Down|Both}.
581
582         * lily/horizontal-bracket.cc (print): use
583         Tuplet_bracket::make_bracket, so it supports bracket-flare,
584         edge-eight and shorten-pair.
585
586 2004-08-22  Pedro Kroger  <kroeger@pedrokroeger.net>
587
588         * Documentation/user/changing-defaults.itely (Page layout):
589         description of firstpagenumber. Moved @refbugs about rightmargin
590         to the end of the section (it was looking like the documentation
591         after the refbugs was part of the bug comment).
592
593         * scm/framework-ps.scm (output-framework): set the first
594         postscript page number to firstpagenumber
595
596         * scm/page-layout.scm (ly:optimal-page-breaks): print the first
597         page number according to firstpagenumber
598
599         * scm/paper.scm (set-paper-dimensions): added firstpagenumber
600         parameter
601
602 2004-08-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
603
604         * lily/slur-engraver.cc (class Slur_engraver): simplify: remove
605         nested slurs. 
606
607         * scripts/convert-ly.py (lilypond_version_re_str): handle
608         \version "bar" % "foo"
609
610         * lily/completion-note-heads-engraver.cc (process_music): set
611         duration-log before announcing object.
612         
613         * lily/staff-symbol.cc (print): subtract thickness from staff line
614         length
615
616         * lily/parser.yy (book_body): disallow { ..music.. } inside \book
617         
618 2004-08-21  Carl Sorensen  <carldsorensen@comcast.net>
619
620         * scm/stencil.scm: remove fontify-text and fontify-text-white
621
622 2004-08-21  Han-Wen Nienhuys   <hanwen@xs4all.nl>
623
624         * scm/part-combiner.scm: skip name string. Fixes segfault problem.
625
626         * Documentation/user/sound-output.texi (Sound): new file. Move all
627         MIDI related information.
628
629 2004-08-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
630
631         * lily/script-engraver.cc (acknowledge_grob): only take into
632         account note heads with a music cause. Fixes ambitus-accent.ly
633
634         * scm/define-markup-commands.scm (finger): set encoding to
635         fetaNumber.
636
637 2004-08-20  Erik Sandberg <ersa9195@student.uu.se>
638
639         * scripts/convert-ly.py: typo
640
641 2004-08-19  Carl Sorensen  <carldsorensen@comcast.net>
642
643         * scm/fret-diagrams.scm: Eliminate use of fontify-text; make 
644         font calls for diagrams based on paper and props
645
646 2004-08-19  Graham Percival <gperlist@shaw.ca>
647
648         * scripts/convert-ly.py: add \newpage -> \pageBreak rule.
649
650 2004-08-19  Erik Sandberg <ersa9195@student.uu.se>
651
652         * ly/spanners-init.ly: Correct meanings of setTextDecresc/Dim,
653         added setHairpinDecresc/Dim
654
655 2004-08-19  Jan Nieuwenhuizen  <janneke@gnu.org>
656
657         * lily/include/lily-guile.hh: Cosmetics.
658
659 2004-08-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
660
661         * input/regression/fermata-rest-position.ly: new file
662
663         * ly/property-init.ly (hideNotes): remove \setMmRestFermata
664
665         * scripts/convert-ly.py (conv): add rule for \setMmRestFermata
666
667 2004-08-18  Nicolas Sceaux  <nicolas.sceaux@free.fr>
668
669         * scm/framework-tex.scm (output-preview-framework) 
670         (output-classic-framework): 
671         * scm/framework-ps.scm (output-preview-framework):
672         s/ly:paper-book-lines/ly:paper-book-systems/g
673
674         * scm/fret-diagrams.scm (ss-font-encoding):
675         s/my-font-encoding/ss-font-encoding
676
677 2004-08-18  Mats Bengtsson  <mabe@drongo.s3.kth.se>
678
679         * scm/music-functions.scm (direction-polyphonic-grobs): Set
680         direction also on fingerings.
681
682         * lily/clef-engraver.cc: Add forceClef to list of read properties.
683
684 2004-08-18  Jan Nieuwenhuizen  <janneke@gnu.org>
685
686         * po/nl.po: Some updates.
687
688         * scm/lily.scm (_): New function.
689         (postscript->pdf, postscript->png, lilypond-main)
690         (postscript->pdf): Use it.  Write messages to stderr.
691
692         * stepmake/stepmake/po-targets.make (ALL_PO_SOURCES): Add SCM_FILES.
693
694         * scm/GNUmakefile (XGETTEXT_FLAGS): Set language to Lisp.
695         xgettext does not recognise scheme yet.  Patch submitted.
696
697         * lily/scm-option.cc (LY_DEFINE):
698         * lily/main.cc: The program is now called lilypond (WAS: lilypond-bin).
699
700         * lily/rest-collision.cc (do_shift): Uniformise two too many rests
701         messages.
702
703         * lily/include/paper-book.hh
704         * lily/include/paper-system.hh: Finish renaming of paper-line to
705         system.  Fix users.
706
707 2004-08-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
708
709         * scm/documentation-generate.scm (string-append): add version.
710
711         * scm/define-markup-commands.scm (box): add box-padding and
712         thickness props for the box command.
713  
714         * Documentation/user/changing-defaults.itely (Text encoding):
715         elucidate use of \encoding for \header strings.
716
717         * lily/parser.yy (lyric_element): use \encoding for lyrics strings.
718
719         * lily/score.cc (LY_DEFINE): check if length of music > 0. Fixes:
720         staff-change.ly
721
722         * lily/output-def.cc (assign_context_def): use set_variable().
723
724         * lily/text-item.cc (interpret_string): accept string input
725         encoding too.
726
727         * scm/encoding.scm (read-encoding-file): print warning when file
728         can't be found.
729
730         * tex/latin1.enc: remove.
731
732         * tex/GNUmakefile ($(outdir)/latin1.enc): create latin1 from GS.
733
734         * lily/rod.cc (columnize): robustness fix. Don't crash for
735         nil span points. Fixes: appoggiatura-segfault.ly
736         (add_to_cols): extra robustness fix.
737
738 2004-08-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
739
740         * lily/text-item.cc (interpret_string): use lookup_variable() to
741         fidn inputencoding. Now, \paper inherits inputencoding from
742         \bookpaper.
743
744         * lily/script-engraver.cc (stop_translation_timestep): remove slur
745         collision kludge.
746
747         * lily/dynamic-engraver.cc (typeset_all): remove slur collision
748         kludge.
749
750 2004-08-14  Jan Nieuwenhuizen  <janneke@gnu.org>
751
752         * lily/main.cc (parse_argv): Bugfix: handle 'p'.  Add warning.
753
754 2004-08-13  Jan Nieuwenhuizen  <janneke@gnu.org>
755
756         * lily/spanner.cc (spanned_rank_iv): Bugfix.
757
758         * lily.scm: Mark un-internationlised user messages (with FIXME).
759
760         * lily/include/modified-font-metric.hh (struct
761         Modified_font_metric): New file.  (WAS: incorrectly named
762         scaled-font-metric.hh ?)
763
764         * lily/include/scaled-font-metric.hh: Remove.
765
766         * lily/text-item.cc (interpret_string): Identify and document
767         input-encoding problem.
768
769         * lily/paper-book.cc (pages): Do not use `paper' as variable name
770         for a Bookpaper.
771
772         * tex/latin1.enc: Replace /minus with /hyphen.
773
774         * scm/encoding.scm: For latin1 (input-)encoding, use
775         latin1.  (Cork.enc is NOT latin1 -- see man latin1).
776
777         * ly/book-paper-defaults.ly: Add a comment about suspicious TeX
778         inputencoding.
779
780 2004-08-12  Heikki Junes  <hjunes@cc.hut.fi>
781
782         * Documentation/topdocs/INSTALL.html: fixes.
783
784 2004-08-12  Jan Nieuwenhuizen  <jan.nieuwenhuizen@aspiratie.nl>
785
786         * buildscripts/builder.py: Fix for scons CVS.
787
788 2004-08-11  Heikki Junes  <hjunes@cc.hut.fi>
789
790         * Documentation/user/notation.itely,
791         Documentation/topdocs/NEWS.texi, input/test/ambitus-mixed.ly,
792         input/test/ambitus-mixed.ly: fix plurals:
793         english: ambit, pl. ambits; latin: ambitus, pl. ambitus.
794
795 2004-08-11  Jan Nieuwenhuizen  <janneke@gnu.org>
796
797         * lily/dynamic-engraver.cc (typeset_all):
798         * lily/script-engraver.cc (stop_translation_timestep): Handle
799         collisions with new-slur.
800
801 2004-08-10  Jan Nieuwenhuizen  <janneke@gnu.org>
802
803         * scm/define-grobs.scm (all-grob-descriptions): Add
804         new-slur-interface.
805
806 2004-08-03  Jan Nieuwenhuizen  <janneke@gnu.org>
807
808         * elisp/lilypond-mode.el (LilyPond-command-alist): LilyPond now
809         produces .PS
810
811 2004-08-09  Carl Sorensen  <carldsorensen@comcast.net>
812
813         * scm/define-grob-properties.scm (all-user-grob-properties): fix
814         definition of number-type
815
816 2004-08-08  Carl Sorensen  <carldsorensen@comcast.net>
817
818         * scm/fret-diagrams.scm : change sans-serif font encoding from 
819         TeX-text to ec (uses ecss fonts instead of cmss fonts)
820
821         * scm/define-grob-interfaces.scm (fret-diagram-interface): add
822         number-type and label-dir
823
824         * scm/define-grob-properties.scm: add number-type and label-dir
825
826         * scm/fret-diagrams.scm (label-fret): allow fret label to be on either 
827         left or right.  Allow choice of upper-case roman, lower-case roman, or
828         arabic numerals in fret label
829
830 2004-08-04  Werner Lemberg  <wl@gnu.org>
831
832         * lily/slur-quanting.cc: Include libc-extension.hh.
833         s/round/my_round/.
834         * ly/engraver-init.ly (VaticanaVoice, GregorianTranscriptionVoice):
835         s/autobeaming/autoBeaming/.
836
837 2004-08-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
838
839         * VERSION: 2.3.11 released.
840
841         * scripts/lilypond-book.py (Lilypond_file_snippet.ly): reinstate
842         renameinput.
843
844 2004-08-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
845
846         * lily/lookup.cc (round_filled_box): remove warnings about blot
847         diameter.
848
849         * scm/paper.scm (paper-set-staff-size): make linethickness more
850         easily tunable.
851
852         * lily/parser.yy (new_lyrics): \addlyrics -> \oldaddlyrics,
853         \newlyrics -> \addlyrics
854
855         * lily/text-spanner.cc (print): use it.
856
857         * lily/dynamic-text-spanner.cc (print): use it.
858
859         * lily/grob.cc (robust_relative_extent): new function.
860
861         * scripts/lilypond-book.py (main): add -f tex as default process.
862
863         * lily/text-spanner.cc (print): only take linear_combination of
864         nonempty interval.
865         
866
867 2004-08-02  Pedro Kroger  <kroeger@pedrokroeger.net>
868
869         * scm/page-layout.scm (default-page-make-stencil): If leftmargin
870         isn't specified by the user in \bookpaper center the music in the
871         page.
872
873 2004-08-02  Mats Bengtsson  <mabe@drongo.s3.kth.se>
874
875         * Fix some problems after the renaming of my-lily -> lily
876
877 2004-08-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
878
879         * lily/lily-parser.cc (parse_string): don't overwrite keytable_.
880
881         * lily/slur-quanting.cc (enumerate_attachments): apply center on
882         stem-X in more cases. 
883
884         * lily/stem.cc (dim_callback): solve todo.
885
886 2004-08-01  Han-Wen Nienhuys   <hanwen@xs4all.nl>
887
888         * input/test/README: new file.
889
890         * lily/lily-parser.cc: rename my-lily* files.
891
892         * lily/my-lily-parser.cc (LY_DEFINE): plug memory leak: unprotect
893         parser.
894
895         * lily/include/my-lily-lexer.hh (class Lily_lexer): smobify lexer.
896
897         * lily/include/my-lily-parser.hh: rename My_lily -> Lily
898
899         * make/mutopia-targets.make (local-WWW): don't make ps.gz
900         examples. They take a huge amount of space.
901
902         * Documentation/user/GNUmakefile: fix symlinks.
903
904         * VERSION: 2.3.10 released.
905         
906         * input/test/lyrics-skip-notes.ly: remove
907
908         * input/test/stem-cross-staff.ly (noFlag): fold into manual
909
910         * input/test/{spacing-2,staff-space,tablature,textscript}.ly:
911         remove.
912
913 2004-08-01  Heikki Junes  <hanwen@xs4all.nl>
914
915         * Documentation/user/{changing-defaults,notation,tutorial}.itely: fixes.
916
917 2004-08-01  Han-Wen Nienhuys   <hanwen@xs4all.nl>
918
919         * input/regression/beam-dir-functions.ly: move from test/
920
921         * Documentation/user/notation.itely (Feathered beams): new node.
922
923         * Documentation/user/changing-defaults.itely (Difficult tweaks):
924         new node
925
926         * input/regression/lyric-hyphen-retain.ly: move to regression.
927
928         * input/regression/harmonic.ly: fold into manual
929         
930         * input/test/{hshift,move-accidentals,crescendi,feathered-beam,
931         stem-length,chord-names-no-inversions}.ly: remove
932         
933         * input/test/tie-cross-voice.ly: move to regression.
934
935         * Documentation/user/notation.itely (Running trills): new node.
936
937         * scm/define-grobs.scm (all-grob-descriptions): new grob TrillSpanner
938
939         * scm/define-music-types.scm (music-descriptions): add TrillSpanEvent
940
941         * lily/trill-spanner-engraver.cc: new file.
942
943         * input/regression/trill-spanner.ly: new file.
944
945         * input/test/timing.ly: fold into manual.
946
947         * input/test/time.ly: remove
948
949         * input/test/trill.ly: remove
950         
951         * input/test/time-signature-double.ly: fold into manual
952
953         * input/test/separate-staccato.ly: remove
954
955         * input/test/spanner-after-break-tweak.ly: fold into manual.
956
957         * input/test/script-priority.ly: fold into manual.
958
959         * input/test/scheme-interactions.ly: remove.
960         
961         * input/test/unfold-all-repeats.ly (mel),
962         input/test/repeat.ly,input/test/repeat-shorter-bracket.ly,
963         input/test/polymetric-differing-notes.ly input/test/polymetric.ly:
964         fold into manual.
965
966         * input/regression/no-staff.ly: move from input/test/
967
968         * input/regression/markup-score.ly: move from input/test/
969
970         * input/test/lyrics-melisma-faster.ly: fold into manual
971         
972         * input/test/lyrics-melisma-variants.ly: fold into manual
973
974         * Documentation/user/notation.itely (Popular music): new node. 
975
976         * input/test/gourlay.ly: remove
977         
978         * input/test/improv.ly: fold into manual.
979
980         * input/test/figured-bass-alternate.ly (fl): remove
981
982         * lily/dynamic-text-spanner.cc (print): new file.
983
984         * scm/define-grobs.scm (all-grob-descriptions): add DynamicTextSpanner
985
986         * lily/engraver-group-engraver.cc (do_announces): reorder logic:
987         keep recursing into children in case a parent context inserts a
988         grob into a child context.
989
990         * lily/dynamic-engraver.cc (acknowledge_grob): add accidentals to
991         
992 2004-07-31  Han-Wen Nienhuys   <hanwen@xs4all.nl>
993
994         * scm/define-markup-commands.scm (postscript): new markup command
995         \postscript
996
997         * Documentation/user/notation.itely (Formatting cue notes): new
998         section.
999
1000         * input/test/clef-end-of-line.ly: fold into manual.
1001
1002         * input/test/scales-greek.ly: remove.
1003
1004         * input/test/chords-without-melody.ly: fold into manual.
1005
1006         * input/test/cadenza-skip.ly: remove.
1007
1008         * input/test/clef-8-syntax.ly: remove.
1009
1010         * input/test/clef-manual-control.ly: move into manual.
1011
1012         * Documentation/user/notation.itely (Aligning to cadenzas): fold
1013         in cadenza-skip.ly
1014
1015         * mf/parmesan*.mf: change neo_mensural to neomensural.
1016
1017         * input/test/trills.ly: remove.
1018
1019         * input/test/transposition.ly: remove.
1020
1021         * input/test/to-xml.ly: move to no-notation.
1022
1023         * buildscripts/lilypond-profile.sh: change zsh bomb to warning.
1024
1025         * lily/ledger-line-spanner.cc (print): use staff variable, not
1026         me. Fixes ledger lines on differently sized staves.
1027
1028         * input/test/rhythm-excercise.ly: remove file.
1029
1030         * lily/stem.cc (dim_callback): only do something if visible. Fixes
1031         spurious flag not found warning for 128th rest.
1032
1033         * input/regression/rest-dot-position.ly: new file.
1034         
1035         * input/test/rest-dot-positions.ly: remove
1036
1037         * lily/staff-symbol-referencer.cc (get_position): emergency
1038         fallback: use coordinate * 2.
1039
1040         * input/no-notation/midi-scales.ly: move from test/
1041
1042         * scm/define-markup-commands.scm (score): remove debugging code.
1043
1044         * input/test/incipit.ly (violin): remove. 
1045
1046         * lily/system-start-delimiter.cc (print): only draw system
1047         delimiter to staves that reach up to left bound of the delimiter.
1048
1049         * input/no-notation/embedded-scm.ly: move from test/
1050
1051         * input/test/follow-voice.ly: remove
1052
1053         * input/no-notation/dynamic-absolute-volume.ly: move from test/.
1054
1055         * input/test/drarn*: remove
1056         
1057         * input/test/count-systems.ly: remove.
1058
1059         * lily/bar-line.cc (compound_barline): fix : for staff without
1060         lines.
1061
1062         * lily/accidental.cc (print): use music_font_alist_chain(). This
1063         fixes smaller cautionaries.
1064
1065         * scm/define-grobs.scm (all-grob-descriptions): use fetaMusic
1066         encoding for accidental.
1067
1068         * Documentation/user/notation.itely (Educational use): new section
1069
1070         * input/test/*.ly: clean up directory: move examples into manual
1071         or regtest.
1072         
1073
1074         * stepmake/stepmake/metafont-rules.make ($(outdir)/%.log): add
1075         mode as well. This fixes resolution errors.
1076
1077 2004-07-30  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1078
1079         * scm/lily.scm (postscript->png): show commands for --verbose.
1080
1081         * flower/include/getopt-long.hh: opps. short option should be
1082         char, not int.
1083
1084         * Documentation/user/GNUmakefile: use symlinks to save space.
1085
1086         * VERSION: 2.3.9 released.
1087
1088         * scripts/convert-ly.py (conv): remove \lyrics from \lyricsto.
1089
1090         * ly/gregorian-init.ly (neumeDemoPaper): remove duplication from
1091         manual.
1092
1093         * Documentation/user/tutorial.itely (Integrating text and music):
1094         remove \score and \notes from manual.
1095
1096         * lily/my-lily-lexer.cc (My_lily_lexer): really switch on note
1097         mode in the beginning.
1098
1099 2004-07-30  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1100
1101         * Documentation/user/changing-defaults.itely (Horizontal spacing):
1102         Correct the documentation of the spacing parameters. 
1103
1104         * Documentation/user/tutorial.itely (Integrating text and music), 
1105         Documentation/user/lilypond-book.itely (Integrating LaTeX and
1106         music): Document that you need to add the map file ec-mftrace.map
1107         in the dvips command.   
1108
1109 2004-07-30  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1110
1111         * lily/score-engraver.cc (initialize): abort if ecrm10.pfa not
1112         found.
1113
1114         * lily/text-item.cc (interpret_string): insert encoding setting
1115         here
1116
1117         * scm/framework-ps.scm (ps-font-command): remove feta/parmesan
1118         encoding kludge.
1119
1120         * Documentation/user/changing-defaults.itely (Text encoding): node
1121         on encoding.
1122
1123         * lily/lyric-engraver.cc (try_music): remove superfluous check.
1124
1125         * lily/book-paper-def.cc (find_scaled_font): remove default
1126         encoding, because it messes up font loading for feta and
1127         parmesan. Encoding should only be specified for running texts.
1128
1129         * lily/modified-font-metric.cc (text_dimension): support coding
1130         scheme ""
1131         
1132 2004-07-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1133
1134         * lily/tie-engraver.cc (stop_translation_timestep): remember tie
1135         definition, so \override works as expected.
1136
1137         * lily/measure-grouping-engraver.cc: clarify
1138
1139 2004-07-27  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1140
1141         * lily/parser.yy (context_def_mod): remove \consistsend
1142
1143         * lily/context-def.cc (instantiate): use Translator::must_be_last
1144         to determine engraver order.
1145
1146         * lily/translator.cc (must_be_last): new function
1147
1148         * scripts/convert-ly.py (conv): rule.
1149
1150         * lily/bar-line.cc (print): return '() for height == 0.0 too.
1151
1152 2004-07-27  Heikki Junes  <hjunes@cc.hut.fi>
1153
1154         * input/regression/{stanza-number,volta-multi-staff}.ly: fix docs.
1155  
1156 2004-07-26  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1157
1158         * lily/include/lily-guile.hh (scm_is_int): compat glue.
1159
1160 2004-07-25  Pedro Kroger  <kroeger@pedrokroeger.net>
1161
1162         * input/regression/page-layout.ly: new file.
1163
1164         * scm/paper.scm (set-paper-dimensions): Preliminary support for
1165         left and right margins.
1166
1167         * Documentation/user/changing-defaults.itely (Page layout):
1168         Explain the leftmargin option.
1169
1170 2004-07-25  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1171
1172         * input/test/lyrics-melisma-variants.ly (texidoc): new file.
1173
1174         * input/test/lyrics-melisma-faster.ly: new file.
1175
1176         * lily/new-lyric-combine-music-iterator.cc (find_voice): allow
1177         change of melody by setting associatedVoice.
1178
1179         * lily/parser.yy (re_rhythmed_music): \lyricsto implies lyrics mode.
1180
1181         * scripts/lilypond-book.py (Lilypond_file_snippet.ly): don't copy
1182         file contents, rather \include them, so default linewidth is set.
1183         (ly_options): make BOOKPAPER set of options. Move linewidth
1184         settings there.
1185
1186         * Documentation/user/examples.itely: new file. Templates are to be
1187         moved here.
1188
1189         * Documentation/user/programming-interface.itely: move chapter.
1190
1191         * scm/document-markup.scm (doc-markup-function): add @code
1192
1193         * stepmake/stepmake/texinfo-rules.make: remove chmod.
1194
1195 2004-07-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1196
1197         * scm/page-layout.scm (plain-header): add printpagenumber boolean
1198         to bookpaper.
1199
1200         * make/mutopia-rules.make ($(outdir)/%.png $(outdir)/%.pdf
1201         $(outdir)/%.ly $(outdir)/%.ps): do all targets from lilypond binary.
1202
1203         * scripts/lilypond-latex.py (run_dvips): remove -bin everywhere.
1204
1205         * lily/GNUmakefile (NAME): create lilypond, not lilypond-bin 
1206
1207         * scripts/lilypond-latex.py: move from lilypond.py
1208
1209         * make/lilypond-vars.make: centralize LILYPOND_BOOK_FLAGS setting.
1210         (LILYPOND_BOOK_FLAGS): use -f tex for lilypond-book.
1211
1212         * scm/lily.scm (postscript->png): new function
1213         (postscript->pdf): new function
1214
1215         * lily/paper-book.cc (post_processing): call
1216         convert-to-{dvi,ps,png,pdf}
1217
1218         * scripts/ps2png.py (option_definitions): new file.
1219
1220         * lily/paper-book.cc (output): call output-preview-framework
1221         (post_processing): new function. Do PDF/PNG conversion.
1222
1223         * lily/paper-outputter.cc (close): new function.
1224
1225         * scm/framework-ps.scm (convert-to-pdf): new function. Call
1226         ps2pdf.
1227         (output-preview-framework): new function. Generate a preview .ps
1228         
1229
1230 2004-07-23  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1231
1232         * VERSION: release 2.3.8
1233         
1234         * lily/note-head.cc: remove ledger line handling.
1235
1236         * lily/ambitus.cc (print): strip away accidental / note head code,
1237         and associated properties.
1238
1239         * lily/ambitus-engraver.cc (create_ambitus): change name to
1240         AmbitusLine. Create AmbitusAccidental and AmbitusNoteHead for
1241         other ambitus parts.
1242         (create_ambitus): group grobs in Ambitus grouping object. 
1243
1244         * lily/include/pitch-interval.hh (Pitch>): new file.
1245
1246         * lily/pitch-interval.cc (add_point): new file.
1247
1248         * lily/ledger-line-engraver.cc: new file.
1249
1250         * lily/ledger-line-spanner.cc (print): new file. Set limits to
1251         ledger line length to avoid clashes.
1252
1253 2004-07-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1254
1255         * Documentation/user/invoking.itexi (Invoking lilypond): remove
1256         deprecated options
1257
1258 2004-07-21  Jan Nieuwenhuizen  <janneke@gnu.org>
1259
1260         * SConstruct: Use only code files for TAGS.  Change GO_FAST_BUTTON
1261         to command line option: fast=1 (default on).
1262
1263         * SConstruct[GO_FAST_BUTTON]: implement tips from Andreas Roach.
1264         This brings SCons run-time on up-to-date tree down from 48s with
1265         only checksums, to 34s without 2day checksums, to 14s (make needs
1266         4 seconds).
1267         (subdirs)[GO_FAST_BUTTON]: Try to read all subdirs only when
1268         necessary.
1269
1270 2004-07-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1271
1272         * lily/slur-quanting.cc (score_extra_encompass): add  break ;
1273         (score_extra_encompass): process scripts at edges too, by checking
1274         control points directly. 
1275
1276 2004-07-20  Jan Nieuwenhuizen  <janneke@gnu.org>
1277
1278         * po/nl.po: Update.
1279
1280         * lily/main.cc: Fix ly:option-usage help.
1281
1282         * input/regression/slur-script.ly: More collision tests.
1283
1284         * GNUmakefile.in (EXTRA_DIST_FILES): Add SConstruct.
1285
1286 2004-07-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1287
1288         * VERSION: release 2.3.7
1289
1290         * stepmake/generic-vars.make (EXTRA_DIST_FILES): dist SConscript
1291         files.
1292
1293         * Documentation/user/notation.itely (Slurs): document ^ and _ for
1294         slurs.
1295
1296         * input/regression/slur-script.ly: new file.
1297
1298         * lily/accidental-engraver.cc (process_acknowledged_grobs):
1299         make accidental appear to come from note head engraver.
1300
1301         * lily/slur-quanting.cc: new file.
1302         (score_extra_encompass): new function. Avoid scripts and
1303         accidentals
1304
1305 2004-07-18  Jan Nieuwenhuizen  <janneke@gnu.org>
1306
1307         * lily/include/lily-guile.hh: Remove guile-1.4 compatibility.
1308         This greatly reduces the number of files that get recompiled
1309         after touching config.hh.
1310
1311         * config.hh.in: Remove GUILE_*_VERSION.
1312
1313         * lily/new-slur.cc: Resolve conflicts.
1314
1315         * lily/stem-engraver.cc (make_stem): New method.
1316
1317         * lily/include/script-interface.hh:
1318         * lily/script-interface.cc: New file.
1319
1320         * lily/include/script.hh:
1321         * lily/script.cc: Remove.
1322
1323         * lily/music.cc (duration_log): New method.
1324
1325         * lily/script.cc (struct Skript): Remove.
1326
1327         * lily/new-slur.cc (get_base_attachments): Try at articulations.
1328         Lots of coding cleanups (Stom).
1329
1330 2004-07-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1331
1332         * lily/new-slur.cc (avoid_staff_line): new function: avoid
1333         collisions with staff lines.
1334
1335         * lily/my-lily-parser.cc (LY_DEFINE): add directory of argument to
1336         global_path
1337
1338         * scm/define-grobs.scm (all-grob-descriptions): set ratio
1339         .25. This flattens short slurs.
1340
1341         * lily/new-slur.cc (enumerate_attachments): move X of attachment
1342         points for tilted slurs.
1343
1344         * input/regression/slur-tilt.ly: new file.
1345
1346         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): shorten
1347         stems of 16th graces too.
1348
1349         * lily/beam-quanting.cc (score_forbidden_quants): make forbidden
1350         quant penalty dependent on how much the line is in the gap.
1351
1352         * input/regression/grace-stem-length.ly: new file.
1353
1354         * lily/beam-quanting.cc (score_forbidden_quants): remove
1355         interquant check. The penalty of 1000 is much too harsh, and the
1356         inter case should be caught by check-staff-line-in-gap check.
1357
1358         * lily/scm-option.cc: move debug-beam to \paper.
1359
1360         * scripts/lilypond-book.py (Lilypond_snippet.write_ly): create
1361         .txt files to appease makeinfo.
1362
1363         * input/mutopia/W.A.Mozart/mozart-hrn-3.ly:
1364         remove texttagline.
1365         
1366         * lily/new-slur.cc: cleanup, split in functions.
1367
1368         * lily/parser.yy (chord_body_element): allow octave-check = inside
1369         chord body. 
1370
1371         * lily/new-slur.cc (score_encompass): variable head-distance penalty.
1372
1373         * lily/stem.cc (height): call Beam::after_line_breaking().
1374
1375         * lily/rest-collision.cc (force_shift_callback): only call shift
1376         for columns containing rests.
1377
1378         * lily/new-slur.cc (print): use debug-slur-quanting paper var.
1379
1380         * input/regression/font-postscript.ly: invoke afm2tfm. 
1381
1382 2004-07-18  Jan Nieuwenhuizen  <janneke@gnu.org>
1383
1384         * mf/SConscript: Build map files.
1385
1386         * SConstruct: Rename $out to out-www in web.
1387
1388 2004-07-17  Jan Nieuwenhuizen  <janneke@gnu.org>
1389
1390         * SConstruct (web_kluts): Have make web build in out-www.  Not.
1391
1392 2004-07-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1393
1394         * Documentation/user/music-glossary.tely (Top): add fragment to
1395         pertinent @lilypond entries.
1396
1397         * scm/define-grobs.scm: switch on new-slur by default.
1398
1399         * lily/scm-option.cc: symbol != string.
1400
1401         * lily/new-slur.cc (set_end_points): handle broken slurs. Doesn't
1402         really work yet.
1403         (set_end_points): make X coord of attachment dependent on  Y.
1404         (score_encompass): add edges too.
1405
1406 2004-07-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1407
1408         * lily/stem.cc (get_beaming): new function.
1409
1410         * scripts/lilypond-book.py (compose_ly): make fragment mandatory
1411         for fragment snippets. This fixes inclusion of toplevel-music
1412         examples (such as new-slur.ly)
1413  
1414 2004-07-16  Jan Nieuwenhuizen  <janneke@gnu.org>
1415
1416         * scripts/lilypond-book.py: Remove second import of stat.
1417
1418         * More SCons cleanups.
1419
1420         * Documentation/bibliography/computer-notation.bib (note): Remove
1421         extraneous closing brace.
1422
1423 2004-07-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1424
1425         * scripts/lilypond-book.py (Lilypond_snippet.is_outdated): fix
1426         stat calls.
1427
1428         * Documentation/bibliography/SConscript (bibs): failed try to get
1429         bib2html find html-long.bst.
1430
1431         * buildscripts/bib2html.py (stat): fail if bibtex fails.
1432
1433         * make/stepmake.make: use usescons for using scons. 
1434
1435 2004-07-16  Jan Nieuwenhuizen  <janneke@gnu.org>
1436
1437         * scripts/lilypond-book.py (Lilypond_snippet.is_outdated): Check
1438         for lilypondend.  Import stat (huh?).
1439
1440 2004-07-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1441
1442         * make/mutopia-vars.make ($(addprefix $(outdir)/,$(LYM4_FILES):
1443         bypass dvi. 
1444
1445         * input/regression/font-postscript.ly: new file. 
1446
1447         * scm/framework-ps.scm (load-fonts): load pfb files too.
1448
1449         * lily/pfb.cc (pfb2pfa): new file.
1450
1451 2004-07-15  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1452
1453         * scripts/lilypond-book.py (PREAMBLE_LY): set
1454         toplevel-music-handler too.
1455
1456 2004-07-15  Jan Nieuwenhuizen  <janneke@gnu.org>
1457
1458         * SConstruct (symlink): Add dvips and music-drawing-routines.ps.
1459         (web_path): Fixes for webball.  Install fixes, add DESTDIR option.
1460
1461         * lily/slur.cc: Add quant-score to interface.  Fixes web build.
1462
1463         * python/SConscript:
1464         * python/vim:
1465         * input/mutopia/*SConscript: New file.
1466
1467         * input/mutopia/W.A.Mozart/: Use .ily suffix for includes.
1468
1469         * scm/define-grobs.scm (all-grob-descriptions): Use ,Slur::height,
1470         fixes web build.
1471
1472         * make/stepmake.make (scons): re-route to SCONS if user has been
1473         running scons in this tree.
1474
1475         * SConstruct (config_vars): Add CPPDEFINES.
1476         (env): Set checksums type to "content".
1477         (save_config_cache): Do not exit after configuring when using
1478         checksums (the default) instead of timestamps.
1479
1480 2004-07-15  Jan Nieuwenhuizen  <janneke@gnu.org>
1481
1482         * SConstruct: Further development.
1483
1484         * input/test/SConscript: 
1485         * input/template/SConscript: 
1486         * input/regression/SConscript: 
1487         * Documentation/bibliography/SConscript:
1488         * Documentation/bibliography/index.html.in: New file.
1489
1490         * Documentation/bibliography/GNUmakefile (local-WWW): Remove index
1491         generation.
1492
1493         * buildscripts/builder.py: Add new builders.
1494
1495         * make/stepmake.make: 
1496         * stepmake/stepmake/*.make: 
1497         * configure.in:
1498         * lily/*:
1499         * flower*: Use config.hh (Was config.h).
1500
1501         * scm/encoding.scm (get-coding): Print friendly error message when
1502         no encoding is found, rather than crashing.
1503
1504 2004-07-15  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1505
1506         * lily/new-slur.cc (score_slopes): strong sloping score only when
1507         stems point in same dir. 
1508
1509 2004-07-14  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1510
1511         * input/mutopia/W.A.Mozart/mozart-hrn3-rondo.ly (rondo): bugfix
1512         for beam start.
1513
1514         * lily/parser.yy (context_prop_spec): check grob name for
1515         alphanumericness..
1516
1517         * lily/lyric-engraver.cc: creates LyricText objects
1518
1519 2004-07-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1520
1521         * lily/include/lily-guile.hh (scm_from_int): add scm_from_int glue.
1522
1523 2004-07-13  Jan Nieuwenhuizen  <janneke@gnu.org>
1524
1525         * SConstruct: Configure only pristine build tree or on user
1526         request.  Cleanups.  Add Documentation/topdocs to subdirs.
1527         Use checksums instead of timestamps.
1528         (CheckYYCurrentBuffer): Return result.
1529
1530         * Documentation/topdocs/SConscript: New file.
1531
1532 2004-07-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1533
1534         * lily/staff-symbol-referencer.cc (on_staffline): bugfix 
1535
1536         * lily/scm-hash.cc (get): SCM_MAKINUM is deprecated. Use
1537         scm_from_int instead.
1538
1539 2004-07-12  Jan Nieuwenhuizen  <janneke@gnu.org>
1540
1541         * SConstruct: Updates.  Add targets: tar, dist, release.
1542
1543 2004-07-11  Jan Nieuwenhuizen  <janneke@gnu.org>
1544
1545         * input/mutopia-header.ly: Generate output.
1546
1547         * SConstruct:
1548         * buildscripts/builder.py:
1549         * Documentation/user/SConscript: SCons fixes.
1550
1551 2004-07-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1552
1553         * lily/new-slur.cc (class New_slur): new file. Score based slur
1554         computations.
1555
1556 2004-07-10  Jan Nieuwenhuizen  <janneke@gnu.org>
1557
1558         * mf/SConscript: Remove Builders.
1559
1560         * buildscripts/builder.py: Add LilyPond, Abc2ly and MF builders.
1561
1562         * input/SConscript: 
1563         * Documentation/user/SConscript: New file.
1564
1565 2004-07-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1566
1567         * Documentation/topdocs/NEWS.texi (Top): add note about new
1568         emacs electric-|
1569
1570         * scm/*.scm: adapt ly:warn calls.
1571
1572         * lily/lily-guile.cc (LY_DEFINE): use format on ly:warn arguments.
1573
1574         * lily/repeat-acknowledge-engraver.cc (process_music): look at
1575         main timing, not grace timing. Fixes volta-repeat-grace.
1576
1577         * lily/kpath.cc (LY_DEFINE): ly:kpathsea-expand-path, new function
1578         remove ly:kpathsea-gulp-file.
1579
1580         * scm/translation-functions.scm (format-metronome-markup): make
1581         note smaller, align to bottom.
1582
1583         * scm/define-grobs.scm (all-grob-descriptions): metronome fixes.
1584
1585         * lily/metronome-engraver.cc (stop_translation_timestep): attach
1586         metronome to musical column. Don't ack time sigs or bar lines.
1587
1588 2004-07-10  Heikki Junes  <hjunes@cc.hut.fi>
1589
1590         * THANKS: sort, add David. Kristof contributed code, he is a
1591         contributor.
1592
1593 2004-07-09  David Svoboda      <svoboda@cmu.edu>
1594
1595         * elisp/lilypond-mode.el,
1596         * elisp/lilypond-what-beat.el: Added LilyPond-what-beat function to
1597         count beats between last measure stop | and point in emacs.
1598         
1599 2004-07-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1600
1601         * tex/GNUmakefile (TEX_FILES): don't dist
1602         music-drawing-routines.ps, latin1.enc 
1603
1604         * scripts/lilypond.py (include_path): remove --no-lily, --no-ps ,
1605         --no-pdf, --pdftex
1606         (copyright): add --latex option
1607         (ic_p.make_include_option): use direct PS as default.
1608
1609         * scm/beam.scm (check-slope-callbacks): check sign of slope. 
1610
1611         * input/regression/beam-concave.ly (rossFourBeams): add cases from Ross
1612
1613         * scm/script.scm (default-script-alist): marcato should follow
1614         into staff
1615         
1616 2004-07-09  Jan Nieuwenhuizen  <janneke@gnu.org>
1617
1618         * buildscripts/builder.py:
1619         
1620         * Documentation/SConscript (outdir): New file.  Add *list.ly
1621         dependencies.  Fixes PDF doc build.
1622
1623 2004-07-08  Jan Nieuwenhuizen  <janneke@gnu.org>
1624
1625         * SConstruct: Add Tar target (incomplete), fix install issues, fix
1626         run from build-dir.
1627
1628         * ly/SConscript:
1629         * scm/SConscript: New file.
1630
1631         * lily/main.cc (dir_info): Print variables in sh format.
1632
1633         * lily/includable-lexer.cc: Use #if iso #ifdef for HAVE_ tests.
1634
1635         * mf/SConscript: Update multiple target rules.
1636
1637         * SConstruct (assert_version): Add.
1638
1639 2004-07-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1640
1641         * SConstruct (key): add HAVE_FLEXLEXER_YY_CURRENT_BUFFER check.
1642
1643 2004-07-07  Jan Nieuwenhuizen  <janneke@gnu.org>
1644
1645         * buildscripts/mf-to-table.py: Do not try to open ''.
1646
1647         * mf/SConscript: New file.
1648
1649 2004-07-06  Carl Sorensen  <carldsorensen@comcast.net>
1650
1651         * scm/fret-diagrams.scm : Convert many properties to constants,
1652         reducing the pollution of the property namespace.
1653
1654         * scm/define-grob-properties.scm (all-user-grob-properties): Reduce
1655         unnecessary properties for fret-diagram
1656
1657         * scm/define-grob-interfaces.scm (fret-diagram-interface): Add symbols
1658         for interface
1659
1660 2004-07-07  Jan Nieuwenhuizen  <janneke@gnu.org>
1661
1662         * SConstruct: Update.
1663
1664 2004-07-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1665
1666         * input/regression/beam-quant-standard.ly (seconds): print desired
1667         quants when failing.
1668
1669 2004-07-06  Jan Nieuwenhuizen  <janneke@gnu.org>
1670
1671         * SConstruct:
1672         * flower/SConscript:
1673         * lily/SConscript: New file.
1674
1675 2004-07-05  Carl Sorensen  <carldsorensen@comcast.net>
1676
1677         * scm/define-grob-properties.scm (all-user-grob-properties): Add
1678         descriptions for all fret-diagram properties.
1679
1680         * scm/define-grob-interfaces.scm (fret-diagram-interface): Add
1681         fret-diagram interface code
1682
1683 2004-07-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1684
1685         * ly/book-paper-defaults.ly: set default encoding to ec.
1686
1687         * buildscripts/guile-gnome.sh (OPT): only compile pango if not
1688         installed.
1689
1690         * tex/latin1.enc: new file, from a2ps. 
1691
1692 2004-07-06  Heikki Junes  <hjunes@cc.hut.fi>
1693
1694         * stepmake/bin/add-html-footer.py: use <div> instead of <table>,
1695         add a faint, green border line.
1696
1697         * Documentation/index.html.in: drop <table>, add a faint border line.
1698
1699 2004-07-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1700
1701         * scm/font.scm (add-cmr-fonts): upright caps is eccc.
1702
1703         * Documentation/GNUmakefile (README_TOP_FILES): add THANKS.txt.
1704
1705 2004-07-02  Carl Sorensen  <carldsorensen@comcast.net>
1706
1707         * scm/output-ps.scm (white-text): Add scale paramter to allow scaling
1708
1709         * scm/output-tex.scm (white-text): Add scale parameter to allow font scaling
1710
1711         * scm/stencil.scm (fontify-text-white) : Adjust to better center, properly
1712         scale white text
1713
1714         * scm/fret-diagrams.scm (make-fret-diagram): change default dot
1715         position for numbered dots so dot will touch fret.
1716         (various routines): move to font-metric interface, rather than
1717         name, size interface.  Clean up comments.
1718
1719         * ps/music-drawing-routines.ps: (/draw_white_text)  Adjust font
1720         size and offset to better center white text.
1721
1722 2004-07-05  Jan Nieuwenhuizen  <janneke@gnu.org>
1723
1724         * ChangeLog: Remove pre-2.1 changes.
1725
1726         * Documentation/misc/ChangeLog-2.1: New file.
1727
1728         * stepmake/bin/release.py: Cleanup.  Add release marker if missing
1729         from ChangeLog.
1730
1731 2004-07-05  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1732
1733         * input/test/chords-below-volta-bracket.ly,
1734         input/test/no-key-at-end-of-line.ly: New example files (FAQs)
1735
1736 2004-07-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1737
1738         * VERSION: release 2.3.6
1739
1740         * input/regression/beam-quant-standard.ly: new file: test standard
1741         beam quants.
1742
1743         * scm/beam.scm (check-quant-callbacks): new function
1744         (check-beam-quant): new function: check whether current beam
1745         quants match argument.
1746
1747         * lily/beam-quanting.cc (score_forbidden_quants): fix problem with
1748         forbidden quant for sitting (upstem)/hanging (downstem) on outer
1749         staffline line.
1750
1751 2004-07-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1752
1753         * lily/parser.yy (Generic_prefix_music_scm): add (scm,scm) music
1754         functions.
1755
1756         * lily/note-collision.cc (do_shifts): align colliding notes to
1757         their leftmost note.
1758
1759         * input/regression/collision-alignment.ly: new file.
1760
1761         * ly/init.ly: don't print gc stats.
1762
1763         * scripts/lilypond-book.py (Lilypond_snippet.output_texinfo): add
1764         extra newline
1765
1766         * scm/define-grobs.scm (all-grob-descriptions): use (0 . 0) not #f
1767         for dimensions. This fixes ottava-remove-empty-staff.ly
1768
1769         * input/regression/lyrics-tenor-clef.ly: new file.
1770
1771         * lily/axis-group-engraver.cc (process_acknowledged_grobs): catch
1772         cyclic parents when two axis-group-engravers are
1773         present. Fixes: crash-axis-group-engraver.ly. 
1774         
1775         * input/test/volta-chord-names.ly: new file.
1776
1777         * scm/define-context-properties.scm
1778         (all-user-translation-properties): change voltaOnThisStaff
1779         definition. 
1780
1781         * lily/volta-engraver.cc (stop_translation_timestep): set bounds
1782         if necessary.
1783
1784         * lily/volta-bracket.cc (print): handle volta brackets without
1785         bars. 
1786
1787 2004-07-01  Jan Nieuwenhuizen  <janneke@gnu.org>
1788
1789         * scripts/abc2ly.py (try_parse_chord_delims): Bugfix: update to
1790         2.0 chord syntax.  Ouch.  (thanks Dave Phillips).
1791
1792 2004-07-01  Nicolas Sceaux  <nicolas.sceaux@free.fr>
1793
1794         * scm/output-gnome.scm: updated instructions for running gnome
1795         backend
1796
1797 2004-06-29  Carl Sorensen  <carldsorensen@attbi.net>
1798
1799         * scm/fret-diagrams.scm (draw-dots): default values for dot size
1800         and dot-position now depend on finger-code value; in-dot makes
1801         dots larger and centered.
1802         (draw-barre): added straight-barre indicator option
1803         (draw-dots): made fontify-text-white work.
1804
1805         * music-drawing-routines.ps: added /draw_white_text
1806
1807         * scm/output-tex.scm:  added white-text
1808
1809         * scm/output-ps.scm:  added white-text
1810
1811         * scm/lily.scm (ly:all-stencil-expressions): Added white-text to 
1812         list of stencil expressions
1813
1814         * scm/stencil.scm: Added fontify-text-white
1815
1816 2004-06-29  Heikki Junes  <hjunes@cc.hut.fi>
1817
1818         * input/regression/+.ly: use @unnumbered section.
1819
1820 2004-06-28  Nicolas Sceaux  <nicolas.sceaux@free.fr>
1821
1822         * elisp/lilypond-mode.el (LilyPond-guile): set current module to
1823         (*anonymous-ly-0*) iso. (*anonymous-ly-1*)
1824
1825 2004-06-28  Jan Nieuwenhuizen  <janneke@gnu.org>
1826
1827         * buildscripts/guile-gnome.sh (PATH): GUILE CVS is still fubarred.
1828
1829 2004-06-26  Nicolas Sceaux  <nicolas.sceaux@free.fr>
1830
1831         * scm/ly-from-scheme.scm (read-lily-expression): #$( ... )
1832         was causing an error. (was not actually commited in 2004-06-20)
1833
1834         * input/regression/lily-in-scheme.ly (withPaddingC): does not
1835         breaks anymore
1836
1837 2004-06-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1838
1839         * VERSION: 2.3.5 released.
1840         
1841         * lily/my-lily-parser.cc (parse_string): switch module too.
1842
1843 2004-06-24  Jan Nieuwenhuizen  <janneke@gnu.org>
1844
1845         * Documentation/topdocs/INSTALL.texi (Top): Add guile, python and
1846         ec-fonts-mftraced to running requirements.
1847
1848 2004-06-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1849
1850         * lily/my-lily-lexer.cc (My_lily_lexer): copy scopes so temporary
1851         assignments don't reach the original file.
1852
1853         * lily/my-lily-parser.cc (My_lily_parser): only copy lexer if it
1854         exists
1855
1856 2004-06-22  Jan Nieuwenhuizen  <janneke@gnu.org>
1857
1858         * scm/output-gnome.scm: 
1859         * buildscripts/guile-gnome.sh: Update wrt fixed GUILE CVS.
1860
1861         * debian/: Apply Debian patch (Anthony Fok).
1862
1863 2004-06-22  Heikki Junes   <hjunes@cc.hut.fi>
1864
1865         * Documentation/user/music-glossary.tely: fix titling; @top is already
1866         an @unnumbered @chapter.
1867
1868 2004-06-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1869
1870         * debian/GNUmakefile (EXTRA_DIST_FILES):
1871         (CONF_FILES): update file list.
1872
1873         * lily/stencil.cc (interpret_stencil_expression): bugfix.
1874
1875 2004-06-21  Jan Nieuwenhuizen  <janneke@gnu.org>
1876
1877         * debian/: Remove cruft (requested Anthony Fok.)
1878
1879         * buildscripts/guile-gnome.sh: Build without gcc libtool version
1880         juggling.
1881
1882         * scm/framework-gnome.scm: Cleanups.  Resurrect +/- canvas scaling.
1883         Add popup menu with grob properties.
1884
1885         * lily/grob-scheme.cc (ly:grob-properties):
1886         (ly:grob-basic-properties): New function.
1887
1888         * lily/stencil.cc (interpret_stencil_expression): Comment-out
1889         "no-origin" call.  Fixes -fps output.
1890
1891         * scm/output-ps.scm (no-origin): Add dummy implementation.
1892
1893         * scm/output-gnome.scm (define-origin): Remove
1894         (grob-cause): Add.
1895
1896         * scm/output-ps.scm (scm):
1897         * scm/output-tex.scm (scm): Remove define-origin from exports list.
1898         (define-origin): Remove.
1899
1900         * scm/output-gnome.scm (define-origin): 
1901
1902         * scm/lily.scm (ly:all-output-backend-commands): Remove
1903         define-origin.  Add grob-cause.
1904
1905 2004-06-21  Heikki Junes   <hjunes@cc.hut.fi>
1906
1907         * buildscripts/lilypond-words.py: add ly/portugues.ly.
1908
1909 2004-06-20  Heikki Junes   <hjunes@cc.hut.fi>
1910
1911         * Documentation/user/GNUmakefile:
1912         * stepmake/stepmake/texinfo-rules: add Cascading Style Sheet using
1913         --include-css=.../texinfo.css; command includes css into the html.
1914
1915         * Documentation/texinfo.css: add file.
1916         define <hr> as black and thin.            
1917
1918 2004-06-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1919
1920         * lily/stencil.cc (interpret_stencil_expression): add grob-cause
1921         stencil expression. Junk define-origin.
1922
1923         * lily/my-lily-parser.cc (parse_string): init parser variable when
1924         lexer_ is set, ie. in parse_string and parse_file.
1925
1926         * lily/book.cc (LY_DEFINE): new function. ly:make-book. Supercedes
1927         ly:score-bookify.
1928
1929         * scm/lily.scm (collect-scores-for-book): new function.
1930
1931         * ly/init.ly: print collected scores/musics.
1932
1933         * lily/my-lily-parser.cc (LY_DEFINE): define parser in parser
1934         scope, not in lily module.
1935
1936         * lily/book.cc (LY_DEFINE): ly:make-book. New function.
1937
1938         * configure.in (PKG_CONFIG_PATH): add --enable-gui flag, and
1939         encapsulate gtk/pango tests.
1940
1941         * po/tr.po: Turkish translation.
1942
1943 2004-06-20  Nicolas Sceaux  <nicolas.sceaux@free.fr>
1944
1945         * input/regression/lily-in-scheme.ly: regression test for #{
1946         ... #} syntax
1947
1948         * scm/ly-from-scheme.scm (read-lily-expression): #$( ... )
1949         was causing an error.
1950
1951         * Documentation/user/programming-interface.itely (Using LilyPond
1952         syntax inside Scheme): documentation for #{ ... #} syntax.
1953
1954 2004-06-19  Heikki Junes  <hjunes@cc.hut.fi> 
1955
1956         * Documentation/index.html.in: use black thin <hr>.
1957
1958         * buildscripts/mutopia-index.py: use thin black <hr>.
1959
1960 2004-06-19  Jan Nieuwenhuizen  <janneke@gnu.org>
1961
1962         * scm/fret-diagrams.scm: Use UNIX style line endings.
1963         (fret-diagram-verbose): A couple of @{VAR} and an closing itemize
1964         typo.  Fixes compile.
1965
1966         * scm/output-ps.scm (white-dot): Remove second incarnation.
1967
1968         * scm/lily.scm (ly:all-stencil-expressions): Add white-dot.
1969
1970 2004-06-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1971
1972         * scripts/lilypond.py (ic_p.make_include_option): set error_p for
1973         single file error.
1974
1975         * lily/bar-line.cc (compound_barline): add support for unbroken ||:
1976
1977 2004-06-17  Carl Sorensen (carl_sorensen@byu.edu)
1978
1979         * scm/fret-diagrams.scm: added fret-diagram-terse interface;
1980         remove size as argument to fret-diagram interface;
1981         improved white-circle dots for fret;
1982         improved top-fret thick line/
1983
1984         * scm/output-ps.scm: added white-dot function
1985
1986         * scm/output-tex.scm: added white-dot function
1987
1988         * tex/music-drawing-routines.ps: added draw_white_dot function
1989
1990         * ps/music-drawing-routines.ps: added draw_white_dot function
1991
1992         * input/test/fret-diagram.ly: examples to show multiple
1993         functions and multiple interfaces
1994
1995 2004-06-18  Jan Nieuwenhuizen  <janneke@gnu.org>
1996
1997         * lily/pangofc-afm-decoder.cc (pango_fc_afm_get_glyph) 
1998         (pango_fc_afm_get_charset): Update iaw Pango CVS update.
1999
2000         * buildscripts/guile-gnome.sh: Add pango to recipe.  Resolve
2001         conflict.  Have I told you lately how much I love autotools?
2002
2003 2004-06-17  Jan Nieuwenhuizen  <janneke@gnu.org>
2004
2005         * lily/lily-guile.cc: 
2006         * lily/pangofc-afm-decoder.cc:
2007         * lily/include/pangofc-afm-decoder.hh: Use #if HAVE_* iso #ifdef.
2008         Fixes build without Pango CVS.  Use "pangofc-afm-decoder.hh".
2009
2010         * Documentation/topdocs/NEWS.texi (Top): Mention GNOME backend for
2011         developers.
2012
2013         * lily/paper-outputter.cc (file): New method.
2014         (dump_string): Use it.
2015
2016         * scm/output-gnome.scm: Update with pango CVS info, lilylib
2017         musing.
2018
2019         * lily/accidental-engraver.cc: Bugfix: (do not sort lines if one
2020         of them has a comma :-).
2021
2022         * scm/framework-gnome.scm: Add pango decoders.
2023
2024         * lily/include/pangofc-afm-decoder.hh: 
2025         * lily/pangofc-afm-decoder.cc: New file.
2026
2027         * lily/lily-guile.cc (ly:pango-add-afm-decoder): New function.
2028
2029         * configure.in: Check for pango.
2030
2031         * stepmake/aclocal.m4 (PKG_CHECK_MODULES): New function (from
2032         autoconf).
2033         (STEPMAKE_GTK2, STEPMAKE_PANGO): New function.
2034
2035         * config.make.in (USER_CFLAGS, USER_LDLAGS): Update.
2036
2037 2004-06-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2038
2039         * Documentation/user/tutorial.itely (Integrating text and music):
2040         fix grammar & punctuation.
2041
2042 2004-06-16  Jan Nieuwenhuizen  <janneke@gnu.org>
2043
2044         * lily/: Stray janitorial cleanups.
2045
2046         * scm/lily.scm (ly:all-stencil-expressions):
2047         * scm/lily.scm (ly:all-output-backend-commands): New function.
2048
2049         * scm/safe-lily.scm (safe-objects): Add them.
2050
2051         * scm/framework-gnome.scm (<gnome-outputter>): New class.
2052
2053         * scm/output-gnome.scm: Move non-stencil evaluators to framework.
2054
2055 2004-06-15  Jan Nieuwenhuizen  <janneke@gnu.org>
2056
2057         * buildscripts/guile-gnome.sh: Pick-up user-installed pango.
2058
2059 2004-06-15  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2060
2061         * scm/page-layout.scm (default-page-make-stencil): add
2062         raggedbottom, raggedlastbottom.
2063
2064         * Documentation/user/changing-defaults.itely (Page layout): add doc.
2065
2066         * scm/framework-tex.scm (define-fonts): fix export of
2067         papersize.
2068
2069         * lily/paper-book.cc (classic_output): strip suffixes from
2070         framework functions.
2071
2072         * lily/tuplet-bracket.cc (before_line_breaking): do not return
2073         SCM_UNDEFINED to Scheme.
2074
2075 2004-06-14  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2076
2077         * lily/book.cc: remove Book::to_stencil().
2078         (process): whoops. Score::book_rendering returns vector, not list.
2079
2080         * scripts/convert-ly.py (conv): remove \notes.
2081         apply to input examples.
2082
2083         * lily/paper-outputter.cc (output_stencil): don't use
2084         smobify_self() but self_scm()
2085
2086         * lily/include/ly-smobs.icc (IMPLEMENT_SMOBS): don't return SCM
2087         from smobify_self().
2088
2089         * lily/paper-book.cc (output): load framework module
2090         scm_c_resolve_module().
2091
2092         * python/lilylib.py (exit): exit with argument i.
2093
2094 2004-06-14  Jan Nieuwenhuizen  <janneke@gnu.org>
2095
2096         * scm/framework-gnome.scm (output-framework-gnome): Try loading
2097         gnome modules from non-toplevel.
2098
2099         * lily/ly-module.cc (ly:import-module): Export to ly:.
2100
2101         * lily/paper-score.cc (process): Do not show progress newline.
2102
2103         * lily/paper-book.cc (output, classic_output): Show progess
2104         newline after score.
2105
2106 2004-06-14  Heikki Junes <hjunes@cc.hut.fi>
2107
2108         * buildscripts/lilypond-words.py: add ly/vlaams.ly
2109
2110 2004-06-14  Jan Nieuwenhuizen  <janneke@gnu.org>
2111
2112         * lily/score.cc (ly:run-translator): Do not crash on empty music
2113         list.
2114
2115         * lily/book.cc (process): Do not render score when systems is empty.
2116
2117         * input/simple-song.ly: Down one octave.
2118
2119         * scm/output-gnome.scm: Remove script again; re-add modules fix
2120         (CVS conflict resolve?)
2121
2122         * lily/stencil.cc (ly:interpret-stencil): Was:
2123         interpret_stencil_expression.
2124
2125 2004-06-13  Jan Nieuwenhuizen  <janneke@gnu.org>
2126
2127         * buildscripts/guile-gnome.sh: New file.
2128
2129         * scm/output-gnome.scm: White background, better window size, sane
2130         canvas size.  Cleanups.
2131
2132 2004-06-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2133
2134         * VERSION: release 2.3.4
2135
2136         * Documentation/user/invoking.itexi (Invoking the lilypond
2137         binary): document --safe.
2138
2139         * scm/output-gnome.scm: set PATH in script.
2140
2141         * scm/page-layout.scm (default-page-make-stencil): don't stretch
2142         if there is too few systems on a page.
2143
2144         * lily/parser.yy (relative_music): start at middle C without pitch
2145         argument.
2146
2147         * Documentation/user/changing-defaults.itely (Page layout): new node.
2148         (Paper size): rename node
2149         (Page breaking): new node.
2150         (Titling): move from invoking.
2151         (File structure): new node.
2152
2153         * lily/parser.yy (score_body): allow \header and music anywhere in
2154         \score body.
2155
2156 2004-06-13  Jan Nieuwenhuizen  <janneke@gnu.org>
2157
2158         * scm/lily.scm (ly:load): Remove page-breaking.scm.
2159
2160 2004-06-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2161
2162         * lily/include/paper-system.hh: move cc/hh file from paper-line.*
2163
2164         * lily/include/paper-line.hh: rename to Paper_system.
2165
2166         * lily/include/paper-book.hh: doc class.
2167
2168         * lily/paper-book.cc (c_ragged_page_breaks): remove functions. 
2169
2170         * scm/page-layout.scm (plain-footer): add tagline/copyright. 
2171         (plain-header): add instrument-name.
2172         (default-page-make-stencil): bugfixes.
2173
2174         * lily/parser.yy (book_body): allow \header anywhere in \book{}
2175
2176         * lily/paper-book.cc: remove copyright & tagline. Remove
2177         interactions with Page
2178
2179         * scm/page-layout.scm (ly:optimal-page-breaks): move back breaking
2180         here, 
2181         (default-page-make-stencil): new function
2182         (default-page-music-height): new function
2183         (page-headfoot): new function
2184         (ly:optimal-page-breaks): generate stencils directly from here
2185
2186         * scm/titling.scm: new file, group titling functions
2187
2188 2004-06-13  Jan Nieuwenhuizen  <janneke@gnu.org>
2189
2190         * scm/output-gnome.scm: Handle multiple pages.
2191
2192         * scm/framework-gnome.scm: Do not load output-gnome.
2193         (framework-gnome): Invoke output-gnome::header and
2194         output-gnome::end-output as faked stencils.  Fixes experimental
2195         gnome output.
2196
2197 2004-06-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2198
2199         * input/mutopia/W.A.Mozart/mozart-hrn3-rondo.ly (rondo):
2200         octavation compatibility fixes. Backportme. 
2201
2202         * scm/page-breaking.scm (ly:optimal-page-breaks): allow overfull
2203         pages.
2204         (ly:optimal-page-breaks): combine-penalties: no shortcut for
2205         negative. Now we handle negative penalties (ie. \pageBreak)
2206         correctly.
2207
2208         * lily/system.cc (get_line): extract page-penalty from the left
2209         bound.
2210
2211         * scm/fret-diagrams.scm (fret-diagram): use @table for documentation
2212
2213 2004-06-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2214
2215         * scm/framework-ps.scm: don't load output-XXX from framework-XXX
2216
2217 2004-06-12  Jan Nieuwenhuizen  <janneke@gnu.org>
2218
2219         * scm/output-gnome.scm: Update script.  Move development to
2220         lilypond_2_3_2 branch for now.
2221
2222 2004-06-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2223
2224         * scm/page-breaking.scm (ly:optimal-page-breaks): don't do
2225         negative penalties.
2226         cleanups.
2227
2228         * Documentation/user/changing-defaults.itely (Creating contexts):
2229         index entries
2230
2231         * scm/page-breaking.scm (ly:optimal-page-breaks): new
2232         file. Rewrite function. 
2233
2234         * lily/paper-book.cc (pages): new interface: page-breaking returns
2235         list of line-list.
2236
2237         * lily/page.cc (Page): take lines argument.
2238
2239         * scm/document-translation.scm (all-engravers-doc): link to user man
2240
2241         * scm/page-layout.scm (ly:optimal-page-breaks): use penalty iso. score.
2242
2243         * Documentation/user/notation.itely (Relative octaves): typo.
2244
2245         * lily/paper-book.cc (LY_DEFINE): ly:output-formats. New function.
2246
2247 2004-06-11  Jan Nieuwenhuizen  <janneke@gnu.org>
2248
2249         * scm/output-gnome.scm: Update build script.
2250
2251 2004-06-10  Jan Nieuwenhuizen  <janneke@gnu.org>
2252
2253         * scm/output-gnome.scm: Add font scaling.  Attempt to resurrect
2254         gnome backend.
2255
2256         * scm/framework-gnome.scm: New file.
2257
2258         * scm/lily.scm: Use it.
2259
2260         * lily/paper-outputter.cc: Janitorial cleanups.
2261         (ly:outputter-dump-string): Remove unreachable statement.
2262
2263         * scm/framework-ps.scm: Add header.  Janitorial cleanups.
2264         (ice-9): Bugfix: Add srfi-1.
2265
2266         * scm/framework-tex.scm: Add header.  Janitorial cleanups.
2267
2268 2004-06-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2269
2270         * lily/new-lyric-combine-music-iterator.cc (do_quit): put warning
2271         in do_quit()
2272
2273 2004-06-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2274
2275         * ly/book-paper-defaults.ly: set optimal-page-breaks as default
2276
2277 2004-06-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2278
2279         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): remove
2280         override of Beam::position-callbacks. Why would grace beams not be
2281         quantized? Fixes: weird-stem-size-grace. 
2282
2283         * lily/new-lyric-combine-music-iterator.cc (find_voice): issue
2284         warning only once. Backportme.
2285
2286         * lily/accidental-engraver.cc (number_accidentals_from_sig):
2287         bugfix, 2nd try. Backportme.
2288
2289         * ly/vlaams.ly: new file. (Thanks Hendrik Maryns)
2290
2291 2004-06-04  Mats Bengtsson  <mabe@drongo.s3.kth.se>
2292
2293         * Documentation/user/notation.itely (Instrument transpositions):
2294         Correct the name of the instrumentTransposition property.
2295
2296 2004-06-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2297
2298         * scm/output-ps.scm (ps-font-command): fix parmesan coding too.
2299
2300 2004-06-04  Mats Bengtsson  <mabe@drongo.s3.kth.se>
2301
2302         * scripts/lilypond-book.py (output): Bug fix so preLilyPondExample
2303         and postLilyPondExample are called when defined.
2304
2305 2004-06-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2306
2307         * ly/nederlands.ly (pitchnames): use ly:parser-set-note-names.
2308         This fixes setting notenames with `\include "nederlands.ly" '
2309
2310         * lily/my-lily-parser.cc (LY_DEFINE): ly:parser-set-note-names:
2311         new function.
2312
2313 2004-06-01  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2314
2315         * scm/page-layout.scm: don't do piece, it should be in score-title
2316         only.
2317
2318         * lily/lexer.ll: lex \score separately.
2319
2320         * lily/paper-book.cc: junk stencil2line.
2321
2322         * lily/paper-line.cc (Paper_line): construct from Stencil
2323         directly. No futzing with the dimensions.
2324
2325         * lily/include/paper-line.hh (class Paper_line): 
2326
2327         * lily/stencil.cc (interpret_stencil_expression): combine-stencil
2328         takes arbitrary number of arguments.
2329
2330         * input/test/markup-score.ly (tuning): simplify example. 
2331
2332 2004-05-31  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2333
2334         * lily/score.cc (LY_DEFINE): ly:score-embedded-format, new function. 
2335
2336         * scm/define-markup-commands.scm (score): define score-markup
2337
2338         * lily/parser.yy (markup): use score-markup.
2339
2340         * lily/score.cc: add ly:score? 
2341
2342 2004-05-30  Carl Sorensen <carl_sorensen@byu.edu>
2343
2344         * scm/fret-diagrams.scm: add fret-diagram-verbose markup; modified
2345         fret-parse-string so it prepares for calls to fret-diagram-verbose
2346         Changed display constants to props so they are available for
2347         \override.
2348
2349 2004-05-31  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2350
2351         * VERSION: release 2.3.3
2352
2353         * stepmake/stepmake/generic-vars.make: unset LANG.
2354
2355         * input/regression/tuplet-nest.ly: bugfix.
2356
2357         * lily/tie-performer.cc (stop_translation_timestep): reset
2358         ties_created_. Fixes: midi-tie.ly, midi-lyrics-barcheck.ly
2359
2360         * lily/chord-tremolo-engraver.cc (stop_translation_timestep):
2361         clear repeat_ directly after setting stem_tremolo_. Fixes:
2362         tremolo-repeat.ly
2363
2364         * input/regression/span-bar-break.ly: new file.
2365
2366         * scm/define-grobs.scm (all-grob-descriptions): remove
2367         break-visibility from SpanBar. Fixes: piano-repeat.ly
2368
2369 2004-05-30  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2370
2371         * python/lilylib.py (make_ps_images): only compute bbox when needed.
2372
2373         * scripts/lilypond-book.py (process_snippets): use lily -f ps
2374         files for generating pngs. (failed experiment)
2375
2376         * scm/framework-ps.scm (output-classic-framework-ps): dump EPS
2377         file with PFA fonts included.
2378
2379         * lily/score.cc (default_rendering): put header in too.
2380
2381         * lily/paper-line.cc (LY_DEFINE): change function to
2382         ly:paper-line-extent
2383
2384         * scm/page-layout.scm (default-book-title): only add lines for
2385         non-nil fields.
2386         (default-score-title): idem.
2387
2388         * lily/my-lily-parser.cc (parse_string): delete lexer after use.
2389
2390         * lily/my-lily-lexer.cc (My_lily_lexer): copy keytable.
2391
2392         * lily/include/paper-book.hh (class Paper_book): remove height_
2393         member.
2394
2395         * input/test/coriolan-margin.ly (texidoc): remove latex macros.
2396
2397         * lily/ly-module.cc (LY_DEFINE): bugfix.
2398
2399         * lily/paper-book.cc (book_title): separate function for the book
2400         title.
2401
2402         * scm/page-layout.scm (default-book-title): only account for
2403         markup fields.
2404
2405         * scm/framework-ps.scm: new file. Move high level interface from
2406         output-ps.scm
2407
2408         * scm/music-functions.scm (def-grace-function): move macros from
2409         ly/music-functions-init.ly
2410
2411         * lily/paper-outputter.cc (Paper_outputter): move scheme_calls to
2412         framework-tex.scm
2413
2414         * scm/framework-tex.scm (dump-line): new file. High level
2415         interface for output (pages, systems, header). 
2416
2417         * lily/include/page.hh (class Page): add is_last_ field.
2418
2419         * lily/paper-outputter.cc (print_smob): smobify Paper_outputter.
2420
2421         * lily/paper-book.cc (split_string): new function
2422         (output): output multiple formats, i.e. --format=ps,tex
2423
2424         * scm/output-ps.scm (output-scopes): dump variables directly.
2425         (define-fonts): rewrite for new interface
2426
2427         * ps/lilyponddefs.ps: remove lilypondpaper redefinitions.
2428
2429         * lily/paper-outputter.cc (Paper_outputter): take format argument.
2430
2431         * lily/main.cc (parse_argv): don't set extension for output.
2432
2433         * lily/clef-engraver.cc (create_clef): remove
2434         Staff_symbol_referencer::set_position() call. 
2435
2436 2004-05-30  Nicolas Sceaux  <nicolas.sceaux@free.fr>
2437
2438         * ly/music-functions-init.ly (addlyrics): set the 'origin property
2439         with the location argument in music function definitions.
2440
2441 2004-05-29  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2442
2443         * lily/staff-symbol-engraver.cc (acknowledge_grob): remove item ->
2444         staffsymbol dependency.
2445
2446         * lily/include/grob.hh (class Grob): live () -> is_live (). Small
2447         cleanups.
2448
2449         * lily/book.cc (process): return Paper_book
2450         (to_stencil): use Book::process().
2451
2452         * lily/include/my-lily-parser.hh (class My_lily_parser): remove
2453         header_ field. Store in $globalheader
2454
2455         * lily/parser.yy (book_body): book header is initted to
2456         $globalheader.
2457
2458
2459 2004-05-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2460
2461         * input/test/fill-a4.ly: removed.
2462
2463         * lily/parser.yy (output_def): push scope of parent_ Output_def
2464         too.
2465
2466 2004-05-28  Jan Nieuwenhuizen  <janneke@gnu.org>
2467
2468         * scm/output-gnome.scm: Update info.
2469
2470 2004-05-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2471
2472         * lily/book-paper-def.cc: collapse Book_output_def to Output_def.
2473
2474         * scm/lily.scm (ly:modules-lookup): handle empty list, and more
2475         than 1 module.
2476
2477         * lily/include/ly-module.hh (ly_use_module): rename is_module to
2478         ly_c_module_p.
2479
2480         * scm/page-layout.scm (default-book-title): move Scheme titling
2481         functions to here.
2482
2483         * lily/parser.yy (book_paper_block): remove scope too.
2484
2485         * ly/engraver-init.ly (EasyNotation): remove OrchestralScoreContext
2486
2487         * lily/rest.cc: add direction to rest properties.
2488
2489         * lily/include/output-def.hh: new file, move from
2490         music-output-def.hh
2491
2492 2004-05-27  Jan Nieuwenhuizen  <janneke@gnu.org>
2493
2494         * scm/output-gnome.scm: Describe feta-cork hack.
2495
2496 2004-05-27  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2497
2498         * lily/include/book-paper-def.hh: derive from Output_def 
2499
2500         * lily/include/paper-def.hh: move all functionality out of class.
2501         Junk header.
2502
2503         * lily/include/music-output-def.hh: rename Music_output_def to
2504         Output_def.
2505
2506         * input/wilhelmus.ly: only set space for Paper formatting. 
2507
2508         * lily/include/midi-def.hh: remove file, remove class.
2509         Move functions to Music-output-def.
2510
2511         * lily/music-output-def.cc (Music_output_def): remove separate
2512         translator table. Lookup translators in scope directly. This
2513         obviates Context suffix for context identifiers, i.e.
2514
2515         \context {
2516           \Staff
2517           .. 
2518           }
2519
2520
2521         will work.
2522
2523
2524         * Documentation/user/notation.itely (Chords mode): typo: 13 -> 3.
2525
2526         * Documentation/user/changing-defaults.itely (Horizontal spacing):
2527         document spacing override hack.
2528
2529 2004-05-27  Jan Nieuwenhuizen  <janneke@gnu.org>
2530
2531         * scm/output-gnome.scm: Add C-q, C-w keybindings.  Update
2532         installation info.  Support point-and-click.  Add +/- zoom
2533         keybindings.
2534
2535 2004-05-26  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2536
2537         * VERSION: 2.3.2 released
2538
2539         * lily/parser.yy (book_body): set default bookpaper.
2540
2541         * scm/output-tex.scm (header): kludge: hard code linewidth. 
2542
2543         * lily/my-lily-parser.cc (My_lily_parser): don't delete lexer.
2544
2545 2004-05-25  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2546
2547         * lily/score.cc (default_rendering): scale outputdef before
2548         starting.
2549
2550 2004-05-25  Jan Nieuwenhuizen  <janneke@gnu.org>
2551
2552         * scm/fret-diagrams.scm: Add header.
2553
2554         * scm/output-gnome.scm: Hello world :-)
2555
2556 2004-05-25  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2557
2558         * scripts/lilypond.py (run_dvips): only add papersize if present.
2559
2560         * lily/accidental-engraver.cc (update_local_key_signature): new
2561         function, fold code from initialize() and process_music().
2562         (update_local_key_signature): use deep copy. This fixes one
2563         problem from custom-key-signatures.ly.
2564         (number_accidentals_from_sig): tighter check for
2565         accidental-too-old.
2566
2567         * ly/engraver-init.ly: remove localKeySignature
2568         definition from ChoirStaff, StaffGroup, Score.
2569
2570         * lily/percent-repeat-engraver.cc (try_music): add moments for
2571         barlines too. Fixes: skipbars-percent-repeat.ly.
2572
2573 2004-05-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2574
2575         * lily/context-def.cc (filter_performers): don't go to cdrloc if
2576         skipping last pair. Fixes: crash-bar-number.
2577
2578         * scm/fret-diagrams.scm (nil): fret-diagrams (courtesy Carl
2579         D. Sorensen)
2580
2581         * input/test/fret-diagram.ly: new file.
2582
2583         * scm/paper.scm (paper-set-staff-size): scale linewidth too.
2584         (scale-paper): divide by scale.
2585
2586 2004-05-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2587
2588         * lily/rest-collision.cc (do_shift): also do nothing for the (0,2)
2589         case.
2590
2591 2004-05-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2592
2593         * scm/stencil.scm (fontify-text): reinstate function
2594
2595         * tex/lily-ps-defs.tex: remove lilypondblotdiam def.
2596
2597         * lily/book-paper-def.cc (Book_paper_def): add copy ctor.
2598
2599         * lily/parser.yy (book_paper_head): \bookpaper {} 
2600
2601         * python/midi.c: remove config.h
2602
2603 2004-05-18  Jan Nieuwenhuizen  <janneke@gnu.org>
2604
2605         * scm/output-gnome.scm: Update.
2606
2607 2004-05-17  Jan Nieuwenhuizen  <janneke@gnu.org>
2608
2609         * scm/output-gnome.scm: New file.
2610
2611         * lily/include/book-paper-def.hh: Add.  Janitorial fixes.
2612
2613 2004-05-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2614
2615         * lily/book-paper-def.cc (ly_bookpaper_fonts): move from Paperdef
2616         (find_scaled_font): move from Paper_def
2617
2618 2004-05-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2619
2620         * lily/my-lily-parser.cc (LY_DEFINE): new function ly_parser_lookup
2621         (LY_DEFINE): add SCM_ASSERT_TYPE everywhere.
2622
2623         * po/fr.po: update po.
2624
2625         * lily/include/book-paper-def.hh (class Book_paper_def): new file.
2626
2627         * lily/book-paper-def.cc (print_smob): new file.
2628
2629 2004-05-16  Heikki Junes <hjunes@cc.hut.fi>
2630
2631         * buildscripts/lilypond-words.py: search words also from
2632         music-functions-init.ly.
2633
2634 2004-05-15  Nicolas Sceaux  <nicolas.sceaux@free.fr>
2635
2636         * ly/music-functions-init.ly (def-music-function): new helper
2637         macro for defining music functions. \addlyrics \appoggiatura
2638         \acciaccatura \grace \partcombine \autochange \applycontext
2639         \applyoutput and \breathe are now defined here thanks to it.
2640
2641         * lily/parser.yy: 
2642         * lily/my-lily-lexer.cc: \addlyrics \appoggiatura \acciaccatura
2643         \grace \partcombine \autochange \applycontext \applyoutput and
2644         \breathe keywords removed from the parser.
2645
2646         * lily/parser.yy: 
2647         * lily/music-function.cc (ly_make_music_function): 
2648         * lily/lexer.ll (music_function_type): added a case for 0-arg
2649         music functions.
2650
2651 2004-05-14  Nicolas Sceaux  <nicolas.sceaux@free.fr>
2652
2653         * scm/ly-from-scheme.scm (read-lily-expression):  A variable
2654         refering to a music expression can be used in lily-inside-scheme:
2655         #{ $music #}
2656
2657         * lily/my-lily-parser.cc (LY_DEFINE): introduce ly:clone-parser
2658         and ly:parser-define, and change ly:parser-parse-string in order
2659         to make #{ $music #} work.
2660
2661         * scm/new-markup.scm (compile-markup-expression): when an argument
2662         is a string, use `make-simple-markup'.
2663
2664 2004-05-14  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2665
2666         * lily/parser.yy (My_lily_lexer): bugfix; op should be tag.  
2667
2668 2004-05-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2669
2670         * scripts/convert-ly.py (FatalConversionError.func): handle + in
2671         font-size. (backportme)
2672
2673 2004-05-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2674
2675         * lily/paper-outputter.cc (output_stencil): dump font definitions
2676         before each stencil.
2677
2678         * lily/include/paper-book.hh (struct Score_lines): new
2679         struct. Collect info per Paper-score.
2680
2681         * lily/include/page.hh (class Page): to_stencil() returns Stencil
2682         everywhere.
2683
2684         * lily/stencil.cc (find_expression_fonts): new function
2685
2686         * lily/paper-outputter.cc (output_stencil): use
2687         interpret_stencil_expr
2688
2689         * lily/stencil.cc (LY_DEFINE): ly_stencil_fonts: new function.
2690         (interpret_stencil_expr): new function. Generic stencil
2691         interpretation.
2692
2693         * lily/paper-def.cc (find_scaled_font): divide lookup
2694         magnification by outpuscale for non-virtual fontmetrics. This
2695         fixes ludicrously long font definitions for text
2696         fonts. (backportme)
2697
2698         * lily/score-engraver.cc: remove
2699         {Engraver,Score_engraver}::typeset_grob(), remove all calls.
2700
2701 2004-05-09  Jan Nieuwenhuizen  <janneke@gnu.org>
2702
2703         * input/test/markup-score.ly: Remove \notes.
2704
2705         * lily/parser.yy (book_body): Grok Composite_music and \header.
2706         (markup): Push NOTES mode before score_block.
2707
2708         * VERSION: release 2.3.1
2709
2710         * mf/feta-klef.mf: 
2711         * mf/feta-bolletjes.mf: Oops.  Comment-out canvast test code.
2712
2713         * Documentation/user/programming-interface.itely: Use @emph (was: @em).
2714
2715         * Documentation/user/out/tutorial.texi: Untrigger lilypond-book error.
2716
2717 2004-05-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2718
2719         * scm/output-tex.scm (output-tex-string): tighten safe security.
2720
2721         * lily/scm-option.cc (LY_DEFINE): add 'safe to ly:get-option
2722
2723         * scm/safe-lily.scm (make-safe-lilypond-module): new file. Define
2724         allowed ly functions.
2725
2726         * lily/ly-module.cc (ly_module_define): only define variable if
2727         bound.
2728         (ly_make_anonymous_module): take safe option.
2729
2730 2004-05-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2731
2732         * scripts/lilypond-book.py (compose_ly): remove FRAGMENT_LY.
2733
2734 2004-05-08  Jan Nieuwenhuizen  <janneke@gnu.org>
2735
2736         * input/regression/newaddlyrics.ly: Fix.
2737
2738         * Documentation/user/tutorial.itely: Use \newlyrics, remove most
2739         \score \notes.
2740
2741 2004-05-08  Heikki Junes <hjunes@cc.hut.fi>
2742
2743         * Documentation/user/music-glossary.tely ([k-z]): last fixes.
2744
2745 2004-05-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2746
2747         * input/mutopia/R.Schumann/romanze-op28-2.ly (d): use #(define .. )
2748
2749         * lily/paper-line.cc (Paper_line): don't store list of stencils,
2750         but convert to single Stencil immediately.
2751
2752         * lily/paper-book.cc (title): don't return Stencil* but Stencil.
2753
2754 2004-05-07  Jan Nieuwenhuizen  <janneke@gnu.org>
2755
2756         * scm/output-sodipodi.scm: Resurrect sodipodi output.
2757
2758 2004-05-07  Kristof Bastiaensen  <kristof.bastiaensen@vleeuwen.org>
2759
2760         * elisp/lilypond-mode.el: Changed the way defaults are created for
2761         LilyPond-command-master.  LilyPond-mode will now check the
2762         timestamps of the files to see which command has to run next.
2763
2764 2004-05-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2765
2766         * scm/bass-figure.scm (format-bass-figure): don't set
2767         number-markup for strings. This fixes string in bass
2768         figure. (backportme)
2769
2770         * lily/parser.yy (bass_number): insert number-markup into figure
2771         definition.
2772
2773         * scm/define-music-properties.scm (all-music-properties): make
2774         'figure a markup.
2775
2776         * scripts/convert-ly.py (conv): \apply -> \applymusic
2777
2778 2004-05-06  Kristof Bastiaensen  <kristof.bastiaensen@vleeuwen.org>
2779
2780         * elisp/lilypond-mode.el: changed the order of some commands
2781         ("Midi" after "2Midi"), use the user-defined
2782         LilyPond-command-default as default instead of "LilyPond"
2783
2784         * elisp/lilypond-mode.el: added a LilyPond-master-file variable,
2785         to set the master file for the next command.
2786
2787         * elisp/lilypond-font-lock.el: replaced font-lock-warning-face
2788         with font-lock-reference-face.
2789
2790 2004-05-07  Heikki Junes <hjunes@cc.hut.fi>
2791
2792         * Documentation/user/music-glossary.tely ([ab]*): small fixes.
2793
2794         * Documentation/user/music-glossary.tely ([c-l]*): more fixes.
2795
2796 2004-05-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2797
2798         * ly/music-functions-init.ly (TODO): new file.
2799
2800         * lily/parser.yy (Generic_prefix_music_scm): add more
2801         music_function symbols.
2802         (Prefix_composite_music): change \apply to music-function   
2803
2804         * lily/include/music-function.hh: rename to music-function
2805
2806 2004-05-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2807
2808         * lily/music-head.cc (LY_DEFINE): change order of args.
2809
2810         * input/regression/music-head.ly (texidoc): new file.
2811
2812         * lily/parser.yy (Generic_prefix_music): allow generic
2813         music-transformation functions. 
2814
2815         * lily/include/music-head.hh (is_music_head): new file.
2816
2817         * lily/music-head.cc (get_music_head_transform): new file.
2818
2819 2004-05-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2820
2821         * lily/ottava-bracket.cc (print): use coordinate, not (0,0) for
2822         empty extent. This fixes ottava brackets on rests. (backportme)
2823
2824         * make/lilypond.redhat.spec.in (Group): ln png files for info.
2825
2826         * lily/piano-pedal-engraver.cc (create_text_grobs): core dump fix.
2827
2828         * cygwin/lily-wins.py: update for the lily-wins.py script.
2829
2830 2004-05-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2831
2832         * lily/score-engraver.cc (typeset_all): switch off unbound spanner
2833         code. This will obviate typeset_grob () in the future.  The effect
2834         of this is that improperly written spanner handling will result in
2835         invalid spanner bounds.
2836         (announce_grob): add to elems_ from here
2837         (typeset_grob): comment out.  
2838
2839         * lily/include/engraver.hh (make_spanner): new calling interface
2840         for make_{item,spanner}. This obviates most calls to
2841         announce_grob().
2842
2843         * scm/music-functions.scm (set-accidental-style): use GrandStaff
2844         iso. PianoStaff for piano styles.
2845
2846 2004-05-03  Heikki Junes <hjunes@cc.hut.fi>
2847
2848         * Documentation/user/music-glossary.tely: add segno after d.s.
2849
2850 2004-05-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2851
2852         * lily/include/audio-column.hh: remove unused variables.
2853         (patch by Michael Welsh Duggan)
2854
2855         * flower/include/axes.hh (other_axis): inline Axes function
2856         (thanks to David Brandon).
2857
2858 2004-05-02  Jan Nieuwenhuizen  <janneke@gnu.org>
2859
2860         * cygwin/mknetrel: Install image links (backportme).
2861
2862         * Documentation/user/GNUmakefile (local-install-info): Activate
2863         actual installing of image links (backportme).
2864
2865 2004-04-30  Mats Bengtsson  <mabe@drongo.s3.kth.se>
2866
2867         * Documentation/user/notation.itely (Measure repeats): Removed
2868         unnecessary (and confusing) \context Voice{.
2869
2870 2004-04-29  Jan Nieuwenhuizen  <janneke@gnu.org>
2871
2872         * Documentation/topdocs/NEWS.texi: Mention use of \score as markup.
2873
2874         * lily/page.cc (Page): Do not use ly_scheme_function for
2875         volatile/configurable variables (FIXME: better name).
2876
2877         * lily/music-output-def.cc (c_lookup_variable): Rename (WAS:
2878         get_scmvar).
2879
2880 2004-04-29  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2881
2882         * scripts/convert-ly.py (FatalConversionError.subst): use
2883         \transposition.
2884
2885 2004-04-29  Jan Nieuwenhuizen  <janneke@gnu.org>
2886
2887         * lily/include/page.hh (class Page): Declare left_margin ().
2888
2889         * lily/page.cc: Remove paper var caching.
2890
2891 2004-04-28  Jan Nieuwenhuizen  <janneke@gnu.org>
2892
2893         * Documentation/user/music-glossary.tely: Add name to @top node.
2894         Remove comment from @table definitions (workaround for makinfo
2895         bug).
2896
2897         * lily/stencil-scheme.cc (ly:stencil-expr): Rename (was:
2898         ly:stencil-get-expr).  Update callers.
2899         (ly:stencil-align-to!):  Return stencil too.
2900
2901         * lily/paper-outputter.cc (output_page): Bugfix.  Use page
2902         stencil.  Remove looped line-based page output.
2903         (output_line): Use line stencil.  Remove looped stencil-based line
2904         output.
2905
2906         * lily/page.cc (ly:page-paper-lines): New function.
2907
2908         * input/test/markup-score.ly: New file.
2909
2910         * scm/define-markup-commands.scm (stencil): New markup.
2911
2912         * lily/book.cc (to_stencil): New method.
2913
2914         * lily/parser.yy (markup): Use it to grok \score.
2915
2916 2004-04-27  Jan Nieuwenhuizen  <janneke@gnu.org>
2917
2918         * lily/stencil.cc (expr): Rename (was: get_expr).  Update callers.
2919
2920         * lily/paper-book.cc (pages): Change signature.  Update callers.
2921
2922         * lily/include/page.hh:
2923         * lily/page.cc: New file.
2924
2925         * lily/paper-line.cc (to_stencil): New method.
2926
2927         * lily/paper-outputter.cc (output_stencil): New method.
2928
2929         * lily/paper-outputter.cc (output_line): Use them.
2930
2931         * lily/warn.cc: Remove.
2932
2933         * lily/my-lily-parser.cc (distill_inname): Remove.
2934
2935         * flower/include/file-name.hh: 
2936         * flower/file-name.cc: New file.  Update users.
2937
2938         * flower/file-path.cc [CYGWIN]: Junk testing code.  Remove Path.
2939         (find): New method of same name.
2940
2941         * lily/my-lily-parser.cc (ly:parse-file): Use it.
2942
2943         * lily/scm-option.cc (ly:set-option, ly:get-option): Bugfix:
2944         constant error message.
2945
2946 2004-04-27  Heikki Junes <hjunes@cc.hut.fi>
2947
2948         * input/test/{blank-notes.ly,staff-container.ly}: typos.
2949
2950 2004-04-26  Jan Nieuwenhuizen  <janneke@gnu.org>
2951
2952         * Documentation/user/music-glossary.tely: @table @strong' replaced
2953         by `@table @samp @c @strong'.  This fixes invalid makeinfo output
2954         (backportme).
2955
2956 2004-04-25  Nicolas Sceaux  <nicolas.sceaux@free.fr>
2957
2958         * scm/lily.scm (ly:load): Add ly-from-scheme.scm loading.
2959
2960         * scm/ly-from-scheme.scm: New file. Introduce a new syntax:
2961         #{ lily music expression #} that returns an equivalent scheme
2962         music expression by parsing the string.
2963
2964 2004-04-25  Jan Nieuwenhuizen  <janneke@gnu.org>
2965
2966         * lily/my-lily-parser.cc:
2967         * lily/my-lily-lexer.cc: Another step towards parsing ly code from
2968         SCM string (foo.ly/toto.scm support).
2969
2970 2004-04-24  Jan Nieuwenhuizen  <janneke@gnu.org>
2971
2972         * lily/my-lily-parser.cc (ly:parser-parse-string): New function.
2973
2974 2004-04-21  Jan Nieuwenhuizen  <janneke@gnu.org>
2975
2976         * input/regression/newaddlyrics.ly: Remove lilypond-book kludge.
2977
2978         * scripts/lilypond-book.py: LY code that includes \header is
2979         not assumed to be a fragment.
2980
2981 2004-04-20  Jan Nieuwenhuizen  <janneke@gnu.org>
2982
2983         * lily/stem-tremolo.cc (print): If stem direction == CENTER, move
2984         tremolo beams up.
2985
2986         * lily/stem.cc (chord_start_y): Return 0 if no heads.
2987         (get_default_stem_end_position): No tremolo head juggling if no
2988         heads.  Fixes tremolo crash on rests (backportme).
2989
2990         * scripts/abc2ly.py: Oops use [\]proper[ty] 2.2 syntax.
2991
2992 2004-04-19  Jan Nieuwenhuizen  <janneke@gnu.org>
2993
2994         * scripts/abc2ly.py: ABC beams preserve support (courtesy Guy
2995         Gascoigne-Piggford).  Also: TAB and whitespace fixes.
2996
2997         * lily/lexer.ll: Allow \encoding in NOTES mode.
2998
2999         * buildscripts/mf-to-table.py (write_fontlist): Use \lyrics
3000         for lyrics, not for commands.
3001
3002         * lily/parser.yy (scalar): Bugfix: accept LYRICS_STRING.
3003         FIXME: Replace some `Music's with Grouped_music_list; fixes make web.
3004
3005         * input/regression/newaddlyrics.ly: New file.
3006
3007         * Documentation/topdocs/NEWS.texi: Update.
3008
3009         * lily/parser.yy (new_lyrics): Return SCM list of lyric musics.
3010         (Music_list): Allow embedded scm.
3011
3012         * lily/score.cc (ly:score-bookify): New function.
3013
3014         * lily/music.cc (ly:music-scorify): Idem.
3015
3016         * lily/my-lily-parser.cc (ly:parser-print-book): Idem.
3017         (ly:parser-print-score): Idem.
3018
3019         * scm/lily.scm (default-toplevel-book-handler): Idem.
3020         (default-toplevel-music-handler): Idem.
3021         (default-toplevel-score-handler): Idem.
3022
3023         * ly/declarations-init.ly: Set default toplevel handlers.
3024
3025         * lily/parser.yy (book_block, score_block, toplevel_music): Use them.
3026
3027         * scripts/lilypond-book.py (PREAMBLE_LY): Select classic score
3028         printer for score at toplevel.
3029
3030 2004-04-18  Jan Nieuwenhuizen  <janneke@gnu.org>
3031
3032         * lily/parser.yy (NEWLYRICS): Switch to LYRICS mode for lyrics.
3033         Fix for simple case: input/simple-song.ly, more complex stuff
3034         does not work yet.
3035
3036 2004-04-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3037
3038         * lily/parser.yy (Prefix_composite_music): split Composite_music
3039         in Prefix_composite_music and Grouped_music_list.
3040         (re_rhythmed_music): use Grouped_music_list for NEWLYRICS.
3041
3042 2004-04-18  Jan Nieuwenhuizen  <janneke@gnu.org>
3043
3044         * scm/lily.scm (toplevel-expression): New define.
3045
3046         * lily/my-lily-parser.cc (ly:parser-add-book-and-score): New function.
3047
3048         * lily/parser.yy (toplevel_expression): Use it.
3049
3050         * lily/include/my-lily-parser.hh: Smobbify.
3051
3052         * lily/my-lily-parser.cc (parse_string): New method.
3053
3054         * lily/my-lily-parser.cc (ly:parse-string): New function.
3055
3056         * Documentation/user/lilypond.tely: Add comment and workaround for
3057         gs-8.01 crash.  Fixes make web.
3058
3059         Simplification of toplevel music.
3060
3061         * lily/lexer.ll, lily/parser.yy:
3062
3063         * In LYRICS mode, return LYRICS_STRING.  This fixes one
3064         shift/reduce problem.
3065
3066         * Use NOTES mode at start of maininput.
3067
3068         * Grok toplevel composite music expression, put in score and book.
3069
3070         * Grok \relative COMPOSITE_MUSIC, make relative on middleC.
3071
3072         * \newlyrics is a shortcut for \context Lyrics \lyricsto "" \lyrics
3073
3074         * input/simple.ly: New file.
3075
3076         * input/simple-song.ly: Idem.
3077
3078 2004-04-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3079
3080         * lily/parser.yy: rename NEWADDLYRICS to LYRICSTO. Thanks to Erik
3081         Sandberg.
3082
3083 2004-04-17  Jan Nieuwenhuizen  <janneke@gnu.org>
3084
3085         * scm/font.scm (add-cmr-fonts): Narrow bold is ecrb.
3086
3087 2004-04-17  Heikki Junes <hjunes@cc.hut.fi>
3088
3089         * input/regression/accidental-octave.ly: doc automatic showing
3090         of note names.
3091
3092 2004-04-16  Heikki Junes <janneke@gnu.org>
3093
3094         * po/fi.po: do "make po && make -C po po-update" at top-level,
3095         then "cp po/out/fi.po po/fi.po" and update fields.
3096
3097         * po/fi.po: remove all designations of `fuzzy'; shows those elements.
3098
3099 2004-04-15  Jan Nieuwenhuizen  <janneke@gnu.org>
3100
3101         * Documentation/user/introduction.itely (About this manual): Fix
3102         templates and regression urls (backportme).
3103
3104 2004-04-14  Mats Bengtsson  <mabe@drongo.s3.kth.se>
3105
3106         * ly/engraver-init.ly (Score:graceSettings): Increase
3107         beamed-lengths, especially for 32nd notes.
3108
3109         * Documentation/user/notation.itely (Grace notes): Correct the
3110         syntax for add-grace-property example.
3111
3112 2004-04-13  Jan Nieuwenhuizen  <janneke@gnu.org>
3113
3114         * flower/parse-afm.cc [METATYPE1_BUG]: Grok Metatype1's global
3115         `Generated' tag.
3116
3117         * scm/font.scm (add-cmr-fonts): Use super-cm/lmodern fonts.  NOT.
3118         Severely broken (the Debian package, at least).
3119
3120 2004-04-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3121
3122         * lily/context.cc (find_create_context): assign to lvalue.
3123
3124 2004-04-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3125
3126         * lily/include/translator.hh (class Translator): rename
3127         get_parent_context() to context () to avoid confusion.
3128
3129         * lily/include/lily-guile.hh: is_x -> ly_c_X_p naming.
3130
3131         * lily/lexer.ll: change is_string -> ly_c_string_p 
3132
3133         * input/mutopia/J.S.Bach/wtk1-fugue2.ly (bassdux): use \book.
3134
3135         * input/mutopia/W.A.Mozart/mozart-hrn-3.ly: use \book.
3136
3137 2004-04-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3138
3139         * VERSION: release 2.3.0
3140
3141         * mf/feta-nummer-code.mf: use ascii names for number glyphs.
3142
3143         * buildscripts/mf-to-table.py (parse_logfile): only prepend group-
3144         if nonempty.
3145
3146         * lily/include/context.hh (class Context): make members protected.
3147         (children_contexts): new accessor function.
3148
3149         * lily/include/translator.hh (class Translator): make
3150         daddy_context_ protected.
3151         (class Translator): clean up. 
3152
3153         * lily/include/context.hh (class Context): make daddy_context_
3154         private.
3155
3156         * lily/lyric-engraver.cc (get_voice_to_lyrics): recursively go
3157         higher for finding Voice. (backportme)  
3158
3159         * lily/include/context.hh (class Context): remove
3160         find_context_below() as a method.
3161
3162         * Documentation/user/notation.itely (The Lyrics context): add note
3163         about manual durations
3164
3165         * ly/chord-modifiers-init.ly (blackTriangleMarkup): use TeX-math
3166         encoding.
3167
3168         * scm/output-tex.scm (text): dump \inputencoding{} for text.
3169
3170 2004-04-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3171
3172         * scripts/lilypond.py (global_latex_preamble): remove latin1 from
3173         \usepackage{inputenc}
3174
3175         * lily/paper-book.cc (classic_output): don't advance Offset for
3176         TeX output.
3177
3178         * make/mutopia-rules.make ($(outdir)-$(PAPERSIZE)/%.dvi): include
3179         ec-sauter.map in rules
3180
3181         * mf/ecb.mf (font_identifier): new file, based on ecbx
3182
3183         * mf/ecb10.mf (gensize): new file.
3184
3185         * Documentation/topdocs/NEWS.texi (Top): document some more new
3186         features.
3187
3188         * ly/declarations-init.ly: run convert-ly
3189
3190         * lily/my-lily-parser.cc (LY_DEFINE): move parse-file function
3191         from input-file-results. Remove input-file-results.* 
3192
3193 2004-04-11  Jan Nieuwenhuizen  <janneke@gnu.org>
3194
3195         * scm/output-ps.scm (font-command): Fix, again.
3196
3197         * input/test/title-markup.ly: Add \noPagebreak test.
3198
3199         * lily/score-engraver.cc (try_music): Bugfix.
3200
3201 2004-04-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3202
3203         * lily/main.cc (main_with_guile): excise dependency options -M and
3204         --dep-prefix
3205
3206         * lily/input-file-results.cc: excise Makefile dependency code
3207
3208         * Documentation/user/invoking.itexi (Invoking the lilypond
3209         binary): remove dep doco
3210
3211         * lily/main.cc (main_with_guile): call lilypond-main
3212
3213         * scm/lily.scm (lilypond-main): new function: handle multiple files.
3214
3215         * lily/input-file-results.cc (LY_DEFINE): throw ly-file-failed
3216         exception.
3217
3218         * lily/my-lily-parser.cc: remove paper_description function
3219
3220         * lily/music-output-def.cc (LY_DEFINE): ly:output-description
3221         new function.
3222
3223         * lily/main.cc: remove global_score_count.
3224
3225         * lily/book.cc (process): don't take header from global_input_file.
3226
3227         * buildscripts/lilypond-profile.sh (Error): set GS_FONTPATH
3228
3229         * lily/parser.yy (My_lily_lexer): remove current_parser global var.
3230
3231         * lily/music-output-def.cc (LY_DEFINE): new function
3232         ly_output_description. This function does the bulk for  setting,
3233         parsing and breaking down of an input file.
3234
3235         * lily/ly-module.cc (ly_make_anonymous_module): don't protect
3236         anonymous modules globally. Let's hope they get GCd
3237
3238         * scripts/lilypond.py (run_dvips): add sauter-mftrace.map 
3239
3240 2004-04-11  Jan Nieuwenhuizen  <janneke@gnu.org>
3241
3242         * scm/output-ps.scm (header): Papersize from paper.
3243
3244         * scripts/lilypond.py (global_latex_preamble): Oldish behaviour
3245         for classic output.
3246
3247         * tex/lilyponddefs.tex (interscoreline): Oldish behaviour if
3248         lilypondclassic is defined.
3249         (lilypondstart): Oldish behaviour if lilypondclassic is defined.
3250
3251         * input/regression/between-systems.ly: Remove.
3252
3253         * python/lilylib.py (get_bbox): Fix regular expression
3254         for bounding box.
3255
3256         * tex/lilyponddefs.tex (lilypondpagebreak): New overridable macro.
3257
3258         * scm/output-tex.scm (stop-page): Use it.
3259
3260         * scm/output-ps.scm (define-fonts): Bugfix.
3261
3262         * lily/grob.cc: Add penalty to interface.
3263
3264         * lily/include/paper-line.hh (class Paper_line): New member
3265         var penalty_.
3266
3267         * lily/system.cc (get_line): Initialise Paper_line with
3268         page-penalty's from original grobs.
3269
3270         * scm/define-music-properties.scm (all-music-properties): Add
3271         page-penalty.
3272
3273         * scm/define-grob-properties.scm (all-grob-descriptions): Idem.
3274
3275         * lily/score-engraver.cc (try_music): Handle page-penalty.
3276
3277         * ly/declarations-init.ly (pagebreak, noPagebreak): New command.
3278
3279 2004-04-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3280
3281         * ly/declarations-init.ly (melismaEnd): typo
3282
3283         * scm/font.scm (add-cmr-fonts): caps is eccc, ecsc is slanted caps.
3284
3285         * scm/output-ps.scm (text): split string into spaces, use moveto
3286         for setting space. 
3287
3288 2004-04-10  Jan Nieuwenhuizen  <janneke@gnu.org>
3289
3290         * po/nl.po: Update.
3291
3292         * scm/font.scm (add-cmr-fonts): Typo.
3293
3294 2004-04-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3295
3296         * scm/font.scm (add-cmr-fonts): add sauter fonts under latin1
3297         font-encoding.
3298
3299         * scm/define-grobs.scm (all-grob-descriptions): idem.
3300
3301         * lily/time-signature.cc (numbered_time_signature): idem.
3302
3303         * scm/font.scm (add-cmr-fonts): use real encoding names for
3304         font-encoding.
3305
3306 2004-04-10  Jan Nieuwenhuizen  <janneke@gnu.org>
3307
3308         * lily/paper-book.cc (classic_output): 
3309         * tex/lilyponddefs.tex (lybox): Add height, and proper raising.
3310         Fixes classic output.
3311         (lilypondstart):
3312         * scripts/lilypond.py (global_latex_preamble): Remove topmargin
3313         kludge.
3314
3315         * scripts/old-lilypond-book.py: Remove.
3316
3317         Page layout for SCOREs enclosed in a BOOK:
3318
3319         * scripts/lilypond.py: Remove LaTeX titling kludge.  Remove page
3320         layout tweaking.
3321
3322         * input/les-nereides.ly (theScore): Add \book.
3323
3324         * input/test/title-markup.ly: Add \book.
3325
3326         * scm/page-layout.scm (ly:optimal-page-breaks): Debugging output
3327         only if 'verbose.
3328
3329         * lily/include/paper-book.hh (PAGE_LAYOUT): Remove.
3330
3331         * lily/paper-outputter.cc (output_line): Remove PAGE_LAYOUT check.
3332
3333         * tex/lilyponddefs.tex (lilypondstart, lybox, lyitem):
3334         * scm/output-tex.scm (start-system): Update for page layout by
3335         LilyPond.
3336
3337         * scm/output-ps.scm (start-system): Previously (new-start-system).
3338
3339         * lily/paper-outputter.cc (output_header): Uniquify list of fonts
3340         passed to define-fonts.
3341
3342         * lily/paper-column.cc: 
3343         * lily/system.cc (get_line):
3344         * ly/property-init.ly (newpage): 
3345         * scm/define-grob-properties.scm:
3346         * scm/output-ps.scm: 
3347         * scm/output-tex.scm: Remove between-system-string kludge.
3348
3349         * scm/output-ps.scm (define-fonts, font-command,
3350         font-load-encoding): Handle ENCODING = #f.
3351
3352         * scm/output-tex.scm (output-scopes): Check if variable is bound.
3353
3354         * scm/define-markup-commands.scm (fill-line): Use
3355         make-simple-markup (WAS: unexisting make-word-markup).
3356
3357         * lily/text-item.cc (interpret_markup): Bugfix, transpose
3358         ENCODING, MARKUP parameters for interpret_string.
3359
3360         * lily/input-file-results.cc (do_one_file): Remove Paper_book hack.
3361
3362         * lily/score.cc (book_rendering): New method.
3363         (default_rendering): Create Paper_book helper locally, dump
3364         output.
3365
3366         * lily/my-lily-lexer.cc (the_key_tab): Add book.
3367
3368         * lily/parser.yy: Handle \book.
3369
3370         * lily/include/book.hh: 
3371         * lily/book.cc: New file.
3372
3373 2004-04-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3374
3375         * lily/text-item.cc (interpret_string): new file, select font with
3376         encoding.
3377
3378         * lily/include/lily-guile.hh: ly_XXX_p -> is_XXX. Changes throughout.
3379
3380         * scm/define-markup-commands.scm (encoded-simple): new markup command.
3381
3382         * lily/parser.yy (markup): take encoding from lexer.
3383
3384 2004-04-09  Jan Nieuwenhuizen  <janneke@gnu.org>
3385
3386         * lily/kpath.cc (kpathsea_find_tfm): Do not trigger TFM generation.
3387
3388         * scm/output-ps.scm: Remove some cruft.
3389
3390 2004-04-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3391
3392         * lily/kpath.cc (kpathsea_find_tfm): don't make unfound TFMs/AFMs.
3393
3394         * Documentation/user/lilypond.tely (Top): manual for v2.3 (backportme)
3395
3396 2004-04-09  Jan Nieuwenhuizen  <janneke@gnu.org>
3397
3398         * scm/font.scm (add-century-schoolbook-fonts):
3399         (make-century-schoolbook-tree): New function.
3400
3401         * input/test/title-markup.ly: Use Century Schoolbook font.
3402
3403 2004-04-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3404
3405         * scripts/convert-ly.py: limited old-style markup convert. (Thanks
3406         to Erik Sandberg) 
3407
3408         * lily/font-metric.cc (LY_DEFINE): new function, return fontName.
3409
3410         * scm/output-ps.scm (define-fonts): remove hack for feta/parmesan.
3411
3412         * lily/font-metric.cc (LY_DEFINE): change to ly:font-filename
3413
3414         * scm/encoding.scm (coding-alist): add AdobeStandardEncoding
3415
3416 2004-04-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3417
3418         * scm/part-combiner.scm (determine-split-list): bugfix: if no
3419         solo-state (at end of solo), we can set the solo status
3420         too. (backportme.)
3421
3422         * input/regression/part-combine-solo-end.ly: new file.
3423
3424 2004-04-08  Jan Nieuwenhuizen  <janneke@gnu.org>
3425
3426         * scripts/abc2ly.py (parse_file): Strip \r from lines.  Fixes DOS
3427         flavour abc files.  Really ignore unknown keys (backportme).
3428
3429 2004-04-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3430
3431         * lily/scaled-font-metric.cc (text_dimension): only multiply with
3432         magnification_ when looking up in orig_.
3433
3434         * scm/output-tex.scm (text): switch off char-mapping.
3435
3436         * lily/tfm.cc (coding_scheme): replace ' ' in encoding with '-',
3437         because AFM's encoding field cannot have spaces.
3438
3439 2004-04-08  Jan Nieuwenhuizen  <janneke@gnu.org>
3440
3441         * scm/output-ps.scm (define-fonts): More re/encoding tweaking.
3442
3443 2004-04-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3444
3445         * lily/paper-def.cc (find_scaled_font): change to inputencoding.
3446
3447         * mf/cmr.enc: new file, without hi-bit ascii info. 
3448
3449         * lily/bezier-bow.cc (slur_shape): make indent dependent on
3450         width. This removes the 'hook' at the end of a long slur.
3451
3452         * buildscripts/mf-to-table.py (parse_logfile): don't append
3453         encoding to fontname.
3454
3455 2004-04-07  Jan Nieuwenhuizen  <janneke@gnu.org>
3456
3457         * scm/output-ps.scm (define-fonts): Load .enc only once.
3458
3459         * mf/GNUmakefile (INSTALLATION_OUT_SUFFIXES): Install .enc files
3460         too.
3461
3462 2004-04-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3463
3464         * buildscripts/mf-to-table.py (parse_logfile): remove spaces from
3465         encoding field.
3466
3467         * lily/stencil-scheme.cc: remove ly:fontify-atom 
3468
3469         * ly/portuges.ly (pitchnames): new file.
3470
3471         * lily/include/lily-guile.hh: many new ly_ functions.  Thanks to
3472         Michael Welsh Duggan
3473
3474         * lily/*.cc: deprecate gh_ interface. Thanks to Michael Welsh Duggan
3475
3476         * ly/nederlands.ly: add comment about digits.
3477
3478         * lily/scaled-font-metric.cc (derived_mark): idem.
3479
3480         * scm/encoding.scm (make-encoding-mapping): change permutation to
3481         mapping.
3482
3483         * lily/scaled-font-metric.cc (derived_mark): is a const method.
3484         (Modified_font_metric): make alist for coding_description_
3485         (LY_DEFINE): remove coding-name.
3486
3487         * scm/output-tex.scm (text): remove debugging code.
3488
3489         * lily/scaled-font-metric.cc (ly_font_encoding): return vector
3490
3491         * buildscripts/mf-to-table.py (parse_logfile): read EncodingScheme
3492         from infile.
3493
3494         * mf/feta-generic.mf: move fet_beginfont into generic code.
3495         use fetaMusic (without space) as encoding
3496
3497         * mf/feta-autometric.mf: take encoding argument
3498
3499         * lily/afm.cc (read_afm_file): bugfix, read global info too. 
3500
3501         * lily/my-lily-lexer.cc (set_identifier): remove gh_scm2newstr
3502         use.
3503
3504         * scm/encoding.scm (read-encoding-file): use symbol for glyph
3505         name.
3506
3507 2004-04-07  Jan Nieuwenhuizen  <janneke@gnu.org>
3508
3509         * input/test/title-markup.ly: Set inputencoding.
3510
3511         * scm/output-ps.scm (define-fonts): Handle font re-encoding.
3512
3513         * lily/scaled-font-metric.cc (ly:font-coding-name): New function.
3514
3515         * scm/encoding.scm (get-coding-filename, get-coding-command): New
3516         function.
3517         (coding-alist): Also hold filename, command.
3518         (read-encoding-file): Return symbols.
3519
3520 2004-04-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3521
3522         * scm/output-tex.scm: remove fontify; text and char take a font
3523         argument.
3524
3525         * lily/tfm.cc (name_to_index): new function, use encoding_table_.
3526
3527         * lily/scaled-font-metric.cc (text_dimension): init
3528         coding_{permutation,table}_ too 
3529         (LY_DEFINE): ly:font-encoding, new function return
3530
3531         * lily/paper-def.cc (find_scaled_font): take input coding from
3532         inputcoding paper var.
3533
3534         * lily/performance.cc (output): remap modulo 16.
3535
3536         * lily/text-item.cc (interpret_markup): whoops, variable
3537         shadowing fixed.
3538
3539 2004-04-06  Michael Welsh Duggan  <mwd@sei.cmu.edu>
3540
3541         * lily/piano-pedal-performer.cc (try_music): Compare symbols to
3542         symbols, not symbols to strings.
3543
3544         * lily/piano-pedal-engraver.cc (try_music): Compare symbols to
3545         symbols, not symbols to strings.
3546
3547 2004-04-06  Jan Nieuwenhuizen  <janneke@gnu.org>
3548
3549         * lily/kpath.cc (kpathsea_gulp_file_to_string): 
3550         (ly:kpathsea-gulp-file): New function.
3551
3552         * scm/encoding.scm (read-encoding-file): Use it.
3553
3554 2004-04-06  Werner Lemberg  <wl@gnu.org>
3555
3556         * scm/encoding.scm (coding-alist): Fix typo.
3557
3558 2004-04-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3559
3560         * lily/scaled-font-metric.cc (text_dimension): move function from
3561         Font_metric
3562         (make_scaled_font_metric): init coding_scheme_ to TeX
3563         (text_dimension): use get-coding-vector for non TeX coding_scheme_
3564
3565         * lily/include/scaled-font-metric.hh (struct
3566         Modified_font_metric): rename from Scaled_font_metric
3567
3568         * scm/encoding.scm (read-encoding-file): split up large function,
3569         leave caching to (delay)
3570
3571         * lily/lily-guile.cc (LY_DEFINE): typecheck argument.
3572
3573 2004-04-05  Jan Nieuwenhuizen  <janneke@gnu.org>
3574
3575         * lily/my-lily-lexer.cc (set_encoding): New method.
3576
3577         * lily/lexer.ll: Grok \encoding.
3578
3579         * lily/font-metric.cc (get_encoded_index): New function.
3580
3581         * lily/include/font-metric.hh (coding_scheme): New method.
3582
3583         * scm/encoding.scm: New file.
3584
3585         * mf/feta-beugel.mf: Better error message (WAS: `foobar').
3586
3587 2004-04-05  Werner Lemberg  <wl@gnu.org>
3588
3589         * Documentation/user/tutorial.itely: Revised (finished).
3590
3591         * Documentation/user/macros.itexi (@separate): Removed.
3592
3593 2004-04-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3594
3595         * scm/output-ps.scm (define-fonts): fix scaling.
3596
3597         * lily/scaled-font-metric.cc (design_size): add function.
3598
3599         * lily/font-metric.cc (LY_DEFINE): opps ly:font-design-size is only
3600         partial cut&paste of ly:font-magnification.
3601
3602 2004-04-05  Jan Nieuwenhuizen  <janneke@gnu.org>
3603
3604         * scm/output-ps.scm (define-fonts):
3605         (fontify): Update.
3606
3607 2004-04-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3608
3609         * po/fr.po: update. (backportme).
3610
3611         * po/nl.po: update. (backportme). 
3612
3613         * mf/feta-beugel.mf: document why design size is not fixed.
3614
3615         * mf/feta-braces-a.mf: rename to stress that it's not design size.
3616
3617 2004-04-04  Werner Lemberg  <wl@gnu.org>
3618
3619         * Documentation/user/tutorial.itely: Revised (continued).
3620
3621 2004-04-03  Jan Nieuwenhuizen  <janneke@gnu.org>
3622
3623         * po/nl.po: Update (backportme).
3624
3625 2004-04-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3626
3627         * po/de.po: update. (backportme).
3628
3629         * scm/output-tex.scm (font-command): use ly: functions to
3630         construct name.
3631         (define-fonts): don't use alist, just dump \font definitions.
3632         (font-load-command): calculate proper scaling by taking
3633         outputscale from paper argument.
3634
3635         * lily/stencil-scheme.cc (fontify_atom): insert Font_metric into
3636         expression.
3637
3638         * lily/paper-outputter.cc (output_header): pass paper arg to
3639         define-fonts
3640
3641         * lily/paper-def.cc (font_descriptions): dump list of
3642         Scaled_font_metrics
3643         (find_scaled_font): take Font_metric argument, store
3644         Scaled_font_metrics in hash-table containing (size ->
3645         Scaled_font_metrics) alist.
3646         (get_dimension): rename from get_realvar
3647
3648         * lily/font-metric.cc (LY_DEFINE): ly:font-design-size,
3649         ly:font-magnification, ly:font-name: new functions
3650
3651 2004-04-03  Werner Lemberg  <wl@gnu.org>
3652
3653         * Documentation/user/dedication.itely,
3654         Documentation/user/preface.itely,
3655         Documentation/user/introduction.itely,
3656         Documentation/user/tutorial.itely: Revised.
3657         Removing leading spaces which distorts output if info files are read
3658         with stand-alone info.
3659         Removing superfluous inter-word spaces which also distorts output
3660         for stand-alone info.
3661         Using ` and ' instead of `` and '' everywhere to improve
3662         legilibility with stand-alone info
3663         Using @samp for single-letter input items and data which contains
3664         spaces, @code for other things.
3665
3666         * lily/grob-interface.cc: Adding copyright.
3667         (check_interfaces_for_property): Improve format of warning message.
3668
3669 2004-04-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3670
3671         * lily/include/font-metric.hh (struct Font_metric): add
3672         design_size () method.
3673
3674         * buildscripts/mf-to-table.py (base): add DesignSize comment.
3675
3676         * lily/afm.cc (read_afm_file): read design size.
3677
3678         * input/regression/repeat-unfold-tremolo.ly: add dotted case.
3679
3680         * scm/music-functions.scm (unfold-repeats): handle dots too.
3681
3682 2004-04-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3683
3684         * mf/GNUmakefile ($(outdir)/$(redhat-package)): fix URL.
3685         (backportme)
3686
3687 2004-04-02  Jan Nieuwenhuizen  <janneke@gnu.org>
3688
3689         * input/wilhelmus.ly: Use raggedright.  Hack `Een prin -- ce'
3690         lyric indent.  Revert melismaBusyProperties using \unset.
3691
3692 2004-04-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3693
3694         * input/regression/bar-check-redefine.ly (pipeSymbol): new file.
3695
3696         * lily/parser.yy (command_element): allow redefinition of |
3697         meaning.
3698
3699         * lily/break-align-engraver.cc (acknowledge_grob): construct
3700         LeftEdge where the first cause for alignment is coming from.
3701         This makes \override Staff.LeftEdge work as expected.
3702
3703         * lily/slur-performer.cc (Slur_performer): add inits
3704
3705         * lily/beam-performer.cc (Beam_performer): add inits
3706
3707 2004-04-01  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3708
3709         * VERSION (PACKAGE_NAME): release 2.2.0