From: Reinhold Kainhofer Date: Wed, 23 Mar 2011 12:14:04 +0000 (+0100) Subject: Allow other types of staves than only Staff inside a GrandStaff... X-Git-Tag: release/2.13.56-1~7 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=cf3bd5e6b7e99d68eef700b308bff798970e2bb9;p=lilypond.git Allow other types of staves than only Staff inside a GrandStaff... --- diff --git a/ly/engraver-init.ly b/ly/engraver-init.ly index 0720893ffc..5a73bbb9cd 100644 --- a/ly/engraver-init.ly +++ b/ly/engraver-init.ly @@ -323,6 +323,10 @@ contained staves are connected vertically." \defaultchild "Staff" \accepts "Staff" + \accepts "RhythmicStaff" + \accepts "DrumStaff" + \accepts "TabStaff" + \accepts "Lyrics" \accepts "FiguredBass" \accepts "Dynamics" \accepts "ChordNames"