]> git.donarmstrong.com Git - lilypond.git/blobdiff - ly/performer-init.ly
Doc: CG added spacing clarification for @lilypond
[lilypond.git] / ly / performer-init.ly
index d021a2cb38bb46c9f5d33abc622294a2e97396fb..078edc8d291fb8c9323b0a656be7b56d3820cfe8 100644 (file)
@@ -16,7 +16,7 @@
 %%%% You should have received a copy of the GNU General Public License
 %%%% along with LilyPond.  If not, see <http://www.gnu.org/licenses/>.
 
-\version "2.12.0"
+\version "2.13.36"
 
 %%
 %% setup for Request->Element conversion.
   \name FiguredBass
 }
 
+\context {
+  \type "Performer_group"
+  \name FretBoards
+}
+
 \context {
   \type "Performer_group"
   \name GrandStaff
   \accepts GrandStaff
   \accepts PianoStaff
   \accepts TabStaff
-  \accepts Staff
   \accepts StaffGroup
   \accepts Devnull
   \accepts ChoirStaff
   \accepts RhythmicStaff
   \accepts ChordNames
   \accepts FiguredBass
+  \accepts FretBoards
   \accepts Lyrics
   \accepts VaticanaStaff
 
   \accepts Lyrics
   \accepts ChordNames
   \accepts FiguredBass
+  \accepts FretBoards
   \defaultchild Staff
 }