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