* lily/breathing-sign.cc (railtracks): another caesura.
[lilypond.git] / ChangeLog
blob330b1a5151315142f8da9b6b72df66b95eec64d1
1 2003-03-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
3         * lily/breathing-sign.cc (railtracks): another caesura.
5         * mf/feta-schrift.mf: caesura symbol
7 2003-03-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
9         * scripts/convert-ly.py (FatalConversionError.conv): add
10         ly:molecule-XXX conversions.
12         * lily/molecule-scheme.cc: change names to ly:molecule-XXX
14         * input/regression/multi-measure-rest-text.ly: new file.
16         * scm/music-functions.scm (glue-mm-rest-texts): automatically
17         convert MMREST-TEXT to MultiMeasureRestNumber settings.
19         * ly/engraver-init.ly (ScoreContext): move tablature settings to
20         ScoreContext
22         * scm/new-markup.scm (center-markup): \center markup.
24         * scm/music-functions.scm: remove pitchify scripts.
26         * lily/music.cc (print_smob): display music name if available 
28 2003-03-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
30         * Documentation/user/refman.itely (Instrument names): remove
31         \turnOff doco.
33 2003-03-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
35         * lily/score.cc (mark_smob): bugfix.
37         * input/regression/rehearsal-mark.ly: new file.
39         * lily/my-lily-parser.cc (here_input): revert reporting of errors:
40         report error at the current token again.
42 2003-02-26  Jan Nieuwenhuizen  <janneke@gnu.org>
44         * cygwin/mknetrel: Exit if doc build fails.
46         * lily/GNUmakefile: Add hack for .deps and --srcdir build.
48 2003-02-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
50         * scm/music-types.scm (music-descriptions): add doc strings
52 2003-02-25  Jan Nieuwenhuizen  <janneke@gnu.org>
54         * lily/lexer.ll: 
55         * lily/include/my-lily-lexer.hh: 
56         * lily/include/includable-lexer.hh: Add flex kludge.
58         * config.hh.in: 
59         * config.make.in: 
60         * stepmake/aclocal.m4 (STEPMAKE_DATADIR, STEPMAKE_LIBDIR): Junk
61         cruft.
62         
63         * stepmake/aclocal.m4 (STEPMAKE_LIBDIR): Fix casual cut and paste
64         code.
66 2003-02-24  Jan Nieuwenhuizen  <janneke@gnu.org>
68         * ly/spanners-init.ly (cresc, dim): Update to new markup text.
70         * lily/parser.yy (new_chord): Compile fix.
72 2003-02-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
74         * lily/percent-repeat-engraver.cc (try_music): add correct
75         processing moments for double-measure percents as well.
77         * input/regression/percent-repeat-skipbars.ly (texidoc): new file
79         * lily/lily-guile.cc (ly:dimension?): add dimension as separate
80         grob prop type. 
82         * Documentation/user/refman.itely (Printing named chords): add
83         chord name tweak doco.
85         * input/template/gregorian-transcription.ly: new file.
87 2003-02-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
89         * VERSION: 1.7.13 released
90         
91         * input/test/*: lots of cleanups/comment-outs/removals in chord
92         examples
93         
94         * input/regression/*: lots of cleanups/comment-outs/removals in
95         chord examples
96         
97         * scripts/lilypond-book.py (check_texidoc): add no-texidoc to
98         options
100         * lily/new-chord-name-engraver.cc (process_music): give original
101         inversion pitch to chord name routine.
103         * input/tutorial/os-score.ly: update to new markup
105         * Documentation/user/appendices.itely: simply include
106         chords-ignatzek. 
108         * Documentation/user/refman.itely (Chords mode): add documentation
109         for chord mode.
111         * scm/chord-entry.scm (construct-chord): mark inversion as bass if
112         not present in chord.
113         (construct-chord): add inversion and bass support.
115         * lily/chord.cc: junk contents.
117 2003-02-17  Heikki Junes <hjunes@cc.hut.fi>
119         * Documentation/user/refman.itely:
120         * Documentation/user/music-glossary.tely: fix. 
122 2003-02-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
124         * scm/chord-entry.scm (construct-chord): move chord construction
125         to Scheme.
127         * lily/parser.yy (new_chord): new setup for chord entry.
129 2003-02-16  Heikki Junes <hjunes@cc.hut.fi>
131         * lilypond.words:
132         * Documentation/user/music-glossary.tely: add ambitus.
134 2003-02-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
136         * scm/chords-ignatzek.scm (ignatzek-chord-names): robustness fix.
138         * lily/include/*.hh: string() -> to_string()
140         * scm/chords-ignatzek.scm: new file.
142         * ly/chord-modifiers-init.ly (ignatzekExceptionMusic): define
143         standard chord name exceptions.
145         * scm/translator-property-description.scm (chordNameSeparator):
146         add property.
147         (majorSevenSymbol): add property
149         * lily/translator-scheme.cc (ly:context-properties): new function
150         (ly:context-parent): new function.
151         (print_smob): print context name.
153         * lily/music.cc (ly:get-music-length): new function
154         (print_smob): don't print properties.
156         * lily/duration.cc (duration<?): new function
158         * input/regression/chords-funky-ignatzek.ly: new file.
160         * scm/double-plus-new-chord-name.scm (ignatzek-chord-names):
161         jazz chords.
163         * lily/pitch.cc (ly:pitch-diff): new function.
165         * input/regression/chords-ignatzek.ly: new file.
167 2003-02-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
169         * scm/double-plus-new-chord-name.scm (ignatzek-chord-names): classify
170         pitches for jazz chords.
172 2003-02-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
174         * lily/pitch.cc (LY_DEFINE): add ly:pitch-steps
176 2003-02-05  Heikki Junes  <hjunes@cc.hut.fi>
178         * lilypond.words: add 1
180 2003-02-04  Heikki Junes  <hjunes@cc.hut.fi>
182         * Documentation/topdocs/AUTHORS.texi: refine.
184 2003-01-25  Heikki Junes  <hjunes@cc.hut.fi>
186         * lilypond-font-lock.el: lyrics-mode update for multiple stanza.
187         
188         * lilypond.words: add one.
190 2003-01-23  Heikki Junes  <hjunes@cc.hut.fi>
192         * lilypond-font-lock.el: Fontify post-notated slurs [-^_][()].
193         Fontify bass note in chords, e.g., e in c1/e.
194         
195 2003-01-19  Jan Nieuwenhuizen  <janneke@gnu.org>
197         * Documentation/user/music-glossary.tely: Dutch updates and
198         additions (Arent Storm).
200 2003-01-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
202         * input/regression/ambitus.ly:  move file.      
204         * lily/include/pitch.hh (class Pitch): make Pitch objects immutable.
206         * lily/event.cc (transpose): add tonic property to Key_change_req
207         and to Key_engraver.
209 2003-01-17  Heikki Junes  <hjunes@cc.hut.fi>
211         * Documentation/user/refman.itely: fix typo.
213         * lilypond.words: removed wrong identifiers.
215 2003-01-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
217         * mf/feta-toevallig.mf: make flat stem shorter 
219 2003-01-16  Heikki Junes  <hjunes@cc.hut.fi>
221         * lilypond-font-lock.el: Fontify post-notated slurs -( and -).
223         * lilypond.words: add from Phrasing slur.
224         
225 2003-01-15  Heikki Junes  <hjunes@cc.hut.fi>
227         * lilypond-mode.el: allow launching multiple ViewPS processes.
228         
229         * lilypond.words: add from Text markup.
231 2003-01-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
233         * input/test/ossia.ly (texidoc): add comment.
235         * input/regression/voice-follower.ly: new file.
237         * mf/feta-toevallig.mf: make flat heavier.
239         * lily/cluster-engraver.cc: clean up Cluster engraver
241         * lily/cluster.cc (brew_molecule): cleaned up Cluster code and
242         Engraver. Use Note_column to compute Y positions and deal with
243         line break stuff.
245 2003-01-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
247         * lily/stem.cc: move french-beaming to stem.
249 2003-01-13  Heikki Junes  <hjunes@cc.hut.fi>
251         * lilypond-font-lock.el: fontify all durations in chords.
253         * lilypond.words: add from lily/my-lily-lexer.cc
255 2003-01-12  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
257         * VERSION: release 1.7.12
259         * lily/vaticana-ligature-engraver.cc (finish_primitive): compile fixes.
261         * lily/gregorian-ligature.cc: new file
263         * lily/*: the Great 2003 search & replace.
265         * Documentation/user/refman.itely (Manual repeat commands): add
266         note about font selection.
268 2003-01-12  Heikki Junes  <hjunes@cc.hut.fi>
270         * lilypond-mode.el: propose recompiling midi while invoking playing,
271         not while stopping playing.
273 2003-01-11  Heikki Junes  <hjunes@cc.hut.fi>
275         * lilypond.words: add one.
277         * lilypond-font-lock.el: add colour groups for horizontal, vertical 
278         and expressional note grouping. Fontify chord modes.
280 2003-01-09  Heikki Junes  <hjunes@cc.hut.fi>
282         * Documentation/user/music-glossary.tely (Top): translate melisma.
284 2003-01-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
286         * Documentation/user/music-glossary.tely (Top): add melisma.
288 2002-01-08  Juergen Reuter  <reuter@ipd.uka.de>
290         * lily/gregorian-ligature-engraver.cc: bugfix: added missing
291         interfaces for (abstract) grob GregorianLigature
293         * lily/vaticana-ligature-engraver.cc, lily/vaticana-ligature.cc:
294         renamed head* -> glyph_name*, x-shift* -> x-offset*
296         * scm/grob-property-description.scm: bugfix: added missing descriptions
298 2003-01-07  Jan Nieuwenhuizen  <janneke@gnu.org>
300         * input/test/chord-names-dpnj.ly: New file.
302         * scm/double-plus-new-chord-name.scm: Implement full and partial
303         exceptions.
305         * lily/lexer.ll: <markup>: Allow dash and hyphen in markup command.
307         * scm/double-plus-new-chord-name.scm
308         (double-plus-new-chord->markup): Fix sub->markup.
311 2003-01-07  Juergen Reuter  <reuter@ipd.uka.de>
313         * lily/custos-engraver.cc: added TODO; editorial changes
315         * lily/ligature-bracket-engraver.cc: added typeset_ligature () for
316         consistency with other ligature engravers; removed access on (now)
317         private variable _ligature of Ligature_engraver
319         * lily/include/ligature-engraver.hh, lily/ligature-engraver.cc:
320         renamed last_bound -> last_bound_; issue programming_error on
321         abstract method calls; moved primitives code from
322         Mensural_bracket_engraver to here (because almost ligature
323         engravers will need it); renamed try_stop_ligature () ->
324         typeset_ligature (); bugfix: store primitives of finished ligature
325         in separate variable finished_primitives_ to avoid clash on input
326         like "\] \["; added current_ligature () to enable access on
327         private variable _ligature
329         * lily/mensural-ligature-engraver.cc: removed primitives_ code
330         (now in super class); renamed try_stop_ligature () ->
331         typeset_ligature ()
333         * lily/mensural-ligature.cc: issue programming_error on abstract
334         method calls
336         * lily/note-heads-engraver.cc: added TODO comment upon bool
337         in_ligature
339         * mf/parmesan-heads.mf: fixed some of set_char_box()
341         * scm/grob-description.scm: added VaticanaLigature
343         * scm/grob-property-description.scm: added neume prefix properties
345         * ly/gregorian-init.ly, lily/gregorian-ligature-engraver.cc,
346         lily/include/gregorian-ligature-engraver.hh,
347         lily/include/gregorian-ligature.hh: new files; framework for
348         gregorian ligature engravers such as vaticana
350         * lily/vaticana-ligature.cc, lily/vaticana-ligature-engraver.cc,
351         lily/include/vaticana-ligature.hh, input/test/vaticana.ly:
352         vaticana style ligature implementation (still somewhat uncomplete)
354 2003-01-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
356         * VERSION: release 1.7.11
358         * scripts/convert-ly.py: add ly:pitch-transpose rule
360 2003-01-06  Jan Nieuwenhuizen  <janneke@gnu.org>
362         * input/test/dpncnt.ly: New file.
364         * lily/my-lily-lexer.cc: Add chordnames keyword.
366         * lily/parser.yy (chordnames_block): Parse chord name exception
367         lists, see input/test/dpncnt.ly.
369         * scm/chord-name.scm (set-double-plus-new-chord-name-style): New
370         function.
372         * scm/lily.scm (filter-out-list): Bugfix: filter rest using
373         filter-out too.
375         * lily/pitch.cc (ly_pitch_transpose): Scheme name now
376         ly:pitch-transpose (was ly:transpose-pitch), in conformance with
377         pitch functions (except for ly:make-pitch, but that's apparently
378         some sort of scheme naming standard?).
380         * scm/lily.scm (!=): define-public.
382         * scm/new-markup.scm (make-markup-maker): define-public make-markups.
384 2003-01-05  Jan Nieuwenhuizen  <janneke@gnu.org>
386         * scm/double-plus-new-chord-name.scm
387         (double-plus-new-chord-name->markup): New file.
389 2003-01-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
391         * python/lilylib.py (make_preview): don't suppress progress for
392         bbox extraction.
394 2003-01-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
396         * Documentation/user/appendices.itely (scheme): update for new syntax.
398         * input/regression/chord-name-styles.ly: new file
400         * lily/instrument-name-engraver.cc: create instrument names
401         without barline too.  Allows instrument name on ChordNames  
403         * scm/new-markup.scm (interpret-markup): allow simple strings as
404         markup too.
406 2003-01-04  Jan Nieuwenhuizen  <janneke@gnu.org>
408         * scm/chord-name.scm: Super/raise changes and fixes for Banter.
409         (step->markup-accidental): Fix: add accidental.
410         (chord::inner-name-american): 
411         (chord::inner-name-jazz): Ugly fix from inner-name-banter: do not
412         append stray '/' if last superscript addition was 'o'.
414         * scm/new-markup.scm (normal-size-sub-markup) 
415         (normal-size-super-markup): New function.
417         * lily/source-file.cc (Source_file): Add warning for possibly
418         intentional but suspicious initialization.
420         * scm/chord-name.scm: Small rewrites, layout fixes.  Identify and
421         add comments about cut-and-paste programming.
423         * flower/rational.cc (lcm): Not used; comment out.
425 2003-01-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
427         * lily/new-fingering-engraver.cc (position_scripts): use
428         fingerHorizontalDirection to determine fingering horizontal
429         directions.
431         * lily/accidental-engraver.cc (acknowledge_grob): add accidental to
432         fingering support.
434         * scripts/convert-ly.py (FatalConversionError.conv): add style
435         conversion rule. 
437         * scm/chord-name.scm (set-chord-name-style): new function.
438         (new-chord-name-brew-molecule): revise to interpret markup only
439         (new-chord->markup): cleanuppish rewrite. To be called from the
440         new engraver.
442         * lily/new-chord-name-engraver.cc: new engraver: call Chord ->
443         Markup earlier, during interpreting.
445         * input/test/{banter,jazz,american}-chords.ly (scheme): update
446         style settings. Rename to chord-names-*.ly
448 2003-01-03  Jan Nieuwenhuizen  <janneke@gnu.org>
450         * scm/chord-name.scm: Painful merge of Amy's patch to old-style
451         markup code and update to new markup.  Most probably broke some of
452         it.
453         
454 2002-12-30  Juergen Reuter  <reuter@ipd.uka.de>
456         * Documentation/user/refman.itely: added docu for ambitus and
457         clusters
459         * lily/lookup.cc, scm/tex.scm: cleanup: avoid nasty double
460         ly_quote_scm() in lookup.cc
462         * mf/parmesan-clefs.mf: set_char_box fix
464         * lily/cluster-engraver.cc: junk implicit protection; use
465         Protected_scm instead
467 2002-12-29  Jan Nieuwenhuizen  <janneke@gnu.org>
469         * scm/chord-name.scm: Junk "`(," constructs, use make-FOO-markup
470         throughout.
472         * scm/new-markup.scm: Turn-off error-triggering test code.
474 2002-12-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
476         * scm/new-markup.scm (markup-thrower-typecheck) 
477         (markup-typecheck?):  add full typechecking functions.
478         (make-markup-maker): add make-FOO-markup functions.
479         (markup-argument-list-error): nice error checking messages.
480         (make-markup): better function: less quoting escapades.
482 2002-12-29  Jan Nieuwenhuizen  <janneke@gnu.org>
484         * scm/chord-name.scm: Remove fixme's.  Jazz chords still broken.
486 2002-12-28  Jan Nieuwenhuizen  <janneke@gnu.org>
488         * cygwin/lilypond.hint (requires): Add cygwin.
490         * .cvsignore: Remove stepmake (huh!?!), add lib.
492         * GNUmakefile.in: Add libdir links for builddir runs.
494         * scripts/midi2ly.py: Add [lilypond_]libdir/python to path,
495         instead of datadir.
497         * make/substitute.make (ATVARIABLES): Add lilypond_libdir,
498         local_lilypond_libdir.
500         * config.make.in (lilypond_libdir): Add.
502         * stepmake/stepmake/substitute-rules.make: 
503         * stepmake/stepmake/script-rules.make: 
504         * stepmake/stepmake/python-module-rules.make:
505         * stepmake/aclocal.m4 (STEPMAKE_LIBDIR): Fixes from
506         lilypond-python-module patch.
508 2002-12-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
510         * Documentation/user/refman.itely (Graphical interfaces): add note
511         about xml2ly.
513 2002-12-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
515         * scripts/ly2dvi.py (run_dvips): remove trailing newline
517 2002-12-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
519         * VERSION: released 1.7.10
521         * scripts/musedata2ly.py (): idem
523         * scripts/midi2ly.py (dump_chord): idem
525         * scripts/etf2ly.py (version): idem 
527         * scripts/pmx2ly.py (Slur.calculate): new chord syntax
529         * scripts/mup2ly.py (pre_processor_commands): new chord syntax
531         * scm/tex.scm (tex-output-expression): remove eval compat
532         glut. Other output files too.
534         * scm/chord-name.scm: don't export anything from chord module.
536         * input/test/american-chords.ly: idem
538         * input/test/banter-chords.ly (texidoc): idem
540         * input/test/Cc-chords.ly: add breakage notes.
542         * Documentation/user/refman.itely (Text markup): rewrite manual section.
544         * lily/parser.yy (scalar): allow \markup { } as property value. 
546         * scm/chord-name.scm: complete new markup usage
548         * scm/grob-description.scm (all-grob-descriptions): use new markup
549         texts by default
551 2002-12-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
553         * scm/chord-name.scm: partial move to new markup texts.
555 2002-12-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
557         * scm/grob-description.scm (all-grob-descriptions): small bass figures.
559         * scm/bass-figure.scm (brew-bass-figure): make stack direction
560         settable.
562 2002-12-18  Heikki Junes <hjunes@cc.hut.fi>
564         * lilypond-mode.el (LilyPond-command): propose 2midi if midi is
565         invoked for old midi, wait for killing.
567 2002-12-16  Heikki Junes <hjunes@cc.hut.fi>
569         * Documentation/user/music-glossary.tely: Finnishing.
571 2002-12-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
573         * mf/feta-nummer-code.mf: some kerning pairs.
575 2002-12-14  Rune Zedeler  <rz@localhost.localdomain>
577         * scm/output-lib.scm (set-bar-number-visibility): Context-function
578         Added.
580         * Documentation/user/refman.itely (Bar numbers):
581         set-bar-number-visibility added, modulo-bar-number removed again
582         (sorry).
584 2002-12-14  Heikki Junes <hjunes@cc.hut.fi>
586         * scm/output-lib.scm (modulo-bar-number-visible): add function.
588         * Documentation/user/refman.itely: add modulo-bar-number-visible.
590         * Documentation/user/music-glossary.tely: translate into Finnish.
592 2002-12-10  Heikki Junes <hjunes@cc.hut.fi>
594         * lilypond-mode.el: add shortcut for 2midi
596         * lilypond-font-lock.el: fontify lyrics
598 2002-12-10  Rune Zedeler  <rz@daimi.au.dk>
600         * scm/drums.scm : use 1.7.x names.
602         * input/regression/drums.ly : Don't use << chords >>
604 2002-12-10  Heikki Junes <hjunes@cc.hut.fi>
606         * lilypond-mode.el: tidy, add TODO
608         * make/lilypond.mandrake.spec.in: install-info quietly.
610 2002-12-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
612         * input/test/markup.ly: use new syntax.
614 2002-12-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
616         * ly/params-init.ly (interscoreline): add word-space
618         * input/test/metronome.ly (eighthNote): idem.
620         * input/test/script-priority.ly: use new markup
622         * lily/parser.yy (markup): allow HEAD markup0 markup1 
624         * lily/molecule-scheme.cc (ly:molecule-translate): new function.
626         * lily/parser.yy (gen_text_def): bugfix.
627         (full_markup): allow markup identifier.
629 2002-12-09  Heikki Junes <hjunes@cc.hut.fi>
631         * lilypond-mode.el (LilyPond-kill-job): Kill all Lilypond compiling
632         jobs at the same time. Add horizontal lines to Command menu.
633         Allow one compiling job -- propose killing others before a new one.
635         * lilypond.words: add markup, teeny, etc.
637 2002-12-08  Heikki Junes <hjunes@cc.hut.fi>
639         * lilypond-mode.el: Use LilyPond-command-alist for Midi and MidiAll.
640         Allow only one type of midi process; launching Midi either stops
641         midis or plays the current midi and launching MidiAll stops midis
642         and starts timidity with "-ia", i.e., XAW-interface. Bind C-c C-return 
643         to MidiAll. Choose "timidity-[1-9].ly" etc. files to MidiAll.
645 2002-12-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
647         * lily/text-engraver.cc (process_acknowledged_grobs): use new
648         markup  for new markup texts.
650         * lily/mark-engraver.cc (process_music): idem
651         
652         * lily/instrument-name-engraver.cc (create_text): idem
654         * scm/new-markup.scm (magnify-markup): new function.
656         * scm/molecule.scm (stack-lines): bugfix.
658         * lily/font-interface.cc (get_font): take font-magnification from
659         alist chain.
661 2002-12-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
663         * lily/molecule-scheme.cc: move scheme functions to separate file.
665         * lily/font-metric.cc  (ly_get_glyph): new function. 
666         
667         * scm/new-markup.scm (column-markup): use baseline-skip for columns.
668         (italic-markup, dynamic-markup): new functions
669         (font-markup): new function
671         * lily/molecule.cc (ly_molecule_combined_at_edge): optional
672         padding and minimum
674 2002-12-07  Rune Zedeler  <rz@daimi.au.dk>
676         * lily/accidental-engraver.cc:
677         Bugfix: Also print forced accidentals when autoAccidentals = \turnOff
679 2002-12-06  Heikki Junes <hjunes@cc.hut.fi>
681         * lilypond.vim:
682         * lilypond-font-lock.el: Put \longa as duration. Accept only 
683         [a-zA-Z] for user defined identifiers. Separate note cases 
684         with and without a duration (allow cis\longaX).
686         * lilypond.words: Add words from Info.
688 2002-12-06  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
690         * stepmake/stepmake/c++-rules.make: Compile fix (bison 1.28)
692 2002-12-05  Heikki Junes <hjunes@cc.hut.fi>
694         * lilypond-mode.el: Propose reverting buffer before a command if
695         it was edited with an another editor.
697 2002-12-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
699         * lily/molecule.cc (ly_translate_molecule): new function
701         * python/GNUmakefile (INSTALLATION_DIR1): install Python module
702         into libdir
704         * autogen.sh (srcdir): copy aclocal.m4 if newer. 
706         * stepmake/aclocal.m4: STEPMAKE_LIBDIR.
708 2002-12-04  Heikki Junes <hjunes@cc.hut.fi>
710         * lilypond.words: take \words from Info-index.
712 2002-12-04  Jan Nieuwenhuizen  <janneke@gnu.org>
714         * scm/sodipodi.scm: Add instruction for generating pfa fonts.
716 2002-12-02  Heikki Junes <hjunes@cc.hut.fi>
718         * make/lilypond.mandrake.spec.in: use %make and %makeinstall.
720 2002-12-01  Heikki Junes <hjunes@cc.hut.fi>
722         * make/lilypond.mandrake.spec.in: set menu-items to lilypond-info 
723         and lilypond-documentation.
725 2002-12-02  Jan Nieuwenhuizen  <janneke@gnu.org>
727         * lily/parser.yy: Compile fix (bison 1.75).
729 2002-12-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
731         * VERSION: 1.7.9 released
733         * scm/music-functions.scm (shift-one-duration-log): refactor.
734         Use music-map.
736         * input/regression/chord-tremolo.ly (texidoc): add dot test.
738         * NEWS: update.
740         * lily/font-interface.cc (get-font): take alist chain i.s.o. alist
741         argument
742         
743         * scm/music-functions.scm (display-music): new function
744         (music-map): change arg order.
746         * input/regression/new-markup-syntax.scm: new file
748         * lily/parser.yy (markup): add \markup { .. } syntax.
750         * scm/new-markup.scm (override-markup): new function
751         (lookup-markup): new function
752         (music-markup): new function
753         (lookup-markup-command): use markup-signature to store argument
754         format for parser.
756         * lily/lexer.ll: preliminary \markup syntax. 
758 2002-11-30  Heikki Junes <hjunes@cc.hut.fi>
760         * make/lilypond.mandrake.spec.in: remove extra %changelog entries,
761         add pre/post-dependencies and menus with icons from source.
763         * Documentation/pictures/lilypond-48x48.xpm:
764         * Documentation/pictures/lilypond-32x32.xpm:
765         * Documentation/pictures/lilypond-16x16.xpm: new files, background
766         transparent.
768         * stepmake/stepmake/generic-targets.make:
769         * stepmake/stepmake/toplevel-targets.make: Add make rpm-mandrake.
771 2002-11-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
773         * input/regression/music-map.ly (texidoc): new file.
775         * scm/music-functions.scm (music-map): new function
777 2002-11-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
779         * lily/ligature-engraver.cc (create_ligature_spanner): fix fixes.
781 2002-11-28  Heikki Junes <hjunes@cc.hut.fi>
783         * input/test/to-xml.ly:
784         * lily/ligature-engraver.cc: Fixes documentation.
786         * lilypond.mandrake.spec.in:
787         * lilypond.redhat.spec.in: Add lilypond.words.
789         * Documentation/user/refman.itely: Mention Info inside emacs.
790         
791         * lilypond.suse.spec.in:
792         * lilypond.redhat.spec.in: 
793         * lilypond.mandrake.spec.in: Set root-owner for doc (tobbe@nyvalls.se). 
795 2002-11-27  Jan Nieuwenhuizen  <janneke@gnu.org>
797         * scripts/ly2dvi.py (run_dvips): Use ly.read_pipe () instead of
798         os.popen.read ().
800 2002-11-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
802         * scripts/ly2dvi.py (include_path): print warning if failing anything.
804         * python/lilylib.py (error): add space
806 2002-11-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
808         * GNUmakefile.in (EXTRA_DIST_FILES): add lilypond.words for
809         distribution.
811 2002-11-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
813         * lily/paper-outputter.cc (Paper_outputter): close port when
814         finishing score.
816 2002-11-26  Jan Nieuwenhuizen  <janneke@gnu.org>
818         * scm/sodipodi.scm: Fixes.
820 2002-11-26  Heikki Junes <hjunes@cc.hut.fi>
822         * lilypond-mode.el: Look shortcuts in menu from keymap, if possible.
824         * buildscripts/make-font-dir.py: Fix. 
826 2002-11-25  Heikki Junes <hjunes@cc.hut.fi>
828         * lilypond-mode.el: Add support for Info inside Emacs.
830 2002-11-24  Jan Nieuwenhuizen  <janneke@gnu.org>
832         * buildscripts/make-font-dir.py: 
833         * mf/GNUmakefile: Make sodipodi font map.
835         * scm/sodipodi.scm: Add more output functions.
837         * mf/feta-nummer.mf: 
838         * mf/feta-beugel.mf: Add font_coding_scheme.
840         * lily/paper-outputter.cc (output_header): Fix creator string.
842 2002-11-23  Heikki Junes <hjunes@cc.hut.fi>
844         * lilypond-mode.el (LilyPond-autocompletion): invoked with
845         [S-iso-lefttab], fixes at bol and eol, descriptive variable names.
847         * lilypond.words: add two (Everybody can add/remove words now!).
849         * debian/rules:
850         * make/lilypond.suse.spec.in:
851         * make/lilypond.mandrake.spec.in:
852         * make/lilypond.redhat.spec.in: Add lilypond.words for emacs-files.
854         * Documentation/user/refman.itely: Mention autocompletion.
856 2002-11-23  Jan Nieuwenhuizen  <janneke@gnu.org>
858         * scripts/ly2dvi.py: Add paper sizes.
860         * lily/timing-engraver.cc: 
861         * lily/time-signature.cc: 
862         * lily/span-bar.cc: 
863         * lily/grob-scheme.cc: Code formatting fixes.
865         * scm/sodipodi.scm: 
866         * scm/sketch.scm:
867         * buildscripts/mf-to-table.py: 
868         * buildscripts/make-font-dir.py: Font testing.
870 2002-11-23  Heikki Junes <hjunes@cc.hut.fi>
872         * lilypond-mode.el (LilyPond-autocompletion): deletes end-of-word,
873         inserts try-completion and shows all-completions.
875         * lilypond.words: '\' -> '\\'
877         * lilypond-mode.el: load libraries in the end, lilypond.words defines
878         LilyPond-keywords, LilyPond-identifiers and LilyPond-reserved-words.
879         
880         * lilypond-font-lock.el: Use LilyPond-keywords, LilyPond-identifiers
881         and LilyPond-reserved-words.
882         
883 2002-11-22  Heikki Junes <hjunes@cc.hut.fi>
885         * lilypond-mode.el (LilyPond-words-filename): find lilypond.words
886         from load-path.
887         
888         * lilypond-mode.el (LilyPond-autocompletion): shows completions in
889         the mini-buffer with Control-Shift-c.
890         
891 2002-11-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
893         * lily/parser.yy (tempo_event): use tempo-unit for \tempo
894         duration. This fixes \tempo taking time.
896 2002-11-21  Mats Bengtsson  <mats.bengtsson@s3.kth.se>
898         * lily/volta-engraver.cc (process_acknowledged_grobs): 
899         Allow for text markup in repeatCommands. 
901 2002-11-21  Heikki Junes <hjunes@cc.hut.fi>
903         * lilypond-mode.el (LilyPond-insert-string): new function, use it
904         in LilyPond-insert-tag-notes. LilyPond-insert-between, new function.
905         Get rid of skeleton.el-dependency.
907         * Documentation/topdocs/INSTALL.texi: tell how to get syntax-highlight.
909 2002-11-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
911         * lily/beam-engraver.cc (stop_translation_timestep): reset
912         now_stop_ev_
914         * lily/scm-option.cc: add parse-protect to ly:set-option
916         * lily/lexer.ll: set errorlevel if GUILE fails during parse.
918 2002-11-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
920         * lily/include/ligature-bracket.hh: removed
921         * lily/ligature-bracket.cc: removed
923         * lilypond-mode.el (LilyPond-expand-alist): set LaTeX extension to
924         .tex
926         * lily/beam.cc (set_beaming): don't change beam count on rests.
927         (brew_molecule): always set flag-width > 0.
929 2002-11-19  Heikki Junes <hjunes@cc.hut.fi>
931         * lilypond-mode.el: LilyPond-imenu-generic-re: only alphabetic
932         chars, remove instructions; instead, refer to lilypond-init.el and
933         Documentation/topdocs/INSTALL.texi.
935         * lilypond.words: add identifiers and reserved words.
937         * Documentation/topdocs/INSTALL.texi: separate sections for installing
938         files and adding a load-path.
940         * lilypond-init.el: Instructions, extracted from 
941         Documentation/topdocs/INSTALL.texi. 
942         
943 2002-11-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
945         * VERSION: 1.7.8 released 
947         * lily/grob.cc (warning): better robustness fix.
949 2002-11-19 Juergen Reuter  <reuter@ipd.uka.de>
951         * lily/cluster-engraver.cc: bugfix: use protected scm upon columns
953         * lily/cluster-engraver.cc: stick better to variable naming
954         conventions
956         * lily/cluster-engraver.cc: bugfix: delay typesetting of cluster
957         until stop_translation_timestep()
959         * lily/cluster-engraver.cc, lily/cluster.cc: design fix: pass
960         min/max coordinates to backend, but no musical info such as
961         pitches
963         * lily/cluster.cc: robustness fix: do not crash upon empty cluster
965         * lily/grob.cc: robustness fix: warning(): do not crash if
966         cause is not set
968         * lily/ligature-bracket-engraver.cc, scm/grob-description.scm: use
969         the much more elaborated tuplet brackets than the very naive and
970         simple ligature bracket grob
972 2002-11-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
974         * Documentation/user/refman.itely (Analysis brackets): add
975         horizontal bracket doco.
977         * ly/property-init.ly (setMmRestFermata): added.
979         * Documentation/user/refman.itely (Multi measure rests): fermatas
980         on mm rests.
982         * input/regression/apply-context.ly (texidoc): new file
984         * lily/parser.yy (Simple_music): \applycontext #FUNCTION allows
985         code to be executed during interpretation. Possible applications:
986         smart octavation, more advanced bar checks. 
988         * lily/apply-context-iterator.cc: new file.
990 2002-11-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
992         * input/test/new-markup.ly: new file.
994         * lily/text-item.cc (text_to_molecule): new function
996         * scm/new-markup.scm (lambda): new file
998         * lily/function-documentation.cc (ly_add_function_documentation):
999         add proc property as well
1001 2002-11-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1003         * Documentation/user/music-glossary.tely (Top): add custos.
1005 2002-11-18  Heikki Junes <hjunes@cc.hut.fi>
1007         * Documentation/topdocs/INSTALL.texi: advise how to include source
1008         path to Emacs load-path and improve language.
1010 2002-11-16  Jan Nieuwenhuizen  <janneke@gnu.org>
1012         * GNUmakefile.in: config.h message fix.
1014         * autogen.sh:
1015         * aclocal.m4: Regenerate.
1017         * configure.in: 
1018         * config.make.in: 
1019         * stepmake/config.make.in: 
1020         * stepmake/configure.in: 
1021         * stepmake/autogen.sh: 
1022         * stepmake/aclocal.m4: Update for autoconf 2.56.
1024 2002-11-16  Heikki Junes <hjunes@cc.hut.fi>
1026         * Documentation/topdocs/INSTALL.texi: instructions for an user how
1027         to install Emacs-mode. Instructions how to use vim-mode.
1029 2002-11-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1031         * scm/music-types.scm (music-descriptions): no length for tempo event.
1033         * input/*.ly: add \version everywhere.
1034         
1035         * input/*.ly: update syntax to 1.7 + new-chords.
1037         * VERSION: 1.7.7 released.
1038         
1039         * Documentation/user/*.tely: new chord syntax.
1041         * input/regression/[bc]*.ly (texidoc): syntax updates.
1042         
1043 2002-11-13  Heikki Junes <hjunes@cc.hut.fi>
1045         * lilypond.words: add vocabulary to be used in auto-completion
1047         * vimrc: autocompletion in Insert/Replace-mode with <Ctrn-N>
1049         * lilypond.vim: allow note name at EOF
1051 2002-11-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1053         * buildscripts/new-chords.py (edit): -e option: inline editing.
1055         * input/regression/a*.ly (texidoc): syntax updates.
1057         * Documentation/user/lilypond-book.itely (Integrating La@TeX{} and
1058         music): elucidations. 
1060 2002-11-11 Juergen Reuter  <reuter@ipd.uka.de>
1062         * lily/include/lily-proto.hh, ly/engraver-init.ly,
1063         ly/spanners-init.ly, scm/grob-description.scm,
1064         scm/grob-property-description.scm, scm/music-types.scm,
1065         lily/cluster-engraver.cc, lily/cluster.cc,
1066         lily/include/cluster.hh, input/test/cluster.ly: cluster
1067         implementation
1069         * lily/include/lookup.hh, lily/lookup.cc, scm/pdf.scm
1070         ps/music-drawing-routines.ps, scm/ascii-script.scm, scm/ps.scm,
1071         scm/sketch.scm, scm/tex.scm: support for dots and polygons added
1073         * lily/lookup.cc: bugfix: fixed infinite loop in frame ()
1075         * mf/parmesan-heads.mf: bugfix: vaticana punctum set_char_box
1077         * scm/grob-description.scm: bugfix: by default, use default note
1078         head style when engraving ligatures
1080         * lily/note-heads-engraver.cc: bugfix: do not steal ligature events
1082         * lily/mensural-ligature-engraver.cc: bugfix: accept ligature
1083         events
1085         * lily/ligature-bracket-engraver.cc: bugfix: accept ligature events
1087         * input/test/ancient-font.ly: bugfix: style -> flag-style
1089         * lily/ligature-engraver.cc: indentation fix
1091         * lily/parser.yy: indentation fixes
1092         
1093 2002-11-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1095         * input/regression/measure-grouping.ly: more elaborate example.
1097         * lily/moment.cc: ly:add-moment, ly:mul-moment,
1098         ly:div-moment. New functions 
1100         * scm/music-functions.scm (set-time-signature): new function,
1101         allow inline time sig settings with measure grouping.
1103         * lily/parser.yy (command_element): move time sig construction
1104         into Scheme.
1106         * lily/side-position-interface.cc (out_of_staff): new function,
1107         like padding, but keep minimum distance from staff. Easier than
1108         linespanners (dynamics, pedals), but roughly the same effect.
1110 2002-11-10 Heikki Junes  <hjunes@cc.hut.fi>
1112         * emacs-mode.el: Added spanish-note-replacements 
1113         (<carlos.betancourt@chello.be>).
1115         * vimrc: (Un)commenting with <(S-)F12>, tidy.
1117 2002-11-08  Heikki Junes  <hjunes@cc.hut.fi>
1119         * lilypond.vim: Do not fontify cises, desis, etc.
1121         * vimrc: view dvi with <S-F6>
1123 2002-11-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1125         * lily/lookup.cc (triangle): new function.
1127         * input/regression/measure-grouping.ly (texidoc): new file: show
1128         triangles and brackets for beat groups of 3 and 2.
1130         * lily/include/measure-grouping-spanner.hh (class
1131         Measure_grouping): new file.
1133         * lily/measure-grouping-spanner.cc (brew_molecule): new file
1135         * lily/measure-grouping-engraver.cc (class
1136         Measure_grouping_engraver): new file.
1138 2002-11-06  Jan Nieuwenhuizen  <janneke@gnu.org>
1140         * Merge from stable:
1142             cvs update -jlilypond_1_6_6 -jlilypond_1_6_6_1
1143         
1144         * ly/paper16-init.ly (paperSixteen): Bugfix: set fonts instead of
1145         stylesheet.
1147         * ly/paper19.ly: Include paper19-init.ly.
1149         * ly/paper19-init.ly: New file.
1151         * Documentation/user/tutorial.itely (First steps): Fix first
1152         example for font test.
1154         * input/tutorial/brahms-tweaked.ly: Fix by hand for font test.
1156         * ChangeLog: Add 1.7.6 release marker (see below).
1158         * stepmake/stepmake/python-module-vars.make (EXTRA_DIST_FILES):
1159         Add .py files.
1161 2002-11-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1163         * input/tutorial/sammartini.ly (bassvoices): to new syntax.
1165         * input/tutorial/*.ly: update to new syntax.
1167         * lily/parser.yy (Composite_music): new transpose syntax,
1168         \transpose FROM TO MUSIC. 
1170 2002-11-04  Jan Nieuwenhuizen  <janneke@gnu.org>
1172         * scripts/lilypond-book.py: * scripts/ly2dvi.py: Fix: redirect
1173         latex progress/error output to stderr (by default this goes to
1174         stdout).  Show lilypond progress, even when not verbose.
1176         * python/lilylib.py (system): New optional parameter to control
1177         showing of progress.
1179         * scm/backend-documentation-lib.scm (check-dangling-properties):
1180         Fix error message.
1182         * lily/text-item.cc (ADD_INTERFACE): Remove align, magnify.  Add
1183         axis, extent.
1185         * scm/grob-property-description.scm (magnify): Remove.
1186         (extent, axis): Add.
1188 2002-11-03  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1190         * VERSION: Release 1.7.6.
1192         * scripts/convert-ly.py: more uniformization substitutions.
1194         * buildscripts/new-chords.py (sub_chords): new file.
1196 2002-11-03  Jan Nieuwenhuizen  <janneke@gnu.org>
1198         * mf/GNUmakefile: Bugfix: Use actual fontname (.AFM FontName) for
1199         lilypond.map.  Include sauter fonts too.  Cleanups.
1201 2002-11-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1203         * Documentation/user/tutorial.itely (First steps): change to new
1204         chord/tie/slur/beam notation.
1206         * lily/parser.yy (event_that_take_dir): allow postfix notation for
1207         ties.
1209         * lily/new-tie-engraver.cc (process_acknowledged_grobs): new
1210         engraver. Process ties in postfix notation, i.e. c8-~ c
1212         * lilypond-mode.el (LilyPond-command-alist): run LaTeX by default.
1214         * input/regression/beam-postfix-notation.ly (texidoc): new file.
1216         * lily/parser.yy (event_that_take_dir): allows c8-[ for beams.
1218         * lily/beam-engraver.cc (try_music): accept new-beam-events
1220         * input/regression/chord-scripts.ly (texidoc): new file
1222         * lily/new-fingering-engraver.cc (acknowledge_grob):  also handle
1223         script-events.
1225         * scm/script.scm (default-script-alist): cleanup.
1227         * lily/script-engraver.cc (make_script_from_event): cleanup.
1229         * lily/lyric-combine-music-iterator.cc
1230         (Lyric_combine_music_iterator): remove superfluous events.
1231         (melisma_busy): new function. Fix broken melismas.
1233 2002-10-31  Heikki Junes  <hjunes@cc.hut.fi>
1235         * vimrc: Add shortcuts for compiling, midi-playing and PS-viewing.
1236         Remove nonvalid settings. Use descriptive key names.
1237         Use <Return> to indicate the pressing of that key.
1239 2002-10-30  Jan Nieuwenhuizen  <janneke@gnu.org>
1241         * scripts/lilypond-book.py (option_definitions): Typo.
1243         * scripts/ly2dvi.py: Updates.
1245         * python/lilylib.py (setup_environment, print_environment)
1246         (get_bbox, make_preview): Merge and remove from ly2dvi and
1247         lilypond-book.
1249         * scripts/lilypond-book.py: Use lilylib.  Cleanups.
1251         * .cvsignore: Remove some cruft.
1253         * make/lilypond-vars.make (PYTHONPATH): Add python's outdir to
1254         path.
1256         * scripts/ly2dvi.py: Use lilylib as module.  Fail gracefully if
1257         kpsexpand, kpsewhich, ps2pdf exit with error.  Cleanups and fixes
1258         throughout.
1260         * python/lilylib.py (quiet_system): Junk
1261         (system): Display error log upon failure.
1262         (read_pipe): New function.  Cleanups and fixes.
1264         * python/*.py: Rename from *.py.in.
1265         
1266         * make/substitute.make (ATVARIABLES): Add lilypond_datadir.
1268         * GNUmakefile.in (SUBDIRS): Move python before scripts.
1270 2002-10-30  Jan Nieuwenhuizen  <janneke@gnu.org>
1272         * python/GNUmakefile: Bugfix: handle modules.
1274         * stepmake/stepmake/python-module-targets.make (default): Add
1275         compiled modules. 
1277         * stepmake/stepmake/python-module-rules.make: Add rule for byte
1278         compiling modules.
1280         * stepmake/stepmake/python-module-vars.make (OUT_PY_MODULES):
1281         Bugfix.  (OUT_PYC_MODULES): Add.
1283 2002-10-30  Heikki Junes  <hjunes@cc.hut.fi>
1285         * make/lilypond.mandrake.spec.in: Repair info. Comment out menu.
1286         Use default paths. Refresh description.
1288 2002-10-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1290         * VERSION: 1.7.5 released
1292         * input/regression/finger-chords.ly (texidoc): new file.
1294         * lily/script-engraver.cc (process_music): remove scriptHorizontal
1295         support
1297         * lily/fingering-engraver.cc (process_music): remove kludgy
1298         scriptHorizontal stuff.
1300         * lily/script.cc: remove staff-support property.
1302         * lily/new-fingering-engraver.cc (add_fingering): new
1303         file. Fingering engraver for new style chords.
1305 2002-10-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1307         * lily/parser.yy (bare_number): allow 4 \cm (without
1308         decimal dot). (should backport to 1.6?)
1310         * ly/declarations-init.ly: use Scheme for dimension defs.
1312         * lily/parser.yy (TODO): remove hard coded dimensions, add
1313         REAL NUMBER_IDENTIFIER production.
1315         * lily/rest-collision.cc (force_shift_callback): rewrite using
1316         -done property.
1318         * scm/grob-property-description.scm (rest-collision-done): add
1319         property.
1320         
1321         * lilypond.vim: add file (<hjunes@cc.hut.fi>)
1323 2002-10-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1325         * input/regression/multi-measure-rest-center.ly: new file.
1327         * lily/multi-measure-rest.cc (big_rest): multi measure rest was
1328         off horizontally by 0.05 ss. Fixed.
1330 2002-10-22  Jan Nieuwenhuizen  <janneke@gnu.org>
1332         * scm/pdftex.scm: Rename ly-number to ly:number->string.
1334         * Documentation/topdocs/index.tely: Remove duplicate from merge.
1336 2002-10-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1338         * lily/tie.cc (get_control_points): also avoid staff lines on the
1339         just outside the outer staff lines
1341 2002-10-21  Jan Nieuwenhuizen  <janneke@gnu.org>
1343         * ly/params-init.ly: Just define style-alist, no need to
1344         define-public.
1346         * input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly: Fix style override
1347         (thanks Han-Wen).
1349         * mf/GNUmakefile (FONT_FILES): Add feta-nummer.
1350         (FET_FILES): = FONT_FILES.
1352         * Merge from stable:
1354             cvs update -jlilypond_1_6_5 -jlilypond_1_6_6
1356 2002-10-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1358         * VERSION: 1.7.4 released.  
1359         
1360         * scm/generate-documentation.scm (string-append): add macro
1361         definitions.
1363         * lily/text-item.cc (lookup_text): don't use virtual fonts for
1364         normal texts.
1366         * lily/multi-measure-rest-engraver.cc: make separate
1367         MultiMeasureRestNumber grob. Introduce restNumberThreshold.
1369         * lily/multi-measure-rest.cc: remove text handling. Remove
1370         number-threshold.
1372 2002-10-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1374         * scm/music-types.scm: doc patch by Graham Percival
1376 2002-10-19  Jan Nieuwenhuizen  <janneke@gnu.org>
1378         * buildscripts/make-font-dir.py (sketch_p): Bugfix: only write
1379         encoding part.
1380         (Font_info.set_defaults): pixelsize now also defauts to '0'.
1381         (sketch_p): Sketch wants only first four elements of X11 font spec.
1383         * buildscripts/mf-to-table.py (parse_logfile): Bugfix. 
1385         * mf/feta-autometric.mf: Write foundry and family to log.
1387         * mf/GNUmakefile: Fixes for pfx builds.  Also write sketch
1388         font translation table.
1390         * buildscripts/mf-to-table.py: Better font info into afm.
1392         * buildscripts/make-font-dir.py: Use font info from afm.  Mftrace
1393         1.0.9 required.
1395         * configure.in: Whine for mftrace 1.0.9.
1397 2002-10-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1399         * lily/parser.yy (chord_body): allow <<c e>>4 notation.
1401         * lily/main.cc (main_prog): don't try to load init.EXT when
1402         processing foo.EXT.
1404 2002-10-15  Rune Zedeler  <rune@zedeler.dk>
1406         * scm/tex.scm (zigzig-line): added.
1408         * scm/ps.scm (zigzag-line): added.
1410         * ps/music-drawing-routines.ps (subvec): added.
1411         (draw_zigzag_line): added.
1412         
1413         * lily/line-spanner.cc: Add support for #'type = #'zigzag. reading
1414         grob properties zigzag-width and zigzag-length.
1416         * input/regression/glissando.ly: Add some zig-zagged glissandi.
1418 2002-10-15  Jan Nieuwenhuizen  <janneke@gnu.org>
1420         * scm/sodipodi.scm: Some fixes.  Sketch also groks this bare-bones
1421         svg output, including font.
1423 2002-10-14  Jan Nieuwenhuizen  <janneke@gnu.org>
1425         * scm/lily.scm: Register sodipodi output module.
1427         * scm/sodipodi.scm: New file.
1429         * lily/afm.cc (read_afm_file): Read TfmCheckSum from comment.
1431         * buildscripts/mf-to-table.py (base): Write TfmChecksum in
1432         comment, after header.
1433         (parse_logfile): Remove invalid key FontFamily.  Add mandatory key
1434         FullName.  Fix FontName key.
1436 2002-10-14  Rune Zedeler  <rune@zedeler.dk>
1438         * lily/rest.cc (after_line_breaking): bugfix: dots after half
1439         and breve rests.
1440         
1441         * input/test/blank-notes.ly: bugfix
1443         * lily/rest.cc (after_line_breaking): bugfix: dots after whole
1444         rests. (Kim Shrier)
1446         * input/test/rest-dot-positions.ly: Added. (Kim Shrier)
1447         
1448 2002-10-14  Jan Nieuwenhuizen  <janneke@gnu.org>
1450         * scm/tex.scm: 
1451         * scm/ps.scm: Cleanup and remove obsolete junk.
1453         * Documentation/user/internals.itely:
1454         * Documentation/user/refman.itely: Run texinfo-all-menus-update.
1456         * lily/parser.yy: Identify shift/reduce problems.
1458         * input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly: Rename
1459         make-style-sheet.  Too specific for convert-ly?
1461 2002-10-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1463         * po/cs.po: added czech translation, courtesy Tomas Kopecek.
1465         * input/test/*.ly: various fixes.
1467         * lily/music.cc (name): bugfix
1469         * lily/piano-pedal-engraver.cc (try_music): fix pedals.
1471         * lily/input-file-results.cc (code): set-point-and-click! ->
1472         set-point-and-click
1473         
1474 2002-10-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1476         * Use uniform ly: prefix for exported scheme primitive functions.
1478         * scm/music-types.scm: junk compat glue
1480         * scripts/convert-ly.py: add rules for stuff below, junk
1481         compatibility glue for spanrequest.
1483         * lily/parser.yy (verbose_event): remove \spanrequest,
1484         \commandspanrequest, \script. 
1485         
1486         * lily/identifier-smob.cc (LY_DEFINE): change name to ly-export
1488         * lily/parser.yy: remove arpeggio keyword; use identifier. Idem
1489         for \penalty, \glissando.
1491         * VERSION: release 1.7.3
1492         
1493 2002-10-13  Rune Zedeler  <rune@zedeler.dk>
1495         * lily/accidental-engraver.cc: Fix
1496         grace-in-the-beginning-of-measure bug caused by the resent
1497         partial-measure fix.
1499         * lily/stem.cc: reversed noteheads overlap half of the stem. (Full
1500         overlap looks too crowded)
1501         
1502 2002-10-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1504         * lily/parser.yy (assignment): allow SCM expression as assignment.
1506         * lily/include/music-output-def.hh (class Music_output_def):
1507         * lily/music-output-def.cc: 
1508         * lily/paper-def.cc: 
1509         * scm/font.scm (markup-to-properties):
1510         * lily/parser.yy (music_output_def_body): 
1511         remove style_sheet_
1513 2002-10-12  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1515         * ly/grace-init.ly (startGraceMusic): shorten default grace stem
1516         length.
1518         * input/regression/spacing-to-grace.ly: new file.
1520         * input/regression/spacing-end-of-line.ly: new file.
1522         * lily/note-spacing.cc (get_spacing): take into account breakable
1523         stuff sticking out at the left (time sig change at line break).
1525         * lily/spacing-spanner.cc (breakable_column_spacing): junk weird
1526         raggedright code.
1528         * scm/music-functions.scm (make-voice-props-set): add
1529         staff-position for mm rests.
1531         * lily/spacing-spanner.cc (musical_column_spacing): shrink space
1532         before grace notes a little.
1534         * lily/parser.yy (sup_quotes): use '\'' for sup_quotes.
1536         * lily/break-align-interface.cc (do_alignment): right-edge spacing
1537         key adds space at the end of line. 
1539 2002-10-11  Jan Nieuwenhuizen  <janneke@gnu.org>
1541         * scm/sketch.scm: Fix beams.
1543         * buildscripts/mf-to-table.py: Add EncodingScheme.
1545         * scm/sketch.scm: Resurrect.
1547 2002-10-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1549         * lily/multi-measure-rest.cc: use breve rests for measure lengths
1550         longer than 4/4. Patch courtesy Kim Shrier <kim@tinker.com>.
1552 2002-10-10  Jan Nieuwenhuizen  <janneke@gnu.org>
1554         * stepmake/stepmake/c++-rules.make: Fixes for bison 1.50.
1556         * lily/lexer.ll (My_lily_lexer): Avoid silly flex induced gcc warnings.
1558 2002-10-11  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1560         * lily/my-lily-lexer.cc (prepare_for_next_token): use previous
1561         token for origin information.
1563         * lily/parser.yy (My_lily_lexer): do identifier location and
1564         cloning from lexer.
1566         * scm/music-functions.scm (make-multi-measure-rest): move mmrest
1567         logic out of the parser. Add bar checks on both ends.
1569         * Documentation/user/refman.itely (Multi measure rests): add more
1570         notes about mm rests.
1572 2002-10-10  Jan Nieuwenhuizen  <janneke@gnu.org>
1574         * input/regression/bar-scripts.ly: Re-enable.
1576         * lily/parser.yy:
1577         * stepmake/stepmake/c++-rules.make: Fixes for bison 1.51 to be
1578         released rsn.  Bison 1.50 has a crucial bug and won't work.
1580         * lily/lexer.ll (My_lily_lexer): Avoid silly flex induced gcc warnings.
1583 2002-10-07  Jan Nieuwenhuizen  <janneke@gnu.org>
1585         * input/regression/bar-scripts.ly: Blunt documentation build fix.
1587 2002-10-05  Jan Nieuwenhuizen  <janneke@gnu.org>
1589         * Actually merge changes since 1.6.4 besides ChangeLog, and
1590         resolve conflicts.  Lots of updates, hope all is well.
1591         
1592         * cygwin/lilypond.hint (requires): Add ghostscript.
1594         * scm: Update some (c).
1595         
1596 2002-10-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1598         * input/test/{various}.ly: add \header fields and texidoc strings.
1600 2002-10-05  Werner Lemberg  <wl@gnu.org>
1602         * scripts/lilypond-book.py (output_dict) <latex>: `output_tex'
1603         renamed to `output_latex_quoted'.
1604         Added `output_latex_noquote'.
1605         (schedule_lilypond_block): Implement `noquote' option for LaTeX
1606         mode.
1608 2002-11-03  Jan Nieuwenhuizen  <janneke@gnu.org>
1610         * ChangeLog: Add 1.6.6 release marker.  See below.
1612         * stepmake/stepmake/po-targets.make: Remove --c++ option.
1614         * scripts/midi2ly.py: Fix global syntax warnings.
1616         * GNUmakefile.in: Generate builddir locale tree too.
1618         * scripts/ly2dvi.py:
1619         * scripts/midi2ly.py: 
1620         * scripts/mup2ly.py: 
1621         * scripts/update-lily.py:
1622         * lily/main.cc (setup_paths): Fix for locales setup.
1624 2002-10-29  Jan Nieuwenhuizen  <janneke@gnu.org>
1626         * Documentation/windows/installing.texi: Soften wording about
1627         necessity of becoming Administrator.  tommie@iae.nl reports this
1628         does not seem to be necessary for his flavour of Windows 2000.
1629         Explicitely discourage text mode mounts.
1631 2002-10-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1633         * lily/rest.cc (after_line_breaking): backport dot position fix.
1635         * lily/rest-collision.cc (do_shift): also remove dots for suicided
1636         rests. Thanks to Klaus Zimmermann for finding this bug.
1638 2002-10-24  Jan Nieuwenhuizen  <janneke@gnu.org>
1640         * Documentation/topdocs/INSTALL.texi: Correction for broken /bin/sh.
1642 2002-10-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1644         * Documentation/user/music-glossary.tely: fix links.
1646 2002-10-21  Werner Lemberg  <wl@gnu.org>
1648         * tex/lily-ps-defs.tex (\lilypondsetdimen): Define ID macro.
1649         (\lilypondpostscript): Define PS macros `lyscaleXXX' (`XXX' is the
1650         scaling factor) only once and use them in the definition of
1651         \embeddedps.
1652         * ps/music-drawing-routines.ps (skeel): Removed.
1654 2002-10-21  Jan Nieuwenhuizen  <janneke@gnu.org>
1656         * stepmake/aclocal.m4: Changed 6 instances of $( ) to ` `, for
1657         Solaris7, as we don't use nested $( ) constructs.
1659 2002-10-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1661         * VERSION: Release 1.6.6.
1662         
1663 2002-10-21  Jan Nieuwenhuizen  <janneke@gnu.org>
1665         * Documentation/topdocs/INSTALL.texi: Add note about using ksh for
1666         as workaround for /bin/sh problems on Solaris7.
1668 2002-10-19  Werner Lemberg  <wl@gnu.org>
1670         * GNUmakefile.in (web-doc): Fix typos.
1671         * tex/lilyponddefs.tex (\lilypondspecial): Don't scan
1672         `music-drawing-routines.ps' but emit \special{header=...} once.
1673         * scm/tex.scm (header-end): Updated.
1675 2002-10-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1677         * lily/stem-engraver.cc (acknowledge_grob): don't crash on
1678         undefined tremolo. 
1680 2002-10-15  Werner Lemberg  <wl@gnu.org>
1682         * scripts/lilypond-book.py (g_make_html): New global variable.
1683         (schedule_lilypond_block): Don't compute EPS and PNG for `texi'
1684         if `g_make_html' isn't set.
1685         [main]: Add format `texi-html'.
1686         (option_definitions): Updated.
1687         * Documentation/user/lilypond-book.itely: Updated.
1689         * make/lilypond-vars.make (LILYPOND_BOOK_FORMAT): New variable.
1690         * make/ly-rules.make (%.texi, %.nexi): Use it.
1691         * stepmake/stepmake/www-targets.make (web): Pass `tex-html' as
1692         format to lilypond-book.
1693         * GNUmakefile.in (web-doc): Ditto.
1695 2002-10-14  Werner Lemberg  <wl@gnu.org>
1697         Further improve TeX output.  The produced files are about 40%
1698         smaller.  `lilyponddefs.tex' is now read only once.
1700         * tex/lilyponddefs.tex: Remove footer stuff.
1701         (\ifundefined): Renamed to...
1702         (\lilypondundefined): This.  Use LaTeX's definition to
1703         make it nestable and make it global.
1704         (\lilypondstart, \lilypondend): New macro to initialize LilyPond
1705         output.
1706         (\lilypondspecial): New macro to read `music-drawing-routines.ps'.
1707         (\fetasixteen, \fetafont, \fetachar, \botalign, \leftalign): Make
1708         them global.
1709         (\placebox): Renamed to...
1710         (\lyitem): This.
1711         Make it global and call \outputscale by itself.
1712         (\lybox, \lyvrule): New macros to reduce input data.
1713         (\lilypondfirst, \lilypondsecond, \lilypondloop, \lilyponditerate):
1714         New auxiliary macros.
1715         (\SkipLilydefs, \EndLilyPondOutput): Removed.
1716         * tex/lily-pdf-defs.tex, tex/lily-ps-defs.tex (\lilySpace): Renamed
1717         to...
1718         (\lilypondspace): This and made it global.
1719         (\turnOnPostScript): Renamed to...
1720         (\lilypondpostscript): This and made it global.
1721         (\turnOnExperimentalFeatures): Renamed to...
1722         (\lilypondexperimentalfeatures): This and made it global.
1723         * tex/lily-ps-defs.tex (\PSsetTeXdimen): Renamed to...
1724         (\lilypondsetdimen): This and made it global.
1725         * tex/lilypond-latex.tex, tex/lilypond-plaintex.tex: Removed.
1726         * tex/GNUmakefile (TEX_FILES): Add `music-drawing-routines.ps'
1727         (all, $(outdir)/music-drawing-routines.ps): New rules.
1728         * buildscripts/mf-to-table.py (write_tex_defs): Use \gdef.
1729         * scm/pdftex.scm, scm/tex.scm (end-output, header-end, placebox,
1730         start-system, stop-system, stop-last-system, filledbox): Updated to
1731         use the changed macros from lilyponddefs.tex.
1732         * scripts/lilypond-book.ly (output_dict) <latex, texi>: Ditto.
1734 2002-10-07  Jan Nieuwenhuizen  <janneke@gnu.org>
1736         * Documentation/windows/installing.texi: Update.
1738 2002-09-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1740         * VERSION: 1.6.5 released
1742         * scripts/lilypond-book.py (make_pixmap): don't produce empty pages.
1744 2002-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1746         * scm/translator-property-description.scm (voltaOnThisStaff): add
1747         property.
1749 2002-09-28  Werner Lemberg  <wl@gnu.org>
1751         * scm/tex.scm (header-end): Suppress page numbering.
1753         * scripts/lilypond-book.py (output_dict) <output-texi-quoted>:
1754         Fix quotation for HTML output.
1756 2002-09-28   Graham Percival   <gperciva@sfu.ca>
1757         
1758         * Documentation/user/refman.itely: grammar and phrasing
1759           fixes to "Note Entry" section.  Also adds a few new examples.
1761 2002-09-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1763         * flower/include/string-data.icc: include string.h
1765 2002-09-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1767         * scm/chord-name.scm (chord::inner-name-banter): remove space.
1769 2002-09-27  Jan Nieuwenhuizen  <janneke@gnu.org>
1771         * Documentation/user/GNUmakefile (extra-local-help): Add.
1773         * stepmake/stepmake/www-targets.make (local-help): Add.
1775 2002-09-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1777         * Documentation/topdocs/INSTALL.texi (Top): recommend binary
1778         packages.
1780         * Documentation/topdocs/README.texi (Top): building documentation
1781         (not website.)
1783 2002-09-26  Jan Nieuwenhuizen  <janneke@gnu.org>
1785         * Documentation/user/refman.itely: 
1786         * Documentation/user/tutorial.itely: 
1787         * Documentation/user/music-glossary.tely: Merge changes.
1789         * Documentation/user/glossary.html.in: 
1790         * Documentation/index.texi: 
1791         * Documentation/header.html.in: Accomodate renaming of glossary.
1792         
1793         * Documentation/user/tutorial.itely: Add some glossary references.
1794         
1795         * Documentation/user/refman.itely: Minor fixes.
1796         
1797         * Documentation/user/lilypond.tely: Add glossary do direntry.
1799         * Documentation/user/music-glossary.tely: Rename (previously:
1800         glossary.tely).  Fix anchor placement.
1802         * Documentation/user/GNUmakefile: Make music-glossary.info too.
1804 2002-09-23  Werner Lemberg  <wl@gnu.org>
1806         * scripts/lilypond-book.py (output_dict): Fix handling of
1807         various environments by avoid extraneous newlines.
1808         Rename `output-all' regexp for html to `output-html'.
1809         Replace `output-all' regexp for texi with `output-texi-quote'
1810         and `output-texi-noquote'.
1811         (compose_full_body): Don't override `linewidth' user option
1812         for `singleline'.
1813         (schedule_lilypond_block): Don't indent text specified with
1814         `intertext' option.
1815         Add new option `noquote'.
1816         (compile_all_files): Use latex instead of tex to compile ly
1817         files directly.
1819         * Documentation/user/lilypond-book.itely: Updated and revised.
1820         Improve layout.
1822         * Documentation/user/glossary.tely,
1823         Documentation/user/introduction.itely,
1824         Documentation/user/tutorial.itely,
1825         Documentation/user/refman.itely,
1826         Documentation/user/appendices.itely: Fix overfull LilyPond
1827         boxes caused by the new lilypond-book code.  Other minor
1828         fixes.
1830         * Documentation/user/macros.itexi (@texiflat): Don't emit
1831         trailing space.
1833         * scm/tex.scm (end-output, header-end): Add preamble and
1834         postamble to make lilypond output directly compilable with
1835         latex.
1837         
1838 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1840         * Documentation/topdocs/INSTALL.texi (Top): bugfix for RH RPM
1841         instructions.
1843 2002-09-25  Jan Nieuwenhuizen  <janneke@gnu.org>
1845         * Documentation/user/glossary.tely: Add titling and hyperlinks.
1847 2002-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1849         * lily/beam.cc (connect_beams): don't crash if there are quarter
1850         notes in beams.
1852 2002-09-24  Juergen Reuter  <reuter@ipd.uka.de>
1854         * Documentation/user/refman.itely: corrected ancient clef
1855         docu; added docu on ligatures
1857 2002-09-21  Juergen Reuter  <reuter@ipd.uka.de>
1859         * Documentation/user/glossary.tely,
1860         Documentation/user/refman.itely, input/les-nereides.ly,
1861         input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly,
1862         input/test/bagpipe.ly, lily/stem.cc, ly/grace-init.ly,
1863         scm/grob-property-description.scm, scripts/convert-ly.py: renamed
1864         Stem properties: flag-style -> stroke-style, style -> flag-style.
1867 2002-09-22  Werner Lemberg  <wl@gnu.org>
1869         * scripts/lilypond-book.py: Add option `notime' to suppress
1870         printing of a time signature.  Specify default indentation of 0pt
1871         if single line fragment.  Don't emit redundant `\paper{ }'.
1873         * Documentation/user/lilypond-book.itely: Updated.
1875         * Documentation/user/glossary.tely: Completely reformatting.
1877 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1879         * GNUmakefile.in (top-web): generate (possibly empty) examples.html
1881 2002-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
1883         * Documentation/user/tutorial.itely: Fix links.
1884         
1885         * Documentation/topdocs/index.tely:
1886         * Documentation/index.texi:
1887         * Documentation/header.html.in: Small website fixes and updates.
1889         * debian/: Debian patch by Anthony Fok.
1891 2002-09-21  Jan Nieuwenhuizen  <janneke@gnu.org>
1893         * Documentation/footer.html.in: How time flies: It's already 2002!
1895         * Documentation/topdocs/index.tely: Stable/development fix.  Use
1896         more descriptive link names than 'here'.
1898 2002-09-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1900         * VERSION: 1.7.2 released
1901         * VERSION: 1.6.4 released
1902         
1903         * scm/tex.scm (header-end): enclose lily output in begingroup/endgroup.
1905         * scripts/convert-ly.py (FatalConversionError.conv): add rule for
1906         (ly-make-music "Foo_bar") -> (make-music-by-name 'FooBarEvent).
1908         * mf/feta-din.mf (test): add x-height and space.
1910         * lily/dynamic-engraver.cc (process_music): take dynamic direction
1911         from ^_ for crescendi. Idem for slurs and phrasing slurs.
1913         * ly/grace-init.ly: add-to-grace-init: function to portably add
1914         settings to \grace. 
1916         * lily/dynamic-engraver.cc (process_music): finish (de)crescendo
1917         if we get an absolute dynamic event.
1919         * lily/time-signature-engraver.cc (process_music): warn for \time 5/5
1921         * lily/source-file.cc (get_line): oops. All line numbers were off
1922         by 2. Fix that. 
1924         * lily/parser.yy (event_that_take_dir): allow () \< \> \! \( \) to
1925         be after the note, combined with -_^, i.e. c4-(-\)-\>  
1927         * ly/params-init.ly (ledgerlinethickness): use Scheme expressions.
1929         * lily/parser.yy (number_factor): remove (number) as number
1930         expression. ("Let them eat Lisp").
1932 2002-10-05  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1934         * lily/horizontal-bracket.cc: new file.
1936         * lily/horizontal-bracket-engraver.cc: new file.
1938         * input/regression/note-group-bracket.ly: new file. Support
1939         horizontal note brackets for music analysis.
1941         * lily/stem.cc (flag): new flag-style: no-flag.
1943         * input/test/stem-cross-staff.ly: new file
1944         
1945         * Documentation/user/internals.itely: Improved formatting, fixing
1946         typos.  Added a section `Output details' to describe how the TeX
1947         code looks like.
1949         * lily/include/midi-stream.hh: use stdio.h iso. iostream.h
1951         * lily/parser.yy: remove \dynamicscript.
1953         * ly/dynamic-scripts-init.ly: redo the dynamic scripts
1954         definitions. 
1956         * python/midi.c (midi_error): take two arguments.
1958         * Merge 1.6.5 changes:
1959         
1960 2002-10-04  Jan Nieuwenhuizen  <janneke@gnu.org>
1962         * scm/grob-description.scm (minimum-beam-collision-distance): 0.75
1963         staff-space.  Previous 1.5 was probably meant as half-spaces.
1964         (cautionary-style): parentheses (was: smaller).  This is what doco
1965         says, and it seems more logical.
1967         * Documentation/user/refman.itely (Chromatic alterations): Bugfix
1968         for 2nd sentence.
1970 2002-10-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1972         * make/lilypond.redhat.spec.in: various fixes for RedHat 8.0
1974 2002-10-03  Jan Nieuwenhuizen  <janneke@gnu.org>
1976         * lily/beam.cc (rest_collision_callback): Fixed: partial rewrite.
1978 2002-09-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1980         * scripts/lilypond-book.py (make_pixmap): don't produce empty pages.
1982 2002-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
1984         * scm/translator-property-description.scm (voltaOnThisStaff): add
1985         property.
1987 2002-09-28  Werner Lemberg  <wl@gnu.org>
1989         * scm/tex.scm (header-end): Suppress page numbering.
1991         * scripts/lilypond-book.py (output_dict) <output-texi-quoted>:
1992         Fix quotation for HTML output.
1994 2002-09-28   Graham Percival   <gperciva@sfu.ca>
1995         
1996         * Documentation/user/refman.itely: grammar and phrasing
1997           fixes to "Note Entry" section.  Also adds a few new examples.
1999 2002-09-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2001         * flower/include/string-data.icc: include string.h
2003 2002-09-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2005         * scm/chord-name.scm (chord::inner-name-banter): remove space.
2007 2002-09-27  Jan Nieuwenhuizen  <janneke@gnu.org>
2009         * Documentation/user/GNUmakefile (extra-local-help): Add.
2011         * stepmake/stepmake/www-targets.make (local-help): Add.
2013 2002-09-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2015         * Documentation/topdocs/INSTALL.texi (Top): recommend binary
2016         packages.
2018         * Documentation/topdocs/README.texi (Top): building documentation
2019         (not website.)
2021 2002-09-26  Jan Nieuwenhuizen  <janneke@gnu.org>
2023         * Documentation/user/refman.itely: 
2024         * Documentation/user/tutorial.itely: 
2025         * Documentation/user/music-glossary.tely: Merge changes.
2027         * Documentation/user/glossary.html.in: 
2028         * Documentation/index.texi: 
2029         * Documentation/header.html.in: Accomodate renaming of glossary.
2030         
2031         * Documentation/user/tutorial.itely: Add some glossary references.
2032         
2033         * Documentation/user/refman.itely: Minor fixes.
2034         
2035         * Documentation/user/lilypond.tely: Add glossary do direntry.
2037         * Documentation/user/music-glossary.tely: Rename (previously:
2038         glossary.tely).  Fix anchor placement.
2040         * Documentation/user/GNUmakefile: Make music-glossary.info too.
2042 2002-09-23  Werner Lemberg  <wl@gnu.org>
2044         * scripts/lilypond-book.py (output_dict): Fix handling of
2045         various environments by avoid extraneous newlines.
2046         Rename `output-all' regexp for html to `output-html'.
2047         Replace `output-all' regexp for texi with `output-texi-quote'
2048         and `output-texi-noquote'.
2049         (compose_full_body): Don't override `linewidth' user option
2050         for `singleline'.
2051         (schedule_lilypond_block): Don't indent text specified with
2052         `intertext' option.
2053         Add new option `noquote'.
2054         (compile_all_files): Use latex instead of tex to compile ly
2055         files directly.
2057         * Documentation/user/lilypond-book.itely: Updated and revised.
2058         Improve layout.
2060         * Documentation/user/glossary.tely,
2061         Documentation/user/introduction.itely,
2062         Documentation/user/tutorial.itely,
2063         Documentation/user/refman.itely,
2064         Documentation/user/appendices.itely: Fix overfull LilyPond
2065         boxes caused by the new lilypond-book code.  Other minor
2066         fixes.
2068         * Documentation/user/macros.itexi (@texiflat): Don't emit
2069         trailing space.
2071         * scm/tex.scm (end-output, header-end): Add preamble and
2072         postamble to make lilypond output directly compilable with
2073         latex.
2075         
2076 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2078         * Documentation/topdocs/INSTALL.texi (Top): bugfix for RH RPM
2079         instructions.
2081 2002-09-25  Jan Nieuwenhuizen  <janneke@gnu.org>
2083         * Documentation/user/glossary.tely: Add titling and hyperlinks.
2085 2002-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2087         * lily/beam.cc (connect_beams): don't crash if there are quarter
2088         notes in beams.
2090 2002-09-24  Juergen Reuter  <reuter@ipd.uka.de>
2092         * Documentation/user/refman.itely: corrected ancient clef
2093         docu; added docu on ligatures
2095 2002-09-21  Juergen Reuter  <reuter@ipd.uka.de>
2097         * Documentation/user/glossary.tely,
2098         Documentation/user/refman.itely, input/les-nereides.ly,
2099         input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly,
2100         input/test/bagpipe.ly, lily/stem.cc, ly/grace-init.ly,
2101         scm/grob-property-description.scm, scripts/convert-ly.py: renamed
2102         Stem properties: flag-style -> stroke-style, style -> flag-style.
2104 2002-09-22  Werner Lemberg  <wl@gnu.org>
2106         * scripts/lilypond-book.py: Add option `notime' to suppress
2107         printing of a time signature.  Specify default indentation of 0pt
2108         if single line fragment.  Don't emit redundant `\paper{ }'.
2110         * Documentation/user/lilypond-book.itely: Updated.
2112         * Documentation/user/glossary.tely: Completely reformatting.
2114 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2116         * GNUmakefile.in (top-web): generate (possibly empty) examples.html
2118 2002-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
2120         * Documentation/user/tutorial.itely: Fix links.
2121         
2122         * Documentation/topdocs/index.tely:
2123         * Documentation/index.texi:
2124         * Documentation/header.html.in: Small website fixes and updates.
2126         * debian/: Debian patch by Anthony Fok.
2128 2002-09-21  Jan Nieuwenhuizen  <janneke@gnu.org>
2130         * Documentation/footer.html.in: How time flies: It's already 2002!
2132         * Documentation/topdocs/index.tely: Stable/development fix.  Use
2133         more descriptive link names than 'here'.
2135 2002-10-03  Jan Nieuwenhuizen  <janneke@gnu.org>
2137         * lily/beam.cc (rest_collision_callback): Fixed: partial rewrite.
2139 2002-10-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2141         * lily/part-combine-music-iterator.cc (get_state): cleanup
2142         (get_music_info): cleanup.
2144 2002-10-01  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2146         * scm/backend-documentation-lib.scm (interface-doc-string):
2147         crosslinks between interfaces and grobs. Headings for interfaces
2148         in grob explanation.
2150 2002-09-30  Jan Nieuwenhuizen  <janneke@gnu.org>
2152         * scm/to-xml.scm: Fixes.  input/trip.ly now parses as xml (without
2153         dtd).  Add preliminary dtd.
2154         (re-sub-alist): Robustify.
2156 2002-09-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2158         * lily/include/event-chord-iterator.hh,
2159         lily/context-specced-music-iterator.cc,
2160         lily/event.cc, lily/event-chord-iterator.cc: add
2162 2002-09-29  Jan Nieuwenhuizen  <janneke@gnu.org>
2164         * lily/: some (c) header fixes.
2165         
2166         * lily/request-chord.cc: Remove.
2167         
2168         * lily/include/event-chord-iterator.hh:
2169         * lily/include/event.hh:
2170         * lily/event-chord.cc: New file.
2171         
2172         * lily/stem-engraver.cc (acknowledge_grob): rename evented back to
2173         requested.
2175 2002-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2177         * lily/ : rename Request to Event
2179         * lily/parser.yy (command_element): move clef stuff into Scheme.
2181         * lily/:  rename length_mom () to get_length()
2183         * lily/part-combine-music.cc: removed file and class.
2185         * lily/context-specced-music-iterator.cc (class
2186         Context_specced_music_iterator): new file. Obsoletes the
2187         Context_specced_music type.
2189         * scm/music-types.scm (make-repeated-music): put different kinds
2190         of repeated music into music-type table.
2192         * VERSION: 1.7.1 released.
2194         * scm/to-xml.scm: new file.
2196         * input/test/to-xml.ly (fooBar): demo of what is possible with the
2197         new Input representation: dump music as XML.
2199         * scm/engraver-documentation-lib.scm
2200         (engraver-accepts-music-types?): add links from music to engraver,
2201         from music-type to engraver.
2203         * lily/include/command-request.hh: removed
2204         lily/include/musical-request.hh: removed. Removed all _req classes
2205         except Key_change_req. Changes throughout.
2207 2002-09-28  Jan Nieuwenhuizen  <janneke@gnu.org>
2209         * lily/tuplet-engraver.cc (try_music): Compile kludge.
2211 2002-09-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2213         * lily/*.cc: specify accepts for many engravers.
2215         * scm/music-documentation-lib.scm: dump music expressions and
2216         music subtypes.
2218         * scm/documentation-lib.scm: complete revision.
2219         Use GOOPS objects to store document tree explicitly. Cleaned up and
2220         sped up doco generation a lot.
2222 2002-09-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2224         * input/trip.ly (fugaIILeft): add arpeggio
2226         * lily/translator-group.cc (try_music_on_nongroup_children):
2227         oops. The name symbol is in the cdr of the assoc handle.
2229         * lily/:  remove Arpeggio_req, Breathing_sign_req, Extender_req,
2230         Hyphen_req, Glissando_req, Break_req, Mark_req 
2232 2002-09-26  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2234         * lily/musical-request.cc (music-duration-length,
2235         music-duration-compress): new functions.
2237         * lily/ : Remove Note_req, Rest_req, Busy_playing_req. Changes
2238         throughout. Warning doesn't work yet.
2240         * lily/translator-group.cc (try_music_on_nongroup_children):
2241         new implementation: store candidate acceptors in a hashTable.
2243 2002-09-25  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2245         * scm/music-types.scm (music-descriptions): change name to
2246         internal-class-name
2248         * scm/chord-name.scm (chord::inner-name-banter): remove space.
2250 2002-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2252         * lily/beam.cc (connect_beams): don't crash if there are quarter
2253         notes in beams.
2255 2002-09-24  Juergen Reuter  <reuter@ipd.uka.de>
2257         * Documentation/user/refman.itely: corrected ancient clef
2258         docu; added docu on ligatures
2260 2002-09-21  Juergen Reuter  <reuter@ipd.uka.de>
2262         * Documentation/user/glossary.tely,
2263         Documentation/user/refman.itely, input/les-nereides.ly,
2264         input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly,
2265         input/test/bagpipe.ly, lily/stem.cc, ly/grace-init.ly,
2266         scm/grob-property-description.scm, scripts/convert-ly.py: renamed
2267         Stem properties: flag-style -> stroke-style, style -> flag-style.
2269 2002-09-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2271         * scm/music-functions.scm (music-separator?): don't use name music
2272         property.
2274 2002-09-24  Jan Nieuwenhuizen  <janneke@gnu.org>
2276         * stepmake/stepmake/generic-targets.make (help): Document check
2277         target.
2279         * lily/new-accidental-engraver.cc: Compile fix.
2281 2002-09-23  Jan Nieuwenhuizen  <janneke@gnu.org>
2283         * scripts/convert-ly.py: Add rule.
2285         * input/test/music-creation.ly:
2286         * input/test/add-staccato.ly:
2287         * input/test/add-text-script.ly: ly-make-music.
2289         * scm/drums.scm (make-head-type-elem, make-articulation-script):
2290         More ly-make-music renamings.
2292         * lily/command-request.cc: ADD_MUSIC: arpeggio_req.
2294         * lily/music-constructor.cc (make_music): Add debugging info.
2296         * scm/music-functions.scm (make-simultaneous-music,
2297         (make-sequential-music, context-spec-music):
2298         * scm/music-types.scm (music-descriptions): Get lily to run.
2300 2002-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2302         * lily/command-request.cc (transpose_key_alist): new function.
2304         * lily/key-performer.cc (create_audio_elements): cleanup. 
2306 2002-09-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2308         * lily/parser.yy: remove TYPED_MAKE_MUSIC().
2310         * lily/include/translator.hh (ENTER_DESCRIPTION): add
2311         events-accepted field.
2313         * scm/music-types.scm: new file.
2315         * lily/parser.yy: put music type initialization into scheme,
2316         similar to grob initialization.  Changes throughout.
2318 2002-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
2320         * Documentation/user/tutorial.itely: Fix links.
2321         
2322         * Documentation/index.texi: 
2323         * Documentation/header.html.in: 
2324         * Documentation/topdocs/index.tely: Small website fixes and updates.
2326         * debian/: Debian patch by Anthony Fok.
2328 2002-09-21  Jan Nieuwenhuizen  <janneke@gnu.org>
2330         * Documentation/footer.html.in: How time flies: It's already 2002!
2332         * Documentation/topdocs/index.tely: Stable/development fix.  Use
2333         more descriptive link names than 'here'.
2335         * ROADMAP: Remove test stuff.
2337         * scripts/update-lily.py: Allow auto-building of stable and
2338         development versions.  Bugfixes.
2340 2002-09-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2342         * VERSION: released 1.7.0
2344         * scm/tex.scm (header-end): enclose lily output in begingroup/endgroup.
2346         * tex/lilyponddefs.tex: set hsize for plain tex, but only for
2347         positive line widths.
2349 2002-09-20  Jan Nieuwenhuizen  <janneke@gnu.org>
2351         * tex/lilyponddefs.tex: Handle \scoreshift and \outputscale in one
2352         go.  Fix comments.
2354         * cygwin: Cygwin updates.
2356 2002-09-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2358         * Documentation/windows/installing.texi (Top): version for python,
2359         urls for ghostscript (thanks to John Potelle)
2360         
2361         * lily/simultaneous-music-iterator.cc
2362         (Simultaneous_music_iterator): init children_list_ before
2363         triggering GC.
2365         * lily/*-iterator.cc: be even more careful with smobbed copy
2366         constructors. 
2368         * lily/break-align-engraver.cc (acknowledge_grob): also typeset
2369         LeftEdge item.
2371 2002-09-15  Werner Lemberg  <wl@gnu.org>
2373         Improving LilyPond's output to make them ordinary TeX boxes with
2374         predictable dimensions.  System boxes are now vertically centered on
2375         the baseline; this offset can be further controlled with
2376         \lilypondscoreshift.
2378         * lily/system.cc (System::post_processing): Pass length of current
2379         system to `start-system' (including any horizontal indentation).
2381         * scm/tex.scm, scm/pdftex.scm: Make output of various functions
2382         prettier.
2383         (lily-def): Append `%'.
2384         (start-system): Add parameter `wd'.  Output more TeX code to specify
2385         box dimensions.
2386         (stop-system, stop-last-system): Complement changes in
2387         `start-system'.
2388         * scm/sketch.scm, scm/ps.scm, scm/pdf.scm, scm/ascii-script.scm:
2389         Updated.
2391         * scripts/ly2dvi.py (global_latex_definition): Set \parindent to 0.
2392         * buildscripts/mf-to-table.py (write_tex_defs): Append `%'.
2393         Write final `\endinput'.
2395         * tex/lily-ps-defs.tex, tex/lily-pdf-defs.tex,
2396         tex/lilypond-plaintex.tex, tex/lilypond-latex.tex,
2397         tex/lilyponddefs.tex, tex/titledefs.tex: Reformat code.  Assure that
2398         files and macro definitions don't produce spurious spaces and
2399         paragraphs (using \endlinechar).
2400         * tex/lilyponddefs.tex: New dimension `\scoreshift'.
2402         * Documentation/user/internals.itely: Improved formatting, fixing
2403         typos.  Added a section `Output details' to describe how the TeX
2404         code looks like.
2406 2002-09-17  Rune Zedeler  <rune@zedeler.dk>
2408         * lily/accidental-engraver.cc: Also work with partial measures.
2410 2002-09-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2412         * lily/text-spanner-engraver.cc: whoops. Set bound in the correct
2413         spanner.
2415 2002-09-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2417         * lily/identifier-smob.cc (unpack_identifier): new file.
2419         * lily/lexer.ll (identifier_type): new function.  use ly-id to
2420         pass off scheme expressions as music identifiers.
2422         * scm/lily.scm: reorganisation, cleanups.
2424         * lily/main.cc: small cleanups.
2426 2002-09-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2428         * lily/ly-module.{cc,hh}: new file.
2430 2002-09-17  Rune Zedeler  <rune@zedeler.dk>
2432         * lily/accidental-engraver.cc: Also work with partial measures.
2434 2002-09-16  Jan Nieuwenhuizen  <janneke@gnu.org>
2436         * VERSION (PACKAGE_NAME): Remove HEAD trap leftover.
2438 2002-09-16  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2440         * lily/my-lily-lexer.cc: use SCM module in stead of
2441         Scheme_hash_table. Changes throughout.  
2443 2002-09-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
2445         * VERSION (MY_PATCH_LEVEL): make 1.7.0