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