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