]> git.donarmstrong.com Git - lilypond.git/blob - ChangeLog
b3e861d6c9707ef6582a3cc79c308bdafa219c3c
[lilypond.git] / ChangeLog
1 2004-11-14  Heikki Junes  <hjunes@cc.hut.fi>
2
3         * Documentation/user/sound-output.itexi: add code snippets for MIDI.
4
5 2004-11-14  Jan Nieuwenhuizen  <janneke@gnu.org>
6
7         * lily/font-metric.cc (get_indexed_char_stencil): Bugfix: get
8         actual char #, not 0 based index.
9
10         * lily/system-start-delimiter.cc (staff_brace): Start at 65.
11
12         * mf/feta-beugel.mf: Actually start at char #65.  Add header.
13         Warning: do make -C mf clean.
14
15         * lily/context-property.cc: Compile fix.
16
17         * scm/output-gnome.scm: Add ec-fonts-mftraced to ~/.fonts.conf.
18         Grok ec-fonts, braces and dynamics.
19
20         * scm/framework-gnome.scm (gnome-main): Register braces with pango.
21
22 2004-11-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
23
24         * lily/include/tweak-registration.hh: new file.
25
26         * lily/tweak-registration.cc: new file.
27
28         * scm/framework-gnome.scm (save-tweaks): use new key mechanism for
29         saving tweaks.
30
31         * scm/output-gnome.scm (text): comment dribble.
32
33 2004-11-14  Jan Nieuwenhuizen  <janneke@gnu.org>
34
35         * lily/pangofc-afm-decoder.cc (main): Test more feta fonts.
36
37         * scm/output-gnome.scm (bezier-sandwich): New function.  Reset
38         path-def before using.  Fixes muchtomany slurs in wrong places
39         bug.
40
41 2004-11-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
42
43         * lily/grob-scheme.cc (LY_DEFINE): add new function ly:grob-key.
44
45         * lily/include/object-key-undumper.hh (Module): new file.
46
47         * lily/object-key-undumper.cc (Module): New file. Deserialize
48         keys. SCM bindings
49
50         * lily/object-key-dumper.cc (Object_key_dumper): idem.
51         Provide SCM bindings.
52
53         * lily/include/object-key-dumper.hh (class Object_key_dumper): 
54         new file. Serialize object keys.
55         
56         * lily/object-key.cc (dump): new function.
57         (as_scheme): new virtual function
58         (undump): new function
59         (undumpers): new table.
60
61         * lily/include/global-context.hh (Context): take \score key upon init.
62
63         * lily/object-key-dumper.cc (serialize_key): new file.
64
65         * lily/include/object-key-dumper.hh (class Object_key_dumper): new file.
66
67         * lily/lily-lexer.cc: remove \quote.
68
69         * lily/lookup.cc (triangle): rewrite, obviating symmetric_x_triangle().
70
71         * lily/context.cc (Context): take key argument in ctor.
72         (create_context): new function
73
74         * lily/grob.cc (Grob): take key argument in ctor.  
75
76         * lily/lilypond-key.cc (do_compare): new file.
77
78         * lily/object-key.cc (Object_key): new file.
79
80         * lily/include/object-key.hh (class Object_key): new file.
81
82         * lily/include/lilypond-key.hh (class Lilypond_context_key): new file.
83
84 2004-11-13  Graham Percival  <gperlist@shaw.ca>
85
86         * Documentation/user/lilypond-book.itely: add small warning about
87         noindent default in lilypond-book.
88
89         * Documentation/user/converters.itely: add examples for convert-ly.
90
91         * Documentation/user/examples.itely: change version string in templates
92         to 2.4.0.
93
94 2004-11-12  Karl Hammar  <karl@aspodata.se>
95
96         * GNUmakefile.in (local-WWW-post): `find ...` overflows the
97         cmdline, use xargs instead (backportme)
98
99 2004-11-10  Andreas Scherer  <andreas_mutopia@freenet.de>
100         
101         * Documentation/user/: Numerous fixes in the user manual.
102
103 2004-11-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
104
105         * lily/parser.yy (re_rhythmed_music): search music expression for
106         context-id, surround by \new Voice if not found. Fixes:
107         addlyrics-second-staff.ly
108
109         * VERSION: 2.5.0 released.
110         
111 2004-11-12  Jan Nieuwenhuizen  <janneke@gnu.org>
112
113         * Documentation/index.html.in: Fix url to one big page.  (backportme)
114
115         * Documentation/user/GNUmakefile: Separate rules for split and
116         unsplit html documents.  Remove perl massaging.  (backportme)
117
118 2004-11-11  Graham Percival  <gperlist@shaw.ca>
119
120         * Documentation/user/lilypond-book.itely: add short warning about
121         \lilypond{} in LaTeX docs.
122
123 2004-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
124
125         * stepmake/aclocal.m4: Barf if kpathsea/kpathsea.h is not
126         found.  (backportme)
127
128         * Documentation/topdocs/INSTALL.texi (ec-fonts-mtraced): Add
129         version requirement.  (backportme)
130
131         * configure.in: Be explicit about old versions of
132         ec-fonts-mtraced.  (backportme)
133
134         * lily/context-selector.cc (set_tweaks): New function.
135         * lily/grob-selector.cc (set_tweaks): (Re)set hash table.  Fixes
136         web with -DTWEAK.
137
138         * Documentation/user/introduction.itely (Automated engraving):
139         Remove fragment option.  Fixes web.
140
141         * lily/context-property.cc (make_item_from_properties):
142         * lily/context.cc (add_context)[TWEAK]: Tweak registration behind
143         #ifdef.
144
145         * scm/define-context-properties.scm
146         (all-internal-translation-properties): Add tweakRank and tweakCount.
147
148         * lily/grob.cc: 
149         * scm/define-grob-properties.scm (all-internal-grob-properties):
150         Add tweak-rank and tweak-count.
151
152 2004-11-10  Jan Nieuwenhuizen  <janneke@gnu.org>
153
154         * scm/output-gnome.scm (string->utf8-string, char->utf8-string):
155         New function.
156         (text): Use them.
157
158         * scm/framework-gnome.scm (item-event): Add support from TLA.  Support
159         animated/opaque grob dragging tweaks.
160
161         * buildscripts/guile-gnome.sh: Update.
162
163 2004-11-10  Mats Bengtsson  <mabe@drongo.s3.kth.se>
164
165         * scm/define-grobs.scm (all-grob-descriptions): Added
166         line-interface to the LigatureBracket object.
167
168 2004-11-10  Jan Nieuwenhuizen  <janneke@gnu.org>
169
170         * scm/framework-gnome.scm (item-event): Support non-animated mouse
171         dragging tweaks.
172
173         * lily/lily-guile.cc (ly_to_string, ly_to_symbol): New function.
174
175         * lily/context-selector.cc (store_context): New function.
176
177         * lily/grob-selector.cc (register_grob)[TWEAK]: Apply tweak.
178         (store_grob): New function.
179         (identify_grob): Add Moment parameter.
180
181         * lily/lily-parser.cc (parse_file)[TWEAK]: Read .ly.t file if it
182         exists.
183
184         * scm/framework-gnome.scm (save-tweaks): Write as alist.
185
186 2004-11-09  Jan Nieuwenhuizen  <janneke@gnu.org>
187
188         * scm/framework-gnome.scm (item-event): Print grob id.
189         (save-tweaks): New function.
190         (tweak): New funtion.
191         (item-event): Use it, bound to arrow keys.
192
193         * lily/context-property.cc (make_item_from_properties): Register grob.
194         * lily/context.cc (add_context): Register context.
195
196         * lily/include/context-selector.hh:
197         * lily/include/grob-selector.hh:
198         * lily/context-selector.cc:
199         * lily/grob-selector.cc: New file.
200
201 2004-11-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
202
203         * lily/slur.cc: add 'positions to interface
204
205         * lily/main.cc: reinstate PS as standard output format. 
206
207         * scm/framework-tex.scm (output-preview-framework): print systems
208         up to first non title system.
209
210         * lily/grace-engraver.cc (start_translation_timestep): split
211         scm_cadddr
212         
213 2004-11-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
214
215         * lily/quote-iterator.cc (Module): remove old quote-iterator
216
217         * scm/define-music-types.scm (music-descriptions): move
218         NewQuoteMusic over QuoteMusic
219
220         * Documentation/user/notation.itely (Formatting cue notes): use
221         \cueDuring.
222
223         * lily/new-quote-iterator.cc (quote_ok): new function.
224
225         * input/regression/quote-cue-during.ly: new file.
226
227         * input/regression/quote-grace.ly: new file.
228
229         * scm/define-context-properties.scm (Module): change definition of
230         graceSettings
231
232         * lily/context-property.cc (Module): rename from
233         translator-property.cc
234
235         * lily/context.cc (context_name_symbol): new function
236
237         * lily/grace-engraver.cc: new file. Set properties for grobs based
238         on the grace-ness of now_moment().
239
240         * scm/music-functions.scm (add-grace-property): use list
241         iso. vector for graceSettings
242         remove set-{start,stop}-grace-properties. 
243
244         * lily/new-quote-iterator.cc (construct_children): set
245         quote_outlet_ if no quoted-context-{id,type} specified.
246
247         * scripts/convert-ly.py (conv): \quote -> \quoteDuring.
248
249         * lily/parser.yy (command_element): remove \quote.
250
251         * ly/music-functions-init.ly (location): add quoteDuring music
252         function. 
253
254         * lily/lexer.ll: allow \encoding in lyrics as well.  Remove
255         optional semicolon. (backportme)
256
257 2004-11-06  Jan Nieuwenhuizen  <janneke@gnu.org>
258
259         * python/GNUmakefile (STEPMAKE_TEMPLATES): Unset USER_LDFLAGS, no
260         need to link to GUILE et al.
261
262 2004-11-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
263
264         * scm/define-music-properties.scm (all-music-properties): add
265         quoted-context-type, quoted-context-id.
266
267         * scm/lily.scm (type-check-list): new function.
268         
269         * scm/lily-library.scm: new file. Generic library routines.
270
271         * lily/parser.yy (Generic_prefix_music): move typechecking out of
272         parser.
273
274         * ly/music-functions-init.ly: add quoteDuring function.
275
276         * lily/include/music-iterator.hh (class Music_iterator): rename
277         set_translator -> set_context
278
279         * lily/parser.yy (Generic_prefix_music_scm): add
280         MUSIC_FUNCTION_SCM_SCM_MUSIC
281
282         * scm/lily.scm (sanitize-command-option): new function. (backportme)
283
284         * scm/framework-tex.scm (header): sanitize TeX paper size.
285         (backportme)
286
287 2004-11-06  Jan Nieuwenhuizen  <janneke@gnu.org>
288
289         * elisp/lilypond-indent.el (LilyPond-indent-level): 2 is now standard.
290
291         * tex/lilyponddefs.tex: If no inputencoding use latin1.  (backportme)
292
293         * scm/framework-tex.scm (font-load-command): Use T1 if no
294         font-encoding set.  (backportme)
295
296         * scm/lily.scm (postscript->pdf): Remove .pdf file if it
297         exists before converting.  (backportme)
298
299         * scm/framework-tex.scm (convert-to-dvi): Remove .dvi file if it
300         exists before converting.  (backportme)
301         (convert-to-ps): Remove .ps file if it exists before
302         converting.  (backportme)
303
304         * lily/lexer.ll: Remove extra progress newline, use present tense.
305
306         * scm/paper.scm (paper-alist): public.
307         * scm/framework-tex.scm (convert-to-ps):
308         * scm/lily.scm (postscript->pdf): Do not leak papersizename into
309         command line.
310
311 2004-11-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
312
313         * scm/lily.scm (ly:system): add > /dev/null 2>&1 . (backportme)
314
315         * lily/recording-group-engraver.cc (derived_mark): mark
316         now_events_. (backportme)
317
318 2004-11-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
319
320         * mf/GNUmakefile: use Fedora-3 in download link. (backportme.)
321
322         * scm/framework-tex.scm (convert-to-dvi): use ly:system for
323         invoking latex. (backportme.)
324
325         * lily/stem.cc (off_callback): center stems for all rest stems.
326
327 2004-11-05  Werner Lemberg  <wl@gnu.org>
328
329         * Documentation/user/lilypond.tely: Add more guidelines for writing
330         lilypond texinfo documents.
331
332 2004-11-05  Heikki Junes  <hjunes@cc.hut.fi>
333
334         * Documentation/index.html.in: remove <hr>.
335
336         * THANKS: change 2.3 to 2.4.
337
338 2004-11-05  Jan Nieuwenhuizen  <jannneke@gnu.org>
339
340         * scm/output-gnome.scm: More fontconfig comment.
341
342 2004-11-05  Pedro Kroger  <kroeger@pedrokroeger.net>
343
344         * GNUmakefile.in ($(builddir)/share/lilypond-force): create the
345         <package> directory in $(builddir)/share according with
346         PACKAGE_NAME defined in the VERSION file.
347
348 2004-11-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
349
350         * lily/beam.cc (rest_collision_callback): use local beam
351         multiplicity.
352
353         * input/regression/stem-stemlet.ly: new file.
354
355         * lily/stem.cc (add_head): store rests as well.
356
357         * scm/define-grob-properties.scm (all-user-grob-properties): add
358         stemlet-length
359
360         * lily/stem.cc: store rests as well.
361         
362         * input/regression/new-slur.ly: mention forcing.
363
364 2004-11-04  Werner Lemberg  <wl@gnu.org>
365
366         * Documentation/user/*: A new round of layout fixes and document
367         structure cleanup.
368
369 2004-11-04  Heikki Junes <hjunes@cc.hut.fi>
370
371         * Documentation/user/lilypond.tely: changes 2.3.x to 2.5.x.
372
373 2004-11-04  Jan Nieuwenhuizen  <janneke@gnu.org>
374
375         * Documentation/topdocs/INSTALL.texi (Top): Remove geometry.
376
377 2004-11-03  Jan Nieuwenhuizen  <janneke@gnu.org>
378
379         * Documentation/topdocs/INSTALL.texi (Top): Fix geometry url (dax).
380
381         * lily/lily-parser.cc (LY_DEFINE): Remove "Now " from message.
382
383         * lily/main.cc (main): Invoke identify.
384
385         * scm/lily.scm (postscript->pdf): Remove progress newline.
386         Write progress to stderr.
387
388         * lily/paper-book.cc (output): Remove progress newline.
389
390         * scm/framework-tex.scm (convert-to-dvi, convert-to-ps): Call
391         gettext on user messages, and remove whitespace.
392
393         * lily/paper-outputter.cc (get_paper_outputter): Add progress newline.
394
395         * scripts/lilypond-latex.py (program_name): Bugfix: use only basename of
396         argv[0] (Thomas Scharkowski).
397
398         * configure.in: Bugfix: add REQUIRED parameter to STEPMAKE_TEXMF
399         call (carlyannehorse).  Also check for mf and mf-nowin.  Add check
400         for ec-fonts-mtraced.
401
402         * GNUmakefile.in (builddir-exec): Add symlink tex/out.  Fixes
403         --srcdir build (Bertalan).
404
405         * stepmake/aclocal.m4 (STEPMAKE_GUILE_DEVEL): Check for guile
406         headers and library too (Laura Conrad).
407
408         * Documentation/topdocs/INSTALL.texi (Top): Mention development
409         package for guile too (Laura Conrad).
410
411         * lily/main.cc (usage): Typo.
412
413 2004-11-02  Werner Lemberg  <wl@gnu.org>
414
415         * Documentation/user/notation.ly: More fixes to improve appearance.
416
417         * tex/texinfo.tex: Updated from texinfo CVS -- this version provides
418         better output for multicolumn tables.
419
420 2004-11-01  Mats Bengtsson  <mabe@drongo.s3.kth.se>
421
422         * lily/main.cc (dir_info): Fixed typo in the printouts.
423
424 2004-11-01  Werner Lemberg  <wl@gnu.org>
425
426         * buildscripts/mf-to-table.py (write_fontlist): Improve formatting
427         of output.
428         Set `per_line' to 2; replace hard-coded value with it.
429
430         * Documentation/user/*: Many fixes to improve appearance of
431         printed manual.
432
433 2004-11-01  Werner Lemberg  <wl@gnu.org>
434
435         * Documentation/user/changing-defaults.itely,
436         Documentation/user/notation.ly,
437         Documentation/user/programming-interface.itely: Use @/.
438         Fix formatting of some lilypond snippets and tables.
439
440         * scripts/lilypond-book.py (compose_ly): Provide useful default
441         for LINEWIDTH in `override'.
442
443 2004-10-31  Graham Percival  <gperlist@shaw.ca>
444
445         * Documentation/user/invoking.itely: change "3.0" -> "2.4"
446
447 2004-10-31  Werner Lemberg  <wl@gnu.org>
448
449         Resetting @exampleindent to `5' gives ugly results with texinfo's
450         DVI output.  Use `@format @exampleindent 0 ... @end format' instead
451         (if not quoting) to change @exampleindent only locally.
452
453         * scripts/lilypond-book.py (NOQUOTE): New variable.
454         (output) [LATEX]: Remove AFTER and BEFORE.
455         [TEXINFO]: Remove AFTER and BEFORE.
456         Fix QUOTE and VERBATIM pattern.
457         Add NOQUOTE pattern.
458         (Lilypond_snippet) [output_info, output_latex]: Don't handle AFTER
459         and BEFORE.
460         [output_texinfo]: Use NOQUOTE.
461
462 2004-10-31  Graham Percival  <gperlist@shaw.ca>
463
464         * Documentation/user/changing-defaults.itely: clarify paper
465         size commands with correct info.
466
467         * Documentation/user/lilypond-book.itely: add more docs for
468         filename extensions.
469
470 2004-10-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
471
472         * VERSION (PATCH_LEVEL): Branch lilypond_2_4, release 2.4.0
473         (PATCH_LEVEL): start 2.5.0.
474
475 2004-10-30  Graham Percival  <gperlist@shaw.ca>
476
477         * Documentation/user/notation.itely: add warning about bar numbers
478         in multistaff music, add warning about quoting grace notes.
479
480         * Documentation/user/changing-defaults.itely: clarify paper size commands,
481         add missing subsubtitle entry to Creating titles.
482
483         * Documentation/user/tutorial.itely: change 3.0 references to 2.4.
484
485 2004-10-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
486
487         * scripts/convert-ly.py (conv): fixed \context Foo = mixedCaps
488         case.
489         (conv): add dummy 2.4.0 conversion rule.
490
491         * Documentation/user/lilypond.tely: add @finalout.
492
493         * lily/slur-scoring.cc (enumerate_attachments): use stem_extent_
494         for attaching, fixes slur/stem left attachment of
495         downslur/downstem.
496
497         * lily/quote-iterator.cc (process): use <= for comparisons. Fixes
498         quote problem if for last note of quoted sequence. 
499
500         * input/regression/part-combine-text.ly (comm): add expect strings.
501
502 2004-10-30  Werner Lemberg  <wl@gnu.org>
503
504         * Documentation/user/examples.itely: Improved layout.
505
506         * Documentation/invoking.itely: Use `@/' to insert breakpoints.
507
508         * Documentation/macros.itexi (@inputfileref) [@tex]: Use `@/'.
509
510         * Documentation/notation.itely: Use `@/'.
511         Other layout fixes.
512
513 2004-10-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
514
515         * lily/part-combine-iterator.cc (unisono): examine last_playing_
516         (not state_), this fixes a2 printing after chord.
517
518         * input/regression/no-staff.ly: fix octave, revise syntax.
519
520         * input/regression/lyrics-bar.ly (texidoc): fixes.
521
522         * input/regression/beam-dir-functions.ly (Module): remove from regtest
523
524         * input/regression/accidentals.ly (Module): remove from regtest.
525
526         * lily/parser.yy (Prefix_composite_music): 
527         oops. Chords should be unrelativable, not bass figures untransposable.
528
529         * VERSION: 2.3.26 released.
530         
531         * lily/completion-note-heads-engraver.cc (try_music): only return
532         something when is_first_ is true. Fixes lyrics with completion_heads. 
533
534         * make/lilypond-vars.make: add scripts/out/ to PATH, to find ps2png. 
535
536         * scm/lily.scm (ly:system): new function. Catches uninstalled
537         ps2png.
538
539 2004-10-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
540
541         * Documentation/user/notation.itely: remove
542         @hyphenatedinternalsref.
543
544 2004-10-29  Werner Lemberg  <wl@gnu.org>
545
546         * scm/framework-tex.scm (dump-line): Fix dimensions for \lybox.
547
548         * scripts/lilypond-book.py (no_options): New dictionary.
549         (simple_options): New list.
550         (ly_options): Remove NOINDENT and EXAMPLEINDENT patterns.
551         (compose_ly): Use `no_options' and `simple_options'.
552         Fix logic of option handling.
553         Handle `linewidth' option without parameter.
554
555 2004-10-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
556
557         * lily/lookup.cc (triangle): use (0, interval.length()) for X
558         extent, since the stencil is translated later on.
559
560         * lily/ledger-line-spanner.cc (print): swap linear_combination
561         arguments, effectively shortens ledger line. 
562
563         * Documentation/user/GNUmakefile
564         ($(outdir)/lilypond/lilypond.html): use find to remove files.
565
566         * lily/main.cc: --no-pages option.
567
568 2004-10-28  Carl Sorensen  <carldsorensen@comcast.net>
569
570         * Documentation/user/notation.itely (Fret diagrams): add extra
571         notes to example to avoid collisions between fret diagrams.
572
573 2004-10-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
574
575         * Documentation/user/notation.itely (Automatic note splitting):
576         note about lyrics. 
577
578         * Documentation/user/converters.itely (Invoking convert-ly): note
579         about version numbers. 
580
581         * scripts/abc2ly.py (dump_score): revise lyric dumping
582
583         * scripts/mup2ly.py (pre_processor_commands): always open file.
584
585         * scripts/etf2ly.py (Frame.calculate): always close \grace.
586         (Etf_file.dump): add \version
587
588         * VERSION: 2.3.25 released.
589
590         * lily/scm-option.cc: add 'resolution to ly:get-option argument
591         list.
592
593 2004-10-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
594
595         * lily/stencil-scheme.cc (LY_DEFINE): add ly:stencil-origin
596
597 2004-10-28  Werner Lemberg  <wl@gnu.org>
598
599         * Documentation/user/music-glossary.tely: More fixes to improve
600         appearance with DVI output.
601
602         * scripts/lilypond-book.py (compose_ly): Use 0.4in for
603         EXAMPLEINDENT.  This is the maximum value for quotation environments
604         used in `texinfo.tex' -- many warnings in lilypond.dvi are now gone.
605
606 2004-10-27  Werner Lemberg  <wl@gnu.org>
607
608         * Documentation/user/music-glossary.tely: Revised.
609
610 2004-10-26  Carl Sorensen  <carldsorensen@comcast.net>
611
612         * input/test/fret-diagram.ly: insert breaks, remove raggedright to
613         improve fret diagram spacing in printed output.
614
615         * Documentation/user/notation.itely (Fret diagrams): Remove raggedright
616         from options for the example so fret-diagrams won't overlap
617         one another.
618
619 2004-10-26  Werner Lemberg  <wl@gnu.org>
620
621         * scripts/lilypond-book.py: Some additional formatting for
622         orthogonality.
623         (ly_options) [*]: Format strings.
624         [RAGGEDRIGHT]: Don't set `indent'.  This is now properly handled
625         by `compose_ly'.
626         (output) [LATEX][OUTPUT]: Format string and simplify.
627         (PREAMBLE_LY, FRAGMENT_LY): Format string.
628         (classic_lilypond_book_compatibility): Take key/value pair as
629         parameter.
630         Return key/value pair.
631         (compose_ly): Rewritten, taking the snippet type as third parameter. 
632         The default values are now set more sensible, and a `linewidth'
633         option is no longer overwritten under some circumstances.
634
635         * Documentation/user/music-glossary.tely: Replace all accented
636         character macros with latin-1 codes.
637
638 2004-10-26  Nicolas Sceaux  <nicolas.sceaux@free.fr>
639
640         * lily/music-function.cc (ly_make_music_function): when an
641         argument predicate is markup?, the signature keyword becomes
642         "markup" iso "scm".
643
644         * lily/lexer.ll (music_function_type): new MUSIC_FUNCTION_*MARKUP*
645         tokens, for functions which signatures contain "markup".
646
647         * lily/parser.yy (Generic_prefix_music_scm): add treatment for new
648         MUSIC_FUNCTION_*MARKUP* tokens.
649
650 2004-10-26  Jan Nieuwenhuizen  <janneke@gnu.org>
651
652         * input/regression/lyrics-bar.ly: Make StaffGroup accept the new
653         Lyrics context.
654
655 2004-10-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
656
657         * python/lilylib.py (make_ps_images): return list of output files.
658
659         * lily/simple-spacer.cc (LY_DEFINE): for ragged, we can end with
660         all springs tight, and still satisfy the constraints.
661
662 2004-10-25  Werner Lemberg  <wl@gnu.org>
663
664         * scripts/lilypond-book.py: s/option-sep/option_sep/.
665         (format_res) [LATEX, TEXINFO]: Skip whitespace before comma also.
666         (snippet_res): Fix regexps and make them ignore whitespace properly.
667         (compose_ly): Use `re.split' instead of `string.split' to remove
668         surrounding whitespace.
669         Some formatting to get more consistency.
670
671 2004-10-25  Han-Wen Nienhuys  <hanwen@xs4all.nl>
672
673         * VERSION: 2.3.24
674         
675         * scm/define-context-properties.scm
676         (all-user-translation-properties): add verticallySpacedContexts.
677
678         * scm/define-grob-interfaces.scm (vertically-spaceable-interface):
679         add interface
680
681         * scm/define-grob-properties.scm (all-internal-grob-properties):
682         add spaceable-staves
683
684         * scm/define-grobs.scm (all-grob-descriptions): set
685         vertically-spaceable-interface for VerticalAxisGroup and
686         RemoveEmptyVerticalGroup
687
688         * lily/system.cc (get_line): determine staff_refpoints_
689         using spaceable-staves.
690
691         * lily/score-engraver.cc (acknowledge_grob): ack
692         vertically-spaceable-interface and verticallySpacedContexts to
693         set spaceable-staves.
694
695         * input/regression/new-slur.ly: add slur under 16th subbeam case.
696
697         * lily/slur-scoring.cc (fill): init has_same_beam_ before use.
698
699 2004-10-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
700
701         * input/mutopia/F.Schubert/morgenlied.ly (pianoLH): tune
702         minimumVerticalExtent tweaks. 
703  
704         * mf/feta-schrift.mf: include size of thumb appendix in
705         bbox. Fixes: c-thumb-notehead.ly  
706
707         * THANKS: add Meisters to the Development team.
708
709         * scm/framework-tex.scm (convert-to-dvi): redirect output to
710         /dev/null for non-verbose.
711
712         * Documentation/user/invoking.itely (Invoking lilypond): add note
713         about resource usage.
714
715         * tex/GNUmakefile (TEX_FILES): add texinfo.cnf
716
717         * stepmake/stepmake/texinfo-vars.make (MAKEINFO): add
718         --enable-encoding
719
720         * Documentation/user/lilypond.tely: add -*- coding: latin-1 -*- everywhere. 
721
722         * Documentation/user/changing-defaults.itely (Text encoding):
723         change to latin1.
724
725         * Documentation/user/lilypond.tely: add language and encoding.
726
727         * scm/define-grobs.scm (all-grob-descriptions): add
728         line-interface.
729
730         * configure.in (PKG_CONFIG_PATH): bump makeinfo version to 4.7
731
732         * input/test/ossia.ly: font sizes for ossia.
733
734         * scripts/convert-ly.py (conv): \context Foo = NOTENAME
735         -> \context Foo = "NOTENAME".
736
737         * lily/main.cc (determine_output_options): fix ordering.
738
739 2004-10-24  Erik Sandberg  <ersa9195@student.uu.se>
740
741         * THANKS: Added bughunters for 2.3.
742
743 2004-10-24  Han-Wen Nienhuys  <hanwen@xs4all.nl>
744
745         * Documentation/user/macros.itexi: use findex functions/internals
746         objects.
747
748         * scm/documentation-generate.scm (string-append): add syncodeindex
749
750         * Documentation/user/tutorial.itely (A lead sheet): use \chords
751         for tutoring chord names.
752  
753         * Documentation/user/lilypond.tely: remove @authors.
754
755 2004-10-23  Werner Lemberg  <wl@gnu.org>
756
757         * scm/framework-tex.scm (dump-page): Add width to \lybox call.
758         Remove first two parameters of \lybox.
759         Don't emit \vbox around \lybox.
760         (dump-line): Add width to \lybox call.
761         Remove first two parameters of \lybox.
762
763         * tex/lilyponddefs.tex (\topalign, \leftalign): Removed.
764         (\lyitem): Updated.
765         (\lybox): Only take three parameters.
766         Create box which has zero depth, only height.
767         Center box vertically along the x-height of current font.
768
769 2004-10-23  Han-Wen Nienhuys  <hanwen@xs4all.nl>
770
771         * VERSION (PACKAGE_NAME): release 2.3.23
772
773         * scm/framework-tex.scm (convert-to-ps): add -E if filename
774         contains .preview.
775
776 2004-10-22  Han-Wen Nienhuys  <hanwen@xs4all.nl>
777
778         * lily/lyric-extender.cc (print): only run to right-bound if
779         broken. This fixes input/regression/lyric-extender.ly
780
781         * input/regression/beamed-chord.ly: removed.
782
783         * Documentation/user/macros.itexi: add \global to definitions for
784         feta macros.
785
786         * po/fr.po: updated po file.
787
788         * po/de.po: updated po file.
789
790 2004-10-22  Werner Lemberg  <wl@gnu.org>
791
792         * tex/lilyponddefs.tex (\lilypondend): Undo change from 2004-10-20.
793
794 2004-10-21  Werner Lemberg  <wl@gnu.org>
795
796         * tex/lily-pdf-defs.tex, tex/lily-ps-defs.tex
797         (\lilypondexperimentalfeatures): Removed.
798
799 2004-10-20  Jürgen Reuter  <reuter@ipd.uka.de>
800
801         * Documentation/user/notation.itely: fixed 2 typos
802
803 2004-10-20  Werner Lemberg  <wl@gnu.org>
804
805         * scm/framework-tex.scm (header-end): Don't set \outputscale.
806         (dump-line): Produce prettier output.
807
808         * tex/lilyponddefs.tex: Comment all macros extensively.
809         (\lilypondstart): Set \outputscale.
810         Define \lilypondpagebreak and \lilypondnopagebreak here.
811         Don't test for positive \lilypondpaperlinewidth -- this is always
812         positive in the normal case (LilyPond produces bad output otherwise
813         so we can safely ignore negative or zero values).
814         (\lilypondend): Remove useless test for \lilypondbook.
815         (\fetasixteen, \fetafont, \fetachar): Removed, unused.  We also
816         don't input `feta20.tex'.
817
818 2004-10-19  Graham Percival  <gperlist@shaw.ca>
819
820         * Documentation/user/examples.itely: added texidoc lilypond-book
821         template.
822
823 2004-10-19  Jan Nieuwenhuizen  <janneke@gnu.org>
824
825         * cygwin/lilypond.hint: Update.
826
827 2004-10-18  Carl Sorensen  <carldsorensen@comcast.net>
828
829         * Documentation/user/notation.itely (Fret diagrams): Add documentation
830         for fret diagram markups to user manual
831
832         * scm/fret-diagrams.scm (fret-diagram-terse): Fix mistake in internal
833         documentation for fret-diagram-terse
834
835         * Documentation/user/notation.itely: Added section on fret diagrams.
836
837 2004-10-18  Jan Nieuwenhuizen  <janneke@gnu.org>
838
839         * scripts/convert-ly.py (usage): Fix --help description.  Apply
840         range also for --show-rules.
841
842 2004-10-18  Werner Lemberg  <wl@gnu.org>
843
844         * scripts/lilypond-book.py (Snippet, Include_snippet)
845         [replacement_text]: Use group `match'.
846
847 2004-10-17  Jan Nieuwenhuizen  <janneke@gnu.org>
848
849         * Documentation/user/macros.itexi: Use @ref instead of @inforef
850         for html.  Apparently, ``you should'' in texinfo documentation is
851         merely a guideline that can safely be ignored.
852
853         * elisp/lilypond-init.el (auto-mode-alist): Add .ily to
854         auto-mode-alist.
855
856         * input/test/engraver-example.ily: 
857         * input/regression/allfontstyle.ily: Rename, update users.
858
859 2004-10-16  Graham Percival  <gperlist@shaw.ca>
860
861         * Documentation/user/lilypond-book.itely: add more details about
862         building .lytex files.
863
864         * Documentation/user/examples.itely: added piano-lyrics template
865
866         * input/template/piano-4-voices.ly, piano-lyrics.ly: remove.
867
868         * input/GNUmakefile: remove "templates" from build subdirs.
869
870         * input/template: removed.
871
872 2004-10-16  Werner Lemberg  <wl@gnu.org>
873
874         * scripts/lilypond-book.py (snippet_res): Define group `match'
875         everywhere.
876         Accept more spaces between commands and its arguments and options.
877         Fix some regexps.
878         (output): Remove some newlines in string values and suppress spaces
879         in output.
880         (output_texinfo): Output `output_print_filename' only if not empty.
881         (Lilypond_snippet)[find_toplevel_snippets]: Use group `match'.
882
883 2004-10-16  Werner Lemberg  <wl@gnu.org>
884
885         * scm/framework-tex.scm (font-load-command, define-fonts): Protect
886         some TeX line ends with `%' to avoid additional horizontal space in
887         output.
888
889         * scripts/lilypond-book.py: Unexpand spaces to tabs.
890         (snippet_res): Use `x' modifier to represent regular expressions
891         in a friendlier way.
892         Fix `lilypond_block' for LaTeX to accept `%\end{lilypond}'.
893         (find_toplevel_snippets): Don't use indices from match group 0,
894         which is the whole pattern space, but group 1.
895
896 2004-10-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
897
898         * flower/include/direction.hh (enum Direction): add
899         DIRECTION_LIMIT
900
901 2004-10-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
902
903         * po/fr.po: new po file.
904
905 2004-10-15  Jan Nieuwenhuizen  <janneke@gnu.org>
906
907         * Documentation/user/macros.itexi: Do not construct external
908         references using @uref.  That results in broken links.
909
910         * lily/slur.cc (outside_slur_callback): Use int in for loop;
911         avoids g++-3.4.1 enum beature.
912
913 2004-10-13  Graham Percival  <gperlist@shaw.ca>
914
915         * Documentation/user/examples.itely: added lilypond-book template.
916
917         * Documentation/user/lilypond-book.itely: added filename extension
918         page.
919
920 2004-10-13  Jan Nieuwenhuizen  <janneke@gnu.org>
921
922         * debian/rules (binary-indep): Link images for info.
923
924         * elisp/lilypond-mode.el (LilyPond-command): Set XEDITOR.  Cool
925         feature nicked from jEdit.
926
927 2004-10-12  Pedro Kroger  <kroeger@pedrokroeger.net>
928
929         * Documentation/user/introduction.itely: Minor corrections.
930
931         * Documentation/user/notation.itely: Minor corrections.
932
933         * Documentation/user/tutorial.itely: Minor corrections.
934
935 2004-10-11  Jan Nieuwenhuizen  <janneke@gnu.org>
936
937         * scm/framework-ps.scm (page-header): Fix Layout renaming bug.
938
939         * scm/*.scm:
940         * ly/paper-defaults.ly: Use papersizename only.
941
942 2004-10-11  Werner Lemberg  <wl@gnu.org>
943
944         * tex/lilyponddefs.tex (\lyitem): Don't use \topalign to make
945         \raise work with positive values.
946
947 2004-10-11  Mats Bengtsson  <mabe@drongo.s3.kth.se>
948
949         * Documentation/user/notation.itely (Multi measure rests): Update
950         the docs corresponding to the implementation change from 2004-10-08.
951
952 2004-10-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
953
954         * VERSION (MY_PATCH_LEVEL): release 2.3.22
955
956         * scm/part-combiner.scm (determine-split-list): reinstate
957         playing+resting case. 
958
959         * Documentation/user/invoking.itely (Reporting bugs): rename.
960
961         * lily/lexer.ll (Lily_lexer): bump version req to 2.3.22.
962
963         * lily/parser.yy (Prefix_composite_music): change no-transposition
964         for mode_changing_head to figures too.
965
966         * lily/phrasing-slur-engraver.cc (acknowledge_grob): do something
967         with normal slurs too.
968         
969         * lily/slur-scoring.cc (move_away_from_staffline): new function.
970         (get_base_attachments): move away attachment point for breaks
971         similar to attachment points on slurs (staffline collision, and
972         half a space of padding)
973
974         * scm/page-layout.scm (ly:optimal-page-breaks): don't compute
975         force twice.
976
977         * lily/simple-spacer.cc (LY_DEFINE): if line too long in ragged
978         mode, return #f.        
979
980         * scm/page-layout.scm (ly:optimal-page-breaks): set force = 0.0
981         for last page if raggedlast. 
982
983         * lily/parser.yy (Prefix_composite_music): untransposable is for
984         FiguredBass, not ChordNames
985
986 2004-10-10  Jan Nieuwenhuizen  <janneke@gnu.org>
987
988         * scm/framework-tex.scm: Merge fix.
989
990 2004-10-09  Jan Nieuwenhuizen  <janneke@gnu.org>
991
992         The grand \paper -> \layout, \bookpaper -> \paper renaming.
993
994 2004-10-10  Graham Percival  <gperlist@shaw.ca>
995
996         * Documentation/user/notation.itely: add raggedright to a whole
997         bunch of places.
998
999 2004-10-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1000
1001         * scm/paper.scm (set-paper-dimension-variables): new
1002         function. Define dimension-variables explicitly in \paper too.
1003         This allows overriding linewidth inside \score { \paper { } }
1004         blocks
1005  
1006         * scm/framework-tex.scm (convert-to-ps): invoke dvips with -t
1007         landscape.
1008         (header): add landscape and papersize options.
1009
1010 2004-10-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1011
1012         * lily/*.cc: use robust_scm2moment() where appropriate.
1013
1014         * lily/moment.cc (robust_scm2moment): new function.
1015
1016         * scm/titling.scm (default-score-title): remove caps for piece.
1017
1018         * VERSION: 2.3.21 released.
1019         
1020         * lily/include/slur-scoring.hh (struct Slur_score_state): new file
1021
1022         * lily/include/slur-configuration.hh (class Slur_configuration):
1023         new file.
1024
1025         * lily/slur-configuration.cc: new file. move scoring functions
1026         into Slur_configuration.
1027
1028         * lily/slur-scoring.cc (Slur_score_state): change static functions
1029         to methods of Slur_score_state.
1030
1031         * lily/bezier-bow.cc (Message): 
1032
1033         * flower/include/interval-set.hh (Message): new file.
1034
1035         * flower/interval-set.cc (Message): new file.
1036
1037 2004-10-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1038
1039         * lily/multi-measure-rest-engraver.cc (process_music): always
1040         generate MultiMeasureRestNumbers.
1041
1042         * SConstruct (txt_files): switch of make dist
1043
1044         * lily/bezier-bow.cc (get_slur_indent_height): change recipe to
1045         make sure that (indent < len / 3). This fixes progerror-max_h.ly
1046
1047         * lily/multi-measure-rest-engraver.cc (process_music): make
1048         MultiMeasureRestNumber too.
1049
1050 2004-10-08  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1051
1052         * Documentation/user/notation.itely (Bar lines): Added a note that
1053         defaultBarType is to be changed in the Timing context.
1054
1055 2004-10-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1056
1057         * lily/include/guile-compatibility.hh: add file.
1058
1059         * scm/framework-tex.scm (convert-to-dvi): use max of current
1060         extra_mem_top and 1M.
1061
1062         * lily/kpath.cc (LY_DEFINE): ly_kpathsea_expand_variable. New
1063         function.
1064
1065 2004-10-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1066
1067         * scm/framework-tex.scm (convert-to-dvi): set extra_mem_top to 1M.
1068  
1069 2004-10-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1070
1071         * lily/slur-scoring.cc (struct Slur_score_state): add
1072         has_same_beam_, edge_has_beams_, is_broken_ bools.
1073         (get_base_attachments): simpler Y attachment determination for
1074         broken slurs.
1075
1076 2004-10-04  Jan Nieuwenhuizen  <janneke@gnu.org>
1077
1078         * buildscripts/texi2omf.py: Add hashbang.  Starting the script in
1079         bash without that is quite interesting.  Add xml and some omf
1080         keys.
1081
1082 2004-10-03  Jan Nieuwenhuizen  <janneke@gnu.org>
1083
1084         * Documentation/user/macros.itexi: Add xml macros.
1085
1086         * Documentation/user/GNUmakefile (extra-local-help): Add xml rules.
1087
1088         * stepmake/stepmake/texinfo-vars.make (GENERATE_OMF): Fix location.
1089
1090 2004-10-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1091
1092         * lily/break-substitution.cc (substitute_mutable_property_alist):
1093         only put property back into value if != SCM_UNDEFINED
1094
1095         * lily/lyric-extender.cc (print): don't take common refpoint of
1096         null object if right_text isn't there.
1097  
1098         * lily/slur-scoring.cc (struct Slur_score_state): new
1099         struct. Collect scoring function arguments.
1100         (struct Slur_score_state): add musical_dy_
1101         (get_extra_encompass_infos): new function. Split off state
1102         computations.
1103
1104         * scm/part-combiner.scm (determine-split-list): remove playing1
1105         and playing2.
1106
1107 2004-10-02  Graham Percival  <gperlist@shaw.ca>
1108
1109         * Documentation/index.html.in: remove link to templates.
1110
1111         * Documentation/user/notation.itely: more small fixes.
1112
1113 2004-10-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
1114
1115         * lily/timing-engraver.cc (process_music): move setting
1116         measure-length. This fixes spacing-whole-rest.ly
1117
1118         * VERSION (PACKAGE_NAME): release 2.3.20
1119         
1120         * input/regression/quote-transposition.ly: update example
1121
1122         * scm/define-music-properties.scm (all-music-properties): change
1123         meaning of instrumentTransposition.  It is now the pitch played
1124         that sounds as middle C. This means that instrumentTransposition
1125         can be \transposed. 
1126         Fixes: transpose-quote.ly
1127
1128         * lily/parser.yy (command_element): reverse setting of
1129         instrumentTransposition
1130
1131         * lily/pitch.cc (pitch_interval): rename.
1132
1133         * lily/recording-group-engraver.cc (stop_translation_timestep):
1134         remove macrameing of accumulator and set_car/cdr.
1135         Fixes: transposition-quote.ly
1136
1137         * lily/music.cc (transpose): fold Event::transpose() in.
1138
1139         * lily/event.cc: remove Transpose. 
1140
1141         * lily/recording-group-engraver.cc: cleanup.
1142
1143         * ly/music-functions-init.ly (displayMusic): add function.
1144
1145         * make/lilypond.fedora.spec.in: rename file.
1146
1147         * lily/lily-lexer.cc (mark_smob): don't use ly_cdr() for getting
1148         to-be-marked objects. Use SCM_CELL_WORD_1 instead. 
1149
1150         * Documentation/user/changing-defaults.itely (Changing context
1151         properties on the fly): typo.
1152
1153         * lily/slur.cc (outside_slur_callback): try three sample points
1154         for determining collisions. This fixes: slur-script.ly.
1155
1156 2004-09-30  Jan Nieuwenhuizen  <janneke@gnu.org>
1157
1158         * scripts/lilypond-book.py (ext2format): Add latex as Latex.
1159
1160 2004-10-01  Graham Percival  <gperlist@shaw.ca>
1161
1162         * Documentation/user/notation.itely: more small fixes.
1163
1164         * Documentation/user/examples.itely: make new sections.
1165
1166         * input/test/bar-lines.ly: improve output, fix bug.
1167
1168         * Documentation/user/changing-defaults.itely: small fixes.
1169
1170 2004-10-01  Werner Lemberg  <wl@gnu.org>
1171
1172         * tex/lilyponddefs.tex (\lilypondECencoding): New command to handle
1173         T1 encoding in texinfo mode.
1174         (\lilypondstart): Use it.
1175         (\lilypondloop, \lilyponditerate): Removed.  Unused.
1176
1177 2004-09-30  Werner Lemberg  <wl@gnu.org>
1178
1179         * tex/lilyponddefs.tex (\lilypondstart): Define
1180         \lilypondfontencoding for both texinfo and latex mode.
1181
1182         * scm/framework-tex.scm (font-load-command): Use
1183         \lilypondfontencoding.
1184
1185 2004-09-30  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1186
1187         * scm/framework-tex.scm (dump-page): take with-extents?
1188         argument. If true, output Y extents. Used for lilypond-book
1189         documents.
1190
1191         * scripts/lilypond-book.py (PREAMBLE_LY): set dump-extents for
1192         \bookpaper.
1193
1194         * lily/slur.cc (outside_slur_callback): epsilon-delta management
1195         for slur edges. Fixes: progerror-no-bezier-intersection.ly
1196  
1197         * scm/framework-tex.scm (dump-page): put stencil height in dumped
1198         page.
1199
1200 2004-09-29  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1201
1202         * Documentation/user/notation.itely (Multi measure rests):
1203         Improved example.
1204
1205 2004-09-29  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1206
1207         * lily/auto-beam-engraver.cc (test_moment): robustify.
1208
1209 2004-09-28  Werner Lemberg  <wl@gnu.org>
1210
1211         * scm/framework-tex.scm (font-load-command): Define proper font
1212         macro which sets font encoding if available.
1213         (define-fonts): Define \lilypondpaperinputencoding, to be taken
1214         from the \bookpaper block.
1215
1216         * tex/lilyponddefs.tex (\lilypondstart): Use
1217         \lilypondpaperinputencoding for global input encoding.
1218
1219 2004-09-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1220
1221         * lily/score.cc (Score): oops. Copy error_found_ too.
1222
1223 2004-09-27  Jan Nieuwenhuizen  <janneke@gnu.org>
1224
1225         * stepmake/stepmake/texinfo-rules.make: 
1226         * Documentation/GNUmakefile: --srcdir build fixes.
1227
1228         * input/test/coriolan-margin.ly: Put papersize settings in \bookpaper.
1229
1230         * Documentation/user/latex-lilypond-example.latex:
1231         * Documentation/user/latex-example.latex: Fix compile errors.
1232         Still buggy, need more love.
1233
1234 2004-09-27  Werner Lemberg  <wl@gnu.org>
1235
1236         * tex/lilyponddefs.tex (\lilypondstart): Use \frenchspacing.
1237
1238 2004-09-26  Juergen Reuter  <reuter@ipd.uka.de>
1239
1240         * Documentation/user/examples.itely: removed \midi block to
1241         simplify the example
1242
1243         * Documentation/user/notation.itely: Removed superfluous
1244         TextSpanner tweakings (is already done by engraver-init.ly).
1245         Documented bug: vertical alignment of articulations.
1246
1247         * Documentation/user/notation.itely, ly/engraver-init.ly
1248         (VaticanaVoice, GregorianTranscriptionVoice): Bugfix: TextSpanner
1249         padding.
1250
1251         * Documentation/user/notation.itely, ly/engraver-init.ly: moved
1252         docu about TextSpanner padding bug from manual to engraver.ly
1253         (since it's workarounded and hence not user-visible any more)
1254
1255 2004-09-27  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1256
1257         * VERSION: release 2.3.19
1258
1259 2004-09-26  Graham Percival  <gperlist@shaw.ca>
1260
1261         * ly/property-init.ly: fix bug in displaying ledger lines while
1262         \hideNotes is on.
1263
1264         * Documentation/user/notation.itely: more editing.
1265
1266         * Documentation/user/examples.itely: add piano-dynamics template.
1267
1268         * input/template/piano-dynamics.ly: remove.
1269
1270         * Documentation/user/sound-output.itexi: more editing
1271
1272 2004-09-25  Graham Percival  <gperlist@shaw.ca>
1273
1274         * Documentation/user/notation.itely: more editing.
1275
1276 2004-09-25  Nicolas Sceaux  <nicolas.sceaux@free.fr>
1277
1278         * scm/ly-from-scheme.scm (read-lily-expression): use ~s in format
1279         instead of ~a, to get #{ #"foo" #} actually printed to #"foo".
1280
1281 2004-09-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1282
1283         * lily/hairpin.cc (print): check columns of bounds, not bounds
1284         themselves.
1285         (print): robustify bound-padding lookup.
1286
1287         * lily/*: ly_c[ad]+r -> scm_XXX , ly_c_pair_p -> scm_is_pair.
1288
1289         * scripts/lilypond-book.py (Compile_error.process_include): catch
1290         Compile_error exception, and remove output .texi.
1291
1292         * scm/define-music-properties.scm (all-music-properties): add
1293         error-found
1294
1295         * lily/parser.yy (Music_list): add error-found to music with errors.
1296
1297         * lily/lily-parser.cc (LY_DEFINE): ignore scores with errors.
1298
1299         * lily/book.cc (process): ignore books with errors
1300
1301         * lily/include/score.hh (class Score): add error_found_ member.
1302
1303         * lily/drum-note-engraver.cc (try_music): idem.
1304
1305         * lily/note-heads-engraver.cc: remove start-playing-event.
1306
1307         * lily/part-combine-iterator.cc (Part_combine_iterator): use
1308         BusyPlayingEvent to determine which voice was active last.
1309         (unisono): use last active to where to get unisono information
1310         from. This fixes: partcombine-rest.ly (again).
1311
1312         * scm/part-combiner.scm (determine-split-list): cleanups
1313
1314 2004-09-23  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1315
1316         * input/regression/lyric-extender.ly: simplify.
1317         complexify.
1318
1319         * lily/lyric-extender.cc (print): use it to determine size of
1320         extender. Remove Lyric_extender::is_visible().
1321
1322         * lily/extender-engraver.cc (acknowledge_grob): store lyric in
1323         next property.
1324
1325         * lily/lyric-engraver.cc: remove get_current_rest().
1326         
1327 2004-09-23  Jan Nieuwenhuizen  <janneke@gnu.org>
1328
1329         * input/regression/lyric-extender.ly: Fix and add test.
1330
1331         * lily/extender-engraver.cc (stop_translation_timestep): Oops, typo.
1332
1333 2004-09-23  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1334
1335         * lily/note-head.cc: remove Note_head::extent.
1336
1337 2004-09-23  Graham Percival  <gperlist@shaw.ca>
1338
1339         * Documentation/user/tutorial.itely: do manual style 2-space
1340         indents in examples
1341
1342         * Documentation/user/notation.itely: more editing.
1343
1344 2004-09-23  Jan Nieuwenhuizen  <janneke@gnu.org>
1345
1346         * lily/lyric-engraver.cc (get_current_rest): New function.
1347
1348         * lily/extender-engraver.cc (stop_translation_timestep): Use it:
1349         stop at rest.
1350
1351         * lily/lyric-extender.cc (print): Fix crash (Russ Ross).
1352
1353         * lily/slur-scoring.cc (get_bezier): Fix for broken beziers.
1354
1355 2004-09-23  Juergen Reuter  <reuter@ipd.uka.de>
1356
1357         * Documentation/user/examples.itely (Small ensembles): added
1358         example for transcription of mensural music
1359
1360         * Documentation/user/notation.itely (The Lyrics context): fixed broken
1361         link to SATB vocal score
1362
1363         * Documentation/user/notation.itely (System start delimiters):
1364         fixed typo: GrandStaff->StaffGroup
1365
1366         * Documentation/user/notation.itely (Ancient articulations):
1367         removed obsolete comment on \episem bug
1368
1369 2004-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
1370
1371         * scm/framework-tex.scm (output-preview-framework): Fix invocation
1372         of header.
1373
1374 2004-09-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1375
1376         * lily/dynamic-engraver.cc (acknowledge_grob): attach hairpin
1377         start to note-column.
1378
1379         * lily/hairpin.cc (print): check text-interface, to attach to
1380         dynamic texts.  
1381
1382         * lily/include/text-item.hh (class Text_interface): rename
1383         Text_item -> Text_interface
1384
1385         * lily/piano-pedal-bracket.cc (print): robustify.
1386
1387 2004-09-22  Pedro Kroger  <kroeger@pedrokroeger.net>
1388
1389         * scm/paper.scm (set-paper-dimensions): add printfirstpagenumber.
1390
1391         * scm/page-layout.scm (plain-header): if printfirstpagenumber is
1392         true will print the page number in the first page.
1393
1394         * Documentation/user/changing-defaults.itely: Document
1395         printfirstpagenumber.
1396
1397 2004-09-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1398
1399         * lily/phrasing-slur-engraver.cc (acknowledge_grob): avoid more
1400         objects.
1401
1402         * lily/beam-concave.cc (calc_concaveness): take absolute value of
1403         dy for scaling. This fixes various downbeams.
1404         
1405
1406         * lily/beam-quanting.cc (best_quant_score_idx): 
1407
1408 2004-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
1409
1410         * scm/framework-tex.scm (header-to-file): Fix.
1411
1412 2004-09-22  Werner Lemberg  <wl@gnu.org>
1413
1414         * lily/parser.yy <score_body>: Fix typo.
1415
1416 2004-09-22  Graham Percival  <gperlist@shaw.ca>
1417
1418         * Documentation/user/tutorial.itely: modified a "future planning"
1419         comment.
1420
1421         * Documentation/user/notation.itely: more editing.
1422
1423 2004-09-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1424
1425         * scm/define-markup-commands.scm (note-by-number): read font-size
1426         to determine stem length. Fixes: markup-note.ly
1427
1428 2004-09-21  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1429
1430         * lily/slur.cc (outside_slur_callback): read #'padding for
1431         slur-padding. Fixes: slur-script.ly
1432
1433         * lily/parser.yy (score_body): disallow \bookpaper in \score.
1434
1435 2004-09-21  Juergen Reuter  <reuter@ipd.uka.de>
1436
1437         * Documentation/user/notation.itely (ancient flags): documented
1438         flags-related known bugs
1439
1440         * lily/include/ligature-engraver.hh: added comment about why and
1441         how of (non-)use of abstract virtual methods
1442
1443         * ly/engraver-init.ly (VaticanaVoice,
1444         GregorianTranscriptionVoice): bugfix (workaround): TextSpanner:
1445         unset dash-fraction property in order to get solid lines
1446
1447         * ly/engraver-init.ly (MensuralStaff): fixed bad comment
1448
1449 2004-09-21  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1450
1451         * scripts/convert-ly.py (ly): Corrected replacement of \scriptBoth
1452
1453 2004-09-21  Jan Nieuwenhuizen  <janneke@gnu.org>
1454
1455         * lily/parse-scm.cc (internal_ly_parse_scm): Eval in module, not
1456         in function.
1457
1458         * scm/framework-tex.scm (convert-to-dvi): Use nonstopmode.  Set
1459         openout_any=p.  Throughout: progress to stderr, translate user
1460         messages.
1461
1462         * scm/output-gnome.scm: Fix font dir description.
1463
1464 2004-09-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1465
1466         * input/test/mensural-ligatures.ly (voice): move linethickness
1467         settings to bookpaper.
1468
1469         * lily/simple-spacer.cc (Module): use force to stretch to 
1470         line length as force measure for ragged spacing.
1471         
1472         * lily/lily-parser.cc (get_paper): don't set parent for \paper
1473         blocks in the parser. This eliminates ordering dependency for
1474         \bookpaper and \paper
1475
1476         * ly/part-paper-init.ly: remove file.
1477
1478         * lily/includable-lexer.cc (new_input): elucidate message.
1479
1480         * VERSION: 2.3.18 released.
1481         
1482 2004-09-19  Jan Nieuwenhuizen  <janneke@gnu.org>
1483
1484         * input/mutopia/E.Satie/petite-ouverture-a-danser.ly: 
1485         * input/mutopia/R.Schumann/romanze-op28-2.ly:
1486         * input/mutopia/F.Schubert/standchen.ly: Remove obsolete
1487         #'Slur.attachment setting.
1488
1489         * elisp/lilypond-mode.el (LilyPond-command-alist): Use -ftex,
1490         friendlier for point and click.
1491
1492 2004-09-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1493
1494         * ly/init.ly: reverse collected scores.
1495
1496         * scm/page-layout.scm (ly:optimal-page-breaks): use non-ragged
1497         layout to determine force.
1498         
1499 2004-09-18  Werner Lemberg  <wl@gnu.org>
1500
1501         * ly/engraver-init.ly <Score> [quotedEventTypes]: Add tuplets and
1502         ties.
1503
1504         * ly/declarations-init.ly (escapedBiggerSymbol,
1505         escapedSmallerSymbol): Fix typos.
1506
1507         * scripts/convert-ly.py: s/removeTag/removeWithTag/.
1508
1509 2004-09-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1510
1511         * input/{input,regression}/*.ly: run convert-ly
1512
1513         * VERSION: release 2.3.17
1514
1515         * lily/slur-scoring.cc (enumerate_attachments): make stem_extent a
1516         little wider for attachment calculation. This prevents stem and
1517         slur touching.
1518
1519         * lily/parser.yy (direction_less_char): soft code \< \> \! \( \) (
1520         ) 
1521
1522         * input/regression/tie.ly (texidoc): cleanup.
1523
1524         * ly/declarations-init.ly (tildeSymbol): soft-code meaning of [ ]
1525         and ~
1526
1527         * lily/slur-scoring.cc (score_extra_encompass): check if extra
1528         objects are on boundary column. 
1529
1530         * lily/main.cc (parse_argv): process --tex too.
1531
1532         * ly/music-functions-init.ly (keepWithTag): add music functions
1533         keepWithTag and removeWithTag.
1534
1535         * lily/quote-iterator.cc (Quote_iterator): init transposed_musics_.
1536
1537         * lily/accidental-engraver.cc (recent_enough): interpret laziness
1538         = #t. This fixes no-reset accidental-style.
1539
1540         * input/regression/accidental-piano.ly (Module): new file.
1541
1542         * lily/lily-guile.cc (LY_DEFINE): ly_assoc_get: new function.
1543
1544 2004-09-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1545
1546         * lily/slur-scoring.cc (score_extra_encompass): widen X extent of
1547         extra encompass.
1548         (score_extra_encompass): use Y coordinate of attachment if X
1549         attachment falls in extra encompass X extent.
1550
1551         * buildscripts/guile-gnome.sh (SLIB_PATH): add SLIB_PATH to
1552         GUILE_LOAD_PATH
1553
1554 2004-09-17  Jan Nieuwenhuizen  <janneke@gnu.org>
1555
1556         * scm/output-gnome.scm: Small fixes.
1557
1558         * buildscripts/guile-gnome.sh: Getting close to 2.6.0 release.
1559
1560 2004-09-16  Juergen Reuter  <reuter@ipd.uka.de>
1561
1562         * Documentation/user/notation.itely (Ancient flags): Removed
1563         documentation on adjust-if-on-staffline (this property was removed
1564         by Han-Wen).
1565
1566         * Documentation/user/notation.itely (Ancient notation): Minor
1567         cleanups and fixes.  Renamed "Vaticana style contexts" ->
1568         "Gregorian Chant contexts".  Added section "Mensural contexts".
1569         Added section "Ancient articulations".
1570
1571         * ly/engraver-init.ly: Added "MensuralVoice" and "MensuralStaff".
1572
1573 2004-09-16  Jan Nieuwenhuizen  <janneke@gnu.org>
1574
1575         * buildscripts/guile-gnome.sh: Add missing bit.
1576
1577 2004-09-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1578
1579         * buildscripts/guile-gnome.sh (LD_LIBRARY_PATH): new script.
1580
1581         * lily/slur-scoring.cc (get_y_attachment_range): set end point
1582         using base_attachment.
1583
1584         * scm/page-layout.scm (default-page-make-stencil): whoops. Add
1585         page header back.
1586
1587         * scm/documentation-generate.scm (top-node): move version to top
1588         node.
1589
1590         * lily/ledger-line-spanner.cc: add ledgered-interface, with
1591         property no-ledgers.
1592
1593 2004-09-16  Heikki Junes  <hjunes@cc.hut.fi>
1594
1595         * Documentation/user/{changing-defaults,examples,invoking,
1596         tutorial}.itely: Expand 's to is.
1597
1598         * Documentation/user/notation.itely: Capitalize only first letter.
1599
1600         * Documentation/user/programming-interface.itely: Capitalize Scheme.
1601
1602         * Documentation/user/lilypond-book.itely: use @refbugs.
1603
1604         * THANKS: sort.
1605
1606         * input/mutopia/F.Schubert/morgenlied.ly,
1607         input/mutopia/J.S.Bach/baerenreiter-sarabande.ly,
1608         input/mutopia/R.Schumann/romanze-op28-2.ly: Add lifetime and full
1609         name.
1610
1611 2004-09-15  Juergen Reuter  <reuter@ipd.uka.de>
1612
1613         * mf/parmesan-heads.mf: bugfixes: (i) removed duplicate
1614         lneomensural char entry; (ii) fixed mensural/neomensural naming
1615         clash typo; (iii) lneomensural char: fixed stem attachment point.
1616         WARNING: FONT CHANGED!
1617
1618 2004-09-15  Graham Percival  <gperlist@shaw.ca>
1619
1620         * Documentation/user/introduction.itely: update \stemBoth to
1621         \stemNeutral.
1622
1623         * Documentation/user/notation.itely: more editing of the manual.
1624
1625 2004-09-15  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1626
1627         * lily/slur-scoring.cc (score_edges): add exp(slope*dir*leftright)
1628         factor in edge attraction. This reflects that the left edge may
1629         have a larger gap for an ascending up-slur.
1630         (get_base_attachments): copy bound Y from right bound, if there is
1631         only one note-column after the line break.
1632
1633 2004-09-14  Jan Nieuwenhuizen  <janneke@gnu.org>
1634
1635         * buildscripts/guile-gnome.sh: Update with tarball [pre]releases.
1636
1637 2004-09-14  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1638
1639         * lily/phrasing-slur-engraver.cc (process_music): Create
1640         PhrasingSlur instead of Slur.
1641
1642         * Documentation/user/changing-defaults.itely (Defining new
1643         contexts): Fixed misprinted context name.
1644
1645 2004-09-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1646
1647         * ly/property-init.ly (hideStaffSwitch): remove turnOff.
1648
1649         * scripts/convert-ly.py (conv): change Both to Neutral in property
1650         settings.
1651
1652         * ly/engraver-init.ly: increase extent of Staff. 
1653
1654 2004-09-13  Graham Percival  <gperlist@shaw.ca>
1655
1656         * scm/script.scm: change behaviour of slur and accent.
1657
1658         * Documentation/user/music-glossary.tely: de-gender a few entires.
1659
1660         * Documentation/user/introduction.itely: de-gender a few sentences.
1661
1662 2004-09-13  Mats Bengtsson  <mabe@drongo.s3.kth.se>
1663
1664         * input/regression/rehearsal-mark-number.ly: Reuse the existing
1665         formatting routine when adding boxed numbers. Makes it easier to
1666         extrapolate how to do for boxed letters.
1667
1668 2004-09-12  Graham Percival  <gperlist@shaw.ca>
1669
1670         * Documentation/user/notation.itely: fixed Time Signature numbers bug.
1671
1672         * Documentation/user/invoking.itexi: updated the "reporting bugs"
1673         section.
1674
1675 2004-09-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1676
1677         * scm/define-grobs.scm (all-grob-descriptions): longer
1678         ideallengths for stems in higher order beams.
1679
1680         * Documentation/user/changing-defaults.itely (Page layout):
1681         document them.
1682
1683         * scm/page-layout.scm (ly:optimal-page-breaks): use new parameters
1684         to get sane spaces for titles.
1685
1686         * ly/book-paper-defaults.ly: new parameters aftertitlespace,
1687         beforetitlespace, betweentitlespace.
1688
1689         * input/regression/beam-quant-standard.ly (primeSixteenths): add
1690         16th notes.
1691
1692         * lily/beam.cc (set_minimum_dy): new function. Round non-zero
1693         small slope up to smallest quant. This prevents small slopes from
1694         getting rounded to zero.
1695
1696         * lily/beam-quanting.cc (quanting): don't allow dy_mus slopes that
1697         are smaller than the smallest quant.
1698
1699         * input/tutorial/brahms*.ly: remove.
1700
1701         * input/*: update all .ly files.
1702          
1703         * ly/a4-init.ly (vsize): remove papersize init files.
1704
1705         * scripts/convert-ly.py (conv): add conversion.
1706
1707         * lily/parser.yy: change mode changing commands to XXXmode,
1708         eg. drummode.
1709         (mode_changing_head): group mode changes.
1710         (mode_changing_head_with_context): new commands: create context as
1711         well as change mode.
1712
1713         * input/regression/system-overstrike.ly: new file.
1714
1715         * scm/page-layout.scm (ly:optimal-page-breaks): add
1716         betweensystempadding also to fixed distance for the spring.
1717  
1718         * scm/define-grobs.scm (all-grob-descriptions): fix order of
1719         key-cancellation.
1720
1721         * input/regression/beam-concave-damped.ly: new file.
1722
1723         * lily/beam-concave.cc: new file, with new routines for concave
1724         decisions. There are now two types of concaveness: 1. a sharp
1725         logic decision forcing a beam horizontal, and 2. a number that
1726         measures how concave beams are that are not caught by 1.
1727
1728         This fixes: morgenlied.ly and input/regression/beam-concave.ly
1729         
1730         * lily/new-fingering-engraver.cc (stop_translation_timestep): new
1731         property: add-stem-support
1732
1733 2004-09-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1734
1735         * lily/slur-scoring.cc (get_bound_info): only do
1736         broken trend at the end of the line.
1737
1738         * VERSION (PACKAGE_NAME): release 2.3.16.
1739
1740         * input/regression/phrasing-slur.ly (Module): remove (duplicate
1741         with phrasing-slur-slur-avoid.ly)
1742
1743         * lily/slur-scoring.cc (struct Extra_collision_info): collect
1744         parameters for extra offset.
1745         (get_bezier): add slurs mid-points for curve determination
1746         (score_extra_encompass): add slur end points for scoring.
1747
1748 2004-09-11  Matthias Neeracher  <neeracher@mac.com>
1749
1750         * scm/framework-ps.scm (reencode-font): Handling font scaling
1751         and reencoding differently to work around a bug in gs 8.30 and
1752         earlier.
1753         Update callers.
1754
1755 2004-09-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1756
1757         * lily/slur-scoring.cc (broken_trend_y): always take use vdir
1758         extent index of other system. Fixes slurs across line breaks.
1759
1760         * lily/tuplet-engraver.cc (start_translation_timestep): use
1761         Tuplet_description::stop_ for determining when to stop producing
1762         tuplet brackets. This fixes: tuplet-overwrite.ly
1763
1764         * lily/*-engraver.cc: remove all Protected_scm objects to fix GC
1765         errors with GUILE 1.7 CVS.
1766
1767         * lily/translator.cc (derived_mark): new function.
1768
1769         * lily/slur-scoring.cc (score_encompass): new penalty type:
1770         variance penalty demerits slurs where one head/stem is much
1771         closer to the slur than average.
1772
1773         * lily/tuplet-bracket.cc (print): use robust_relative_extent
1774         iso. extent()
1775         (calc_position_and_height): use robust_relative_extent(). This
1776         fixes a couple of programming_errors
1777
1778         * input/regression/part-combine-mmrest-after-solo.ly (Module): new
1779         file.
1780
1781         * lily/part-combine-iterator.cc (unisono): bugfix for the case
1782         that voice-2 plays solo, and voice-1 has an mmrest that starts
1783         earlier. In that case, we switch to voice-2, so we catch the
1784         mmrest of voice-2. This fixes: partcombine-rest.ly.
1785  
1786 2004-09-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1787
1788         * scm/define-grob-properties.scm (all-internal-grob-properties):
1789         add adjacent-hairpins property.
1790
1791         * lily/hairpin.cc: lengthen hairpin if space is available.
1792
1793         * input/regression/dynamics-hairpin-length.ly (Module): new file.
1794
1795 2004-09-10  Graham Percival  <gperlist@shaw.ca>
1796
1797         * Documentation/user/notation.itely: small fixes to docs.
1798
1799 2004-09-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1800         
1801         * VERSION (PACKAGE_NAME): release 2.3.15
1802
1803         * make/lilypond.redhat.spec.in (Requires): bump requirement for
1804         ec-fonts-mftraced
1805
1806         * mf/GNUmakefile (SAUTER_FONTS): remove ecb10. This is provided by
1807         the latest ec-fonts-mftraced package.
1808
1809         * scm/define-context-properties.scm
1810         (all-internal-translation-properties): add property. Remove
1811         definition of quotes property.
1812
1813         * Documentation/user/notation.itely (Quoting other voices):
1814         document it
1815
1816         * lily/quote-iterator.cc (moment_less): add quotedEventTypes
1817         property, to determine what events are processed in \quote.
1818
1819 2004-09-10  Juergen Reuter  <reuter@ipd.uka.de>
1820
1821         * (many files): removed most occurrences of underscore ("_")
1822         from font characters; made font character naming more
1823         consistent
1824
1825         * input/test/gregorian-scripts.ly: fixed another victim of grand
1826         replacement operations
1827
1828         * lily/vaticana-ligature-engraver.cc: caught some more "_"
1829         inconsistencies
1830
1831         * input/puer-fragment.ly: bugfix: lyrics hyphen: syntax update
1832
1833 2004-09-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1834
1835         * Documentation/user/changing-defaults.itely (Paper size): doc
1836         landscape
1837         
1838
1839         * scm/framework-ps.scm (eps-header): bugfixes. 
1840
1841         * scm/titling.scm (default-score-title): remove opus from the
1842         \score title.
1843
1844 2004-09-08  Pedro Kroger  <kroeger@pedrokroeger.net>
1845
1846         * scripts/convert-ly.py (program_name): changed to sys.argv[0]
1847
1848         * scripts/abc2ly.py (program_name): changed to sys.argv[0]
1849
1850         * scripts/etf2ly.py (program_name): changed to sys.argv[0]
1851
1852         * scripts/lilypond-book.py (program_name): changed to sys.argv[0]
1853
1854         * scripts/lilypond-latex.py (program_name): changed to sys.argv[0]
1855
1856         * scripts/midi2ly.py (program_name): changed to sys.argv[0]
1857
1858         * scripts/mup2ly.py (program_name): changed to sys.argv[0]
1859
1860         * scripts/ps2png.py (program_name): changed to sys.argv[0]
1861
1862 2004-09-09  Jan Nieuwenhuizen  <janneke@gnu.org>
1863
1864         * lily/pangofc-afm-decoder.cc (pango_fc_afm_get_glyph): Increment
1865         character position.  Huh?
1866
1867         * scm/output-gnome.scm (placebox): Shield affine-relative.
1868
1869         * buildscripts/guile-gnome.sh: Update.  Do not use GUILE CVS,
1870         cater for system's pango 1.5.1.
1871
1872         * input/regression/new-slur.ly: Add ugly slur from scsii-sarabande.
1873
1874         * scm/slur.scm: Tweak.
1875
1876 2004-09-08  Graham Percival  <gperlist@shaw.ca>
1877
1878         * Documentation/user/{first couple of chapters}: more editing.
1879
1880 2004-09-07  Graham Percival  <gperlist@shaw.ca>
1881
1882         * Documentation/topdocs/AUTHORS.texi, THANKS: add/modify my name
1883         and summary.
1884
1885         * Documentation/user/{first couple of chapters}: the big "Graham's
1886         moved to a new city, his friends haven't arrived, and he has no
1887         internet access" patch.  Numerous editorial and stylistic changes
1888         to the manual.
1889
1890 2004-09-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1891
1892         * scm/framework-ps.scm (output-framework): handle landscape settings.
1893
1894         * ps/lilyponddefs.ps: cleanup.
1895
1896 2004-09-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1897
1898         * scm/define-grobs.scm (all-grob-descriptions): unset
1899         threshold. This fixes morgenlied. 
1900
1901         * scm/page-layout.scm (ly:optimal-page-breaks): whoops. Thinko in
1902         rod calculation.
1903
1904         * lily/system.cc (get_line): don't take piano-pedal & dynamic line
1905         spanners into account for staff-extents.
1906
1907         * lily/ottava-bracket.cc (print): take common refpoint of dots
1908         into account as well.
1909
1910 2004-09-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1911
1912         * lily/lookup.cc (triangle): translate by interval.
1913
1914         * VERSION (PACKAGE_NAME): release 2.3.14
1915
1916         * Documentation/user/changing-defaults.itely (Page layout): add
1917         betweensystempadding
1918
1919         * scm/page-layout.scm (ly:optimal-page-breaks): typo.
1920
1921         * input/regression/quote-cyclic.ly (Module): new file.
1922
1923         * scm/lily.scm (print): add function.
1924
1925         * scm/music-functions.scm (quote-substitute): new
1926         function. Substitute \quote when putting music into \score.
1927
1928         * input/regression/key-signature-cancellation.ly (Module): new file.
1929
1930         * lily/*.cc: more ly_scm2 -> scm_to converions.
1931
1932         * lily/key-signature-interface.cc (print): take position
1933         difference into account when spacing naturals.
1934
1935         * lily/key-engraver.cc (create_key): create KeyCancellation grob
1936         separately, so the cancellation can be put before the staff-bar
1937
1938         * scm/define-grobs.scm (all-grob-descriptions): add a
1939         KeyCancellation grob.
1940
1941         * lily/tuplet-engraver.cc (struct Tuplet_description): new
1942         struct. Use to clean-up Tuplet_engraver
1943
1944 2004-09-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1945
1946         * lily/*: ly_scm2int -> scm_to_int
1947         ly_scm2double -> scm_to_double
1948
1949         * lily/include/lily-guile.hh (scm_from_double): more compat glue.
1950
1951 2004-09-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1952
1953         * lily/simple-spacer.cc (LY_DEFINE): return something sensible for
1954         0 springs
1955
1956         * lily/system.cc (post_processing): 
1957
1958         * scm/page-layout.scm (ly:optimal-page-breaks): implement uniform
1959         density for vertical spacing by means of force penalty.
1960         
1961         * scm/paper.scm (paper-set-staff-size): add betweensystemspace as
1962         dimension-variables
1963
1964         * Documentation/user/changing-defaults.itely (Page layout): add
1965         betweensystemspace variable.
1966
1967         * ly/book-paper-defaults.ly: set betweensystemspace: 20 mm
1968
1969         * scm/page-layout.scm (space-systems): new function. Use spring
1970         and rod approach for vertically spacing systems.
1971
1972         * ly/engraver-init.ly: tune down minimumVerticalExtent.
1973
1974         * scm/define-grobs.scm (all-grob-descriptions): set threshold for
1975         vertical alignment.
1976
1977         * lily/slur-engraver.cc (process_music): add warning for slur.
1978
1979 2004-09-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1980
1981         * lily/include/lily-guile.hh (scm_is_number): add scm_is_number
1982
1983         * lily/simple-spacer.cc (LY_DEFINE): ly_solve_spring_rod_problem:
1984         export spacing routine to SCM.
1985
1986         * lily/include/simple-spacer.hh (struct Simple_spacer_wrapper):
1987         new class, separate Grobs from interface.
1988
1989 2004-09-01  Han-Wen Nienhuys   <hanwen@xs4all.nl>
1990
1991         * lily/include/lily-guile.hh: compatibility glue for 1.6
1992
1993         * lily/*.cc (acknowledge_grob): ly_string_p -> scm_is_string.
1994
1995         * lily/lily-guile.cc: remove ly_scm2str0.
1996
1997 2004-09-01  Jan Nieuwenhuizen  <janneke@gnu.org>
1998
1999         * Documentation/user/macros.itexi: Use @inforef iso @uref for
2000         external references.  Fixes HTML cross references with makeinfo 4.7.
2001
2002 2004-09-01  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2003
2004         * lily/include/simple-spacer.hh (struct Simple_spacer): remove
2005         expand_only option.
2006
2007 2004-08-29  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2008
2009         * lily/system.cc (get_line): add System stencil to exprs. Fixes
2010         system-extents.ly.
2011
2012         * ly/engraver-init.ly: decrease minimumVerticalExtent to (-5,5).
2013
2014         * scm/define-grobs.scm (all-grob-descriptions): decrease padding
2015         for MultiMeasureRestNumber
2016
2017         * VERSION (PACKAGE_NAME): release 2.3.13
2018
2019 2004-08-29  Nicolas Sceaux  <nicolas.sceaux@free.fr>
2020
2021         * lily/context-scheme.cc (LY_DEFINE): ly:context-grob-definition
2022         takes two arguments.
2023
2024 2004-08-29  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2025
2026         * input/regression/slur-stem-broken.ly: remove.
2027
2028         * lily/slur.cc: add quant-score.
2029
2030         * input/regression/slur-staccato.ly (texidoc): remove
2031
2032         * make/lilypond.redhat.spec.in (Group): remove musedata2ly
2033
2034 2004-08-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2035
2036         * lily/include/bezier-bow.hh: remove.
2037
2038         * lily/slur-bezier-bow.cc (Module): remove.
2039
2040         * lily/include/slur.hh (Module): remove.
2041
2042         * lily/slur.cc: remove
2043
2044         * input/test/slur-beautiful.ly (Module): remove
2045
2046         * input/test/slur-attachment-override.ly (Module): remove
2047
2048         * lily/slur-quanting.cc (after_line_breaking): only do scoring
2049         when less than 4 control-points.
2050
2051         * lily/key-signature-interface.cc: add style.
2052
2053         * Documentation/user/notation.itely (Automatic staff changes):
2054         document new behavior.
2055
2056         * input/regression/slur-extreme.ly: new file.
2057
2058         * ly/engraver-init.ly (Score): set bassStaffProperties to \clef
2059         bass. Obviates \clef bass in the bass staff, when using \autochange 
2060
2061         * lily/auto-change-iterator.cc (construct_children): instantiate
2062         up/down Staff, create Voice on up staff initially. Obviates
2063         explicit instantiation of up/down contexts for \autochange. 
2064
2065         * lily/slur-quanting.cc (get_bezier): new functionality, blow up
2066         slur depending on extents of note heads.
2067         
2068 2004-08-28  Graham Percival  <gperlist@shaw.ca>
2069
2070         * Documentation/user/tutorial.itely: minor editing.
2071
2072         * Documentation/user/examples.itely: tiny editing.
2073
2074 2004-08-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2075
2076         * lily/slur-quanting.cc (init_score_param): read scoring
2077         parameters from slur-details property
2078
2079         * scm/define-grobs.scm (all-grob-descriptions): add inside-slur to
2080         Accidental
2081
2082         * Documentation/user/advanced.itely: removed.
2083
2084         * Documentation/user/programming-interface.itely (How markups work
2085         internally): new subsection.
2086
2087         * Documentation/user/converters.itely (Invoking abc2ly): remove
2088         musedata2ly.
2089
2090 2004-08-27  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2091
2092         * Documentation/user/point-and-click.texi (Point and click): new file.
2093         put point & click in appendix.
2094         
2095         * Documentation/user/changing-defaults.itely (Vertical spacing):
2096         corrections
2097
2098 2004-08-27  Graham Percival  <gperlist@shaw.ca>
2099
2100         * Documentation/user/introduction.itely: add note about the
2101         "example templates" section of the manual, and remove link to
2102         input/template/
2103
2104 2004-08-27  Juergen Reuter   <reuter@ipd.uka.de>
2105
2106         * Documentation/user/lilypond-book.itely: fix parse error: @LaTeX
2107         -> La@TeX
2108
2109         * mf/parmesan-heads.mf: draw_diamond_head: fixed pen width; added
2110         missing lneo_mensural head; editorial cleanups
2111
2112         * lily/mensural-ligature.cc: added more comments
2113
2114 2004-08-26  Graham Percival  <gperlist@shaw.ca>
2115
2116         * Documentation/user/examples.itely: second, third, fourth, and fifth
2117         sections added.
2118
2119         * input/template/{various}: removed files included in examples.itely.
2120
2121 2004-08-26  Juergen Reuter   <reuter@ipd.uka.de>
2122
2123         * lily/stem.cc: bugfix: adjust-if-on-staffline: use
2124         Stem::stem_end_position instead of broken
2125         Staff_symbol_referencer::get_position
2126
2127 2004-08-26  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2128
2129         * debian/changelog: debian patch by Anthony Fok.
2130
2131         * lily/stem.cc (flag): bugfix for mensural flags (thanks Juergen!)
2132
2133         * lily/slur-engraver.cc (try_music): ignore slurs_. Otherwise we
2134         get spurious messages with skipTypesetting on.
2135
2136 2004-08-25  Graham Percival   <gperlist@shaw.ca>
2137
2138         * Documentation/user/lilypond-book.itely: slight clean-up.
2139
2140         * Documentation/user/examples.itely: began section.
2141
2142 2004-08-25  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2143
2144         * lily/script-interface.cc: add slur property.
2145
2146         * lily/slur-quanting.cc (score_extra_encompass): avoid other slurs
2147         too.
2148
2149         * input/regression/phrasing-slur-slur-avoid.ly: new file.
2150
2151         * lily/ottava-bracket.cc (print): always start from right edge of
2152         a broken bound. This fixes ottava-clef.ps 
2153
2154 2004-08-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2155
2156         * input/regression/slur-script-inside.ly: new file.
2157
2158         * lily/new-slur.cc (outside_slur_callback): new function, to make
2159         scripts avoid slurs 
2160
2161         * lily/slur-engraver.cc (finalize): 
2162
2163         * lily/script-interface.cc: add inside-slur property.
2164
2165         * lily/slur-engraver.cc (finalize): read inside-slur property.
2166
2167         * scm/lily.scm (postscript->png): use ~a iso. ~s in progress
2168         message.
2169
2170         * ly/property-init.ly (unHideNotes): hide accidentals at staff
2171         level. Fixes: hideNotes-accidental.ly
2172
2173 2004-08-23  Pedro Kroger  <kroeger@pedrokroeger.net>
2174
2175         * scm/page-layout.scm (plain-header): fix bug that print page
2176         number in the first page if firstpagenumber was different than 1.
2177
2178 2004-08-23  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2179
2180         * scm/framework-ps.scm (define-fonts): use UPCASE for Bluesky
2181         fonts. Fixes triangle markup for chords.
2182
2183         * lily/slur-quanting.cc (score_extra_encompass): make score depend
2184         on distance. This fixes slur-tenuto.ly and slur-tie.ly
2185  
2186         * flower/include/interval.hh (T>): add distance() function
2187
2188         * lily/ottava-bracket.cc (print): add dots to extent. Fixes
2189         octaviation-dot.ly 
2190
2191         * lily/context-scheme.cc: ly_context_grob_definition: new function.
2192
2193         * VERSION (MY_PATCH_LEVEL): release 2.3.12
2194
2195         * lily/new-slur.cc (add_column): remove set_interface()
2196
2197 2004-08-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2198
2199         * input/regression/slur-double.ly: new file. 
2200
2201         * lily/slur-engraver.cc: add doubleSlurs property
2202
2203         * scm/fret-diagrams.scm (label-fret): use cond instead of case for
2204         symbols.
2205
2206         * Documentation/user/notation.itely (Easy Notation note heads):
2207         revise notation Chapter.
2208
2209         * ly/music-functions-init.ly (makecluster): add makeClusters music
2210         function.
2211
2212         * lily/part-combine-engraver.cc: rename soloADue ->
2213         printPartCombineTexts
2214
2215         * scripts/convert-ly.py (conv): junk script{Up|Down|Both}.
2216
2217         * lily/horizontal-bracket.cc (print): use
2218         Tuplet_bracket::make_bracket, so it supports bracket-flare,
2219         edge-eight and shorten-pair.
2220
2221 2004-08-22  Pedro Kroger  <kroeger@pedrokroeger.net>
2222
2223         * Documentation/user/changing-defaults.itely (Page layout):
2224         description of firstpagenumber. Moved @refbugs about rightmargin
2225         to the end of the section (it was looking like the documentation
2226         after the refbugs was part of the bug comment).
2227
2228         * scm/framework-ps.scm (output-framework): set the first
2229         postscript page number to firstpagenumber
2230
2231         * scm/page-layout.scm (ly:optimal-page-breaks): print the first
2232         page number according to firstpagenumber
2233
2234         * scm/paper.scm (set-paper-dimensions): added firstpagenumber
2235         parameter
2236
2237 2004-08-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2238
2239         * lily/slur-engraver.cc (class Slur_engraver): simplify: remove
2240         nested slurs. 
2241
2242         * scripts/convert-ly.py (lilypond_version_re_str): handle
2243         \version "bar" % "foo"
2244
2245         * lily/completion-note-heads-engraver.cc (process_music): set
2246         duration-log before announcing object.
2247         
2248         * lily/staff-symbol.cc (print): subtract thickness from staff line
2249         length
2250
2251         * lily/parser.yy (book_body): disallow { ..music.. } inside \book
2252         
2253 2004-08-21  Carl Sorensen  <carldsorensen@comcast.net>
2254
2255         * scm/stencil.scm: remove fontify-text and fontify-text-white
2256
2257 2004-08-21  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2258
2259         * scm/part-combiner.scm: skip name string. Fixes segfault problem.
2260
2261         * Documentation/user/sound-output.texi (Sound): new file. Move all
2262         MIDI related information.
2263
2264 2004-08-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2265
2266         * lily/script-engraver.cc (acknowledge_grob): only take into
2267         account note heads with a music cause. Fixes ambitus-accent.ly
2268
2269         * scm/define-markup-commands.scm (finger): set encoding to
2270         fetaNumber.
2271
2272 2004-08-20  Erik Sandberg <ersa9195@student.uu.se>
2273
2274         * scripts/convert-ly.py: typo
2275
2276 2004-08-19  Carl Sorensen  <carldsorensen@comcast.net>
2277
2278         * scm/fret-diagrams.scm: Eliminate use of fontify-text; make 
2279         font calls for diagrams based on paper and props
2280
2281 2004-08-19  Graham Percival <gperlist@shaw.ca>
2282
2283         * scripts/convert-ly.py: add \newpage -> \pageBreak rule.
2284
2285 2004-08-19  Erik Sandberg <ersa9195@student.uu.se>
2286
2287         * ly/spanners-init.ly: Correct meanings of setTextDecresc/Dim,
2288         added setHairpinDecresc/Dim
2289
2290 2004-08-19  Jan Nieuwenhuizen  <janneke@gnu.org>
2291
2292         * lily/include/lily-guile.hh: Cosmetics.
2293
2294 2004-08-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2295
2296         * input/regression/fermata-rest-position.ly: new file
2297
2298         * ly/property-init.ly (hideNotes): remove \setMmRestFermata
2299
2300         * scripts/convert-ly.py (conv): add rule for \setMmRestFermata
2301
2302 2004-08-18  Nicolas Sceaux  <nicolas.sceaux@free.fr>
2303
2304         * scm/framework-tex.scm (output-preview-framework) 
2305         (output-classic-framework): 
2306         * scm/framework-ps.scm (output-preview-framework):
2307         s/ly:paper-book-lines/ly:paper-book-systems/g
2308
2309         * scm/fret-diagrams.scm (ss-font-encoding):
2310         s/my-font-encoding/ss-font-encoding
2311
2312 2004-08-18  Mats Bengtsson  <mabe@drongo.s3.kth.se>
2313
2314         * scm/music-functions.scm (direction-polyphonic-grobs): Set
2315         direction also on fingerings.
2316
2317         * lily/clef-engraver.cc: Add forceClef to list of read properties.
2318
2319 2004-08-18  Jan Nieuwenhuizen  <janneke@gnu.org>
2320
2321         * po/nl.po: Some updates.
2322
2323         * scm/lily.scm (_): New function.
2324         (postscript->pdf, postscript->png, lilypond-main)
2325         (postscript->pdf): Use it.  Write messages to stderr.
2326
2327         * stepmake/stepmake/po-targets.make (ALL_PO_SOURCES): Add SCM_FILES.
2328
2329         * scm/GNUmakefile (XGETTEXT_FLAGS): Set language to Lisp.
2330         xgettext does not recognise scheme yet.  Patch submitted.
2331
2332         * lily/scm-option.cc (LY_DEFINE):
2333         * lily/main.cc: The program is now called lilypond (WAS:
2334         lilypond-bin).
2335
2336         * lily/rest-collision.cc (do_shift): Uniformise two too many rests
2337         messages.
2338
2339         * lily/include/paper-book.hh
2340         * lily/include/paper-system.hh: Finish renaming of paper-line to
2341         system.  Fix users.
2342
2343 2004-08-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2344
2345         * scm/documentation-generate.scm (string-append): add version.
2346
2347         * scm/define-markup-commands.scm (box): add box-padding and
2348         thickness props for the box command.
2349  
2350         * Documentation/user/changing-defaults.itely (Text encoding):
2351         elucidate use of \encoding for \header strings.
2352
2353         * lily/parser.yy (lyric_element): use \encoding for lyrics strings.
2354
2355         * lily/score.cc (LY_DEFINE): check if length of music > 0. Fixes:
2356         staff-change.ly
2357
2358         * lily/output-def.cc (assign_context_def): use set_variable().
2359
2360         * lily/text-item.cc (interpret_string): accept string input
2361         encoding too.
2362
2363         * scm/encoding.scm (read-encoding-file): print warning when file
2364         can't be found.
2365
2366         * tex/latin1.enc: remove.
2367
2368         * tex/GNUmakefile ($(outdir)/latin1.enc): create latin1 from GS.
2369
2370         * lily/rod.cc (columnize): robustness fix. Don't crash for
2371         nil span points. Fixes: appoggiatura-segfault.ly
2372         (add_to_cols): extra robustness fix.
2373
2374 2004-08-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2375
2376         * lily/text-item.cc (interpret_string): use lookup_variable() to
2377         fidn inputencoding. Now, \paper inherits inputencoding from
2378         \bookpaper.
2379
2380         * lily/script-engraver.cc (stop_translation_timestep): remove slur
2381         collision kludge.
2382
2383         * lily/dynamic-engraver.cc (typeset_all): remove slur collision
2384         kludge.
2385
2386 2004-08-14  Jan Nieuwenhuizen  <janneke@gnu.org>
2387
2388         * lily/main.cc (parse_argv): Bugfix: handle 'p'.  Add warning.
2389
2390 2004-08-13  Jan Nieuwenhuizen  <janneke@gnu.org>
2391
2392         * lily/spanner.cc (spanned_rank_iv): Bugfix.
2393
2394         * lily.scm: Mark un-internationlised user messages (with FIXME).
2395
2396         * lily/include/modified-font-metric.hh (struct
2397         Modified_font_metric): New file.  (WAS: incorrectly named
2398         scaled-font-metric.hh ?)
2399
2400         * lily/include/scaled-font-metric.hh: Remove.
2401
2402         * lily/text-item.cc (interpret_string): Identify and document
2403         input-encoding problem.
2404
2405         * lily/paper-book.cc (pages): Do not use `paper' as variable name
2406         for a Bookpaper.
2407
2408         * tex/latin1.enc: Replace /minus with /hyphen.
2409
2410         * scm/encoding.scm: For latin1 (input-)encoding, use
2411         latin1.  (Cork.enc is NOT latin1 -- see man latin1).
2412
2413         * ly/book-paper-defaults.ly: Add a comment about suspicious TeX
2414         inputencoding.
2415
2416 2004-08-12  Heikki Junes  <hjunes@cc.hut.fi>
2417
2418         * Documentation/topdocs/INSTALL.html: fixes.
2419
2420 2004-08-12  Jan Nieuwenhuizen  <jan.nieuwenhuizen@aspiratie.nl>
2421
2422         * buildscripts/builder.py: Fix for scons CVS.
2423
2424 2004-08-11  Heikki Junes  <hjunes@cc.hut.fi>
2425
2426         * Documentation/user/notation.itely,
2427         Documentation/topdocs/NEWS.texi, input/test/ambitus-mixed.ly,
2428         input/test/ambitus-mixed.ly: fix plurals:
2429         english: ambit, pl. ambits; latin: ambitus, pl. ambitus.
2430
2431 2004-08-11  Jan Nieuwenhuizen  <janneke@gnu.org>
2432
2433         * lily/dynamic-engraver.cc (typeset_all):
2434         * lily/script-engraver.cc (stop_translation_timestep): Handle
2435         collisions with new-slur.
2436
2437 2004-08-10  Jan Nieuwenhuizen  <janneke@gnu.org>
2438
2439         * scm/define-grobs.scm (all-grob-descriptions): Add
2440         new-slur-interface.
2441
2442 2004-08-03  Jan Nieuwenhuizen  <janneke@gnu.org>
2443
2444         * elisp/lilypond-mode.el (LilyPond-command-alist): LilyPond now
2445         produces .PS
2446
2447 2004-08-09  Carl Sorensen  <carldsorensen@comcast.net>
2448
2449         * scm/define-grob-properties.scm (all-user-grob-properties): fix
2450         definition of number-type
2451
2452 2004-08-08  Carl Sorensen  <carldsorensen@comcast.net>
2453
2454         * scm/fret-diagrams.scm : change sans-serif font encoding from 
2455         TeX-text to ec (uses ecss fonts instead of cmss fonts)
2456
2457         * scm/define-grob-interfaces.scm (fret-diagram-interface): add
2458         number-type and label-dir
2459
2460         * scm/define-grob-properties.scm: add number-type and label-dir
2461
2462         * scm/fret-diagrams.scm (label-fret): allow fret label to be on either
2463         left or right.  Allow choice of upper-case roman, lower-case roman, or
2464         arabic numerals in fret label
2465
2466 2004-08-04  Werner Lemberg  <wl@gnu.org>
2467
2468         * lily/slur-quanting.cc: Include libc-extension.hh.
2469         s/round/my_round/.
2470         * ly/engraver-init.ly (VaticanaVoice, GregorianTranscriptionVoice):
2471         s/autobeaming/autoBeaming/.
2472
2473 2004-08-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2474
2475         * VERSION: 2.3.11 released.
2476
2477         * scripts/lilypond-book.py (Lilypond_file_snippet.ly): reinstate
2478         renameinput.
2479
2480 2004-08-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2481
2482         * lily/lookup.cc (round_filled_box): remove warnings about blot
2483         diameter.
2484
2485         * scm/paper.scm (paper-set-staff-size): make linethickness more
2486         easily tunable.
2487
2488         * lily/parser.yy (new_lyrics): \addlyrics -> \oldaddlyrics,
2489         \newlyrics -> \addlyrics
2490
2491         * lily/text-spanner.cc (print): use it.
2492
2493         * lily/dynamic-text-spanner.cc (print): use it.
2494
2495         * lily/grob.cc (robust_relative_extent): new function.
2496
2497         * scripts/lilypond-book.py (main): add -f tex as default process.
2498
2499         * lily/text-spanner.cc (print): only take linear_combination of
2500         nonempty interval.
2501         
2502
2503 2004-08-02  Pedro Kroger  <kroeger@pedrokroeger.net>
2504
2505         * scm/page-layout.scm (default-page-make-stencil): If leftmargin
2506         isn't specified by the user in \bookpaper center the music in the
2507         page.
2508
2509 2004-08-02  Mats Bengtsson  <mabe@drongo.s3.kth.se>
2510
2511         * Fix some problems after the renaming of my-lily -> lily
2512
2513 2004-08-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2514
2515         * lily/lily-parser.cc (parse_string): don't overwrite keytable_.
2516
2517         * lily/slur-quanting.cc (enumerate_attachments): apply center on
2518         stem-X in more cases. 
2519
2520         * lily/stem.cc (dim_callback): solve todo.
2521
2522 2004-08-01  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2523
2524         * input/test/README: new file.
2525
2526         * lily/lily-parser.cc: rename my-lily* files.
2527
2528         * lily/my-lily-parser.cc (LY_DEFINE): plug memory leak: unprotect
2529         parser.
2530
2531         * lily/include/my-lily-lexer.hh (class Lily_lexer): smobify lexer.
2532
2533         * lily/include/my-lily-parser.hh: rename My_lily -> Lily
2534
2535         * make/mutopia-targets.make (local-WWW): don't make ps.gz
2536         examples. They take a huge amount of space.
2537
2538         * Documentation/user/GNUmakefile: fix symlinks.
2539
2540         * VERSION: 2.3.10 released.
2541         
2542         * input/test/lyrics-skip-notes.ly: remove
2543
2544         * input/test/stem-cross-staff.ly (noFlag): fold into manual
2545
2546         * input/test/{spacing-2,staff-space,tablature,textscript}.ly:
2547         remove.
2548
2549 2004-08-01  Heikki Junes  <hanwen@xs4all.nl>
2550
2551         * Documentation/user/{changing-defaults,notation,tutorial}.itely:
2552         fixes.
2553
2554 2004-08-01  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2555
2556         * input/regression/beam-dir-functions.ly: move from test/
2557
2558         * Documentation/user/notation.itely (Feathered beams): new node.
2559
2560         * Documentation/user/changing-defaults.itely (Difficult tweaks):
2561         new node
2562
2563         * input/regression/lyric-hyphen-retain.ly: move to regression.
2564
2565         * input/regression/harmonic.ly: fold into manual
2566         
2567         * input/test/{hshift,move-accidentals,crescendi,feathered-beam,
2568         stem-length,chord-names-no-inversions}.ly: remove
2569         
2570         * input/test/tie-cross-voice.ly: move to regression.
2571
2572         * Documentation/user/notation.itely (Running trills): new node.
2573
2574         * scm/define-grobs.scm (all-grob-descriptions): new grob TrillSpanner
2575
2576         * scm/define-music-types.scm (music-descriptions): add TrillSpanEvent
2577
2578         * lily/trill-spanner-engraver.cc: new file.
2579
2580         * input/regression/trill-spanner.ly: new file.
2581
2582         * input/test/timing.ly: fold into manual.
2583
2584         * input/test/time.ly: remove
2585
2586         * input/test/trill.ly: remove
2587         
2588         * input/test/time-signature-double.ly: fold into manual
2589
2590         * input/test/separate-staccato.ly: remove
2591
2592         * input/test/spanner-after-break-tweak.ly: fold into manual.
2593
2594         * input/test/script-priority.ly: fold into manual.
2595
2596         * input/test/scheme-interactions.ly: remove.
2597         
2598         * input/test/unfold-all-repeats.ly (mel),
2599         input/test/repeat.ly,input/test/repeat-shorter-bracket.ly,
2600         input/test/polymetric-differing-notes.ly input/test/polymetric.ly:
2601         fold into manual.
2602
2603         * input/regression/no-staff.ly: move from input/test/
2604
2605         * input/regression/markup-score.ly: move from input/test/
2606
2607         * input/test/lyrics-melisma-faster.ly: fold into manual
2608         
2609         * input/test/lyrics-melisma-variants.ly: fold into manual
2610
2611         * Documentation/user/notation.itely (Popular music): new node. 
2612
2613         * input/test/gourlay.ly: remove
2614         
2615         * input/test/improv.ly: fold into manual.
2616
2617         * input/test/figured-bass-alternate.ly (fl): remove
2618
2619         * lily/dynamic-text-spanner.cc (print): new file.
2620
2621         * scm/define-grobs.scm (all-grob-descriptions): add DynamicTextSpanner
2622
2623         * lily/engraver-group-engraver.cc (do_announces): reorder logic:
2624         keep recursing into children in case a parent context inserts a
2625         grob into a child context.
2626
2627         * lily/dynamic-engraver.cc (acknowledge_grob): add accidentals to
2628         
2629 2004-07-31  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2630
2631         * scm/define-markup-commands.scm (postscript): new markup command
2632         \postscript
2633
2634         * Documentation/user/notation.itely (Formatting cue notes): new
2635         section.
2636
2637         * input/test/clef-end-of-line.ly: fold into manual.
2638
2639         * input/test/scales-greek.ly: remove.
2640
2641         * input/test/chords-without-melody.ly: fold into manual.
2642
2643         * input/test/cadenza-skip.ly: remove.
2644
2645         * input/test/clef-8-syntax.ly: remove.
2646
2647         * input/test/clef-manual-control.ly: move into manual.
2648
2649         * Documentation/user/notation.itely (Aligning to cadenzas): fold
2650         in cadenza-skip.ly
2651
2652         * mf/parmesan*.mf: change neo_mensural to neomensural.
2653
2654         * input/test/trills.ly: remove.
2655
2656         * input/test/transposition.ly: remove.
2657
2658         * input/test/to-xml.ly: move to no-notation.
2659
2660         * buildscripts/lilypond-profile.sh: change zsh bomb to warning.
2661
2662         * lily/ledger-line-spanner.cc (print): use staff variable, not
2663         me. Fixes ledger lines on differently sized staves.
2664
2665         * input/test/rhythm-excercise.ly: remove file.
2666
2667         * lily/stem.cc (dim_callback): only do something if visible. Fixes
2668         spurious flag not found warning for 128th rest.
2669
2670         * input/regression/rest-dot-position.ly: new file.
2671         
2672         * input/test/rest-dot-positions.ly: remove
2673
2674         * lily/staff-symbol-referencer.cc (get_position): emergency
2675         fallback: use coordinate * 2.
2676
2677         * input/no-notation/midi-scales.ly: move from test/
2678
2679         * scm/define-markup-commands.scm (score): remove debugging code.
2680
2681         * input/test/incipit.ly (violin): remove. 
2682
2683         * lily/system-start-delimiter.cc (print): only draw system
2684         delimiter to staves that reach up to left bound of the delimiter.
2685
2686         * input/no-notation/embedded-scm.ly: move from test/
2687
2688         * input/test/follow-voice.ly: remove
2689
2690         * input/no-notation/dynamic-absolute-volume.ly: move from test/.
2691
2692         * input/test/drarn*: remove
2693         
2694         * input/test/count-systems.ly: remove.
2695
2696         * lily/bar-line.cc (compound_barline): fix : for staff without
2697         lines.
2698
2699         * lily/accidental.cc (print): use music_font_alist_chain(). This
2700         fixes smaller cautionaries.
2701
2702         * scm/define-grobs.scm (all-grob-descriptions): use fetaMusic
2703         encoding for accidental.
2704
2705         * Documentation/user/notation.itely (Educational use): new section
2706
2707         * input/test/*.ly: clean up directory: move examples into manual
2708         or regtest.
2709         
2710
2711         * stepmake/stepmake/metafont-rules.make ($(outdir)/%.log): add
2712         mode as well. This fixes resolution errors.
2713
2714 2004-07-30  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2715
2716         * scm/lily.scm (postscript->png): show commands for --verbose.
2717
2718         * flower/include/getopt-long.hh: opps. short option should be
2719         char, not int.
2720
2721         * Documentation/user/GNUmakefile: use symlinks to save space.
2722
2723         * VERSION: 2.3.9 released.
2724
2725         * scripts/convert-ly.py (conv): remove \lyrics from \lyricsto.
2726
2727         * ly/gregorian-init.ly (neumeDemoPaper): remove duplication from
2728         manual.
2729
2730         * Documentation/user/tutorial.itely (Integrating text and music):
2731         remove \score and \notes from manual.
2732
2733         * lily/my-lily-lexer.cc (My_lily_lexer): really switch on note
2734         mode in the beginning.
2735
2736 2004-07-30  Mats Bengtsson  <mabe@drongo.s3.kth.se>
2737
2738         * Documentation/user/changing-defaults.itely (Horizontal spacing):
2739         Correct the documentation of the spacing parameters. 
2740
2741         * Documentation/user/tutorial.itely (Integrating text and music), 
2742         Documentation/user/lilypond-book.itely (Integrating LaTeX and
2743         music): Document that you need to add the map file ec-mftrace.map
2744         in the dvips command.   
2745
2746 2004-07-30  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2747
2748         * lily/score-engraver.cc (initialize): abort if ecrm10.pfa not
2749         found.
2750
2751         * lily/text-item.cc (interpret_string): insert encoding setting
2752         here
2753
2754         * scm/framework-ps.scm (ps-font-command): remove feta/parmesan
2755         encoding kludge.
2756
2757         * Documentation/user/changing-defaults.itely (Text encoding): node
2758         on encoding.
2759
2760         * lily/lyric-engraver.cc (try_music): remove superfluous check.
2761
2762         * lily/book-paper-def.cc (find_scaled_font): remove default
2763         encoding, because it messes up font loading for feta and
2764         parmesan. Encoding should only be specified for running texts.
2765
2766         * lily/modified-font-metric.cc (text_dimension): support coding
2767         scheme ""
2768         
2769 2004-07-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2770
2771         * lily/tie-engraver.cc (stop_translation_timestep): remember tie
2772         definition, so \override works as expected.
2773
2774         * lily/measure-grouping-engraver.cc: clarify
2775
2776 2004-07-27  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2777
2778         * lily/parser.yy (context_def_mod): remove \consistsend
2779
2780         * lily/context-def.cc (instantiate): use Translator::must_be_last
2781         to determine engraver order.
2782
2783         * lily/translator.cc (must_be_last): new function
2784
2785         * scripts/convert-ly.py (conv): rule.
2786
2787         * lily/bar-line.cc (print): return '() for height == 0.0 too.
2788
2789 2004-07-27  Heikki Junes  <hjunes@cc.hut.fi>
2790
2791         * input/regression/{stanza-number,volta-multi-staff}.ly: fix docs.
2792  
2793 2004-07-26  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2794
2795         * lily/include/lily-guile.hh (scm_is_int): compat glue.
2796
2797 2004-07-25  Pedro Kroger  <kroeger@pedrokroeger.net>
2798
2799         * input/regression/page-layout.ly: new file.
2800
2801         * scm/paper.scm (set-paper-dimensions): Preliminary support for
2802         left and right margins.
2803
2804         * Documentation/user/changing-defaults.itely (Page layout):
2805         Explain the leftmargin option.
2806
2807 2004-07-25  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2808
2809         * input/test/lyrics-melisma-variants.ly (texidoc): new file.
2810
2811         * input/test/lyrics-melisma-faster.ly: new file.
2812
2813         * lily/new-lyric-combine-music-iterator.cc (find_voice): allow
2814         change of melody by setting associatedVoice.
2815
2816         * lily/parser.yy (re_rhythmed_music): \lyricsto implies lyrics mode.
2817
2818         * scripts/lilypond-book.py (Lilypond_file_snippet.ly): don't copy
2819         file contents, rather \include them, so default linewidth is set.
2820         (ly_options): make BOOKPAPER set of options. Move linewidth
2821         settings there.
2822
2823         * Documentation/user/examples.itely: new file. Templates are to be
2824         moved here.
2825
2826         * Documentation/user/programming-interface.itely: move chapter.
2827
2828         * scm/document-markup.scm (doc-markup-function): add @code
2829
2830         * stepmake/stepmake/texinfo-rules.make: remove chmod.
2831
2832 2004-07-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2833
2834         * scm/page-layout.scm (plain-header): add printpagenumber boolean
2835         to bookpaper.
2836
2837         * make/mutopia-rules.make ($(outdir)/%.png $(outdir)/%.pdf
2838         $(outdir)/%.ly $(outdir)/%.ps): do all targets from lilypond binary.
2839
2840         * scripts/lilypond-latex.py (run_dvips): remove -bin everywhere.
2841
2842         * lily/GNUmakefile (NAME): create lilypond, not lilypond-bin 
2843
2844         * scripts/lilypond-latex.py: move from lilypond.py
2845
2846         * make/lilypond-vars.make: centralize LILYPOND_BOOK_FLAGS setting.
2847         (LILYPOND_BOOK_FLAGS): use -f tex for lilypond-book.
2848
2849         * scm/lily.scm (postscript->png): new function
2850         (postscript->pdf): new function
2851
2852         * lily/paper-book.cc (post_processing): call
2853         convert-to-{dvi,ps,png,pdf}
2854
2855         * scripts/ps2png.py (option_definitions): new file.
2856
2857         * lily/paper-book.cc (output): call output-preview-framework
2858         (post_processing): new function. Do PDF/PNG conversion.
2859
2860         * lily/paper-outputter.cc (close): new function.
2861
2862         * scm/framework-ps.scm (convert-to-pdf): new function. Call
2863         ps2pdf.
2864         (output-preview-framework): new function. Generate a preview .ps
2865         
2866
2867 2004-07-23  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2868
2869         * VERSION: release 2.3.8
2870         
2871         * lily/note-head.cc: remove ledger line handling.
2872
2873         * lily/ambitus.cc (print): strip away accidental / note head code,
2874         and associated properties.
2875
2876         * lily/ambitus-engraver.cc (create_ambitus): change name to
2877         AmbitusLine. Create AmbitusAccidental and AmbitusNoteHead for
2878         other ambitus parts.
2879         (create_ambitus): group grobs in Ambitus grouping object. 
2880
2881         * lily/include/pitch-interval.hh (Pitch>): new file.
2882
2883         * lily/pitch-interval.cc (add_point): new file.
2884
2885         * lily/ledger-line-engraver.cc: new file.
2886
2887         * lily/ledger-line-spanner.cc (print): new file. Set limits to
2888         ledger line length to avoid clashes.
2889
2890 2004-07-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2891
2892         * Documentation/user/invoking.itexi (Invoking lilypond): remove
2893         deprecated options
2894
2895 2004-07-21  Jan Nieuwenhuizen  <janneke@gnu.org>
2896
2897         * SConstruct: Use only code files for TAGS.  Change GO_FAST_BUTTON
2898         to command line option: fast=1 (default on).
2899
2900         * SConstruct[GO_FAST_BUTTON]: implement tips from Andreas Roach.
2901         This brings SCons run-time on up-to-date tree down from 48s with
2902         only checksums, to 34s without 2day checksums, to 14s (make needs
2903         4 seconds).
2904         (subdirs)[GO_FAST_BUTTON]: Try to read all subdirs only when
2905         necessary.
2906
2907 2004-07-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2908
2909         * lily/slur-quanting.cc (score_extra_encompass): add  break ;
2910         (score_extra_encompass): process scripts at edges too, by checking
2911         control points directly. 
2912
2913 2004-07-20  Jan Nieuwenhuizen  <janneke@gnu.org>
2914
2915         * po/nl.po: Update.
2916
2917         * lily/main.cc: Fix ly:option-usage help.
2918
2919         * input/regression/slur-script.ly: More collision tests.
2920
2921         * GNUmakefile.in (EXTRA_DIST_FILES): Add SConstruct.
2922
2923 2004-07-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2924
2925         * VERSION: release 2.3.7
2926
2927         * stepmake/generic-vars.make (EXTRA_DIST_FILES): dist SConscript
2928         files.
2929
2930         * Documentation/user/notation.itely (Slurs): document ^ and _ for
2931         slurs.
2932
2933         * input/regression/slur-script.ly: new file.
2934
2935         * lily/accidental-engraver.cc (process_acknowledged_grobs):
2936         make accidental appear to come from note head engraver.
2937
2938         * lily/slur-quanting.cc: new file.
2939         (score_extra_encompass): new function. Avoid scripts and
2940         accidentals
2941
2942 2004-07-18  Jan Nieuwenhuizen  <janneke@gnu.org>
2943
2944         * lily/include/lily-guile.hh: Remove guile-1.4 compatibility.
2945         This greatly reduces the number of files that get recompiled
2946         after touching config.hh.
2947
2948         * config.hh.in: Remove GUILE_*_VERSION.
2949
2950         * lily/new-slur.cc: Resolve conflicts.
2951
2952         * lily/stem-engraver.cc (make_stem): New method.
2953
2954         * lily/include/script-interface.hh:
2955         * lily/script-interface.cc: New file.
2956
2957         * lily/include/script.hh:
2958         * lily/script.cc: Remove.
2959
2960         * lily/music.cc (duration_log): New method.
2961
2962         * lily/script.cc (struct Skript): Remove.
2963
2964         * lily/new-slur.cc (get_base_attachments): Try at articulations.
2965         Lots of coding cleanups (Stom).
2966
2967 2004-07-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
2968
2969         * lily/new-slur.cc (avoid_staff_line): new function: avoid
2970         collisions with staff lines.
2971
2972         * lily/my-lily-parser.cc (LY_DEFINE): add directory of argument to
2973         global_path
2974
2975         * scm/define-grobs.scm (all-grob-descriptions): set ratio
2976         .25. This flattens short slurs.
2977
2978         * lily/new-slur.cc (enumerate_attachments): move X of attachment
2979         points for tilted slurs.
2980
2981         * input/regression/slur-tilt.ly: new file.
2982
2983         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): shorten
2984         stems of 16th graces too.
2985
2986         * lily/beam-quanting.cc (score_forbidden_quants): make forbidden
2987         quant penalty dependent on how much the line is in the gap.
2988
2989         * input/regression/grace-stem-length.ly: new file.
2990
2991         * lily/beam-quanting.cc (score_forbidden_quants): remove
2992         interquant check. The penalty of 1000 is much too harsh, and the
2993         inter case should be caught by check-staff-line-in-gap check.
2994
2995         * lily/scm-option.cc: move debug-beam to \paper.
2996
2997         * scripts/lilypond-book.py (Lilypond_snippet.write_ly): create
2998         .txt files to appease makeinfo.
2999
3000         * input/mutopia/W.A.Mozart/mozart-hrn-3.ly:
3001         remove texttagline.
3002         
3003         * lily/new-slur.cc: cleanup, split in functions.
3004
3005         * lily/parser.yy (chord_body_element): allow octave-check = inside
3006         chord body. 
3007
3008         * lily/new-slur.cc (score_encompass): variable head-distance penalty.
3009
3010         * lily/stem.cc (height): call Beam::after_line_breaking().
3011
3012         * lily/rest-collision.cc (force_shift_callback): only call shift
3013         for columns containing rests.
3014
3015         * lily/new-slur.cc (print): use debug-slur-quanting paper var.
3016
3017         * input/regression/font-postscript.ly: invoke afm2tfm. 
3018
3019 2004-07-18  Jan Nieuwenhuizen  <janneke@gnu.org>
3020
3021         * mf/SConscript: Build map files.
3022
3023         * SConstruct: Rename $out to out-www in web.
3024
3025 2004-07-17  Jan Nieuwenhuizen  <janneke@gnu.org>
3026
3027         * SConstruct (web_kluts): Have make web build in out-www.  Not.
3028
3029 2004-07-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3030
3031         * Documentation/user/music-glossary.tely (Top): add fragment to
3032         pertinent @lilypond entries.
3033
3034         * scm/define-grobs.scm: switch on new-slur by default.
3035
3036         * lily/scm-option.cc: symbol != string.
3037
3038         * lily/new-slur.cc (set_end_points): handle broken slurs. Doesn't
3039         really work yet.
3040         (set_end_points): make X coord of attachment dependent on  Y.
3041         (score_encompass): add edges too.
3042
3043 2004-07-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3044
3045         * lily/stem.cc (get_beaming): new function.
3046
3047         * scripts/lilypond-book.py (compose_ly): make fragment mandatory
3048         for fragment snippets. This fixes inclusion of toplevel-music
3049         examples (such as new-slur.ly)
3050  
3051 2004-07-16  Jan Nieuwenhuizen  <janneke@gnu.org>
3052
3053         * scripts/lilypond-book.py: Remove second import of stat.
3054
3055         * More SCons cleanups.
3056
3057         * Documentation/bibliography/computer-notation.bib (note): Remove
3058         extraneous closing brace.
3059
3060 2004-07-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3061
3062         * scripts/lilypond-book.py (Lilypond_snippet.is_outdated): fix
3063         stat calls.
3064
3065         * Documentation/bibliography/SConscript (bibs): failed try to get
3066         bib2html find html-long.bst.
3067
3068         * buildscripts/bib2html.py (stat): fail if bibtex fails.
3069
3070         * make/stepmake.make: use usescons for using scons. 
3071
3072 2004-07-16  Jan Nieuwenhuizen  <janneke@gnu.org>
3073
3074         * scripts/lilypond-book.py (Lilypond_snippet.is_outdated): Check
3075         for lilypondend.  Import stat (huh?).
3076
3077 2004-07-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3078
3079         * make/mutopia-vars.make ($(addprefix $(outdir)/,$(LYM4_FILES):
3080         bypass dvi. 
3081
3082         * input/regression/font-postscript.ly: new file. 
3083
3084         * scm/framework-ps.scm (load-fonts): load pfb files too.
3085
3086         * lily/pfb.cc (pfb2pfa): new file.
3087
3088 2004-07-15  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3089
3090         * scripts/lilypond-book.py (PREAMBLE_LY): set
3091         toplevel-music-handler too.
3092
3093 2004-07-15  Jan Nieuwenhuizen  <janneke@gnu.org>
3094
3095         * SConstruct (symlink): Add dvips and music-drawing-routines.ps.
3096         (web_path): Fixes for webball.  Install fixes, add DESTDIR option.
3097
3098         * lily/slur.cc: Add quant-score to interface.  Fixes web build.
3099
3100         * python/SConscript:
3101         * python/vim:
3102         * input/mutopia/*SConscript: New file.
3103
3104         * input/mutopia/W.A.Mozart/: Use .ily suffix for includes.
3105
3106         * scm/define-grobs.scm (all-grob-descriptions): Use ,Slur::height,
3107         fixes web build.
3108
3109         * make/stepmake.make (scons): re-route to SCONS if user has been
3110         running scons in this tree.
3111
3112         * SConstruct (config_vars): Add CPPDEFINES.
3113         (env): Set checksums type to "content".
3114         (save_config_cache): Do not exit after configuring when using
3115         checksums (the default) instead of timestamps.
3116
3117 2004-07-15  Jan Nieuwenhuizen  <janneke@gnu.org>
3118
3119         * SConstruct: Further development.
3120
3121         * input/test/SConscript: 
3122         * input/template/SConscript: 
3123         * input/regression/SConscript: 
3124         * Documentation/bibliography/SConscript:
3125         * Documentation/bibliography/index.html.in: New file.
3126
3127         * Documentation/bibliography/GNUmakefile (local-WWW): Remove index
3128         generation.
3129
3130         * buildscripts/builder.py: Add new builders.
3131
3132         * make/stepmake.make: 
3133         * stepmake/stepmake/*.make: 
3134         * configure.in:
3135         * lily/*:
3136         * flower*: Use config.hh (Was config.h).
3137
3138         * scm/encoding.scm (get-coding): Print friendly error message when
3139         no encoding is found, rather than crashing.
3140
3141 2004-07-15  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3142
3143         * lily/new-slur.cc (score_slopes): strong sloping score only when
3144         stems point in same dir. 
3145
3146 2004-07-14  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3147
3148         * input/mutopia/W.A.Mozart/mozart-hrn3-rondo.ly (rondo): bugfix
3149         for beam start.
3150
3151         * lily/parser.yy (context_prop_spec): check grob name for
3152         alphanumericness..
3153
3154         * lily/lyric-engraver.cc: creates LyricText objects
3155
3156 2004-07-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3157
3158         * lily/include/lily-guile.hh (scm_from_int): add scm_from_int glue.
3159
3160 2004-07-13  Jan Nieuwenhuizen  <janneke@gnu.org>
3161
3162         * SConstruct: Configure only pristine build tree or on user
3163         request.  Cleanups.  Add Documentation/topdocs to subdirs.
3164         Use checksums instead of timestamps.
3165         (CheckYYCurrentBuffer): Return result.
3166
3167         * Documentation/topdocs/SConscript: New file.
3168
3169 2004-07-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3170
3171         * lily/staff-symbol-referencer.cc (on_staffline): bugfix 
3172
3173         * lily/scm-hash.cc (get): SCM_MAKINUM is deprecated. Use
3174         scm_from_int instead.
3175
3176 2004-07-12  Jan Nieuwenhuizen  <janneke@gnu.org>
3177
3178         * SConstruct: Updates.  Add targets: tar, dist, release.
3179
3180 2004-07-11  Jan Nieuwenhuizen  <janneke@gnu.org>
3181
3182         * input/mutopia-header.ly: Generate output.
3183
3184         * SConstruct:
3185         * buildscripts/builder.py:
3186         * Documentation/user/SConscript: SCons fixes.
3187
3188 2004-07-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3189
3190         * lily/new-slur.cc (class New_slur): new file. Score based slur
3191         computations.
3192
3193 2004-07-10  Jan Nieuwenhuizen  <janneke@gnu.org>
3194
3195         * mf/SConscript: Remove Builders.
3196
3197         * buildscripts/builder.py: Add LilyPond, Abc2ly and MF builders.
3198
3199         * input/SConscript: 
3200         * Documentation/user/SConscript: New file.
3201
3202 2004-07-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3203
3204         * Documentation/topdocs/NEWS.texi (Top): add note about new
3205         emacs electric-|
3206
3207         * scm/*.scm: adapt ly:warn calls.
3208
3209         * lily/lily-guile.cc (LY_DEFINE): use format on ly:warn arguments.
3210
3211         * lily/repeat-acknowledge-engraver.cc (process_music): look at
3212         main timing, not grace timing. Fixes volta-repeat-grace.
3213
3214         * lily/kpath.cc (LY_DEFINE): ly:kpathsea-expand-path, new function
3215         remove ly:kpathsea-gulp-file.
3216
3217         * scm/translation-functions.scm (format-metronome-markup): make
3218         note smaller, align to bottom.
3219
3220         * scm/define-grobs.scm (all-grob-descriptions): metronome fixes.
3221
3222         * lily/metronome-engraver.cc (stop_translation_timestep): attach
3223         metronome to musical column. Don't ack time sigs or bar lines.
3224
3225 2004-07-10  Heikki Junes  <hjunes@cc.hut.fi>
3226
3227         * THANKS: sort, add David. Kristof contributed code, he is a
3228         contributor.
3229
3230 2004-07-09  David Svoboda      <svoboda@cmu.edu>
3231
3232         * elisp/lilypond-mode.el,
3233         * elisp/lilypond-what-beat.el: Added LilyPond-what-beat function to
3234         count beats between last measure stop | and point in emacs.
3235         
3236 2004-07-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3237
3238         * tex/GNUmakefile (TEX_FILES): don't dist
3239         music-drawing-routines.ps, latin1.enc 
3240
3241         * scripts/lilypond.py (include_path): remove --no-lily, --no-ps ,
3242         --no-pdf, --pdftex
3243         (copyright): add --latex option
3244         (ic_p.make_include_option): use direct PS as default.
3245
3246         * scm/beam.scm (check-slope-callbacks): check sign of slope. 
3247
3248         * input/regression/beam-concave.ly (rossFourBeams): add cases from
3249         Ross
3250
3251         * scm/script.scm (default-script-alist): marcato should follow
3252         into staff
3253         
3254 2004-07-09  Jan Nieuwenhuizen  <janneke@gnu.org>
3255
3256         * buildscripts/builder.py:
3257         
3258         * Documentation/SConscript (outdir): New file.  Add *list.ly
3259         dependencies.  Fixes PDF doc build.
3260
3261 2004-07-08  Jan Nieuwenhuizen  <janneke@gnu.org>
3262
3263         * SConstruct: Add Tar target (incomplete), fix install issues, fix
3264         run from build-dir.
3265
3266         * ly/SConscript:
3267         * scm/SConscript: New file.
3268
3269         * lily/main.cc (dir_info): Print variables in sh format.
3270
3271         * lily/includable-lexer.cc: Use #if iso #ifdef for HAVE_ tests.
3272
3273         * mf/SConscript: Update multiple target rules.
3274
3275         * SConstruct (assert_version): Add.
3276
3277 2004-07-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3278
3279         * SConstruct (key): add HAVE_FLEXLEXER_YY_CURRENT_BUFFER check.
3280
3281 2004-07-07  Jan Nieuwenhuizen  <janneke@gnu.org>
3282
3283         * buildscripts/mf-to-table.py: Do not try to open ''.
3284
3285         * mf/SConscript: New file.
3286
3287 2004-07-06  Carl Sorensen  <carldsorensen@comcast.net>
3288
3289         * scm/fret-diagrams.scm : Convert many properties to constants,
3290         reducing the pollution of the property namespace.
3291
3292         * scm/define-grob-properties.scm (all-user-grob-properties): Reduce
3293         unnecessary properties for fret-diagram
3294
3295         * scm/define-grob-interfaces.scm (fret-diagram-interface): Add symbols
3296         for interface
3297
3298 2004-07-07  Jan Nieuwenhuizen  <janneke@gnu.org>
3299
3300         * SConstruct: Update.
3301
3302 2004-07-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3303
3304         * input/regression/beam-quant-standard.ly (seconds): print desired
3305         quants when failing.
3306
3307 2004-07-06  Jan Nieuwenhuizen  <janneke@gnu.org>
3308
3309         * SConstruct:
3310         * flower/SConscript:
3311         * lily/SConscript: New file.
3312
3313 2004-07-05  Carl Sorensen  <carldsorensen@comcast.net>
3314
3315         * scm/define-grob-properties.scm (all-user-grob-properties): Add
3316         descriptions for all fret-diagram properties.
3317
3318         * scm/define-grob-interfaces.scm (fret-diagram-interface): Add
3319         fret-diagram interface code
3320
3321 2004-07-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3322
3323         * ly/book-paper-defaults.ly: set default encoding to ec.
3324
3325         * buildscripts/guile-gnome.sh (OPT): only compile pango if not
3326         installed.
3327
3328         * tex/latin1.enc: new file, from a2ps. 
3329
3330 2004-07-06  Heikki Junes  <hjunes@cc.hut.fi>
3331
3332         * stepmake/bin/add-html-footer.py: use <div> instead of <table>,
3333         add a faint, green border line.
3334
3335         * Documentation/index.html.in: drop <table>, add a faint border line.
3336
3337 2004-07-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3338
3339         * scm/font.scm (add-cmr-fonts): upright caps is eccc.
3340
3341         * Documentation/GNUmakefile (README_TOP_FILES): add THANKS.txt.
3342
3343 2004-07-02  Carl Sorensen  <carldsorensen@comcast.net>
3344
3345         * scm/output-ps.scm (white-text): Add scale paramter to allow scaling
3346
3347         * scm/output-tex.scm (white-text): Add scale parameter to allow font
3348         scaling
3349
3350         * scm/stencil.scm (fontify-text-white) : Adjust to better center,
3351         properly scale white text
3352
3353         * scm/fret-diagrams.scm (make-fret-diagram): change default dot
3354         position for numbered dots so dot will touch fret.
3355         (various routines): move to font-metric interface, rather than
3356         name, size interface.  Clean up comments.
3357
3358         * ps/music-drawing-routines.ps: (/draw_white_text)  Adjust font
3359         size and offset to better center white text.
3360
3361 2004-07-05  Jan Nieuwenhuizen  <janneke@gnu.org>
3362
3363         * ChangeLog: Remove pre-2.1 changes.
3364
3365         * Documentation/misc/ChangeLog-2.1: New file.
3366
3367         * stepmake/bin/release.py: Cleanup.  Add release marker if missing
3368         from ChangeLog.
3369
3370 2004-07-05  Mats Bengtsson  <mabe@drongo.s3.kth.se>
3371
3372         * input/test/chords-below-volta-bracket.ly,
3373         input/test/no-key-at-end-of-line.ly: New example files (FAQs)
3374
3375 2004-07-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3376
3377         * VERSION: release 2.3.6
3378
3379         * input/regression/beam-quant-standard.ly: new file: test standard
3380         beam quants.
3381
3382         * scm/beam.scm (check-quant-callbacks): new function
3383         (check-beam-quant): new function: check whether current beam
3384         quants match argument.
3385
3386         * lily/beam-quanting.cc (score_forbidden_quants): fix problem with
3387         forbidden quant for sitting (upstem)/hanging (downstem) on outer
3388         staffline line.
3389
3390 2004-07-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3391
3392         * lily/parser.yy (Generic_prefix_music_scm): add (scm,scm) music
3393         functions.
3394
3395         * lily/note-collision.cc (do_shifts): align colliding notes to
3396         their leftmost note.
3397
3398         * input/regression/collision-alignment.ly: new file.
3399
3400         * ly/init.ly: don't print gc stats.
3401
3402         * scripts/lilypond-book.py (Lilypond_snippet.output_texinfo): add
3403         extra newline
3404
3405         * scm/define-grobs.scm (all-grob-descriptions): use (0 . 0) not #f
3406         for dimensions. This fixes ottava-remove-empty-staff.ly
3407
3408         * input/regression/lyrics-tenor-clef.ly: new file.
3409
3410         * lily/axis-group-engraver.cc (process_acknowledged_grobs): catch
3411         cyclic parents when two axis-group-engravers are
3412         present. Fixes: crash-axis-group-engraver.ly. 
3413         
3414         * input/test/volta-chord-names.ly: new file.
3415
3416         * scm/define-context-properties.scm
3417         (all-user-translation-properties): change voltaOnThisStaff
3418         definition. 
3419
3420         * lily/volta-engraver.cc (stop_translation_timestep): set bounds
3421         if necessary.
3422
3423         * lily/volta-bracket.cc (print): handle volta brackets without
3424         bars. 
3425
3426 2004-07-01  Jan Nieuwenhuizen  <janneke@gnu.org>
3427
3428         * scripts/abc2ly.py (try_parse_chord_delims): Bugfix: update to
3429         2.0 chord syntax.  Ouch.  (thanks Dave Phillips).
3430
3431 2004-07-01  Nicolas Sceaux  <nicolas.sceaux@free.fr>
3432
3433         * scm/output-gnome.scm: updated instructions for running gnome
3434         backend
3435
3436 2004-06-29  Carl Sorensen  <carldsorensen@attbi.net>
3437
3438         * scm/fret-diagrams.scm (draw-dots): default values for dot size
3439         and dot-position now depend on finger-code value; in-dot makes
3440         dots larger and centered.
3441         (draw-barre): added straight-barre indicator option
3442         (draw-dots): made fontify-text-white work.
3443
3444         * music-drawing-routines.ps: added /draw_white_text
3445
3446         * scm/output-tex.scm:  added white-text
3447
3448         * scm/output-ps.scm:  added white-text
3449
3450         * scm/lily.scm (ly:all-stencil-expressions): Added white-text to 
3451         list of stencil expressions
3452
3453         * scm/stencil.scm: Added fontify-text-white
3454
3455 2004-06-29  Heikki Junes  <hjunes@cc.hut.fi>
3456
3457         * input/regression/+.ly: use @unnumbered section.
3458
3459 2004-06-28  Nicolas Sceaux  <nicolas.sceaux@free.fr>
3460
3461         * elisp/lilypond-mode.el (LilyPond-guile): set current module to
3462         (*anonymous-ly-0*) iso. (*anonymous-ly-1*)
3463
3464 2004-06-28  Jan Nieuwenhuizen  <janneke@gnu.org>
3465
3466         * buildscripts/guile-gnome.sh (PATH): GUILE CVS is still fubarred.
3467
3468 2004-06-26  Nicolas Sceaux  <nicolas.sceaux@free.fr>
3469
3470         * scm/ly-from-scheme.scm (read-lily-expression): #$( ... )
3471         was causing an error. (was not actually commited in 2004-06-20)
3472
3473         * input/regression/lily-in-scheme.ly (withPaddingC): does not
3474         breaks anymore
3475
3476 2004-06-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3477
3478         * VERSION: 2.3.5 released.
3479         
3480         * lily/my-lily-parser.cc (parse_string): switch module too.
3481
3482 2004-06-24  Jan Nieuwenhuizen  <janneke@gnu.org>
3483
3484         * Documentation/topdocs/INSTALL.texi (Top): Add guile, python and
3485         ec-fonts-mftraced to running requirements.
3486
3487 2004-06-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3488
3489         * lily/my-lily-lexer.cc (My_lily_lexer): copy scopes so temporary
3490         assignments don't reach the original file.
3491
3492         * lily/my-lily-parser.cc (My_lily_parser): only copy lexer if it
3493         exists
3494
3495 2004-06-22  Jan Nieuwenhuizen  <janneke@gnu.org>
3496
3497         * scm/output-gnome.scm: 
3498         * buildscripts/guile-gnome.sh: Update wrt fixed GUILE CVS.
3499
3500         * debian/: Apply Debian patch (Anthony Fok).
3501
3502 2004-06-22  Heikki Junes   <hjunes@cc.hut.fi>
3503
3504         * Documentation/user/music-glossary.tely: fix titling; @top is already
3505         an @unnumbered @chapter.
3506
3507 2004-06-22  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3508
3509         * debian/GNUmakefile (EXTRA_DIST_FILES):
3510         (CONF_FILES): update file list.
3511
3512         * lily/stencil.cc (interpret_stencil_expression): bugfix.
3513
3514 2004-06-21  Jan Nieuwenhuizen  <janneke@gnu.org>
3515
3516         * debian/: Remove cruft (requested Anthony Fok.)
3517
3518         * buildscripts/guile-gnome.sh: Build without gcc libtool version
3519         juggling.
3520
3521         * scm/framework-gnome.scm: Cleanups.  Resurrect +/- canvas scaling.
3522         Add popup menu with grob properties.
3523
3524         * lily/grob-scheme.cc (ly:grob-properties):
3525         (ly:grob-basic-properties): New function.
3526
3527         * lily/stencil.cc (interpret_stencil_expression): Comment-out
3528         "no-origin" call.  Fixes -fps output.
3529
3530         * scm/output-ps.scm (no-origin): Add dummy implementation.
3531
3532         * scm/output-gnome.scm (define-origin): Remove
3533         (grob-cause): Add.
3534
3535         * scm/output-ps.scm (scm):
3536         * scm/output-tex.scm (scm): Remove define-origin from exports list.
3537         (define-origin): Remove.
3538
3539         * scm/output-gnome.scm (define-origin): 
3540
3541         * scm/lily.scm (ly:all-output-backend-commands): Remove
3542         define-origin.  Add grob-cause.
3543
3544 2004-06-21  Heikki Junes   <hjunes@cc.hut.fi>
3545
3546         * buildscripts/lilypond-words.py: add ly/portugues.ly.
3547
3548 2004-06-20  Heikki Junes   <hjunes@cc.hut.fi>
3549
3550         * Documentation/user/GNUmakefile:
3551         * stepmake/stepmake/texinfo-rules: add Cascading Style Sheet using
3552         --include-css=.../texinfo.css; command includes css into the html.
3553
3554         * Documentation/texinfo.css: add file.
3555         define <hr> as black and thin.            
3556
3557 2004-06-20  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3558
3559         * lily/stencil.cc (interpret_stencil_expression): add grob-cause
3560         stencil expression. Junk define-origin.
3561
3562         * lily/my-lily-parser.cc (parse_string): init parser variable when
3563         lexer_ is set, ie. in parse_string and parse_file.
3564
3565         * lily/book.cc (LY_DEFINE): new function. ly:make-book. Supercedes
3566         ly:score-bookify.
3567
3568         * scm/lily.scm (collect-scores-for-book): new function.
3569
3570         * ly/init.ly: print collected scores/musics.
3571
3572         * lily/my-lily-parser.cc (LY_DEFINE): define parser in parser
3573         scope, not in lily module.
3574
3575         * lily/book.cc (LY_DEFINE): ly:make-book. New function.
3576
3577         * configure.in (PKG_CONFIG_PATH): add --enable-gui flag, and
3578         encapsulate gtk/pango tests.
3579
3580         * po/tr.po: Turkish translation.
3581
3582 2004-06-20  Nicolas Sceaux  <nicolas.sceaux@free.fr>
3583
3584         * input/regression/lily-in-scheme.ly: regression test for #{
3585         ... #} syntax
3586
3587         * scm/ly-from-scheme.scm (read-lily-expression): #$( ... )
3588         was causing an error.
3589
3590         * Documentation/user/programming-interface.itely (Using LilyPond
3591         syntax inside Scheme): documentation for #{ ... #} syntax.
3592
3593 2004-06-19  Heikki Junes  <hjunes@cc.hut.fi> 
3594
3595         * Documentation/index.html.in: use black thin <hr>.
3596
3597         * buildscripts/mutopia-index.py: use thin black <hr>.
3598
3599 2004-06-19  Jan Nieuwenhuizen  <janneke@gnu.org>
3600
3601         * scm/fret-diagrams.scm: Use UNIX style line endings.
3602         (fret-diagram-verbose): A couple of @{VAR} and an closing itemize
3603         typo.  Fixes compile.
3604
3605         * scm/output-ps.scm (white-dot): Remove second incarnation.
3606
3607         * scm/lily.scm (ly:all-stencil-expressions): Add white-dot.
3608
3609 2004-06-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3610
3611         * scripts/lilypond.py (ic_p.make_include_option): set error_p for
3612         single file error.
3613
3614         * lily/bar-line.cc (compound_barline): add support for unbroken ||:
3615
3616 2004-06-17  Carl Sorensen (carl_sorensen@byu.edu)
3617
3618         * scm/fret-diagrams.scm: added fret-diagram-terse interface;
3619         remove size as argument to fret-diagram interface;
3620         improved white-circle dots for fret;
3621         improved top-fret thick line/
3622
3623         * scm/output-ps.scm: added white-dot function
3624
3625         * scm/output-tex.scm: added white-dot function
3626
3627         * tex/music-drawing-routines.ps: added draw_white_dot function
3628
3629         * ps/music-drawing-routines.ps: added draw_white_dot function
3630
3631         * input/test/fret-diagram.ly: examples to show multiple
3632         functions and multiple interfaces
3633
3634 2004-06-18  Jan Nieuwenhuizen  <janneke@gnu.org>
3635
3636         * lily/pangofc-afm-decoder.cc (pango_fc_afm_get_glyph) 
3637         (pango_fc_afm_get_charset): Update iaw Pango CVS update.
3638
3639         * buildscripts/guile-gnome.sh: Add pango to recipe.  Resolve
3640         conflict.  Have I told you lately how much I love autotools?
3641
3642 2004-06-17  Jan Nieuwenhuizen  <janneke@gnu.org>
3643
3644         * lily/lily-guile.cc: 
3645         * lily/pangofc-afm-decoder.cc:
3646         * lily/include/pangofc-afm-decoder.hh: Use #if HAVE_* iso #ifdef.
3647         Fixes build without Pango CVS.  Use "pangofc-afm-decoder.hh".
3648
3649         * Documentation/topdocs/NEWS.texi (Top): Mention GNOME backend for
3650         developers.
3651
3652         * lily/paper-outputter.cc (file): New method.
3653         (dump_string): Use it.
3654
3655         * scm/output-gnome.scm: Update with pango CVS info, lilylib
3656         musing.
3657
3658         * lily/accidental-engraver.cc: Bugfix: (do not sort lines if one
3659         of them has a comma :-).
3660
3661         * scm/framework-gnome.scm: Add pango decoders.
3662
3663         * lily/include/pangofc-afm-decoder.hh: 
3664         * lily/pangofc-afm-decoder.cc: New file.
3665
3666         * lily/lily-guile.cc (ly:pango-add-afm-decoder): New function.
3667
3668         * configure.in: Check for pango.
3669
3670         * stepmake/aclocal.m4 (PKG_CHECK_MODULES): New function (from
3671         autoconf).
3672         (STEPMAKE_GTK2, STEPMAKE_PANGO): New function.
3673
3674         * config.make.in (USER_CFLAGS, USER_LDLAGS): Update.
3675
3676 2004-06-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3677
3678         * Documentation/user/tutorial.itely (Integrating text and music):
3679         fix grammar & punctuation.
3680
3681 2004-06-16  Jan Nieuwenhuizen  <janneke@gnu.org>
3682
3683         * lily/: Stray janitorial cleanups.
3684
3685         * scm/lily.scm (ly:all-stencil-expressions):
3686         * scm/lily.scm (ly:all-output-backend-commands): New function.
3687
3688         * scm/safe-lily.scm (safe-objects): Add them.
3689
3690         * scm/framework-gnome.scm (<gnome-outputter>): New class.
3691
3692         * scm/output-gnome.scm: Move non-stencil evaluators to framework.
3693
3694 2004-06-15  Jan Nieuwenhuizen  <janneke@gnu.org>
3695
3696         * buildscripts/guile-gnome.sh: Pick-up user-installed pango.
3697
3698 2004-06-15  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3699
3700         * scm/page-layout.scm (default-page-make-stencil): add
3701         raggedbottom, raggedlastbottom.
3702
3703         * Documentation/user/changing-defaults.itely (Page layout): add doc.
3704
3705         * scm/framework-tex.scm (define-fonts): fix export of
3706         papersize.
3707
3708         * lily/paper-book.cc (classic_output): strip suffixes from
3709         framework functions.
3710
3711         * lily/tuplet-bracket.cc (before_line_breaking): do not return
3712         SCM_UNDEFINED to Scheme.
3713
3714 2004-06-14  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3715
3716         * lily/book.cc: remove Book::to_stencil().
3717         (process): whoops. Score::book_rendering returns vector, not list.
3718
3719         * scripts/convert-ly.py (conv): remove \notes.
3720         apply to input examples.
3721
3722         * lily/paper-outputter.cc (output_stencil): don't use
3723         smobify_self() but self_scm()
3724
3725         * lily/include/ly-smobs.icc (IMPLEMENT_SMOBS): don't return SCM
3726         from smobify_self().
3727
3728         * lily/paper-book.cc (output): load framework module
3729         scm_c_resolve_module().
3730
3731         * python/lilylib.py (exit): exit with argument i.
3732
3733 2004-06-14  Jan Nieuwenhuizen  <janneke@gnu.org>
3734
3735         * scm/framework-gnome.scm (output-framework-gnome): Try loading
3736         gnome modules from non-toplevel.
3737
3738         * lily/ly-module.cc (ly:import-module): Export to ly:.
3739
3740         * lily/paper-score.cc (process): Do not show progress newline.
3741
3742         * lily/paper-book.cc (output, classic_output): Show progess
3743         newline after score.
3744
3745 2004-06-14  Heikki Junes <hjunes@cc.hut.fi>
3746
3747         * buildscripts/lilypond-words.py: add ly/vlaams.ly
3748
3749 2004-06-14  Jan Nieuwenhuizen  <janneke@gnu.org>
3750
3751         * lily/score.cc (ly:run-translator): Do not crash on empty music
3752         list.
3753
3754         * lily/book.cc (process): Do not render score when systems is empty.
3755
3756         * input/simple-song.ly: Down one octave.
3757
3758         * scm/output-gnome.scm: Remove script again; re-add modules fix
3759         (CVS conflict resolve?)
3760
3761         * lily/stencil.cc (ly:interpret-stencil): Was:
3762         interpret_stencil_expression.
3763
3764 2004-06-13  Jan Nieuwenhuizen  <janneke@gnu.org>
3765
3766         * buildscripts/guile-gnome.sh: New file.
3767
3768         * scm/output-gnome.scm: White background, better window size, sane
3769         canvas size.  Cleanups.
3770
3771 2004-06-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3772
3773         * VERSION: release 2.3.4
3774
3775         * Documentation/user/invoking.itexi (Invoking the lilypond
3776         binary): document --safe.
3777
3778         * scm/output-gnome.scm: set PATH in script.
3779
3780         * scm/page-layout.scm (default-page-make-stencil): don't stretch
3781         if there is too few systems on a page.
3782
3783         * lily/parser.yy (relative_music): start at middle C without pitch
3784         argument.
3785
3786         * Documentation/user/changing-defaults.itely (Page layout): new node.
3787         (Paper size): rename node
3788         (Page breaking): new node.
3789         (Titling): move from invoking.
3790         (File structure): new node.
3791
3792         * lily/parser.yy (score_body): allow \header and music anywhere in
3793         \score body.
3794
3795 2004-06-13  Jan Nieuwenhuizen  <janneke@gnu.org>
3796
3797         * scm/lily.scm (ly:load): Remove page-breaking.scm.
3798
3799 2004-06-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3800
3801         * lily/include/paper-system.hh: move cc/hh file from paper-line.*
3802
3803         * lily/include/paper-line.hh: rename to Paper_system.
3804
3805         * lily/include/paper-book.hh: doc class.
3806
3807         * lily/paper-book.cc (c_ragged_page_breaks): remove functions. 
3808
3809         * scm/page-layout.scm (plain-footer): add tagline/copyright. 
3810         (plain-header): add instrument-name.
3811         (default-page-make-stencil): bugfixes.
3812
3813         * lily/parser.yy (book_body): allow \header anywhere in \book{}
3814
3815         * lily/paper-book.cc: remove copyright & tagline. Remove
3816         interactions with Page
3817
3818         * scm/page-layout.scm (ly:optimal-page-breaks): move back breaking
3819         here, 
3820         (default-page-make-stencil): new function
3821         (default-page-music-height): new function
3822         (page-headfoot): new function
3823         (ly:optimal-page-breaks): generate stencils directly from here
3824
3825         * scm/titling.scm: new file, group titling functions
3826
3827 2004-06-13  Jan Nieuwenhuizen  <janneke@gnu.org>
3828
3829         * scm/output-gnome.scm: Handle multiple pages.
3830
3831         * scm/framework-gnome.scm: Do not load output-gnome.
3832         (framework-gnome): Invoke output-gnome::header and
3833         output-gnome::end-output as faked stencils.  Fixes experimental
3834         gnome output.
3835
3836 2004-06-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3837
3838         * input/mutopia/W.A.Mozart/mozart-hrn3-rondo.ly (rondo):
3839         octavation compatibility fixes. Backportme. 
3840
3841         * scm/page-breaking.scm (ly:optimal-page-breaks): allow overfull
3842         pages.
3843         (ly:optimal-page-breaks): combine-penalties: no shortcut for
3844         negative. Now we handle negative penalties (ie. \pageBreak)
3845         correctly.
3846
3847         * lily/system.cc (get_line): extract page-penalty from the left
3848         bound.
3849
3850         * scm/fret-diagrams.scm (fret-diagram): use @table for documentation
3851
3852 2004-06-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3853
3854         * scm/framework-ps.scm: don't load output-XXX from framework-XXX
3855
3856 2004-06-12  Jan Nieuwenhuizen  <janneke@gnu.org>
3857
3858         * scm/output-gnome.scm: Update script.  Move development to
3859         lilypond_2_3_2 branch for now.
3860
3861 2004-06-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3862
3863         * scm/page-breaking.scm (ly:optimal-page-breaks): don't do
3864         negative penalties.
3865         cleanups.
3866
3867         * Documentation/user/changing-defaults.itely (Creating contexts):
3868         index entries
3869
3870         * scm/page-breaking.scm (ly:optimal-page-breaks): new
3871         file. Rewrite function. 
3872
3873         * lily/paper-book.cc (pages): new interface: page-breaking returns
3874         list of line-list.
3875
3876         * lily/page.cc (Page): take lines argument.
3877
3878         * scm/document-translation.scm (all-engravers-doc): link to user man
3879
3880         * scm/page-layout.scm (ly:optimal-page-breaks): use penalty
3881         iso. score.
3882
3883         * Documentation/user/notation.itely (Relative octaves): typo.
3884
3885         * lily/paper-book.cc (LY_DEFINE): ly:output-formats. New function.
3886
3887 2004-06-11  Jan Nieuwenhuizen  <janneke@gnu.org>
3888
3889         * scm/output-gnome.scm: Update build script.
3890
3891 2004-06-10  Jan Nieuwenhuizen  <janneke@gnu.org>
3892
3893         * scm/output-gnome.scm: Add font scaling.  Attempt to resurrect
3894         gnome backend.
3895
3896         * scm/framework-gnome.scm: New file.
3897
3898         * scm/lily.scm: Use it.
3899
3900         * lily/paper-outputter.cc: Janitorial cleanups.
3901         (ly:outputter-dump-string): Remove unreachable statement.
3902
3903         * scm/framework-ps.scm: Add header.  Janitorial cleanups.
3904         (ice-9): Bugfix: Add srfi-1.
3905
3906         * scm/framework-tex.scm: Add header.  Janitorial cleanups.
3907
3908 2004-06-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3909
3910         * lily/new-lyric-combine-music-iterator.cc (do_quit): put warning
3911         in do_quit()
3912
3913 2004-06-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3914
3915         * ly/book-paper-defaults.ly: set optimal-page-breaks as default
3916
3917 2004-06-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3918
3919         * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): remove
3920         override of Beam::position-callbacks. Why would grace beams not be
3921         quantized? Fixes: weird-stem-size-grace. 
3922
3923         * lily/new-lyric-combine-music-iterator.cc (find_voice): issue
3924         warning only once. Backportme.
3925
3926         * lily/accidental-engraver.cc (number_accidentals_from_sig):
3927         bugfix, 2nd try. Backportme.
3928
3929         * ly/vlaams.ly: new file. (Thanks Hendrik Maryns)
3930
3931 2004-06-04  Mats Bengtsson  <mabe@drongo.s3.kth.se>
3932
3933         * Documentation/user/notation.itely (Instrument transpositions):
3934         Correct the name of the instrumentTransposition property.
3935
3936 2004-06-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3937
3938         * scm/output-ps.scm (ps-font-command): fix parmesan coding too.
3939
3940 2004-06-04  Mats Bengtsson  <mabe@drongo.s3.kth.se>
3941
3942         * scripts/lilypond-book.py (output): Bug fix so preLilyPondExample
3943         and postLilyPondExample are called when defined.
3944
3945 2004-06-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3946
3947         * ly/nederlands.ly (pitchnames): use ly:parser-set-note-names.
3948         This fixes setting notenames with `\include "nederlands.ly" '
3949
3950         * lily/my-lily-parser.cc (LY_DEFINE): ly:parser-set-note-names:
3951         new function.
3952
3953 2004-06-01  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3954
3955         * scm/page-layout.scm: don't do piece, it should be in score-title
3956         only.
3957
3958         * lily/lexer.ll: lex \score separately.
3959
3960         * lily/paper-book.cc: junk stencil2line.
3961
3962         * lily/paper-line.cc (Paper_line): construct from Stencil
3963         directly. No futzing with the dimensions.
3964
3965         * lily/include/paper-line.hh (class Paper_line): 
3966
3967         * lily/stencil.cc (interpret_stencil_expression): combine-stencil
3968         takes arbitrary number of arguments.
3969
3970         * input/test/markup-score.ly (tuning): simplify example. 
3971
3972 2004-05-31  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3973
3974         * lily/score.cc (LY_DEFINE): ly:score-embedded-format, new function. 
3975
3976         * scm/define-markup-commands.scm (score): define score-markup
3977
3978         * lily/parser.yy (markup): use score-markup.
3979
3980         * lily/score.cc: add ly:score? 
3981
3982 2004-05-30  Carl Sorensen <carl_sorensen@byu.edu>
3983
3984         * scm/fret-diagrams.scm: add fret-diagram-verbose markup; modified
3985         fret-parse-string so it prepares for calls to fret-diagram-verbose
3986         Changed display constants to props so they are available for
3987         \override.
3988
3989 2004-05-31  Han-Wen Nienhuys   <hanwen@xs4all.nl>
3990
3991         * VERSION: release 2.3.3
3992
3993         * stepmake/stepmake/generic-vars.make: unset LANG.
3994
3995         * input/regression/tuplet-nest.ly: bugfix.
3996
3997         * lily/tie-performer.cc (stop_translation_timestep): reset
3998         ties_created_. Fixes: midi-tie.ly, midi-lyrics-barcheck.ly
3999
4000         * lily/chord-tremolo-engraver.cc (stop_translation_timestep):
4001         clear repeat_ directly after setting stem_tremolo_. Fixes:
4002         tremolo-repeat.ly
4003
4004         * input/regression/span-bar-break.ly: new file.
4005
4006         * scm/define-grobs.scm (all-grob-descriptions): remove
4007         break-visibility from SpanBar. Fixes: piano-repeat.ly
4008
4009 2004-05-30  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4010
4011         * python/lilylib.py (make_ps_images): only compute bbox when needed.
4012
4013         * scripts/lilypond-book.py (process_snippets): use lily -f ps
4014         files for generating pngs. (failed experiment)
4015
4016         * scm/framework-ps.scm (output-classic-framework-ps): dump EPS
4017         file with PFA fonts included.
4018
4019         * lily/score.cc (default_rendering): put header in too.
4020
4021         * lily/paper-line.cc (LY_DEFINE): change function to
4022         ly:paper-line-extent
4023
4024         * scm/page-layout.scm (default-book-title): only add lines for
4025         non-nil fields.
4026         (default-score-title): idem.
4027
4028         * lily/my-lily-parser.cc (parse_string): delete lexer after use.
4029
4030         * lily/my-lily-lexer.cc (My_lily_lexer): copy keytable.
4031
4032         * lily/include/paper-book.hh (class Paper_book): remove height_
4033         member.
4034
4035         * input/test/coriolan-margin.ly (texidoc): remove latex macros.
4036
4037         * lily/ly-module.cc (LY_DEFINE): bugfix.
4038
4039         * lily/paper-book.cc (book_title): separate function for the book
4040         title.
4041
4042         * scm/page-layout.scm (default-book-title): only account for
4043         markup fields.
4044
4045         * scm/framework-ps.scm: new file. Move high level interface from
4046         output-ps.scm
4047
4048         * scm/music-functions.scm (def-grace-function): move macros from
4049         ly/music-functions-init.ly
4050
4051         * lily/paper-outputter.cc (Paper_outputter): move scheme_calls to
4052         framework-tex.scm
4053
4054         * scm/framework-tex.scm (dump-line): new file. High level
4055         interface for output (pages, systems, header). 
4056
4057         * lily/include/page.hh (class Page): add is_last_ field.
4058
4059         * lily/paper-outputter.cc (print_smob): smobify Paper_outputter.
4060
4061         * lily/paper-book.cc (split_string): new function
4062         (output): output multiple formats, i.e. --format=ps,tex
4063
4064         * scm/output-ps.scm (output-scopes): dump variables directly.
4065         (define-fonts): rewrite for new interface
4066
4067         * ps/lilyponddefs.ps: remove lilypondpaper redefinitions.
4068
4069         * lily/paper-outputter.cc (Paper_outputter): take format argument.
4070
4071         * lily/main.cc (parse_argv): don't set extension for output.
4072
4073         * lily/clef-engraver.cc (create_clef): remove
4074         Staff_symbol_referencer::set_position() call. 
4075
4076 2004-05-30  Nicolas Sceaux  <nicolas.sceaux@free.fr>
4077
4078         * ly/music-functions-init.ly (addlyrics): set the 'origin property
4079         with the location argument in music function definitions.
4080
4081 2004-05-29  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4082
4083         * lily/staff-symbol-engraver.cc (acknowledge_grob): remove item ->
4084         staffsymbol dependency.
4085
4086         * lily/include/grob.hh (class Grob): live () -> is_live (). Small
4087         cleanups.
4088
4089         * lily/book.cc (process): return Paper_book
4090         (to_stencil): use Book::process().
4091
4092         * lily/include/my-lily-parser.hh (class My_lily_parser): remove
4093         header_ field. Store in $globalheader
4094
4095         * lily/parser.yy (book_body): book header is initted to
4096         $globalheader.
4097
4098
4099 2004-05-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4100
4101         * input/test/fill-a4.ly: removed.
4102
4103         * lily/parser.yy (output_def): push scope of parent_ Output_def
4104         too.
4105
4106 2004-05-28  Jan Nieuwenhuizen  <janneke@gnu.org>
4107
4108         * scm/output-gnome.scm: Update info.
4109
4110 2004-05-28  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4111
4112         * lily/book-paper-def.cc: collapse Book_output_def to Output_def.
4113
4114         * scm/lily.scm (ly:modules-lookup): handle empty list, and more
4115         than 1 module.
4116
4117         * lily/include/ly-module.hh (ly_use_module): rename is_module to
4118         ly_c_module_p.
4119
4120         * scm/page-layout.scm (default-book-title): move Scheme titling
4121         functions to here.
4122
4123         * lily/parser.yy (book_paper_block): remove scope too.
4124
4125         * ly/engraver-init.ly (EasyNotation): remove OrchestralScoreContext
4126
4127         * lily/rest.cc: add direction to rest properties.
4128
4129         * lily/include/output-def.hh: new file, move from
4130         music-output-def.hh
4131
4132 2004-05-27  Jan Nieuwenhuizen  <janneke@gnu.org>
4133
4134         * scm/output-gnome.scm: Describe feta-cork hack.
4135
4136 2004-05-27  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4137
4138         * lily/include/book-paper-def.hh: derive from Output_def 
4139
4140         * lily/include/paper-def.hh: move all functionality out of class.
4141         Junk header.
4142
4143         * lily/include/music-output-def.hh: rename Music_output_def to
4144         Output_def.
4145
4146         * input/wilhelmus.ly: only set space for Paper formatting. 
4147
4148         * lily/include/midi-def.hh: remove file, remove class.
4149         Move functions to Music-output-def.
4150
4151         * lily/music-output-def.cc (Music_output_def): remove separate
4152         translator table. Lookup translators in scope directly. This
4153         obviates Context suffix for context identifiers, i.e.
4154
4155         \context {
4156           \Staff
4157           .. 
4158           }
4159
4160
4161         will work.
4162
4163
4164         * Documentation/user/notation.itely (Chords mode): typo: 13 -> 3.
4165
4166         * Documentation/user/changing-defaults.itely (Horizontal spacing):
4167         document spacing override hack.
4168
4169 2004-05-27  Jan Nieuwenhuizen  <janneke@gnu.org>
4170
4171         * scm/output-gnome.scm: Add C-q, C-w keybindings.  Update
4172         installation info.  Support point-and-click.  Add +/- zoom
4173         keybindings.
4174
4175 2004-05-26  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4176
4177         * VERSION: 2.3.2 released
4178
4179         * lily/parser.yy (book_body): set default bookpaper.
4180
4181         * scm/output-tex.scm (header): kludge: hard code linewidth. 
4182
4183         * lily/my-lily-parser.cc (My_lily_parser): don't delete lexer.
4184
4185 2004-05-25  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4186
4187         * lily/score.cc (default_rendering): scale outputdef before
4188         starting.
4189
4190 2004-05-25  Jan Nieuwenhuizen  <janneke@gnu.org>
4191
4192         * scm/fret-diagrams.scm: Add header.
4193
4194         * scm/output-gnome.scm: Hello world :-)
4195
4196 2004-05-25  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4197
4198         * scripts/lilypond.py (run_dvips): only add papersize if present.
4199
4200         * lily/accidental-engraver.cc (update_local_key_signature): new
4201         function, fold code from initialize() and process_music().
4202         (update_local_key_signature): use deep copy. This fixes one
4203         problem from custom-key-signatures.ly.
4204         (number_accidentals_from_sig): tighter check for
4205         accidental-too-old.
4206
4207         * ly/engraver-init.ly: remove localKeySignature
4208         definition from ChoirStaff, StaffGroup, Score.
4209
4210         * lily/percent-repeat-engraver.cc (try_music): add moments for
4211         barlines too. Fixes: skipbars-percent-repeat.ly.
4212
4213 2004-05-24  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4214
4215         * lily/context-def.cc (filter_performers): don't go to cdrloc if
4216         skipping last pair. Fixes: crash-bar-number.
4217
4218         * scm/fret-diagrams.scm (nil): fret-diagrams (courtesy Carl
4219         D. Sorensen)
4220
4221         * input/test/fret-diagram.ly: new file.
4222
4223         * scm/paper.scm (paper-set-staff-size): scale linewidth too.
4224         (scale-paper): divide by scale.
4225
4226 2004-05-19  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4227
4228         * lily/rest-collision.cc (do_shift): also do nothing for the (0,2)
4229         case.
4230
4231 2004-05-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4232
4233         * scm/stencil.scm (fontify-text): reinstate function
4234
4235         * tex/lily-ps-defs.tex: remove lilypondblotdiam def.
4236
4237         * lily/book-paper-def.cc (Book_paper_def): add copy ctor.
4238
4239         * lily/parser.yy (book_paper_head): \bookpaper {} 
4240
4241         * python/midi.c: remove config.h
4242
4243 2004-05-18  Jan Nieuwenhuizen  <janneke@gnu.org>
4244
4245         * scm/output-gnome.scm: Update.
4246
4247 2004-05-17  Jan Nieuwenhuizen  <janneke@gnu.org>
4248
4249         * scm/output-gnome.scm: New file.
4250
4251         * lily/include/book-paper-def.hh: Add.  Janitorial fixes.
4252
4253 2004-05-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4254
4255         * lily/book-paper-def.cc (ly_bookpaper_fonts): move from Paperdef
4256         (find_scaled_font): move from Paper_def
4257
4258 2004-05-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4259
4260         * lily/my-lily-parser.cc (LY_DEFINE): new function ly_parser_lookup
4261         (LY_DEFINE): add SCM_ASSERT_TYPE everywhere.
4262
4263         * po/fr.po: update po.
4264
4265         * lily/include/book-paper-def.hh (class Book_paper_def): new file.
4266
4267         * lily/book-paper-def.cc (print_smob): new file.
4268
4269 2004-05-16  Heikki Junes <hjunes@cc.hut.fi>
4270
4271         * buildscripts/lilypond-words.py: search words also from
4272         music-functions-init.ly.
4273
4274 2004-05-15  Nicolas Sceaux  <nicolas.sceaux@free.fr>
4275
4276         * ly/music-functions-init.ly (def-music-function): new helper
4277         macro for defining music functions. \addlyrics \appoggiatura
4278         \acciaccatura \grace \partcombine \autochange \applycontext
4279         \applyoutput and \breathe are now defined here thanks to it.
4280
4281         * lily/parser.yy: 
4282         * lily/my-lily-lexer.cc: \addlyrics \appoggiatura \acciaccatura
4283         \grace \partcombine \autochange \applycontext \applyoutput and
4284         \breathe keywords removed from the parser.
4285
4286         * lily/parser.yy: 
4287         * lily/music-function.cc (ly_make_music_function): 
4288         * lily/lexer.ll (music_function_type): added a case for 0-arg
4289         music functions.
4290
4291 2004-05-14  Nicolas Sceaux  <nicolas.sceaux@free.fr>
4292
4293         * scm/ly-from-scheme.scm (read-lily-expression):  A variable
4294         refering to a music expression can be used in lily-inside-scheme:
4295         #{ $music #}
4296
4297         * lily/my-lily-parser.cc (LY_DEFINE): introduce ly:clone-parser
4298         and ly:parser-define, and change ly:parser-parse-string in order
4299         to make #{ $music #} work.
4300
4301         * scm/new-markup.scm (compile-markup-expression): when an argument
4302         is a string, use `make-simple-markup'.
4303
4304 2004-05-14  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4305
4306         * lily/parser.yy (My_lily_lexer): bugfix; op should be tag.  
4307
4308 2004-05-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4309
4310         * scripts/convert-ly.py (FatalConversionError.func): handle + in
4311         font-size. (backportme)
4312
4313 2004-05-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4314
4315         * lily/paper-outputter.cc (output_stencil): dump font definitions
4316         before each stencil.
4317
4318         * lily/include/paper-book.hh (struct Score_lines): new
4319         struct. Collect info per Paper-score.
4320
4321         * lily/include/page.hh (class Page): to_stencil() returns Stencil
4322         everywhere.
4323
4324         * lily/stencil.cc (find_expression_fonts): new function
4325
4326         * lily/paper-outputter.cc (output_stencil): use
4327         interpret_stencil_expr
4328
4329         * lily/stencil.cc (LY_DEFINE): ly_stencil_fonts: new function.
4330         (interpret_stencil_expr): new function. Generic stencil
4331         interpretation.
4332
4333         * lily/paper-def.cc (find_scaled_font): divide lookup
4334         magnification by outpuscale for non-virtual fontmetrics. This
4335         fixes ludicrously long font definitions for text
4336         fonts. (backportme)
4337
4338         * lily/score-engraver.cc: remove
4339         {Engraver,Score_engraver}::typeset_grob(), remove all calls.
4340
4341 2004-05-09  Jan Nieuwenhuizen  <janneke@gnu.org>
4342
4343         * input/test/markup-score.ly: Remove \notes.
4344
4345         * lily/parser.yy (book_body): Grok Composite_music and \header.
4346         (markup): Push NOTES mode before score_block.
4347
4348         * VERSION: release 2.3.1
4349
4350         * mf/feta-klef.mf: 
4351         * mf/feta-bolletjes.mf: Oops.  Comment-out canvast test code.
4352
4353         * Documentation/user/programming-interface.itely: Use @emph (was:
4354         @em).
4355
4356         * Documentation/user/out/tutorial.texi: Untrigger lilypond-book error.
4357
4358 2004-05-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4359
4360         * scm/output-tex.scm (output-tex-string): tighten safe security.
4361
4362         * lily/scm-option.cc (LY_DEFINE): add 'safe to ly:get-option
4363
4364         * scm/safe-lily.scm (make-safe-lilypond-module): new file. Define
4365         allowed ly functions.
4366
4367         * lily/ly-module.cc (ly_module_define): only define variable if
4368         bound.
4369         (ly_make_anonymous_module): take safe option.
4370
4371 2004-05-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4372
4373         * scripts/lilypond-book.py (compose_ly): remove FRAGMENT_LY.
4374
4375 2004-05-08  Jan Nieuwenhuizen  <janneke@gnu.org>
4376
4377         * input/regression/newaddlyrics.ly: Fix.
4378
4379         * Documentation/user/tutorial.itely: Use \newlyrics, remove most
4380         \score \notes.
4381
4382 2004-05-08  Heikki Junes <hjunes@cc.hut.fi>
4383
4384         * Documentation/user/music-glossary.tely ([k-z]): last fixes.
4385
4386 2004-05-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4387
4388         * input/mutopia/R.Schumann/romanze-op28-2.ly (d): use #(define .. )
4389
4390         * lily/paper-line.cc (Paper_line): don't store list of stencils,
4391         but convert to single Stencil immediately.
4392
4393         * lily/paper-book.cc (title): don't return Stencil* but Stencil.
4394
4395 2004-05-07  Jan Nieuwenhuizen  <janneke@gnu.org>
4396
4397         * scm/output-sodipodi.scm: Resurrect sodipodi output.
4398
4399 2004-05-07  Kristof Bastiaensen  <kristof.bastiaensen@vleeuwen.org>
4400
4401         * elisp/lilypond-mode.el: Changed the way defaults are created for
4402         LilyPond-command-master.  LilyPond-mode will now check the
4403         timestamps of the files to see which command has to run next.
4404
4405 2004-05-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4406
4407         * scm/bass-figure.scm (format-bass-figure): don't set
4408         number-markup for strings. This fixes string in bass
4409         figure. (backportme)
4410
4411         * lily/parser.yy (bass_number): insert number-markup into figure
4412         definition.
4413
4414         * scm/define-music-properties.scm (all-music-properties): make
4415         'figure a markup.
4416
4417         * scripts/convert-ly.py (conv): \apply -> \applymusic
4418
4419 2004-05-06  Kristof Bastiaensen  <kristof.bastiaensen@vleeuwen.org>
4420
4421         * elisp/lilypond-mode.el: changed the order of some commands
4422         ("Midi" after "2Midi"), use the user-defined
4423         LilyPond-command-default as default instead of "LilyPond"
4424
4425         * elisp/lilypond-mode.el: added a LilyPond-master-file variable,
4426         to set the master file for the next command.
4427
4428         * elisp/lilypond-font-lock.el: replaced font-lock-warning-face
4429         with font-lock-reference-face.
4430
4431 2004-05-07  Heikki Junes <hjunes@cc.hut.fi>
4432
4433         * Documentation/user/music-glossary.tely ([ab]*): small fixes.
4434
4435         * Documentation/user/music-glossary.tely ([c-l]*): more fixes.
4436
4437 2004-05-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4438
4439         * ly/music-functions-init.ly (TODO): new file.
4440
4441         * lily/parser.yy (Generic_prefix_music_scm): add more
4442         music_function symbols.
4443         (Prefix_composite_music): change \apply to music-function   
4444
4445         * lily/include/music-function.hh: rename to music-function
4446
4447 2004-05-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4448
4449         * lily/music-head.cc (LY_DEFINE): change order of args.
4450
4451         * input/regression/music-head.ly (texidoc): new file.
4452
4453         * lily/parser.yy (Generic_prefix_music): allow generic
4454         music-transformation functions. 
4455
4456         * lily/include/music-head.hh (is_music_head): new file.
4457
4458         * lily/music-head.cc (get_music_head_transform): new file.
4459
4460 2004-05-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4461
4462         * lily/ottava-bracket.cc (print): use coordinate, not (0,0) for
4463         empty extent. This fixes ottava brackets on rests. (backportme)
4464
4465         * make/lilypond.redhat.spec.in (Group): ln png files for info.
4466
4467         * lily/piano-pedal-engraver.cc (create_text_grobs): core dump fix.
4468
4469         * cygwin/lily-wins.py: update for the lily-wins.py script.
4470
4471 2004-05-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4472
4473         * lily/score-engraver.cc (typeset_all): switch off unbound spanner
4474         code. This will obviate typeset_grob () in the future.  The effect
4475         of this is that improperly written spanner handling will result in
4476         invalid spanner bounds.
4477         (announce_grob): add to elems_ from here
4478         (typeset_grob): comment out.  
4479
4480         * lily/include/engraver.hh (make_spanner): new calling interface
4481         for make_{item,spanner}. This obviates most calls to
4482         announce_grob().
4483
4484         * scm/music-functions.scm (set-accidental-style): use GrandStaff
4485         iso. PianoStaff for piano styles.
4486
4487 2004-05-03  Heikki Junes <hjunes@cc.hut.fi>
4488
4489         * Documentation/user/music-glossary.tely: add segno after d.s.
4490
4491 2004-05-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4492
4493         * lily/include/audio-column.hh: remove unused variables.
4494         (patch by Michael Welsh Duggan)
4495
4496         * flower/include/axes.hh (other_axis): inline Axes function
4497         (thanks to David Brandon).
4498
4499 2004-05-02  Jan Nieuwenhuizen  <janneke@gnu.org>
4500
4501         * cygwin/mknetrel: Install image links (backportme).
4502
4503         * Documentation/user/GNUmakefile (local-install-info): Activate
4504         actual installing of image links (backportme).
4505
4506 2004-04-30  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4507
4508         * Documentation/user/notation.itely (Measure repeats): Removed
4509         unnecessary (and confusing) \context Voice{.
4510
4511 2004-04-29  Jan Nieuwenhuizen  <janneke@gnu.org>
4512
4513         * Documentation/topdocs/NEWS.texi: Mention use of \score as markup.
4514
4515         * lily/page.cc (Page): Do not use ly_scheme_function for
4516         volatile/configurable variables (FIXME: better name).
4517
4518         * lily/music-output-def.cc (c_lookup_variable): Rename (WAS:
4519         get_scmvar).
4520
4521 2004-04-29  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4522
4523         * scripts/convert-ly.py (FatalConversionError.subst): use
4524         \transposition.
4525
4526 2004-04-29  Jan Nieuwenhuizen  <janneke@gnu.org>
4527
4528         * lily/include/page.hh (class Page): Declare left_margin ().
4529
4530         * lily/page.cc: Remove paper var caching.
4531
4532 2004-04-28  Jan Nieuwenhuizen  <janneke@gnu.org>
4533
4534         * Documentation/user/music-glossary.tely: Add name to @top node.
4535         Remove comment from @table definitions (workaround for makinfo
4536         bug).
4537
4538         * lily/stencil-scheme.cc (ly:stencil-expr): Rename (was:
4539         ly:stencil-get-expr).  Update callers.
4540         (ly:stencil-align-to!):  Return stencil too.
4541
4542         * lily/paper-outputter.cc (output_page): Bugfix.  Use page
4543         stencil.  Remove looped line-based page output.
4544         (output_line): Use line stencil.  Remove looped stencil-based line
4545         output.
4546
4547         * lily/page.cc (ly:page-paper-lines): New function.
4548
4549         * input/test/markup-score.ly: New file.
4550
4551         * scm/define-markup-commands.scm (stencil): New markup.
4552
4553         * lily/book.cc (to_stencil): New method.
4554
4555         * lily/parser.yy (markup): Use it to grok \score.
4556
4557 2004-04-27  Jan Nieuwenhuizen  <janneke@gnu.org>
4558
4559         * lily/stencil.cc (expr): Rename (was: get_expr).  Update callers.
4560
4561         * lily/paper-book.cc (pages): Change signature.  Update callers.
4562
4563         * lily/include/page.hh:
4564         * lily/page.cc: New file.
4565
4566         * lily/paper-line.cc (to_stencil): New method.
4567
4568         * lily/paper-outputter.cc (output_stencil): New method.
4569
4570         * lily/paper-outputter.cc (output_line): Use them.
4571
4572         * lily/warn.cc: Remove.
4573
4574         * lily/my-lily-parser.cc (distill_inname): Remove.
4575
4576         * flower/include/file-name.hh: 
4577         * flower/file-name.cc: New file.  Update users.
4578
4579         * flower/file-path.cc [CYGWIN]: Junk testing code.  Remove Path.
4580         (find): New method of same name.
4581
4582         * lily/my-lily-parser.cc (ly:parse-file): Use it.
4583
4584         * lily/scm-option.cc (ly:set-option, ly:get-option): Bugfix:
4585         constant error message.
4586
4587 2004-04-27  Heikki Junes <hjunes@cc.hut.fi>
4588
4589         * input/test/{blank-notes.ly,staff-container.ly}: typos.
4590
4591 2004-04-26  Jan Nieuwenhuizen  <janneke@gnu.org>
4592
4593         * Documentation/user/music-glossary.tely: @table @strong' replaced
4594         by `@table @samp @c @strong'.  This fixes invalid makeinfo output
4595         (backportme).
4596
4597 2004-04-25  Nicolas Sceaux  <nicolas.sceaux@free.fr>
4598
4599         * scm/lily.scm (ly:load): Add ly-from-scheme.scm loading.
4600
4601         * scm/ly-from-scheme.scm: New file. Introduce a new syntax:
4602         #{ lily music expression #} that returns an equivalent scheme
4603         music expression by parsing the string.
4604
4605 2004-04-25  Jan Nieuwenhuizen  <janneke@gnu.org>
4606
4607         * lily/my-lily-parser.cc:
4608         * lily/my-lily-lexer.cc: Another step towards parsing ly code from
4609         SCM string (foo.ly/toto.scm support).
4610
4611 2004-04-24  Jan Nieuwenhuizen  <janneke@gnu.org>
4612
4613         * lily/my-lily-parser.cc (ly:parser-parse-string): New function.
4614
4615 2004-04-21  Jan Nieuwenhuizen  <janneke@gnu.org>
4616
4617         * input/regression/newaddlyrics.ly: Remove lilypond-book kludge.
4618
4619         * scripts/lilypond-book.py: LY code that includes \header is
4620         not assumed to be a fragment.
4621
4622 2004-04-20  Jan Nieuwenhuizen  <janneke@gnu.org>
4623
4624         * lily/stem-tremolo.cc (print): If stem direction == CENTER, move
4625         tremolo beams up.
4626
4627         * lily/stem.cc (chord_start_y): Return 0 if no heads.
4628         (get_default_stem_end_position): No tremolo head juggling if no
4629         heads.  Fixes tremolo crash on rests (backportme).
4630
4631         * scripts/abc2ly.py: Oops use [\]proper[ty] 2.2 syntax.
4632
4633 2004-04-19  Jan Nieuwenhuizen  <janneke@gnu.org>
4634
4635         * scripts/abc2ly.py: ABC beams preserve support (courtesy Guy
4636         Gascoigne-Piggford).  Also: TAB and whitespace fixes.
4637
4638         * lily/lexer.ll: Allow \encoding in NOTES mode.
4639
4640         * buildscripts/mf-to-table.py (write_fontlist): Use \lyrics
4641         for lyrics, not for commands.
4642
4643         * lily/parser.yy (scalar): Bugfix: accept LYRICS_STRING.
4644         FIXME: Replace some `Music's with Grouped_music_list; fixes make web.
4645
4646         * input/regression/newaddlyrics.ly: New file.
4647
4648         * Documentation/topdocs/NEWS.texi: Update.
4649
4650         * lily/parser.yy (new_lyrics): Return SCM list of lyric musics.
4651         (Music_list): Allow embedded scm.
4652
4653         * lily/score.cc (ly:score-bookify): New function.
4654
4655         * lily/music.cc (ly:music-scorify): Idem.
4656
4657         * lily/my-lily-parser.cc (ly:parser-print-book): Idem.
4658         (ly:parser-print-score): Idem.
4659
4660         * scm/lily.scm (default-toplevel-book-handler): Idem.
4661         (default-toplevel-music-handler): Idem.
4662         (default-toplevel-score-handler): Idem.
4663
4664         * ly/declarations-init.ly: Set default toplevel handlers.
4665
4666         * lily/parser.yy (book_block, score_block, toplevel_music): Use them.
4667
4668         * scripts/lilypond-book.py (PREAMBLE_LY): Select classic score
4669         printer for score at toplevel.
4670
4671 2004-04-18  Jan Nieuwenhuizen  <janneke@gnu.org>
4672
4673         * lily/parser.yy (NEWLYRICS): Switch to LYRICS mode for lyrics.
4674         Fix for simple case: input/simple-song.ly, more complex stuff
4675         does not work yet.
4676
4677 2004-04-18  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4678
4679         * lily/parser.yy (Prefix_composite_music): split Composite_music
4680         in Prefix_composite_music and Grouped_music_list.
4681         (re_rhythmed_music): use Grouped_music_list for NEWLYRICS.
4682
4683 2004-04-18  Jan Nieuwenhuizen  <janneke@gnu.org>
4684
4685         * scm/lily.scm (toplevel-expression): New define.
4686
4687         * lily/my-lily-parser.cc (ly:parser-add-book-and-score): New function.
4688
4689         * lily/parser.yy (toplevel_expression): Use it.
4690
4691         * lily/include/my-lily-parser.hh: Smobbify.
4692
4693         * lily/my-lily-parser.cc (parse_string): New method.
4694
4695         * lily/my-lily-parser.cc (ly:parse-string): New function.
4696
4697         * Documentation/user/lilypond.tely: Add comment and workaround for
4698         gs-8.01 crash.  Fixes make web.
4699
4700         Simplification of toplevel music.
4701
4702         * lily/lexer.ll, lily/parser.yy:
4703
4704         * In LYRICS mode, return LYRICS_STRING.  This fixes one
4705         shift/reduce problem.
4706
4707         * Use NOTES mode at start of maininput.
4708
4709         * Grok toplevel composite music expression, put in score and book.
4710
4711         * Grok \relative COMPOSITE_MUSIC, make relative on middleC.
4712
4713         * \newlyrics is a shortcut for \context Lyrics \lyricsto "" \lyrics
4714
4715         * input/simple.ly: New file.
4716
4717         * input/simple-song.ly: Idem.
4718
4719 2004-04-16  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4720
4721         * lily/parser.yy: rename NEWADDLYRICS to LYRICSTO. Thanks to Erik
4722         Sandberg.
4723
4724 2004-04-17  Jan Nieuwenhuizen  <janneke@gnu.org>
4725
4726         * scm/font.scm (add-cmr-fonts): Narrow bold is ecrb.
4727
4728 2004-04-17  Heikki Junes <hjunes@cc.hut.fi>
4729
4730         * input/regression/accidental-octave.ly: doc automatic showing
4731         of note names.
4732
4733 2004-04-16  Heikki Junes <janneke@gnu.org>
4734
4735         * po/fi.po: do "make po && make -C po po-update" at top-level,
4736         then "cp po/out/fi.po po/fi.po" and update fields.
4737
4738         * po/fi.po: remove all designations of `fuzzy'; shows those elements.
4739
4740 2004-04-15  Jan Nieuwenhuizen  <janneke@gnu.org>
4741
4742         * Documentation/user/introduction.itely (About this manual): Fix
4743         templates and regression urls (backportme).
4744
4745 2004-04-14  Mats Bengtsson  <mabe@drongo.s3.kth.se>
4746
4747         * ly/engraver-init.ly (Score:graceSettings): Increase
4748         beamed-lengths, especially for 32nd notes.
4749
4750         * Documentation/user/notation.itely (Grace notes): Correct the
4751         syntax for add-grace-property example.
4752
4753 2004-04-13  Jan Nieuwenhuizen  <janneke@gnu.org>
4754
4755         * flower/parse-afm.cc [METATYPE1_BUG]: Grok Metatype1's global
4756         `Generated' tag.
4757
4758         * scm/font.scm (add-cmr-fonts): Use super-cm/lmodern fonts.  NOT.
4759         Severely broken (the Debian package, at least).
4760
4761 2004-04-13  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4762
4763         * lily/context.cc (find_create_context): assign to lvalue.
4764
4765 2004-04-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4766
4767         * lily/include/translator.hh (class Translator): rename
4768         get_parent_context() to context () to avoid confusion.
4769
4770         * lily/include/lily-guile.hh: is_x -> ly_c_X_p naming.
4771
4772         * lily/lexer.ll: change is_string -> ly_c_string_p 
4773
4774         * input/mutopia/J.S.Bach/wtk1-fugue2.ly (bassdux): use \book.
4775
4776         * input/mutopia/W.A.Mozart/mozart-hrn-3.ly: use \book.
4777
4778 2004-04-12  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4779
4780         * VERSION: release 2.3.0
4781
4782         * mf/feta-nummer-code.mf: use ascii names for number glyphs.
4783
4784         * buildscripts/mf-to-table.py (parse_logfile): only prepend group-
4785         if nonempty.
4786
4787         * lily/include/context.hh (class Context): make members protected.
4788         (children_contexts): new accessor function.
4789
4790         * lily/include/translator.hh (class Translator): make
4791         daddy_context_ protected.
4792         (class Translator): clean up. 
4793
4794         * lily/include/context.hh (class Context): make daddy_context_
4795         private.
4796
4797         * lily/lyric-engraver.cc (get_voice_to_lyrics): recursively go
4798         higher for finding Voice. (backportme)  
4799
4800         * lily/include/context.hh (class Context): remove
4801         find_context_below() as a method.
4802
4803         * Documentation/user/notation.itely (The Lyrics context): add note
4804         about manual durations
4805
4806         * ly/chord-modifiers-init.ly (blackTriangleMarkup): use TeX-math
4807         encoding.
4808
4809         * scm/output-tex.scm (text): dump \inputencoding{} for text.
4810
4811 2004-04-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4812
4813         * scripts/lilypond.py (global_latex_preamble): remove latin1 from
4814         \usepackage{inputenc}
4815
4816         * lily/paper-book.cc (classic_output): don't advance Offset for
4817         TeX output.
4818
4819         * make/mutopia-rules.make ($(outdir)-$(PAPERSIZE)/%.dvi): include
4820         ec-sauter.map in rules
4821
4822         * mf/ecb.mf (font_identifier): new file, based on ecbx
4823
4824         * mf/ecb10.mf (gensize): new file.
4825
4826         * Documentation/topdocs/NEWS.texi (Top): document some more new
4827         features.
4828
4829         * ly/declarations-init.ly: run convert-ly
4830
4831         * lily/my-lily-parser.cc (LY_DEFINE): move parse-file function
4832         from input-file-results. Remove input-file-results.* 
4833
4834 2004-04-11  Jan Nieuwenhuizen  <janneke@gnu.org>
4835
4836         * scm/output-ps.scm (font-command): Fix, again.
4837
4838         * input/test/title-markup.ly: Add \noPagebreak test.
4839
4840         * lily/score-engraver.cc (try_music): Bugfix.
4841
4842 2004-04-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4843
4844         * lily/main.cc (main_with_guile): excise dependency options -M and
4845         --dep-prefix
4846
4847         * lily/input-file-results.cc: excise Makefile dependency code
4848
4849         * Documentation/user/invoking.itexi (Invoking the lilypond
4850         binary): remove dep doco
4851
4852         * lily/main.cc (main_with_guile): call lilypond-main
4853
4854         * scm/lily.scm (lilypond-main): new function: handle multiple files.
4855
4856         * lily/input-file-results.cc (LY_DEFINE): throw ly-file-failed
4857         exception.
4858
4859         * lily/my-lily-parser.cc: remove paper_description function
4860
4861         * lily/music-output-def.cc (LY_DEFINE): ly:output-description
4862         new function.
4863
4864         * lily/main.cc: remove global_score_count.
4865
4866         * lily/book.cc (process): don't take header from global_input_file.
4867
4868         * buildscripts/lilypond-profile.sh (Error): set GS_FONTPATH
4869
4870         * lily/parser.yy (My_lily_lexer): remove current_parser global var.
4871
4872         * lily/music-output-def.cc (LY_DEFINE): new function
4873         ly_output_description. This function does the bulk for  setting,
4874         parsing and breaking down of an input file.
4875
4876         * lily/ly-module.cc (ly_make_anonymous_module): don't protect
4877         anonymous modules globally. Let's hope they get GCd
4878
4879         * scripts/lilypond.py (run_dvips): add sauter-mftrace.map 
4880
4881 2004-04-11  Jan Nieuwenhuizen  <janneke@gnu.org>
4882
4883         * scm/output-ps.scm (header): Papersize from paper.
4884
4885         * scripts/lilypond.py (global_latex_preamble): Oldish behaviour
4886         for classic output.
4887
4888         * tex/lilyponddefs.tex (interscoreline): Oldish behaviour if
4889         lilypondclassic is defined.
4890         (lilypondstart): Oldish behaviour if lilypondclassic is defined.
4891
4892         * input/regression/between-systems.ly: Remove.
4893
4894         * python/lilylib.py (get_bbox): Fix regular expression
4895         for bounding box.
4896
4897         * tex/lilyponddefs.tex (lilypondpagebreak): New overridable macro.
4898
4899         * scm/output-tex.scm (stop-page): Use it.
4900
4901         * scm/output-ps.scm (define-fonts): Bugfix.
4902
4903         * lily/grob.cc: Add penalty to interface.
4904
4905         * lily/include/paper-line.hh (class Paper_line): New member
4906         var penalty_.
4907
4908         * lily/system.cc (get_line): Initialise Paper_line with
4909         page-penalty's from original grobs.
4910
4911         * scm/define-music-properties.scm (all-music-properties): Add
4912         page-penalty.
4913
4914         * scm/define-grob-properties.scm (all-grob-descriptions): Idem.
4915
4916         * lily/score-engraver.cc (try_music): Handle page-penalty.
4917
4918         * ly/declarations-init.ly (pagebreak, noPagebreak): New command.
4919
4920 2004-04-11  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4921
4922         * ly/declarations-init.ly (melismaEnd): typo
4923
4924         * scm/font.scm (add-cmr-fonts): caps is eccc, ecsc is slanted caps.
4925
4926         * scm/output-ps.scm (text): split string into spaces, use moveto
4927         for setting space. 
4928
4929 2004-04-10  Jan Nieuwenhuizen  <janneke@gnu.org>
4930
4931         * po/nl.po: Update.
4932
4933         * scm/font.scm (add-cmr-fonts): Typo.
4934
4935 2004-04-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
4936
4937         * scm/font.scm (add-cmr-fonts): add sauter fonts under latin1
4938         font-encoding.
4939
4940         * scm/define-grobs.scm (all-grob-descriptions): idem.
4941
4942         * lily/time-signature.cc (numbered_time_signature): idem.
4943
4944         * scm/font.scm (add-cmr-fonts): use real encoding names for
4945         font-encoding.
4946
4947 2004-04-10  Jan Nieuwenhuizen  <janneke@gnu.org>
4948
4949         * lily/paper-book.cc (classic_output): 
4950         * tex/lilyponddefs.tex (lybox): Add height, and proper raising.
4951         Fixes classic output.
4952         (lilypondstart):
4953         * scripts/lilypond.py (global_latex_preamble): Remove topmargin
4954         kludge.
4955
4956         * scripts/old-lilypond-book.py: Remove.
4957
4958         Page layout for SCOREs enclosed in a BOOK:
4959
4960         * scripts/lilypond.py: Remove LaTeX titling kludge.  Remove page
4961         layout tweaking.
4962
4963         * input/les-nereides.ly (theScore): Add \book.
4964
4965         * input/test/title-markup.ly: Add \book.
4966
4967         * scm/page-layout.scm (ly:optimal-page-breaks): Debugging output
4968         only if 'verbose.
4969
4970         * lily/include/paper-book.hh (PAGE_LAYOUT): Remove.
4971
4972         * lily/paper-outputter.cc (output_line): Remove PAGE_LAYOUT check.
4973
4974         * tex/lilyponddefs.tex (lilypondstart, lybox, lyitem):
4975         * scm/output-tex.scm (start-system): Update for page layout by
4976         LilyPond.
4977
4978         * scm/output-ps.scm (start-system): Previously (new-start-system).
4979
4980         * lily/paper-outputter.cc (output_header): Uniquify list of fonts
4981         passed to define-fonts.
4982
4983         * lily/paper-column.cc: 
4984         * lily/system.cc (get_line):
4985         * ly/property-init.ly (newpage): 
4986         * scm/define-grob-properties.scm:
4987         * scm/output-ps.scm: 
4988         * scm/output-tex.scm: Remove between-system-string kludge.
4989
4990         * scm/output-ps.scm (define-fonts, font-command,
4991         font-load-encoding): Handle ENCODING = #f.
4992
4993         * scm/output-tex.scm (output-scopes): Check if variable is bound.
4994
4995         * scm/define-markup-commands.scm (fill-line): Use
4996         make-simple-markup (WAS: unexisting make-word-markup).
4997
4998         * lily/text-item.cc (interpret_markup): Bugfix, transpose
4999         ENCODING, MARKUP parameters for interpret_string.
5000
5001         * lily/input-file-results.cc (do_one_file): Remove Paper_book hack.
5002
5003         * lily/score.cc (book_rendering): New method.
5004         (default_rendering): Create Paper_book helper locally, dump
5005         output.
5006
5007         * lily/my-lily-lexer.cc (the_key_tab): Add book.
5008
5009         * lily/parser.yy: Handle \book.
5010
5011         * lily/include/book.hh: 
5012         * lily/book.cc: New file.
5013
5014 2004-04-10  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5015
5016         * lily/text-item.cc (interpret_string): new file, select font with
5017         encoding.
5018
5019         * lily/include/lily-guile.hh: ly_XXX_p -> is_XXX. Changes throughout.
5020
5021         * scm/define-markup-commands.scm (encoded-simple): new markup command.
5022
5023         * lily/parser.yy (markup): take encoding from lexer.
5024
5025 2004-04-09  Jan Nieuwenhuizen  <janneke@gnu.org>
5026
5027         * lily/kpath.cc (kpathsea_find_tfm): Do not trigger TFM generation.
5028
5029         * scm/output-ps.scm: Remove some cruft.
5030
5031 2004-04-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5032
5033         * lily/kpath.cc (kpathsea_find_tfm): don't make unfound TFMs/AFMs.
5034
5035         * Documentation/user/lilypond.tely (Top): manual for v2.3 (backportme)
5036
5037 2004-04-09  Jan Nieuwenhuizen  <janneke@gnu.org>
5038
5039         * scm/font.scm (add-century-schoolbook-fonts):
5040         (make-century-schoolbook-tree): New function.
5041
5042         * input/test/title-markup.ly: Use Century Schoolbook font.
5043
5044 2004-04-09  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5045
5046         * scripts/convert-ly.py: limited old-style markup convert. (Thanks
5047         to Erik Sandberg) 
5048
5049         * lily/font-metric.cc (LY_DEFINE): new function, return fontName.
5050
5051         * scm/output-ps.scm (define-fonts): remove hack for feta/parmesan.
5052
5053         * lily/font-metric.cc (LY_DEFINE): change to ly:font-filename
5054
5055         * scm/encoding.scm (coding-alist): add AdobeStandardEncoding
5056
5057 2004-04-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5058
5059         * scm/part-combiner.scm (determine-split-list): bugfix: if no
5060         solo-state (at end of solo), we can set the solo status
5061         too. (backportme.)
5062
5063         * input/regression/part-combine-solo-end.ly: new file.
5064
5065 2004-04-08  Jan Nieuwenhuizen  <janneke@gnu.org>
5066
5067         * scripts/abc2ly.py (parse_file): Strip \r from lines.  Fixes DOS
5068         flavour abc files.  Really ignore unknown keys (backportme).
5069
5070 2004-04-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5071
5072         * lily/scaled-font-metric.cc (text_dimension): only multiply with
5073         magnification_ when looking up in orig_.
5074
5075         * scm/output-tex.scm (text): switch off char-mapping.
5076
5077         * lily/tfm.cc (coding_scheme): replace ' ' in encoding with '-',
5078         because AFM's encoding field cannot have spaces.
5079
5080 2004-04-08  Jan Nieuwenhuizen  <janneke@gnu.org>
5081
5082         * scm/output-ps.scm (define-fonts): More re/encoding tweaking.
5083
5084 2004-04-08  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5085
5086         * lily/paper-def.cc (find_scaled_font): change to inputencoding.
5087
5088         * mf/cmr.enc: new file, without hi-bit ascii info. 
5089
5090         * lily/bezier-bow.cc (slur_shape): make indent dependent on
5091         width. This removes the 'hook' at the end of a long slur.
5092
5093         * buildscripts/mf-to-table.py (parse_logfile): don't append
5094         encoding to fontname.
5095
5096 2004-04-07  Jan Nieuwenhuizen  <janneke@gnu.org>
5097
5098         * scm/output-ps.scm (define-fonts): Load .enc only once.
5099
5100         * mf/GNUmakefile (INSTALLATION_OUT_SUFFIXES): Install .enc files
5101         too.
5102
5103 2004-04-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5104
5105         * buildscripts/mf-to-table.py (parse_logfile): remove spaces from
5106         encoding field.
5107
5108         * lily/stencil-scheme.cc: remove ly:fontify-atom 
5109
5110         * ly/portuges.ly (pitchnames): new file.
5111
5112         * lily/include/lily-guile.hh: many new ly_ functions.  Thanks to
5113         Michael Welsh Duggan
5114
5115         * lily/*.cc: deprecate gh_ interface. Thanks to Michael Welsh Duggan
5116
5117         * ly/nederlands.ly: add comment about digits.
5118
5119         * lily/scaled-font-metric.cc (derived_mark): idem.
5120
5121         * scm/encoding.scm (make-encoding-mapping): change permutation to
5122         mapping.
5123
5124         * lily/scaled-font-metric.cc (derived_mark): is a const method.
5125         (Modified_font_metric): make alist for coding_description_
5126         (LY_DEFINE): remove coding-name.
5127
5128         * scm/output-tex.scm (text): remove debugging code.
5129
5130         * lily/scaled-font-metric.cc (ly_font_encoding): return vector
5131
5132         * buildscripts/mf-to-table.py (parse_logfile): read EncodingScheme
5133         from infile.
5134
5135         * mf/feta-generic.mf: move fet_beginfont into generic code.
5136         use fetaMusic (without space) as encoding
5137
5138         * mf/feta-autometric.mf: take encoding argument
5139
5140         * lily/afm.cc (read_afm_file): bugfix, read global info too. 
5141
5142         * lily/my-lily-lexer.cc (set_identifier): remove gh_scm2newstr
5143         use.
5144
5145         * scm/encoding.scm (read-encoding-file): use symbol for glyph
5146         name.
5147
5148 2004-04-07  Jan Nieuwenhuizen  <janneke@gnu.org>
5149
5150         * input/test/title-markup.ly: Set inputencoding.
5151
5152         * scm/output-ps.scm (define-fonts): Handle font re-encoding.
5153
5154         * lily/scaled-font-metric.cc (ly:font-coding-name): New function.
5155
5156         * scm/encoding.scm (get-coding-filename, get-coding-command): New
5157         function.
5158         (coding-alist): Also hold filename, command.
5159         (read-encoding-file): Return symbols.
5160
5161 2004-04-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5162
5163         * scm/output-tex.scm: remove fontify; text and char take a font
5164         argument.
5165
5166         * lily/tfm.cc (name_to_index): new function, use encoding_table_.
5167
5168         * lily/scaled-font-metric.cc (text_dimension): init
5169         coding_{permutation,table}_ too 
5170         (LY_DEFINE): ly:font-encoding, new function return
5171
5172         * lily/paper-def.cc (find_scaled_font): take input coding from
5173         inputcoding paper var.
5174
5175         * lily/performance.cc (output): remap modulo 16.
5176
5177         * lily/text-item.cc (interpret_markup): whoops, variable
5178         shadowing fixed.
5179
5180 2004-04-06  Michael Welsh Duggan  <mwd@sei.cmu.edu>
5181
5182         * lily/piano-pedal-performer.cc (try_music): Compare symbols to
5183         symbols, not symbols to strings.
5184
5185         * lily/piano-pedal-engraver.cc (try_music): Compare symbols to
5186         symbols, not symbols to strings.
5187
5188 2004-04-06  Jan Nieuwenhuizen  <janneke@gnu.org>
5189
5190         * lily/kpath.cc (kpathsea_gulp_file_to_string): 
5191         (ly:kpathsea-gulp-file): New function.
5192
5193         * scm/encoding.scm (read-encoding-file): Use it.
5194
5195 2004-04-06  Werner Lemberg  <wl@gnu.org>
5196
5197         * scm/encoding.scm (coding-alist): Fix typo.
5198
5199 2004-04-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5200
5201         * lily/scaled-font-metric.cc (text_dimension): move function from
5202         Font_metric
5203         (make_scaled_font_metric): init coding_scheme_ to TeX
5204         (text_dimension): use get-coding-vector for non TeX coding_scheme_
5205
5206         * lily/include/scaled-font-metric.hh (struct
5207         Modified_font_metric): rename from Scaled_font_metric
5208
5209         * scm/encoding.scm (read-encoding-file): split up large function,
5210         leave caching to (delay)
5211
5212         * lily/lily-guile.cc (LY_DEFINE): typecheck argument.
5213
5214 2004-04-05  Jan Nieuwenhuizen  <janneke@gnu.org>
5215
5216         * lily/my-lily-lexer.cc (set_encoding): New method.
5217
5218         * lily/lexer.ll: Grok \encoding.
5219
5220         * lily/font-metric.cc (get_encoded_index): New function.
5221
5222         * lily/include/font-metric.hh (coding_scheme): New method.
5223
5224         * scm/encoding.scm: New file.
5225
5226         * mf/feta-beugel.mf: Better error message (WAS: `foobar').
5227
5228 2004-04-05  Werner Lemberg  <wl@gnu.org>
5229
5230         * Documentation/user/tutorial.itely: Revised (finished).
5231
5232         * Documentation/user/macros.itexi (@separate): Removed.
5233
5234 2004-04-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5235
5236         * scm/output-ps.scm (define-fonts): fix scaling.
5237
5238         * lily/scaled-font-metric.cc (design_size): add function.
5239
5240         * lily/font-metric.cc (LY_DEFINE): opps ly:font-design-size is only
5241         partial cut&paste of ly:font-magnification.
5242
5243 2004-04-05  Jan Nieuwenhuizen  <janneke@gnu.org>
5244
5245         * scm/output-ps.scm (define-fonts):
5246         (fontify): Update.
5247
5248 2004-04-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5249
5250         * po/fr.po: update. (backportme).
5251
5252         * po/nl.po: update. (backportme). 
5253
5254         * mf/feta-beugel.mf: document why design size is not fixed.
5255
5256         * mf/feta-braces-a.mf: rename to stress that it's not design size.
5257
5258 2004-04-04  Werner Lemberg  <wl@gnu.org>
5259
5260         * Documentation/user/tutorial.itely: Revised (continued).
5261
5262 2004-04-03  Jan Nieuwenhuizen  <janneke@gnu.org>
5263
5264         * po/nl.po: Update (backportme).
5265
5266 2004-04-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5267
5268         * po/de.po: update. (backportme).
5269
5270         * scm/output-tex.scm (font-command): use ly: functions to
5271         construct name.
5272         (define-fonts): don't use alist, just dump \font definitions.
5273         (font-load-command): calculate proper scaling by taking
5274         outputscale from paper argument.
5275
5276         * lily/stencil-scheme.cc (fontify_atom): insert Font_metric into
5277         expression.
5278
5279         * lily/paper-outputter.cc (output_header): pass paper arg to
5280         define-fonts
5281
5282         * lily/paper-def.cc (font_descriptions): dump list of
5283         Scaled_font_metrics
5284         (find_scaled_font): take Font_metric argument, store
5285         Scaled_font_metrics in hash-table containing (size ->
5286         Scaled_font_metrics) alist.
5287         (get_dimension): rename from get_realvar
5288
5289         * lily/font-metric.cc (LY_DEFINE): ly:font-design-size,
5290         ly:font-magnification, ly:font-name: new functions
5291
5292 2004-04-03  Werner Lemberg  <wl@gnu.org>
5293
5294         * Documentation/user/dedication.itely,
5295         Documentation/user/preface.itely,
5296         Documentation/user/introduction.itely,
5297         Documentation/user/tutorial.itely: Revised.
5298         Removing leading spaces which distorts output if info files are read
5299         with stand-alone info.
5300         Removing superfluous inter-word spaces which also distorts output
5301         for stand-alone info.
5302         Using ` and ' instead of `` and '' everywhere to improve
5303         legilibility with stand-alone info
5304         Using @samp for single-letter input items and data which contains
5305         spaces, @code for other things.
5306
5307         * lily/grob-interface.cc: Adding copyright.
5308         (check_interfaces_for_property): Improve format of warning message.
5309
5310 2004-04-03  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5311
5312         * lily/include/font-metric.hh (struct Font_metric): add
5313         design_size () method.
5314
5315         * buildscripts/mf-to-table.py (base): add DesignSize comment.
5316
5317         * lily/afm.cc (read_afm_file): read design size.
5318
5319         * input/regression/repeat-unfold-tremolo.ly: add dotted case.
5320
5321         * scm/music-functions.scm (unfold-repeats): handle dots too.
5322
5323 2004-04-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5324
5325         * mf/GNUmakefile ($(outdir)/$(redhat-package)): fix URL.
5326         (backportme)
5327
5328 2004-04-02  Jan Nieuwenhuizen  <janneke@gnu.org>
5329
5330         * input/wilhelmus.ly: Use raggedright.  Hack `Een prin -- ce'
5331         lyric indent.  Revert melismaBusyProperties using \unset.
5332
5333 2004-04-02  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5334
5335         * input/regression/bar-check-redefine.ly (pipeSymbol): new file.
5336
5337         * lily/parser.yy (command_element): allow redefinition of |
5338         meaning.
5339
5340         * lily/break-align-engraver.cc (acknowledge_grob): construct
5341         LeftEdge where the first cause for alignment is coming from.
5342         This makes \override Staff.LeftEdge work as expected.
5343
5344         * lily/slur-performer.cc (Slur_performer): add inits
5345
5346         * lily/beam-performer.cc (Beam_performer): add inits
5347
5348 2004-04-01  Han-Wen Nienhuys   <hanwen@xs4all.nl>
5349
5350         * VERSION (PACKAGE_NAME): release 2.2.0