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