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