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