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