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