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