From ebd14bff3c412860b1a2096056e14a7e3f9c01d5 Mon Sep 17 00:00:00 2001 From: Graham Percival Date: Wed, 4 Jun 2008 18:50:49 -0700 Subject: [PATCH] Add predefs for chords. --- ly/property-init.ly | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) 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 +} + -- 2.39.2