]> git.donarmstrong.com Git - lilypond.git/log
lilypond.git
20 years agorelease commit release/2.1.28
Han-Wen Nienhuys [Sun, 29 Feb 2004 14:35:27 +0000 (14:35 +0000)]
release commit

20 years agoapply convert-ly.
Heikki Junes [Sun, 29 Feb 2004 00:24:59 +0000 (00:24 +0000)]
apply convert-ly.

20 years ago * ly/property-init: new functions: \arpeggioUp, \arpeggioDown,
Heikki Junes [Sun, 29 Feb 2004 00:20:44 +0000 (00:20 +0000)]
* ly/property-init: new functions: \arpeggioUp, \arpeggioDown,
\arpeggioBoth. redefine \arpeggioBracket.

* Documentation/user/refman.itely: document new arpeggio
functions.

* scripts/convert-ly.py: add a rule for \arpeggioBracket.

* input/regression/arpeggio-bracket.ly: apply convert-ly.

20 years ago(Automated engraving):
Han-Wen Nienhuys [Sun, 29 Feb 2004 00:01:58 +0000 (00:01 +0000)]
(Automated engraving):
rewrite introduction using website text.

20 years ago * scm/*.scm: make-music-by-name is replaced by make-music, which
Han-Wen Nienhuys [Sat, 28 Feb 2004 19:37:42 +0000 (19:37 +0000)]
* scm/*.scm: make-music-by-name is replaced by make-music, which
also accept music property settings, eg:
  (make-music 'TextScriptEvent 'direction DOWN 'text
      (make-simple-markup x))

Patch courtesy Nicolas Sceaux

20 years ago * input/test/[t-v]*.ly: finish rewriting texidocs.
Heikki Junes [Sat, 28 Feb 2004 15:40:01 +0000 (15:40 +0000)]
   * input/test/[t-v]*.ly: finish rewriting texidocs.

20 years agorename file.
Heikki Junes [Sat, 28 Feb 2004 15:36:52 +0000 (15:36 +0000)]
rename file.

20 years agoreformulate texidocs.
Heikki Junes [Sat, 28 Feb 2004 12:58:35 +0000 (12:58 +0000)]
reformulate texidocs.

20 years agorenamed from stem-centered.ly.
Heikki Junes [Sat, 28 Feb 2004 12:57:06 +0000 (12:57 +0000)]
renamed from stem-centered.ly.

20 years agorenamed as mensural-note-heads.ly.
Heikki Junes [Sat, 28 Feb 2004 12:56:27 +0000 (12:56 +0000)]
renamed as mensural-note-heads.ly.

20 years ago*** empty log message ***
Han-Wen Nienhuys [Sat, 28 Feb 2004 11:28:37 +0000 (11:28 +0000)]
*** empty log message ***

20 years ago* lily/beam-quanting.cc: cleanup, separate counts for left and
Han-Wen Nienhuys [Sat, 28 Feb 2004 10:54:00 +0000 (10:54 +0000)]
* lily/beam-quanting.cc: cleanup, separate counts for left and
right beam ends.

* lily/side-position-interface.cc (quantised_position): also
quantize staccato position for forced stem directions.

20 years ago * input/test/[p-r]*.ly: use more verbose texidocs. add comments
Heikki Junes [Fri, 27 Feb 2004 23:37:16 +0000 (23:37 +0000)]
* input/test/[p-r]*.ly: use more verbose texidocs. add comments
of missing features.

20 years agoupdate texidocs.
Heikki Junes [Fri, 27 Feb 2004 21:33:31 +0000 (21:33 +0000)]
update texidocs.

20 years ago(usermanref): Add macro for TeX.
Jan Nieuwenhuizen [Fri, 27 Feb 2004 21:14:15 +0000 (21:14 +0000)]
(usermanref): Add macro for TeX.

20 years ago* Documentation/topdocs/NEWS.texi: Add note about info docs with
Jan Nieuwenhuizen [Fri, 27 Feb 2004 14:29:29 +0000 (14:29 +0000)]
* Documentation/topdocs/NEWS.texi: Add note about info docs with
images.

* Documentation/user/lilypond.tely (@direntry): Update.

* stepmake/stepmake/documentation-targets.make
(install-info,uninstall-info): Install into $(package_infodir).
Install images.  Run install-info to update dir.

* config.make.in (package_infodir): Add.

* Documentation/user/GNUmakefile (info-with-images,
local-install-info, local-uninstall-info): New target.

20 years agorefresh.
Heikki Junes [Fri, 27 Feb 2004 13:23:34 +0000 (13:23 +0000)]
refresh.

20 years ago* scm/define-grobs.scm (all-grob-descriptions): tune concaveness
Han-Wen Nienhuys [Fri, 27 Feb 2004 12:53:52 +0000 (12:53 +0000)]
* scm/define-grobs.scm (all-grob-descriptions): tune concaveness
gap/threshold.

* lily/beam-quanting.cc (score_slopes_dy): remove
ROUND_TO_ZERO_SLOPE kludge.

* lily/beam.cc (check_concave): remove old concaveness2 kludge.

* input/regression/beam-concave.ly (texidoc): add morgenlied example.

20 years ago(Global_context): alway accept Score
Han-Wen Nienhuys [Fri, 27 Feb 2004 11:26:33 +0000 (11:26 +0000)]
(Global_context): alway accept Score
(run_iterator_on_me): cast Context to Score_context, not
Context_def.

20 years ago* Documentation/user/refman.itely: documentation patch by Edward
Han-Wen Nienhuys [Fri, 27 Feb 2004 11:18:17 +0000 (11:18 +0000)]
* Documentation/user/refman.itely: documentation patch by Edward
Sanford Sutton.

* mf/GNUmakefile: unset sauter-fonts.

20 years ago* input/test/chord-names-jazz.ly:
Jan Nieuwenhuizen [Fri, 27 Feb 2004 09:26:42 +0000 (09:26 +0000)]
* input/test/chord-names-jazz.ly:
* input/test/embedded-scm.ly: Clarify.

* input/test/cautionaries.ly: Typo.

* lily/input-smob.cc (ly_input_location): Compile fix.

20 years ago* make/lilypond.redhat.spec.in (Group): add/delete music-glossary too.
Han-Wen Nienhuys [Fri, 27 Feb 2004 01:07:14 +0000 (01:07 +0000)]
* make/lilypond.redhat.spec.in (Group): add/delete music-glossary too.

* ly/engraver-init.ly: move \grobdescriptions to Global. This
fixes problems with system defaults being reverted with \override
on Score level.

* lily/global-context.cc (Global_context): apply property-ops to
Global_context too.

20 years ago(stencil->string): Rewrite.
Jan Nieuwenhuizen [Thu, 26 Feb 2004 23:06:20 +0000 (23:06 +0000)]
(stencil->string): Rewrite.
 * lily/input-smob.cc (ly_input_location: New function.

20 years ago*** empty log message ***
Heikki Junes [Thu, 26 Feb 2004 22:37:35 +0000 (22:37 +0000)]
*** empty log message ***

20 years ago* scm/define-markup-commands.scm (upright): New markup command.
Jan Nieuwenhuizen [Thu, 26 Feb 2004 21:28:24 +0000 (21:28 +0000)]
* scm/define-markup-commands.scm (upright): New markup command.

* lily/parser.yy (markup): Add STRING_IDENTIFIER.

* scm/font.scm (paper20-font-vector): cmcsc klugdge.

20 years ago* scm/font.scm (paper20-font-vector): cmcsc klugdge.
Jan Nieuwenhuizen [Thu, 26 Feb 2004 19:28:39 +0000 (19:28 +0000)]
* scm/font.scm (paper20-font-vector): cmcsc klugdge.

* scm/output-ps.scm (output-stencil): New function.

20 years ago(output-stencil): New function.
Jan Nieuwenhuizen [Thu, 26 Feb 2004 18:42:23 +0000 (18:42 +0000)]
(output-stencil): New function.

20 years ago(do_file): Bugfix: change search order
Jan Nieuwenhuizen [Thu, 26 Feb 2004 13:36:14 +0000 (13:36 +0000)]
(do_file): Bugfix: change search order
of snippet types; fixes @ignore and @verbatim blocks.

20 years ago*** empty log message ***
Han-Wen Nienhuys [Thu, 26 Feb 2004 13:12:31 +0000 (13:12 +0000)]
*** empty log message ***

20 years ago * input/test/[a-b]*.ly: refresh descriptions -- avoid referring
Heikki Junes [Thu, 26 Feb 2004 00:48:57 +0000 (00:48 +0000)]
* input/test/[a-b]*.ly: refresh descriptions -- avoid referring
to a file in printed documentation, instead, refer either to a
syntax or to an output.

20 years agoAdd test.
Jan Nieuwenhuizen [Wed, 25 Feb 2004 23:30:30 +0000 (23:30 +0000)]
Add test.

20 years ago(SAUTER_FONTS): Reinstate.
Jan Nieuwenhuizen [Wed, 25 Feb 2004 21:51:44 +0000 (21:51 +0000)]
(SAUTER_FONTS): Reinstate.

20 years ago(Fontmap, Fontmap.lily): Add Fontmap for GS.
Jan Nieuwenhuizen [Wed, 25 Feb 2004 21:44:22 +0000 (21:44 +0000)]
(Fontmap, Fontmap.lily): Add Fontmap for GS.

20 years ago* scm/define-markup-commands.scm (smallcaps): New markup command.
Jan Nieuwenhuizen [Wed, 25 Feb 2004 18:29:38 +0000 (18:29 +0000)]
* scm/define-markup-commands.scm (smallcaps): New markup command.

* scm/output-ps.scm (output-scopes): Experimental markup output.

* lily/stencil-scheme.cc (ly_stencil_get_expr): New accessor.

* lily/paper-outputter.cc (output_metadata): Add parameter PAPER.

20 years ago* lily/note-collision.cc (check_meshing_chords): bugfix for dot /
Han-Wen Nienhuys [Wed, 25 Feb 2004 14:43:52 +0000 (14:43 +0000)]
* lily/note-collision.cc (check_meshing_chords): bugfix for dot /
no dot combination.

* scripts/convert-ly.py (FatalConversionError.subst_in_trans):
substitute \override Staff.autoBeamSettings too

* Documentation/user/tutorial.itely: proofreading fixes by David
Bobroff

20 years ago*** empty log message ***
Han-Wen Nienhuys [Tue, 24 Feb 2004 23:37:48 +0000 (23:37 +0000)]
*** empty log message ***

20 years ago*** empty log message ***
Jan Nieuwenhuizen [Tue, 24 Feb 2004 23:37:25 +0000 (23:37 +0000)]
*** empty log message ***

20 years ago*** empty log message ***
Han-Wen Nienhuys [Tue, 24 Feb 2004 22:56:56 +0000 (22:56 +0000)]
*** empty log message ***

20 years ago(top-of-file): Add tagline definition. FIXME.
Jan Nieuwenhuizen [Tue, 24 Feb 2004 22:52:40 +0000 (22:52 +0000)]
(top-of-file): Add tagline definition.  FIXME.

20 years ago* ps/music-drawing-routines.ps:
Jan Nieuwenhuizen [Tue, 24 Feb 2004 22:48:00 +0000 (22:48 +0000)]
* ps/music-drawing-routines.ps:
* ps/lilyponddefs.ps: Add end markers.

20 years ago* lily/hyphen-engraver.cc (finalize): suicide unterminated hyphens.
Han-Wen Nienhuys [Tue, 24 Feb 2004 22:24:52 +0000 (22:24 +0000)]
* lily/hyphen-engraver.cc (finalize): suicide unterminated hyphens.

* scripts/lilypond-book.py (compose_ly): cleanup relative= option,
obey documentation.

20 years ago * lily/lyric-phrasing-engraver.cc: remove
Han-Wen Nienhuys [Tue, 24 Feb 2004 22:14:32 +0000 (22:14 +0000)]
* lily/lyric-phrasing-engraver.cc: remove

* lily/lyric-engraver.cc: rewrite so lyric-phrasing-engraver no
longer necessary.

* lily/extender-engraver.cc (stop_translation_timestep): rewrite
so lyric-phrasing-engraver is no longer necessary.

* ly/engraver-init.ly: move Break_forbid_engraver to Voice, remove
Grob_pq_engraver from Staff.

* lily/grob-pq-engraver.cc: remove current_grobs array, read/write
busyGrobs directly.

20 years ago* scm/output-ps.scm: Resurrect.
Jan Nieuwenhuizen [Tue, 24 Feb 2004 21:59:24 +0000 (21:59 +0000)]
* scm/output-ps.scm: Resurrect.

* scm/output-tex.scm: Minimal cleanups.

* scm/paper.scm (paper-set-staff-size): Add lineheight.

20 years agoRemove any broken lily-*.tex files before
Jan Nieuwenhuizen [Tue, 24 Feb 2004 17:09:24 +0000 (17:09 +0000)]
Remove any broken lily-*.tex files before
lilypond-book run.

20 years ago* stepmake/stepmake/c++-vars.make (EXTRA_CXXFLAGS): Remove -pipe
Jan Nieuwenhuizen [Tue, 24 Feb 2004 12:00:03 +0000 (12:00 +0000)]
* stepmake/stepmake/c++-vars.make (EXTRA_CXXFLAGS): Remove -pipe
comment.

* stepmake/aclocal.m4: Add --enable-pipe option, with check.
Enabled by default, may save 10% compile time.

20 years ago(Customized accidental rules):
Han-Wen Nienhuys [Tue, 24 Feb 2004 01:00:57 +0000 (01:00 +0000)]
(Customized accidental rules):
typo.

20 years agoremove norwegian translations; to be later added properly.
Heikki Junes [Mon, 23 Feb 2004 20:42:05 +0000 (20:42 +0000)]
remove norwegian translations; to be later added properly.

20 years ago * Documentation/user/music-glossary.tely: remove the missing norwegian
Heikki Junes [Mon, 23 Feb 2004 20:28:25 +0000 (20:28 +0000)]
    * Documentation/user/music-glossary.tely: remove the missing norwegian
        translation; they can be put in later properly.

20 years ago(start_translation_timestep):
Han-Wen Nienhuys [Mon, 23 Feb 2004 16:13:42 +0000 (16:13 +0000)]
(start_translation_timestep):
init Recording_group_engraver twice.

20 years ago* gcc-3.4 snapshot: 3.4.0 20040215 (prerelease) compile fixes, and
Jan Nieuwenhuizen [Mon, 23 Feb 2004 13:58:22 +0000 (13:58 +0000)]
* gcc-3.4 snapshot: 3.4.0 20040215 (prerelease) compile fixes, and
stray style cleanups:

* stepmake/stepmake/c++-vars.make (EXTRA_CXXFLAGS): Remove
-Wmissing-prototypes.

* flower/include/killing-cons.tcc (Killing_cons): Add template
specifier for car_.

* flower/include/parray.hh (binsearchs): Add template specifier
for maxkey.

* flower/include/interval.hh: Declare elem () with template specfier.

20 years ago input/regression/quote.ly: Better illustration of which notes are quoted.
Mats Bengtsson [Mon, 23 Feb 2004 13:16:48 +0000 (13:16 +0000)]
  input/regression/quote.ly: Better illustration of which notes are quoted.

20 years ago * elisp/lilypond-indent.el (get-buffer-size): add customization
Heikki Junes [Mon, 23 Feb 2004 01:34:05 +0000 (01:34 +0000)]
    * elisp/lilypond-indent.el (get-buffer-size): add customization
  groups for several variables (Reuben Thomas).

20 years agotypo.
Heikki Junes [Mon, 23 Feb 2004 00:46:04 +0000 (00:46 +0000)]
typo.

20 years ago(construct-chord): process transposition release/2.1.26
Han-Wen Nienhuys [Sun, 22 Feb 2004 23:46:16 +0000 (23:46 +0000)]
(construct-chord): process transposition
after processing explicit-11.

20 years ago* scripts/lilypond-book.py (do_file): do not overwrite input file.
Han-Wen Nienhuys [Sun, 22 Feb 2004 21:47:29 +0000 (21:47 +0000)]
* scripts/lilypond-book.py (do_file): do not overwrite input file.

* lily/context-scheme.cc (LY_DEFINE): use Scheme style naming for
music/context/grob property functions. Internally, use
get_property() and set_property() for both.

20 years ago(LY_DEFINE): use Scheme style naming for
Han-Wen Nienhuys [Sun, 22 Feb 2004 21:24:08 +0000 (21:24 +0000)]
(LY_DEFINE): use Scheme style naming for
music/context/grob property functions. Internally, use
get_property() and set_property() for both.

20 years ago(get-buffer-size) new function.
Heikki Junes [Sun, 22 Feb 2004 01:43:47 +0000 (01:43 +0000)]
(get-buffer-size) new function.

20 years ago* lily/parser.yy (command_element): extract quoted vector in
Han-Wen Nienhuys [Sat, 21 Feb 2004 22:56:13 +0000 (22:56 +0000)]
* lily/parser.yy (command_element): extract quoted vector in
parser.

* input/regression/quote.ly: new file.

* lily/parser.yy (command_element): \quote DURATION NAME: support
cue notes.

* lily/quote-iterator.cc (class Quote_iterator): new file.

20 years ago(class Quote_iterator): new file.
Han-Wen Nienhuys [Sat, 21 Feb 2004 08:20:15 +0000 (08:20 +0000)]
(class Quote_iterator): new file.

20 years ago(process): only process if moment >= 0.
Han-Wen Nienhuys [Sat, 21 Feb 2004 01:20:43 +0000 (01:20 +0000)]
(process): only process if moment >= 0.

20 years agonew file.
Han-Wen Nienhuys [Sat, 21 Feb 2004 01:07:24 +0000 (01:07 +0000)]
new file.

20 years ago* lily/sequential-iterator.cc (process): only process if moment >= 0.
Han-Wen Nienhuys [Sat, 21 Feb 2004 01:05:31 +0000 (01:05 +0000)]
* lily/sequential-iterator.cc (process): only process if moment >= 0.

* lily/parser.yy (command_element): \quote DURATION NAME: support
cue notes.

* lily/quote-iterator.cc (class Quote_iterator): new file.

20 years ago* lily/auto-beam-engraver.cc (try_music): accept and process
Han-Wen Nienhuys [Fri, 20 Feb 2004 21:47:01 +0000 (21:47 +0000)]
* lily/auto-beam-engraver.cc (try_music): accept and process
beam-forbid-event.

* input/regression/auto-beam-no-beam.ly: new file.

20 years ago*** empty log message ***
Han-Wen Nienhuys [Fri, 20 Feb 2004 21:01:14 +0000 (21:01 +0000)]
*** empty log message ***

20 years ago*** empty log message ***
Han-Wen Nienhuys [Fri, 20 Feb 2004 16:42:16 +0000 (16:42 +0000)]
*** empty log message ***

20 years ago * lily/accidental.cc (print): Change font-relative-size ->
Mats Bengtsson [Fri, 20 Feb 2004 13:45:21 +0000 (13:45 +0000)]
* lily/accidental.cc (print): Change font-relative-size ->
font-size. Fixes cautionary-style = smaller.

20 years ago(music_property_def): oops. SCM_UNDEFINED
Han-Wen Nienhuys [Fri, 20 Feb 2004 10:29:23 +0000 (10:29 +0000)]
(music_property_def): oops. SCM_UNDEFINED
forgotten with scm_list_n. Fixes spurious coredumps.

20 years ago(stop_translation_timestep): move
Han-Wen Nienhuys [Fri, 20 Feb 2004 00:38:22 +0000 (00:38 +0000)]
(stop_translation_timestep): move
update of localKeySignature to stop_translation_timestep (). This
makes sure that all ties are noticed at the right moment.
(stop_translation_timestep): clear tie only when right-side
notehead was seen.
(number_accidentals_from_sig): cleanup.

20 years ago* input/regression/accidental-tie.ly (mus): new file
Han-Wen Nienhuys [Fri, 20 Feb 2004 00:35:49 +0000 (00:35 +0000)]
* input/regression/accidental-tie.ly (mus): new file

* input/regression/tie-accidental, tie-break-accidental.ly: remove
these longish tests.

20 years ago(print): broken beams last until end of staff.
Han-Wen Nienhuys [Thu, 19 Feb 2004 22:42:58 +0000 (22:42 +0000)]
(print): broken beams last until end of staff.
(print): broken beams start from prefatory matter.

20 years agoupdate bugreporter list.
Han-Wen Nienhuys [Thu, 19 Feb 2004 21:56:12 +0000 (21:56 +0000)]
update bugreporter list.

20 years ago(conv): add rule for | ~
Han-Wen Nienhuys [Thu, 19 Feb 2004 21:33:59 +0000 (21:33 +0000)]
(conv): add rule for | ~

20 years ago* scm/output-tex.scm (output-scopes): don't dump fraction exactly.
Han-Wen Nienhuys [Thu, 19 Feb 2004 20:01:33 +0000 (20:01 +0000)]
* scm/output-tex.scm (output-scopes): don't dump fraction exactly.

* lily/paper-score.cc (process): dump header only once.

* lily/paper-outputter.cc (Paper_outputter): move logic into
Scheme.

* scm/output-tex.scm (output-scopes): new function.
(output-paper-def): new function
(tex-string-def): new function
(symbol->tex-key): new function

20 years agoOne more missing \\
Mats Bengtsson [Thu, 19 Feb 2004 09:15:51 +0000 (09:15 +0000)]
One more missing \\

20 years agoCorrect some missing escaped slashes in the documentation strings.
Mats Bengtsson [Thu, 19 Feb 2004 09:13:49 +0000 (09:13 +0000)]
Correct some missing escaped slashes in the documentation strings.

20 years ago * input/regression/{many}.ly: refresh, trying to guess how
Heikki Junes [Thu, 19 Feb 2004 00:31:18 +0000 (00:31 +0000)]
    * input/regression/{many}.ly: refresh, trying to guess how
        it was designed.

20 years agocomment
Han-Wen Nienhuys [Thu, 19 Feb 2004 00:06:08 +0000 (00:06 +0000)]
comment

20 years agorelease commit release/2.1.25
Han-Wen Nienhuys [Wed, 18 Feb 2004 14:25:47 +0000 (14:25 +0000)]
release commit

20 years ago* scm/define-translator-properties.scm
Han-Wen Nienhuys [Wed, 18 Feb 2004 12:23:22 +0000 (12:23 +0000)]
* scm/define-translator-properties.scm
(all-user-translation-properties): add printOctaveNames

* ly/engraver-init.ly: remove Note_event_swallower.

* lily/note-name-engraver.cc (process_music): new property
printOctaveNames

* lily/context.cc (find_existing_context): remove support for
Current.

* scm/music-functions.scm (set-accidental-style): new function;
duplicate accidental macros.

* ly/property-init.ly (hideStaffSwitch): remove accidental macros.

* lily/note-name-engraver.cc (process_music):
process_acknowledged_grobs () -> process_music ()

20 years ago* scm/define-translator-properties.scm
Han-Wen Nienhuys [Wed, 18 Feb 2004 11:32:39 +0000 (11:32 +0000)]
* scm/define-translator-properties.scm
(all-user-translation-properties): add printOctaveNames

* ly/engraver-init.ly: remove Note_event_swallower.

* lily/note-name-engraver.cc (process_music): new property
printOctaveNames

* lily/context.cc (find_existing_context): remove support for
Current.

* scm/music-functions.scm (set-accidental-style): new function;
duplicate accidental macros.

* ly/property-init.ly (hideStaffSwitch): remove accidental macros.

* lily/note-name-engraver.cc (process_music):
process_acknowledged_grobs () -> process_music ()

20 years ago(determine-split-list): robustification.
Han-Wen Nienhuys [Wed, 18 Feb 2004 00:52:31 +0000 (00:52 +0000)]
(determine-split-list): robustification.

20 years ago(score_forbidden_quants): check all staff
Han-Wen Nienhuys [Tue, 17 Feb 2004 22:38:18 +0000 (22:38 +0000)]
(score_forbidden_quants): check all staff
lines for falling into beam-gap.

20 years ago* lily/note-spacing.cc (get_spacing): less space at EOL in case of
Han-Wen Nienhuys [Tue, 17 Feb 2004 22:13:17 +0000 (22:13 +0000)]
* lily/note-spacing.cc (get_spacing): less space at EOL in case of
key/clef/time signatures.

* input/test/ossia.ly: revise example.

* lily/span-bar.cc (evaluate_glyph): read 'glyph of self first.
cleanup.

* lily/grob-scheme.cc (LY_DEFINE): change a few function names to
comply to Scheme standard.  Remove ly:get-paper-variable

20 years ago * lily/accidental-engraver.cc (process_acknowledged_grobs): use
Han-Wen Nienhuys [Tue, 17 Feb 2004 17:30:03 +0000 (17:30 +0000)]
* lily/accidental-engraver.cc (process_acknowledged_grobs): use
properties from Voice context. This fixes staff-switches during
grace contexts.

20 years ago * scripts/convert-ly.py (2.1.22): Corrected documentation printout.
Mats Bengtsson [Tue, 17 Feb 2004 15:09:10 +0000 (15:09 +0000)]
* scripts/convert-ly.py (2.1.22): Corrected documentation printout.

20 years ago* lily/note-collision.cc (check_meshing_chords): only wipe heads
Han-Wen Nienhuys [Tue, 17 Feb 2004 11:06:56 +0000 (11:06 +0000)]
* lily/note-collision.cc (check_meshing_chords): only wipe heads
if necessary. Else, simply wipe dots.

* input/test/beam-alternate.ly: new file

* input/test/piano-staff-distance.ly: new file.

20 years ago* input/test/piano-staff-distance.ly: new file.
Han-Wen Nienhuys [Tue, 17 Feb 2004 01:48:35 +0000 (01:48 +0000)]
* input/test/piano-staff-distance.ly: new file.

* lily/translator-group.cc (recurse_down_translators): use
Direction for bottom-up/top-down.

* lily/include/translator.hh (class Translator): add
process_music() and do_announces(). This obviates
recurse_down_{engravers,performers}.

* ly/declarations-init.ly (melismaEnd): use ManualMelismaEvent for
\melisma and \melismaEnd

* lily/melisma-engraver.cc (process_music): change to
Melisma_translator, unify with performer. Accept
ManualMelismaEvent.

* ly/engraver-init.ly: add Font_size_engraver.

20 years ago * lily/align-interface.cc, lily/axis-group-engraver.cc: spell
Heikki Junes [Mon, 16 Feb 2004 22:44:25 +0000 (22:44 +0000)]
    * lily/align-interface.cc, lily/axis-group-engraver.cc: spell
        it hara-kiri.

        * input/regression/{many}.ly: improve descriptions trying to figure

20 years ago* lily/slur.cc (broken_trend_offset): robustness fix.
Han-Wen Nienhuys [Mon, 16 Feb 2004 15:21:24 +0000 (15:21 +0000)]
* lily/slur.cc (broken_trend_offset): robustness fix.

* lily/context.cc (find_create_context): go to Score if it exists.

20 years agorelease commit release/2.1.24
Han-Wen Nienhuys [Mon, 16 Feb 2004 13:28:36 +0000 (13:28 +0000)]
release commit

20 years agorelease commit
Han-Wen Nienhuys [Mon, 16 Feb 2004 13:25:41 +0000 (13:25 +0000)]
release commit

20 years ago(find_create_context): go to Score if it exists.
Han-Wen Nienhuys [Mon, 16 Feb 2004 11:38:15 +0000 (11:38 +0000)]
(find_create_context): go to Score if it exists.

20 years agomore files.
Han-Wen Nienhuys [Mon, 16 Feb 2004 02:38:26 +0000 (02:38 +0000)]
more files.

20 years ago* lily/include/grob-info.hh: origin_contexts() now does not
Han-Wen Nienhuys [Mon, 16 Feb 2004 02:29:01 +0000 (02:29 +0000)]
* lily/include/grob-info.hh: origin_contexts() now does not
include the originating engraver

* lily/translator-group.cc (translator_each): clean up contents,
remove superfluous stubs. Engraver_group_engraver and
Performer_group_performer are the only classes using multiple
inheritance.

* lily/include/score-context.hh (class Score_context): interface
between Score_{engraver,performer} and Global_context.

* lily/include/global-context.hh (Context): change from
global-translator. This is the entry point for contexts; it is not
tweakable using \translator{}. Score is no longer the top context,
but sits underneath Global.

* lily/include/context.hh (class Context): brain surgery: split
out Context functionality from Translator_group. Context is now a
separate type from Translator.

20 years ago * input/regression/{many}.ly: improve descriptions: use complete
Heikki Junes [Mon, 16 Feb 2004 01:54:55 +0000 (01:54 +0000)]
    * input/regression/{many}.ly: improve descriptions: use complete
        sentences, try to describe what is tested, avoid `we´, do not use
        don't, ...

20 years ago Draw more beatiful `->´ arrow in html: →
Heikki Junes [Sun, 15 Feb 2004 02:11:12 +0000 (02:11 +0000)]
    Draw more beatiful `->´ arrow in html: →

20 years ago,
Heikki Junes [Sun, 15 Feb 2004 01:23:17 +0000 (01:23 +0000)]
,

20 years agoadd Finnish author.
Heikki Junes [Sun, 15 Feb 2004 01:17:02 +0000 (01:17 +0000)]
add Finnish author.

20 years ago * Documentation/user/lilypond.tely: declare the topmost node only
Heikki Junes [Sun, 15 Feb 2004 01:07:52 +0000 (01:07 +0000)]
    * Documentation/user/lilypond.tely: declare the topmost node only
        once; removes empty line in @contents.

20 years ago * Documentation/user/refman.itely: use `@c´ if $internalsref{...} @c
Heikki Junes [Sun, 15 Feb 2004 00:21:42 +0000 (00:21 +0000)]
    * Documentation/user/refman.itely: use `@c´ if $internalsref{...} @c
        is at EOL.