]> git.donarmstrong.com Git - lilypond.git/log
lilypond.git
19 years agoincrease extent of Staff.
Han-Wen Nienhuys [Mon, 13 Sep 2004 20:26:37 +0000 (20:26 +0000)]
increase extent of Staff.

19 years agoDe-gender the last few places.
Graham Percival [Mon, 13 Sep 2004 19:48:08 +0000 (19:48 +0000)]
De-gender the last few places.

19 years agoDe-gender a few entires.
Graham Percival [Mon, 13 Sep 2004 18:19:38 +0000 (18:19 +0000)]
De-gender a few entires.

19 years agoChange behaviour of slur and accents.
Graham Percival [Mon, 13 Sep 2004 18:19:01 +0000 (18:19 +0000)]
Change behaviour of slur and accents.

19 years ago * input/regression/rehearsal-mark-number.ly: Reuse the existing
Mats Bengtsson [Mon, 13 Sep 2004 11:27:53 +0000 (11:27 +0000)]
* input/regression/rehearsal-mark-number.ly: Reuse the existing
formatting routine when adding boxed numbers. Makes it easier to
extrapolate how to do for boxed letters.

19 years agoUpdated "reporting bugs".
Graham Percival [Mon, 13 Sep 2004 02:06:30 +0000 (02:06 +0000)]
Updated "reporting bugs".

19 years agoFixed bug in numbered time signatures.
Graham Percival [Sun, 12 Sep 2004 21:31:48 +0000 (21:31 +0000)]
Fixed bug in numbered time signatures.

19 years ago* scm/page-layout.scm (ly:optimal-page-breaks): use new parameters
Han-Wen Nienhuys [Sun, 12 Sep 2004 17:33:15 +0000 (17:33 +0000)]
* scm/page-layout.scm (ly:optimal-page-breaks): use new parameters
to get sane spaces for titles.

* scm/page-layout.scm (ly:optimal-page-breaks): add
betweensystempadding also to fixed distance for the spring.

19 years ago* scm/page-layout.scm (ly:optimal-page-breaks): use new parameters
Han-Wen Nienhuys [Sun, 12 Sep 2004 17:05:15 +0000 (17:05 +0000)]
* scm/page-layout.scm (ly:optimal-page-breaks): use new parameters
to get sane spaces for titles.

* lily/parser.yy: change mode changing commands to XXXmode,
eg. drummode.
(mode_changing_head): group mode changes.
(mode_changing_head_with_context): new commands: create context as
well as change mode.

* scm/page-layout.scm (ly:optimal-page-breaks): add
betweensystempadding also to fixed distance for the spring.

19 years ago* scm/page-layout.scm (ly:optimal-page-breaks): use new parameters
Han-Wen Nienhuys [Sun, 12 Sep 2004 13:39:56 +0000 (13:39 +0000)]
* scm/page-layout.scm (ly:optimal-page-breaks): use new parameters
to get sane spaces for titles.

* scm/page-layout.scm (ly:optimal-page-breaks): add
betweensystempadding also to fixed distance for the spring.

* lily/beam-concave.cc: new file, with new routines for concave
decisions. There are now two types of concaveness: 1. a sharp
logic decision forcing a beam horizontal, and 2. a number that
measures how concave beams are that are not caught by 1.

This fixes: morgenlied.ly and input/regression/beam-concave.ly

19 years ago* scm/page-layout.scm (ly:optimal-page-breaks): use new parameters
Han-Wen Nienhuys [Sun, 12 Sep 2004 12:57:23 +0000 (12:57 +0000)]
* scm/page-layout.scm (ly:optimal-page-breaks): use new parameters
to get sane spaces for titles.

* scm/page-layout.scm (ly:optimal-page-breaks): add
betweensystempadding also to fixed distance for the spring.

This fixes: morgenlied.ly and input/regression/beam-concave.ly

19 years ago* Documentation/user/changing-defaults.itely (Page layout):
Han-Wen Nienhuys [Sun, 12 Sep 2004 12:39:32 +0000 (12:39 +0000)]
* Documentation/user/changing-defaults.itely (Page layout):
document them.

* scm/page-layout.scm (ly:optimal-page-breaks): use new parameters
to get sane spaces for titles.

* ly/book-paper-defaults.ly: new parameters aftertitlespace,
beforetitlespace, betweentitlespace.

* scm/page-layout.scm (ly:optimal-page-breaks): add
betweensystempadding also to fixed distance for the spring.

