]> git.donarmstrong.com Git - lilypond.git/commitdiff
(all-user-translation-properties): add figuredBassPlusDirection.
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Fri, 21 Oct 2005 17:16:28 +0000 (17:16 +0000)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Fri, 21 Oct 2005 17:16:28 +0000 (17:16 +0000)
Documentation/topdocs/NEWS.tely
ly/engraver-init.ly
scm/define-context-properties.scm

index b98793315979814179dfa677ba585ccff21cec20..705a4f551c6250523a8aecd41b3aff4edb97510d 100644 (file)
@@ -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
index 5550b278ff82a2954e3100a53d17ccf543325910..0be35083bdaa8f157cd9f5abbb474b8009fb274d 100644 (file)
@@ -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)
 }
 
index 3b098740fe6a4dc78ab793175e382c940ba450d0..aa6f8e7757051204a3569b3f1afc9e8bdf895c13 100644 (file)
@@ -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