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