]> git.donarmstrong.com Git - lilypond.git/commitdiff
Allow other types of staves than only Staff inside a GrandStaff...
authorReinhold Kainhofer <reinhold@kainhofer.com>
Wed, 23 Mar 2011 12:14:04 +0000 (13:14 +0100)
committerReinhold Kainhofer <reinhold@kainhofer.com>
Fri, 25 Mar 2011 14:09:12 +0000 (15:09 +0100)
ly/engraver-init.ly

index 0720893ffc725fb0157dcab101b54310dcb48612..5a73bbb9cd5132e1ab2863824681eef14e1e257a 100644 (file)
@@ -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"