From: Graham Percival Date: Thu, 5 Jun 2008 01:50:49 +0000 (-0700) Subject: Add predefs for chords. X-Git-Tag: release/2.11.48-1~10 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=ebd14bff3c412860b1a2096056e14a7e3f9c01d5;p=lilypond.git Add predefs for chords. --- diff --git a/ly/property-init.ly b/ly/property-init.ly index 575d5945d7..b7cec45ae2 100644 --- a/ly/property-init.ly +++ b/ly/property-init.ly @@ -297,3 +297,26 @@ textSpannerDown = \override TextSpanner #'direction = #DOWN textSpannerNeutral = \revert TextSpanner #'direction + +bassFigureExtendersOn = { + \set useBassFigureExtenders = ##t + \set Staff.useBassFigureExtenders = ##t +} + +bassFigureExtendersOff = { + \set useBassFigureExtenders = ##f + \set Staff.useBassFigureExtenders = ##f +} + +bassFigureStaffAlignmentDown = { + \override Staff.BassFigureAlignmentPositioning #'direction = #DOWN +} + +bassFigureStaffAlignmentUp = { + \override Staff.BassFigureAlignmentPositioning #'direction = #UP +} + +bassFigureStaffAlignmentNeutral = { + \revert Staff.BassFigureAlignmentPositioning #'direction +} +