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