From: Jan Nieuwenhuizen Date: Fri, 4 Oct 2002 16:37:02 +0000 (+0000) Subject: * scm/grob-description.scm (minimum-beam-collision-distance): 0.75 X-Git-Tag: release/1.6.6~13 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=15a1c865c334b30b931d6d92c2ba2df130ab0e6a;p=lilypond.git * scm/grob-description.scm (minimum-beam-collision-distance): 0.75 staff-space. Previous 1.5 was probably meant as half-spaces. (cautionary-style): parentheses (was: smaller). This is what doco says, and it seems more logical. * Documentation/user/refman.itely (Chromatic alterations): Bugfix for 2nd sentence. --- diff --git a/ChangeLog b/ChangeLog index 1970cf83e4..7af0153747 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +2002-10-04 Jan Nieuwenhuizen + + * scm/grob-description.scm (minimum-beam-collision-distance): 0.75 + staff-space. Previous 1.5 was probably meant as half-spaces. + (cautionary-style): parentheses (was: smaller). This is what doco + says, and it seems more logical. + + * Documentation/user/refman.itely (Chromatic alterations): Bugfix + for 2nd sentence. + 2002-10-04 Han-Wen Nienhuys * make/lilypond.redhat.spec.in: various fixes for RedHat 8.0 diff --git a/Documentation/user/refman.itely b/Documentation/user/refman.itely index 1f89b4ac67..152c5f190c 100644 --- a/Documentation/user/refman.itely +++ b/Documentation/user/refman.itely @@ -163,7 +163,8 @@ octave; each @code{,} lowers the pitch by an octave. Normally accidentals are printed automatically, but you may also print them manually. A reminder accidental @cindex reminder accidental -@cindex @code{?} can be forced by adding an exclamation mark @code{!} +@cindex @code{?} +can be forced by adding an exclamation mark @code{!} after the pitch. A cautionary accidental @cindex cautionary accidental @cindex parenthesized accidental diff --git a/scm/grob-description.scm b/scm/grob-description.scm index d3f8f6149f..5545ffc8e5 100644 --- a/scm/grob-description.scm +++ b/scm/grob-description.scm @@ -2,7 +2,7 @@ ;;;; ;;;; source file of the GNU LilyPond music typesetter ;;;; -;;;; (c) 1998--20.301 Han-Wen Nienhuys +;;;; (c) 1998--2002 Han-Wen Nienhuys ;;;; Jan Nieuwenhuizen ;;;; distances are given in stafflinethickness (thicknesses) and @@ -18,7 +18,7 @@ . ( (molecule-callback . ,Accidental_interface::brew_molecule) (font-family . music) - (cautionary-style . smaller) + (cautionary-style . parentheses) (after-line-breaking-callback . ,Accidental_interface::after_line_breaking) (meta . ((interfaces . (item-interface accidental-interface font-interface)))) )) (AccidentalPlacement @@ -692,7 +692,7 @@ (Y-extent-callback . ,Rest::extent_callback) (molecule-callback . ,Rest::brew_molecule) (Y-offset-callbacks . (,Staff_symbol_referencer::callback)) - (minimum-beam-collision-distance . 1.5) + (minimum-beam-collision-distance . 0.75) (meta . ( (interfaces . (font-interface rhythmic-head-interface