]> git.donarmstrong.com Git - lilypond.git/blobdiff - ly/performer-init.ly
apply Julian's patch to fix install-info warnings
[lilypond.git] / ly / performer-init.ly
index 25d9d362cdf44d96cf81bb50d86a90e309a0d0a8..e32f3ff1435c692f10465189ea429a1f70a1cfa0 100644 (file)
-\version "1.9.8"
-
-%
-% setup for Request->Element conversion. Guru-only
-%
-\translator {
-       \type "Staff_performer"
-       \name Staff
-       \accepts Voice
-
-       \consists "Key_performer"
-       \consists "Tempo_performer"
-       \consists "Time_signature_performer"
-
+%%%% This file is part of LilyPond, the GNU music typesetter.
+%%%%
+%%%% Copyright (C) 1996--2011 Han-Wen Nienhuys <hanwen@xs4all.nl>
+%%%%                          Jan Nieuwenhuizen <janneke@gnu.org>
+%%%%
+%%%% LilyPond is free software: you can redistribute it and/or modify
+%%%% it under the terms of the GNU General Public License as published by
+%%%% the Free Software Foundation, either version 3 of the License, or
+%%%% (at your option) any later version.
+%%%%
+%%%% LilyPond is distributed in the hope that it will be useful,
+%%%% but WITHOUT ANY WARRANTY; without even the implied warranty of
+%%%% MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+%%%% GNU General Public License for more details.
+%%%%
+%%%% 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.14.0"
+
+%%
+%% setup for Request->Element conversion.
+%%
+\context {
+  \type "Performer_group"
+  \name Staff
+  \accepts Voice
+  \accepts CueVoice
+  \defaultchild Voice
+
+  \consists "Staff_performer"
+  \consists "Key_performer"
+}
+\context {
+  \name Global
+  \accepts Score
+  \description "Hard coded entry point for LilyPond.  Cannot be tuned."
 }
 
-\translator {
-       \type "Performer_group_performer"
-       \name Voice
-       \consists "Dynamic_performer"
-       \consists "Span_dynamic_performer"
-       \consists "Tie_performer"
-       \consists "Piano_pedal_performer"
-       \accepts "Thread"
+\context {
+  \Staff
+  \name DrumStaff
+  midiInstrument = #"drums"
+  \accepts DrumVoice
+  \defaultchild DrumVoice
 }
 
-\translator {
-       \type "Performer_group_performer"
-       \name Thread
-       \consists "Note_performer"
+\context {
+  \type "Performer_group"
+  \name Voice
+  \consists "Dynamic_performer"
+  \consists "Tie_performer"
+  \consists "Piano_pedal_performer"
+  \consists "Note_performer"
+  \consists "Beam_performer"
+  \consists "Slur_performer"
+}
+
+\context {
+  \Voice
+  \name CueVoice
+  \alias Voice
+}
+
+\context {
+  \Voice
+  \name VaticanaVoice
+  \alias Voice
+}
+
+\context {
+  \Voice
+  \remove "Note_performer"
+  \consists "Drum_note_performer"
+  \name DrumVoice
+}
+
+\context {
+  \type "Performer_group"
+  \name FiguredBass
+}
+
+\context {
+  \type "Performer_group"
+  \name FretBoards
+}
+
+\context {
+  \type "Performer_group"
+  \name GrandStaff
+  \accepts RhythmicStaff
+  \accepts Staff
+  \accepts Dynamics
+  \defaultchild Staff
 }
-
-\translator {
-       \type "Performer_group_performer"
-       \name FiguredBass 
-       \consists "Swallow_performer"
+
+\context {
+  \type "Performer_group"
+  \name "PianoStaff"
+  \accepts Staff
+  \accepts DrumStaff
+  \defaultchild Staff
 }
 
-\translator {
-       \type "Performer_group_performer"
-       \name GrandStaff
-       \accepts RhythmicStaff
-       \accepts Staff
+\context {
+  \Voice
+  \name TabVoice
 }
 
-\translator {
-        \type "Performer_group_performer"
-       \name "PianoStaff"
-       \accepts Staff
+\context {
+  \type "Performer_group"
+  \name "Devnull"
 }
 
-\translator {
-        \type "Performer_group_performer"
-       \name "TabVoice"
-       \consists "Swallow_performer"
+\context {
+  \Staff
+  \name TabStaff
+  midiInstrument = #"acoustic guitar (nylon)"
+  \alias Staff
+  \accepts TabVoice
+  \defaultchild TabVoice
 }
 
-\translator {
-        \type "Performer_group_performer"
-       \name "Devnull"
-       \consists "Swallow_performer"
-}
-\translator {
-        \type "Performer_group_performer"
-       \name "TabStaff"
-       \accepts "TabVoice"
+\context {
+  \type "Performer_group"
+  \name "VaticanaStaff"
+  \alias "Staff"
+  \denies "Voice"
+  \accepts "VaticanaVoice"
+  \defaultchild "VaticanaVoice"
 }
 
-\translator {
-       \type "Score_performer"
+\context {
+  \type "Score_performer"
 
-       \name Score
-       \alias Timing
-       instrument = #"bright acoustic"
-       \accepts Staff
-       \accepts GrandStaff
-       \accepts PianoStaff
-       \accepts TabStaff
-       \accepts Lyrics 
-       \accepts StaffGroup
-       \accepts Devnull
-       \accepts ChoirStaff
-       \accepts RhythmicStaff
-       \accepts ChordNames
-       \accepts FiguredBass
+  \name Score
 
-       \alias "Timing"
-       \consists "Timing_translator"
-       \consists "Swallow_performer"
-       
-       dynamicAbsoluteVolumeFunction = #default-dynamic-absolute-volume
-       instrumentEqualizer = #default-instrument-equalizer
-}
+  melismaBusyProperties = #default-melisma-properties
+  instrumentName = #"bright acoustic"
+  midiChannelMapping = #'staff
 
+  %% quarter = 60
+  tempoWholesPerMinute = #(ly:make-moment 15 1)
 
-\translator {
-       \type "Performer_group_performer"
-       \consists "Lyric_performer"
-       \name LyricsVoice
-}
+  \accepts Staff
+  \accepts DrumStaff
+  \accepts GrandStaff
+  \accepts PianoStaff
+  \accepts TabStaff
+  \accepts StaffGroup
+  \accepts Devnull
+  \accepts ChoirStaff
+  \accepts RhythmicStaff
+  \accepts ChordNames
+  \accepts FiguredBass
+  \accepts FretBoards
+  \accepts Lyrics
+  \accepts VaticanaStaff
 
-\translator{
-       \type "Performer_group_performer"
-       \name ChoirStaff
-       \accepts Staff
-}
+  \consists "Time_signature_performer"
+  \consists "Control_track_performer"
+  \consists "Tempo_performer"
+  \consists "Timing_translator"
+
+  \defaultchild "Staff"
 
-\translator {
-       \type "Staff_performer"
-       \accepts LyricsVoice
-       \name Lyrics
-       \consists "Time_signature_performer"
-       \consists "Tempo_performer"
+  dynamicAbsoluteVolumeFunction = #default-dynamic-absolute-volume
+  instrumentEqualizer = #default-instrument-equalizer
+  drumPitchTable = #(alist->hash-table midiDrumPitches)
+  timing = ##t
 }
 
-\translator {
-       \type "Staff_performer"
-       \accepts ChordNameVoice
-       \name ChordNames
+
+\context {
+  \type "Performer_group"
+  \consists "Staff_performer" % Performer_group ?
+  \consists "Lyric_performer"
+  \name Lyrics
 }
 
-\translator {
-       \type "Performer_group_performer"
-       \consists "Note_performer"
-       \name ChordNameVoice    
+\context{
+  \type "Performer_group"
+  \name ChoirStaff
+  \accepts Staff
+  \accepts DrumStaff
+  \defaultchild Staff
 }
 
-\translator {
-       \type "Performer_group_performer"
+\context {
+  \type "Performer_group"
+  \consists "Staff_performer"
+  \accepts ChordNameVoice
+  \name ChordNames
+}
 
-       \name StaffGroup
-       \accepts Staff
+\context {
+  \type "Performer_group"
+  \consists "Note_performer"
+  \name ChordNameVoice
 }
 
-\translator { \StaffContext \name RhythmicStaff }
+\context {
+  \type "Performer_group"
+  \name StaffGroup
+  \accepts Staff
+  \accepts DrumStaff
+  \accepts TabStaff
+  \accepts RhythmicStaff
+  \accepts GrandStaff
+  \accepts PianoStaff
+  \accepts Lyrics
+  \accepts ChordNames
+  \accepts FiguredBass
+  \accepts FretBoards
+  \defaultchild Staff
+}
 
+\context {
+  \Staff
+  \name RhythmicStaff
+}
 
+\context {
+  \type "Performer_group"
+  \name Dynamics
+  \consists "Piano_pedal_performer"
+}