lilypond-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Figured Bass commands in property-init.ly


From: Carl D. Sorensen
Subject: Figured Bass commands in property-init.ly
Date: Wed, 21 May 2008 06:54:51 -0600

There are twe elements of figured bass notation that are an integral part of 
the notation, so Graham said we should make predefined commands for them.  Doea 
anybody object to

figuredBassExtendersOn = {
  \set useBassFigureExtenders = ##t
}
figuredBassExtendersOff = {
  \set useBassFigureExtenders = ##f
}

or

figuredBassBelowStaffOn = {
  \override Staff.BassFigureAlignmentPositioning
     #'direction = #DOWN
}
figuredBassBelowStaffOff = {
  \override Staff.BassFigureAlignmentPositioning
    #'direction = #UP
}

Carl Sorensen




reply via email to

[Prev in Thread] Current Thread [Next in Thread]