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