]> git.donarmstrong.com Git - lilypond.git/blobdiff - ly/engraver-init.ly
Add FiguredBass to ChoirStaff's accepts list.
[lilypond.git] / 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