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