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