This fixes: morgenlied.ly and input/regression/beam-concave.ly

19 years ago* lily/beam.cc (set_minimum_dy): new function. Round non-zero
Han-Wen Nienhuys [Sun, 12 Sep 2004 12:27:23 +0000 (12:27 +0000)]
* lily/beam.cc (set_minimum_dy): new function. Round non-zero
small slope up to smallest quant. This prevents small slopes from
getting rounded to zero.

* lily/beam-quanting.cc (quanting): don't allow dy_mus slopes that
are smaller than the smallest quant.

* scm/define-grobs.scm (all-grob-descriptions): fix order of
key-cancellation.

This fixes: morgenlied.ly and input/regression/beam-concave.ly

19 years agoThis fixes: morgenlied.ly and input/regression/beam-concave.ly
Han-Wen Nienhuys [Sun, 12 Sep 2004 10:15:00 +0000 (10:15 +0000)]
This fixes: morgenlied.ly and input/regression/beam-concave.ly

19 years agoThis fixes: morgenlied.ly and input/regression/beam-concave.ly
Han-Wen Nienhuys [Sun, 12 Sep 2004 09:35:01 +0000 (09:35 +0000)]
This fixes: morgenlied.ly and input/regression/beam-concave.ly

19 years ago* ly/a4-init.ly (vsize): remove papersize init files.
Han-Wen Nienhuys [Sun, 12 Sep 2004 09:33:21 +0000 (09:33 +0000)]
* ly/a4-init.ly (vsize): remove papersize init files.

* lily/beam-concave.cc: new file, with new routines for concave
decisions. There are now two types of concaveness: 1. a sharp
logic decision forcing a beam horizontal, and 2. a number that
measures how concave beams are that are not caught by 1.

This fixes: morgenlied.ly and input/regression/beam-concave.ly

19 years ago* scripts/convert-ly.py (conv): add conversion.
Han-Wen Nienhuys [Sun, 12 Sep 2004 09:24:51 +0000 (09:24 +0000)]
* scripts/convert-ly.py (conv): add conversion.

* lily/parser.yy: change mode changing commands to XXXmode,
eg. drummode.
(mode_changing_head): group mode changes.
(mode_changing_head_with_context): new commands: create context as
well as change mode.

This fixes: morgenlied.ly and input/regression/beam-concave.ly

19 years ago* input/regression/system-overstrike.ly: new file.
Han-Wen Nienhuys [Sun, 12 Sep 2004 08:55:24 +0000 (08:55 +0000)]
* input/regression/system-overstrike.ly: new file.

* scm/page-layout.scm (ly:optimal-page-breaks): add
betweensystempadding also to fixed distance for the spring.

This fixes: morgenlied.ly and input/regression/beam-concave.ly

19 years agoThis fixes: morgenlied.ly and input/regression/beam-concave.ly
Han-Wen Nienhuys [Sun, 12 Sep 2004 00:36:50 +0000 (00:36 +0000)]
This fixes: morgenlied.ly and input/regression/beam-concave.ly

19 years ago(all-grob-descriptions): fix order of
Han-Wen Nienhuys [Sun, 12 Sep 2004 00:34:23 +0000 (00:34 +0000)]
(all-grob-descriptions): fix order of
key-cancellation.

This fixes: morgenlied.ly and input/regression/beam-concave.ly

19 years ago(all-grob-descriptions): fix order of
Han-Wen Nienhuys [Sat, 11 Sep 2004 23:50:21 +0000 (23:50 +0000)]
(all-grob-descriptions): fix order of
key-cancellation.

This fixes: morgenlied.ly and input/regression/beam-concave.ly

19 years agonew file, with new routines for concave
Han-Wen Nienhuys [Sat, 11 Sep 2004 23:46:07 +0000 (23:46 +0000)]
new file, with new routines for concave
decisions. There are now two types of concaveness: 1. a sharp
logic decision forcing a beam horizontal, and 2. a number that
measures how concave beams are that are not caught by 1.

This fixes: morgenlied.ly and input/regression/beam-concave.ly

19 years ago(stop_translation_timestep): new
Han-Wen Nienhuys [Sat, 11 Sep 2004 22:12:48 +0000 (22:12 +0000)]
(stop_translation_timestep): new
property: add-stem-support

