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