]> git.donarmstrong.com Git - lilypond.git/commitdiff
Add FiguredBass to ChoirStaff's accepts list.
authorNeil Puttock <n.puttock@gmail.com>
Fri, 11 Dec 2009 00:10:06 +0000 (00:10 +0000)
committerNeil Puttock <n.puttock@gmail.com>
Fri, 11 Dec 2009 00:10:06 +0000 (00:10 +0000)
Prevents generation of spurious staves when using \bassFigureExtendersOn/Off.

ly/engraver-init.ly

index 01ba26235f4dc6f5a0a4787d555c61cddc803c35..5a46ed0f0ee4487436964c7360d1cb24d215a017 100644 (file)
   \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