From 7ad491c9b1e8462a7026d80cfdc68f384fac31bc Mon Sep 17 00:00:00 2001 From: Han-Wen Nienhuys Date: Fri, 21 Oct 2005 17:16:28 +0000 Subject: [PATCH] (all-user-translation-properties): add figuredBassPlusDirection. --- Documentation/topdocs/NEWS.tely | 1 + ly/engraver-init.ly | 8 ++++---- scm/define-context-properties.scm | 2 +- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/Documentation/topdocs/NEWS.tely b/Documentation/topdocs/NEWS.tely index b987933159..705a4f551c 100644 --- a/Documentation/topdocs/NEWS.tely +++ b/Documentation/topdocs/NEWS.tely @@ -64,6 +64,7 @@ power users. For example, With this code fragment, the direction of a beam is decided to be up or down, depending on the number of stems in the beam. + @item Support for figured bass has been rewritten. Now it supports continuation lines, slashed figures, and its figures, brackets, and alignments may diff --git a/ly/engraver-init.ly b/ly/engraver-init.ly index 5550b278ff..0be35083bd 100644 --- a/ly/engraver-init.ly +++ b/ly/engraver-init.ly @@ -347,8 +347,8 @@ printing of a single line of lyrics. " \consists "Skip_event_swallow_translator" \consists "Font_size_engraver" \consists "Hara_kiri_engraver" - \override RemoveEmptyVerticalGroup #'remove-first = ##t - \override RemoveEmptyVerticalGroup #'remove-empty = ##t + \override VerticalAxisGroup #'remove-first = ##t + \override VerticalAxisGroup #'remove-empty = ##t \override SeparationItem #'padding = #0.2 } @@ -387,7 +387,7 @@ printing of a single line of lyrics. " \override VerticalAxisGroup #'minimum-Y-extent = #'(0 . 2.5) extraVerticalExtent = ##f \override SeparatingGroupSpanner #'padding = #0.8 - \override RemoveEmptyVerticalGroup #'remove-first = ##t + \override VerticalAxisGroup #'remove-first = ##t verticalExtent = ##f } @@ -585,7 +585,7 @@ AncientRemoveEmptyStaffContext = \context { \consists "Skip_event_swallow_translator" \consists "Separating_line_group_engraver" \consists "Hara_kiri_engraver" - \override RemoveEmptyVerticalGroup #'remove-first = ##t + \override VerticalAxisGroup #'remove-first = ##t \override VerticalAxisGroup #'minimum-Y-extent = #'(-0.5 . 2.5) } diff --git a/scm/define-context-properties.scm b/scm/define-context-properties.scm index 3b098740fe..aa6f8e7757 100644 --- a/scm/define-context-properties.scm +++ b/scm/define-context-properties.scm @@ -259,7 +259,7 @@ the instrument. Its value is the pitch that sounds like middle C. This is used to transpose the MIDI output, and @code{\\quote}s.") (keepAliveInterfaces ,list? "List of symbols, signifying grob interfaces that -are worth keeping a RemoveEmptyStaff staff around for.") +are worth keeping an staff with @code{remove-empty} set around for.") (keyAlterationOrder ,list? " Alist that defines in what order alterations should be printed. The format is (@var{step} . @var{alter}), where @var{step} is from 0 .. 6 and @var{alter} from -- 2.39.5