19 years agorelease commit release/2.3.16
Han-Wen Nienhuys [Sat, 11 Sep 2004 19:29:34 +0000 (19:29 +0000)]
release commit

19 years ago*** empty log message ***
Han-Wen Nienhuys [Sat, 11 Sep 2004 19:08:20 +0000 (19:08 +0000)]
*** empty log message ***

19 years ago* input/regression/phrasing-slur.ly (Module): remove (duplicate
Han-Wen Nienhuys [Sat, 11 Sep 2004 17:28:24 +0000 (17:28 +0000)]
* input/regression/phrasing-slur.ly (Module): remove (duplicate
with phrasing-slur-slur-avoid.ly)

* lily/slur-scoring.cc (struct Extra_collision_info): collect
parameters for extra offset.
(get_bezier): add slurs mid-points for curve determination
(score_extra_encompass): add slur end points for scoring.

19 years ago * lily/slur-scoring.cc (broken_trend_y): always take use vdir
Han-Wen Nienhuys [Sat, 11 Sep 2004 16:23:15 +0000 (16:23 +0000)]
* lily/slur-scoring.cc (broken_trend_y): always take use vdir
extent index of other system. Fixes slurs across line breaks.

19 years ago* scm/framework-ps.scm (reencode-font): Handling font scaling
Werner Lemberg [Sat, 11 Sep 2004 14:09:47 +0000 (14:09 +0000)]
* scm/framework-ps.scm (reencode-font): Handling font scaling
and reencoding differently to work around a bug in gs 8.30 and
earlier.
Update callers.

19 years ago* lily/translator.cc (derived_mark): new function.
Han-Wen Nienhuys [Sat, 11 Sep 2004 12:35:20 +0000 (12:35 +0000)]
* lily/translator.cc (derived_mark): new function.

* lily/slur-scoring.cc (score_encompass): new penalty type:
variance penalty demerits slurs where one head/stem is much
closer to the slur than average.

* lily/tuplet-bracket.cc (print): use robust_relative_extent
iso. extent()
(calc_position_and_height): use robust_relative_extent(). This
fixes a couple of programming_errors

19 years ago* input/regression/part-combine-mmrest-after-solo.ly (Module): new
Han-Wen Nienhuys [Fri, 10 Sep 2004 22:34:18 +0000 (22:34 +0000)]
* input/regression/part-combine-mmrest-after-solo.ly (Module): new
file.

* lily/part-combine-iterator.cc (unisono): bugfix for the case
that voice-2 plays solo, and voice-1 has an mmrest that starts
earlier. In that case, we switch to voice-2, so we catch the
mmrest of voice-2. This fixes: partcombine-rest.ly.

19 years ago* lily/hairpin.cc: lengthen hairpin if space is available.
Han-Wen Nienhuys [Fri, 10 Sep 2004 21:55:43 +0000 (21:55 +0000)]
* lily/hairpin.cc: lengthen hairpin if space is available.

* input/regression/dynamics-hairpin-length.ly (Module): new file.

19 years ago(all-internal-grob-properties):
Han-Wen Nienhuys [Fri, 10 Sep 2004 21:54:03 +0000 (21:54 +0000)]
(all-internal-grob-properties):
add adjacent-hairpins property.

19 years agoSmall fixes.
Graham Percival [Fri, 10 Sep 2004 19:45:40 +0000 (19:45 +0000)]
Small fixes.

19 years ago(Requires): bump requirement for
Han-Wen Nienhuys [Fri, 10 Sep 2004 14:19:58 +0000 (14:19 +0000)]
(Requires): bump requirement for
ec-fonts-mftraced

19 years agorelease commit release/2.3.15
Han-Wen Nienhuys [Fri, 10 Sep 2004 13:06:06 +0000 (13:06 +0000)]
release commit

19 years ago(SAUTER_FONTS): remove ecb10. This is provided
Han-Wen Nienhuys [Fri, 10 Sep 2004 12:03:03 +0000 (12:03 +0000)]
(SAUTER_FONTS): remove ecb10. This is  provided
by the latest ec-fonts-mftraced package.

19 years ago* scm/define-context-properties.scm
Han-Wen Nienhuys [Fri, 10 Sep 2004 10:37:13 +0000 (10:37 +0000)]
* scm/define-context-properties.scm
(all-internal-translation-properties): add property. Remove
definition of quotes property.

* Documentation/user/notation.itely (Quoting other voices):
document it

* lily/quote-iterator.cc (moment_less): add quotedEventTypes
property, to determine what events are processed in \quote.

19 years ago * input/puer-fragment.ly: bugfix: lyrics hyphen: syntax update
Jürgen Reuter [Fri, 10 Sep 2004 00:20:46 +0000 (00:20 +0000)]
* input/puer-fragment.ly: bugfix: lyrics hyphen: syntax update

19 years ago * lily/vaticana-ligature-engraver.cc: caught some more "_"
Jürgen Reuter [Fri, 10 Sep 2004 00:13:19 +0000 (00:13 +0000)]
* lily/vaticana-ligature-engraver.cc: caught some more "_"
inconsistencies

19 years ago * input/test/gregorian-scripts.ly: fixed another victim of grand
Jürgen Reuter [Fri, 10 Sep 2004 00:02:49 +0000 (00:02 +0000)]
* input/test/gregorian-scripts.ly: fixed another victim of grand
replacement operations

19 years ago2004-09-10 Juergen Reuter <reuter@ipd.uka.de>
Jürgen Reuter [Thu, 9 Sep 2004 22:55:39 +0000 (22:55 +0000)]
2004-09-10  Juergen Reuter  <reuter@ipd.uka.de>

* (many files): removed most occurrences of underscore ("_")
from font characters; made font character naming more
consistent

19 years ago(Paper size): doc
Han-Wen Nienhuys [Thu, 9 Sep 2004 22:42:20 +0000 (22:42 +0000)]
(Paper size): doc
landscape

19 years ago* Documentation/user/changing-defaults.itely (Paper size): doc
Han-Wen Nienhuys [Thu, 9 Sep 2004 22:38:12 +0000 (22:38 +0000)]
* Documentation/user/changing-defaults.itely (Paper size): doc
landscape

* scm/framework-ps.scm (eps-header): bugfixes.

* scm/titling.scm (default-score-title): remove opus from the
\score title.

19 years ago*** empty log message ***
Jan Nieuwenhuizen [Thu, 9 Sep 2004 00:26:03 +0000 (00:26 +0000)]
*** empty log message ***

19 years agoChanged scripts/* to use sys.argv[0]
Pedro Kroger [Thu, 9 Sep 2004 00:10:22 +0000 (00:10 +0000)]
Changed scripts/* to use sys.argv[0]

19 years ago* scm/output-gnome.scm (placebox): Shield affine-relative.
Jan Nieuwenhuizen [Wed, 8 Sep 2004 23:07:20 +0000 (23:07 +0000)]
* scm/output-gnome.scm (placebox): Shield affine-relative.

* buildscripts/guile-gnome.sh: Update.  Do not use GUILE CVS,
cater for system's pango 1.5.1.

* input/regression/new-slur.ly: Add ugly slur from scsii-sarabande.

* scm/slur.scm: Tweak.

19 years agoMore editing.
Graham Percival [Wed, 8 Sep 2004 16:41:32 +0000 (16:41 +0000)]
More editing.

19 years agoFixes my bad CVS merge.
Graham Percival [Tue, 7 Sep 2004 18:45:44 +0000 (18:45 +0000)]
Fixes my bad CVS merge.

19 years agoOther part of "Graham has nothing to do apart from edit Lilypond manual pages" patch.
Graham Percival [Tue, 7 Sep 2004 16:30:22 +0000 (16:30 +0000)]
Other part of "Graham has nothing to do apart from edit Lilypond manual pages" patch.

19 years agoNumerous editorial and stylistic changes to manual.
Graham Percival [Tue, 7 Sep 2004 16:27:18 +0000 (16:27 +0000)]
Numerous editorial and stylistic changes to manual.

19 years agoAdd my name and modify my profile.
Graham Percival [Tue, 7 Sep 2004 16:24:40 +0000 (16:24 +0000)]
Add my name and modify my profile.

19 years ago* scm/framework-ps.scm (output-framework): handle landscape settings.
Han-Wen Nienhuys [Mon, 6 Sep 2004 23:01:58 +0000 (23:01 +0000)]
* scm/framework-ps.scm (output-framework): handle landscape settings.

* ps/lilyponddefs.ps: cleanup.

19 years ago* scm/define-grobs.scm (all-grob-descriptions): unset
Han-Wen Nienhuys [Mon, 6 Sep 2004 20:34:13 +0000 (20:34 +0000)]
* scm/define-grobs.scm (all-grob-descriptions): unset
threshold. This fixes morgenlied.

* scm/page-layout.scm (ly:optimal-page-breaks): whoops. Thinko in
rod calculation.

19 years ago(ly:optimal-page-breaks): whoops. Thinko in
Han-Wen Nienhuys [Mon, 6 Sep 2004 18:42:45 +0000 (18:42 +0000)]
(ly:optimal-page-breaks): whoops. Thinko in
rod calculation.

19 years ago(get_line): don't take piano-pedal & dynamic line
Han-Wen Nienhuys [Mon, 6 Sep 2004 18:20:11 +0000 (18:20 +0000)]
(get_line): don't take piano-pedal & dynamic line
spanners into account for staff-extents.

19 years ago(print): take common refpoint of dots
Han-Wen Nienhuys [Mon, 6 Sep 2004 17:46:40 +0000 (17:46 +0000)]
(print): take common refpoint of dots
into account as well.

19 years ago* lily/lookup.cc (triangle): translate by interval.
Han-Wen Nienhuys [Sun, 5 Sep 2004 21:48:30 +0000 (21:48 +0000)]
* lily/lookup.cc (triangle): translate by interval.

* scm/page-layout.scm (ly:optimal-page-breaks): typo.

* input/regression/quote-cyclic.ly (Module): new file.

* input/regression/key-signature-cancellation.ly (Module): new file.

19 years agorelease commit release/2.3.14
Han-Wen Nienhuys [Sun, 5 Sep 2004 20:58:45 +0000 (20:58 +0000)]
release commit

19 years ago*** empty log message ***
Han-Wen Nienhuys [Sun, 5 Sep 2004 12:49:00 +0000 (12:49 +0000)]
*** empty log message ***

19 years ago(Page layout): add
Han-Wen Nienhuys [Sun, 5 Sep 2004 12:41:53 +0000 (12:41 +0000)]
(Page layout): add
betweensystempadding

19 years ago(ly:optimal-page-breaks): typo.
Han-Wen Nienhuys [Sun, 5 Sep 2004 12:27:47 +0000 (12:27 +0000)]
(ly:optimal-page-breaks): typo.

19 years ago* input/regression/quote-cyclic.ly (Module): new file.
Han-Wen Nienhuys [Sun, 5 Sep 2004 12:17:01 +0000 (12:17 +0000)]
* input/regression/quote-cyclic.ly (Module): new file.

* scm/lily.scm (print): add function.

* scm/music-functions.scm (quote-substitute): new
function. Substitute \quote when putting music into \score.

19 years ago* input/regression/key-signature-cancellation.ly (Module): new file.
Han-Wen Nienhuys [Sun, 5 Sep 2004 11:19:14 +0000 (11:19 +0000)]
* input/regression/key-signature-cancellation.ly (Module): new file.

* lily/key-signature-interface.cc (print): take position
difference into account when spacing naturals.

* lily/key-engraver.cc (create_key): create KeyCancellation grob
separately, so the cancellation can be put before the staff-bar

* scm/define-grobs.scm (all-grob-descriptions): add a
KeyCancellation grob.

* lily/tuplet-engraver.cc (struct Tuplet_description): new
struct. Use to clean-up Tuplet_engraver

19 years agoRemove two spurious characters at beginning of file.
Werner Lemberg [Sat, 4 Sep 2004 07:12:08 +0000 (07:12 +0000)]
Remove two spurious characters at beginning of file.

19 years ago(scm_from_double): more compat glue.
Han-Wen Nienhuys [Fri, 3 Sep 2004 23:54:16 +0000 (23:54 +0000)]
(scm_from_double): more compat glue.

19 years ago*** empty log message ***
Han-Wen Nienhuys [Fri, 3 Sep 2004 23:27:37 +0000 (23:27 +0000)]
*** empty log message ***

19 years ago(scm_from_double): more compat glue.
Han-Wen Nienhuys [Fri, 3 Sep 2004 23:25:41 +0000 (23:25 +0000)]
(scm_from_double): more compat glue.

19 years ago*** empty log message ***
Han-Wen Nienhuys [Fri, 3 Sep 2004 23:21:18 +0000 (23:21 +0000)]
*** empty log message ***

19 years ago(scm_is_number): add scm_is_number
Han-Wen Nienhuys [Thu, 2 Sep 2004 19:17:27 +0000 (19:17 +0000)]
(scm_is_number): add scm_is_number

19 years ago* lily/simple-spacer.cc (LY_DEFINE): ly_solve_spring_rod_problem:
Han-Wen Nienhuys [Wed, 1 Sep 2004 23:17:59 +0000 (23:17 +0000)]
* lily/simple-spacer.cc (LY_DEFINE): ly_solve_spring_rod_problem:
export spacing routine to SCM.

* lily/include/simple-spacer.hh (struct Simple_spacer_wrapper):
new class, separate Grobs from interface.

19 years ago* lily/include/lily-guile.hh: compatibility glue for 1.6
Han-Wen Nienhuys [Wed, 1 Sep 2004 19:41:17 +0000 (19:41 +0000)]
* lily/include/lily-guile.hh: compatibility glue for 1.6

* lily/lily-guile.cc: remove ly_scm2str0.

19 years agoremove ly_scm2str0.
Han-Wen Nienhuys [Wed, 1 Sep 2004 18:41:20 +0000 (18:41 +0000)]
remove ly_scm2str0.

19 years agoUse @inforef iso @uref for
Jan Nieuwenhuizen [Wed, 1 Sep 2004 09:57:13 +0000 (09:57 +0000)]
Use @inforef iso @uref for
external references.  Fixes HTML cross references with makeinfo 4.7.

19 years ago*** empty log message ***
Han-Wen Nienhuys [Tue, 31 Aug 2004 22:41:24 +0000 (22:41 +0000)]
*** empty log message ***

19 years ago(struct Simple_spacer): remove
Han-Wen Nienhuys [Tue, 31 Aug 2004 22:39:51 +0000 (22:39 +0000)]
(struct Simple_spacer): remove
expand_only option.

19 years ago* lily/system.cc (get_line): add System stencil to exprs. Fixes
Han-Wen Nienhuys [Sun, 29 Aug 2004 17:49:15 +0000 (17:49 +0000)]
* lily/system.cc (get_line): add System stencil to exprs. Fixes
system-extents.ly.

* ly/engraver-init.ly: decrease minimumVerticalExtent to (-5,5).

* scm/define-grobs.scm (all-grob-descriptions): decrease padding
for MultiMeasureRestNumber

19 years ago*** empty log message ***
Han-Wen Nienhuys [Sun, 29 Aug 2004 15:22:43 +0000 (15:22 +0000)]
*** empty log message ***

19 years agorelease commit release/2.3.13
Han-Wen Nienhuys [Sun, 29 Aug 2004 14:59:37 +0000 (14:59 +0000)]
release commit

19 years ago*** empty log message ***
Han-Wen Nienhuys [Sun, 29 Aug 2004 14:26:24 +0000 (14:26 +0000)]
*** empty log message ***

19 years ago(LY_DEFINE): ly:context-grob-definition takes two arguments.
Nicolas Sceaux [Sun, 29 Aug 2004 13:58:05 +0000 (13:58 +0000)]
(LY_DEFINE): ly:context-grob-definition takes two arguments.

19 years ago* input/regression/slur-stem-broken.ly: remove.
Han-Wen Nienhuys [Sun, 29 Aug 2004 08:42:17 +0000 (08:42 +0000)]
* input/regression/slur-stem-broken.ly: remove.

* lily/slur.cc: add quant-score.

* input/regression/slur-staccato.ly (texidoc): remove

* make/lilypond.redhat.spec.in (Group): remove musedata2ly

19 years ago*** empty log message ***
Han-Wen Nienhuys [Sat, 28 Aug 2004 23:27:33 +0000 (23:27 +0000)]
*** empty log message ***

19 years agoremove musedata2ly from scripts/GNUmakefile
Pedro Kroger [Sat, 28 Aug 2004 19:59:19 +0000 (19:59 +0000)]
remove musedata2ly from scripts/GNUmakefile

19 years ago*** empty log message ***
Han-Wen Nienhuys [Sat, 28 Aug 2004 16:40:46 +0000 (16:40 +0000)]
*** empty log message ***

19 years ago* lily/include/bezier-bow.hh: remove.
Han-Wen Nienhuys [Sat, 28 Aug 2004 16:37:40 +0000 (16:37 +0000)]
* lily/include/bezier-bow.hh: remove.

* lily/slur-bezier-bow.cc (Module): remove.

* lily/include/slur.hh (Module): remove.

* lily/slur.cc: remove

* lily/slur-quanting.cc (after_line_breaking): only do scoring
when less than 4 control-points.

* lily/slur-quanting.cc (get_bezier): new functionality, blow up
slur depending on extents of note heads.

19 years ago* input/test/slur-beautiful.ly (Module): remove
Han-Wen Nienhuys [Sat, 28 Aug 2004 16:14:54 +0000 (16:14 +0000)]
* input/test/slur-beautiful.ly (Module): remove

* input/test/slur-attachment-override.ly (Module): remove

* lily/slur-quanting.cc (after_line_breaking): only do scoring
when less than 4 control-points.

* lily/slur-quanting.cc (get_bezier): new functionality, blow up
slur depending on extents of note heads.

19 years ago* lily/key-signature-interface.cc: add style.
Han-Wen Nienhuys [Sat, 28 Aug 2004 15:55:31 +0000 (15:55 +0000)]
* lily/key-signature-interface.cc: add style.

* Documentation/user/notation.itely (Automatic staff changes):
document new behavior.

19 years ago*** empty log message ***
Han-Wen Nienhuys [Sat, 28 Aug 2004 13:38:16 +0000 (13:38 +0000)]
*** empty log message ***

19 years ago(Automatic staff changes):
Han-Wen Nienhuys [Sat, 28 Aug 2004 13:36:07 +0000 (13:36 +0000)]
(Automatic staff changes):
document new behavior.

19 years agonew file.
Han-Wen Nienhuys [Sat, 28 Aug 2004 13:34:21 +0000 (13:34 +0000)]
new file.

19 years ago* ly/engraver-init.ly (AncientRemoveEmptyStaffContext): set
Han-Wen Nienhuys [Sat, 28 Aug 2004 13:32:37 +0000 (13:32 +0000)]
* ly/engraver-init.ly (AncientRemoveEmptyStaffContext): set
bassStaffProperties to \clef bass.

* lily/auto-change-iterator.cc (construct_children): instantiate
up/down Staff, create Voice on up staff initially. Obviates
explicit instantiation of up/down contexts for \autochange.

* lily/slur-quanting.cc (get_bezier): new functionality, blow up
slur depending on extents of note heads.

19 years ago*** empty log message ***
Han-Wen Nienhuys [Sat, 28 Aug 2004 11:19:45 +0000 (11:19 +0000)]
*** empty log message ***

19 years ago * lily/slur-quanting.cc (init_score_param): read scoring
Han-Wen Nienhuys [Sat, 28 Aug 2004 11:18:49 +0000 (11:18 +0000)]
* lily/slur-quanting.cc (init_score_param): read scoring
parameters from slur-details property

* scm/define-grobs.scm (all-grob-descriptions): add inside-slur to
Accidental

19 years agominor editing.
Graham Percival [Sat, 28 Aug 2004 03:05:07 +0000 (03:05 +0000)]
minor editing.

19 years agoMinor editing. (I'm just fixing a few things while I read the updated docs)
Graham Percival [Sat, 28 Aug 2004 02:39:56 +0000 (02:39 +0000)]
Minor editing.  (I'm just fixing a few things while I read the updated docs)

19 years ago* Documentation/user/advanced.itely: removed.
Han-Wen Nienhuys [Fri, 27 Aug 2004 23:12:17 +0000 (23:12 +0000)]
* Documentation/user/advanced.itely: removed.

* Documentation/user/programming-interface.itely (How markups work
internally): new subsection.

* Documentation/user/converters.itely (Invoking abc2ly): remove
musedata2ly.

19 years ago(Vertical spacing):
Han-Wen Nienhuys [Fri, 27 Aug 2004 20:58:12 +0000 (20:58 +0000)]
(Vertical spacing):
corrections

19 years ago(Vertical spacing):
Han-Wen Nienhuys [Fri, 27 Aug 2004 17:33:49 +0000 (17:33 +0000)]
(Vertical spacing):
corrections

19 years agoI WILL TEST FILES BEFORE COMMITTING.
Graham Percival [Fri, 27 Aug 2004 03:19:50 +0000 (03:19 +0000)]
I WILL TEST FILES BEFORE COMMITTING.
I WILL TEST FILES BEFORE COMMITTING.
I WILL TEST FILES BEFORE COMMITTING.

19 years agoAdd note about the "example templates" section of the manual, and remove
Graham Percival [Fri, 27 Aug 2004 02:51:22 +0000 (02:51 +0000)]
Add note about the "example templates" section of the manual, and remove
link to input/test/