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