From 3714de5baac3306fa80411921f129da150a51b12 Mon Sep 17 00:00:00 2001 From: fred Date: Tue, 26 Mar 2002 23:23:13 +0000 Subject: [PATCH] lilypond-1.3.61 --- CHANGES | 22 + Documentation/footer.html.in | 7 + Documentation/header.html.in | 26 ++ Documentation/regression-test.tely | 7 + Documentation/topdocs/index.tely | 71 ++- input/test/hara-kiri-short.ly | 33 ++ input/trip.ly | 13 +- lily/auto-beam-engraver.cc | 12 +- lily/axis-group-engraver.cc | 6 +- lily/bar-engraver.cc | 2 +- lily/bar-number-engraver.cc | 6 +- lily/bar.cc | 31 +- lily/breathing-sign.cc | 11 +- lily/chord-name-engraver.cc | 2 +- lily/chord-name.cc | 18 +- lily/clef-engraver.cc | 6 +- lily/clef-item.cc | 5 +- lily/dots.cc | 17 +- lily/dynamic-engraver.cc | 10 +- lily/extender-engraver.cc | 39 +- lily/hara-kiri-engraver.cc | 3 + lily/hara-kiri-vertical-group-spanner.cc | 32 +- lily/hyphen-engraver.cc | 63 ++- lily/hyphen-spanner.cc | 80 ++-- lily/identifier.cc | 26 +- lily/include/bar.hh | 2 +- lily/include/extender-spanner.hh | 16 +- .../hara-kiri-vertical-group-spanner.hh | 1 + lily/include/hyphen-spanner.hh | 18 +- lily/include/identifier.hh | 15 +- lily/include/lily-proto.hh | 3 +- lily/include/lyric-engraver.hh | 2 +- lily/include/midi-def.hh | 2 +- lily/include/paper-def.hh | 5 +- lily/include/slur.hh | 4 + lily/include/spanner.hh | 2 +- lily/include/system-start-delimiter.hh | 6 +- lily/include/text-item.hh | 29 -- lily/include/tie.hh | 3 + lily/include/translator-group.hh | 2 +- lily/include/translator.hh | 2 +- lily/instrument-name-engraver.cc | 6 +- lily/lexer.ll | 7 +- lily/lily-guile.cc | 2 +- lily/line-number-engraver.cc | 4 +- lily/lyric-engraver.cc | 4 +- lily/lyric-extender.cc | 70 +-- lily/mark-engraver.cc | 8 +- lily/midi-def.cc | 6 - lily/note-heads-engraver.cc | 6 +- lily/note-name-engraver.cc | 6 +- lily/paper-def.cc | 24 +- lily/paper-outputter.cc | 15 +- lily/parser.yy | 406 ++++++++---------- lily/piano-pedal-engraver.cc | 18 +- lily/rest.cc | 28 +- lily/scope.cc | 9 - lily/score-element.cc | 67 +-- lily/span-bar.cc | 6 +- lily/stem.cc | 2 +- lily/sustain-pedal.cc | 41 +- lily/text-engraver.cc | 8 +- lily/text-item.cc | 35 +- lily/translator.cc | 4 +- lily/tuplet-spanner.cc | 25 +- ly/declarations.ly | 8 +- ly/engraver.ly | 29 +- ly/init.ly | 2 + ly/params-as.ly | 6 - ly/params.ly | 37 +- scm/lily.scm | 1 + stepmake/bin/add-html-footer.py | 127 +++--- stepmake/stepmake/documentation-vars.make | 2 +- 73 files changed, 828 insertions(+), 851 deletions(-) create mode 100644 Documentation/header.html.in create mode 100644 input/test/hara-kiri-short.ly diff --git a/CHANGES b/CHANGES index e721f26d8c..652041d578 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,25 @@ +1.3.60.jcn1 +=========== + +* Webpage hacking + +1.3.60.hwn1 +=========== + +* Junk int_identifier, real_identifier. Merged Midi_def_identifier and +Paper_def_identifier. + +* Fixed bug with spanning barlines in combination with Hara-Kiri staffs. + +* Cleaned up Text_item, Hyphen_spanner, Lyric_extender and +Sustain_pedal and reduced them to an Score_element interface (they are +no longer Score_element derived types). + +* Some instances of brew_molecule routines have moved out of +Score_element, and are now called scheme_molecule. + +* Moved lots of parameters from ly/params.ly to ly/engraver.ly + 1.3.59.hwn1 =========== diff --git a/Documentation/footer.html.in b/Documentation/footer.html.in index 1930f851af..bcae009876 100644 --- a/Documentation/footer.html.in +++ b/Documentation/footer.html.in @@ -1,3 +1,10 @@ + + + + + + +