]> git.donarmstrong.com Git - lilypond.git/blobdiff - ly/performer-init.ly
Docs: run convert-ly for 2.14.0.
[lilypond.git] / ly / performer-init.ly
index a356de36027871012ad5b50065ea10f960f5ba7d..e32f3ff1435c692f10465189ea429a1f70a1cfa0 100644 (file)
-\version "2.1.19"
-
-                               %
-                               % 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"
-
-}
-\translator {
-    \StaffContext
-    \name DrumStaff
-    midiInstrument = #"drums"
-    \accepts DrumVoice
-}
-
-\translator {
-    \type "Performer_group_performer"
-    \name Voice
-    \consists "Dynamic_performer"
-    \consists "Span_dynamic_performer"
-    \consists "Tie_performer"
-    \consists "Piano_pedal_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 {
-    \VoiceContext
-    \remove "Note_performer"
-    \consists "Drum_note_performer" 
-    \name DrumVoice
+\context {
+  \Staff
+  \name DrumStaff
+  midiInstrument = #"drums"
+  \accepts DrumVoice
+  \defaultchild DrumVoice
 }
 
-\translator {
-    \type "Performer_group_performer"
-    \name Voice
-    \consists "Note_performer"
-    \consists "Beam_performer"
-    \consists "Melisma_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
-    \accepts DrumStaff
+\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
-    melismaBusyProperties = #default-melisma-properties
-    instrument = #"bright acoustic"
-    \accepts Staff
-    \accepts DrumStaff
-    \accepts GrandStaff
-    \accepts PianoStaff
-    \accepts TabStaff
-    \accepts Staff
-    \accepts StaffGroup
-    \accepts Devnull
-    \accepts ChoirStaff
-    \accepts RhythmicStaff
-    \accepts ChordNames
-    \accepts FiguredBass
-    \accepts LyricsVoice
-    \alias "Timing"
-    \consists "Timing_translator"
-    \consists "Swallow_performer"
-    
-    dynamicAbsoluteVolumeFunction = #default-dynamic-absolute-volume
-    instrumentEqualizer = #default-instrument-equalizer
-    drumPitchTable = #(alist->hash-table midiDrumPitches) 
-}
+  \name Score
 
+  melismaBusyProperties = #default-melisma-properties
+  instrumentName = #"bright acoustic"
+  midiChannelMapping = #'staff
 
-\translator {
-    \type "Staff_performer" % Performer_group_performer ?
-    \consists "Lyric_performer"
-    \name LyricsVoice
-    \consists "Time_signature_performer"
-    \consists "Tempo_performer"
-}
+  %% quarter = 60
+  tempoWholesPerMinute = #(ly:make-moment 15 1)
+
+  \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
-    \accepts DrumStaff
+  \consists "Time_signature_performer"
+  \consists "Control_track_performer"
+  \consists "Tempo_performer"
+  \consists "Timing_translator"
+
+  \defaultchild "Staff"
+
+  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
-    \accepts DrumStaff
+\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"
+}