From bd7742e9e3adadc189894cc9cfcdd39af755264b Mon Sep 17 00:00:00 2001 From: Neil Puttock Date: Fri, 11 Dec 2009 00:10:06 +0000 Subject: [PATCH] Add FiguredBass to ChoirStaff's accepts list. Prevents generation of spurious staves when using \bassFigureExtendersOn/Off. --- ly/engraver-init.ly | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/ly/engraver-init.ly b/ly/engraver-init.ly index 01ba26235f..5a46ed0f0e 100644 --- a/ly/engraver-init.ly +++ b/ly/engraver-init.ly @@ -141,6 +141,7 @@ \accepts "PianoStaff" \accepts "Lyrics" \accepts "ChordNames" + \accepts "FiguredBass" \accepts "ChoirStaff" \accepts "StaffGroup" \defaultchild "Staff" @@ -325,7 +326,7 @@ instrument names at the start of each system." topLevelAlignment = ##f \override StaffGrouper #'between-staff-spacing #'stretchability = #5 - + instrumentName = #'() shortInstrumentName = #'() } @@ -734,7 +735,7 @@ context." %% No accidental in tablature ! \remove "Accidental_engraver" - %% make the Stems as short as possible to minimize their influence + %% make the Stems as short as possible to minimize their influence %% on the slur::calc-control-points routine \override Stem #'length = #0 \override Stem #'no-stem-extend = ##t -- 2.39.2