> -----Original Message----- > From: Trevor Daniels [mailto:[EMAIL PROTECTED] > Sent: Friday, May 23, 2008 2:42 PM > To: Carl D. Sorensen; lily-devel > Subject: Re: predefined commands for figured bass > > > bassFigureStaffAlignmentUp = { > \revert Staff.BassFigureAlignmentPositioning #'direction } > > I wonder if using \revert is better than setting 'direction > to #UP? If the default value of 'direction is ever changed > this command would need to be changed too. But if 'direction > is explicitly set both commands would continue to work properly. >
I asked this question before, and Mats informed me that the standard way was to use \revert. http://article.gmane.org/gmane.comp.gnu.lilypond.devel/15886 I am personally indifferent to the two methods. I see benefits to both. It seems unlikely that one would want to change the settings on the figures more than once per piece of music, so it's not likely that using overrides for both *Up and *Down would cause a huge overhead in the props alist. Carl _______________________________________________ lilypond-devel mailing list [email protected] http://lists.gnu.org/mailman/listinfo/lilypond-devel
