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