1 %%%% This file is part of LilyPond, the GNU music typesetter.
3 %%%% Copyright (C) 1996--2014 Han-Wen Nienhuys <hanwen@xs4all.nl>
4 %%%% Jan Nieuwenhuizen <janneke@gnu.org>
6 %%%% LilyPond is free software: you can redistribute it and/or modify
7 %%%% it under the terms of the GNU General Public License as published by
8 %%%% the Free Software Foundation, either version 3 of the License, or
9 %%%% (at your option) any later version.
11 %%%% LilyPond is distributed in the hope that it will be useful,
12 %%%% but WITHOUT ANY WARRANTY; without even the implied warranty of
13 %%%% MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14 %%%% GNU General Public License for more details.
16 %%%% You should have received a copy of the GNU General Public License
17 %%%% along with LilyPond. If not, see <http://www.gnu.org/licenses/>.
22 %% setup for Request->Element conversion.
25 \type "Performer_group"
32 \consists "Staff_performer"
33 \consists "Key_performer"
34 \consists "Midi_control_function_performer"
41 \description "Hard coded entry point for LilyPond. Cannot be tuned."
45 \type "Performer_group"
49 \defaultchild KievanVoice
51 \consists "Staff_performer"
52 \consists "Key_performer"
53 \consists "Midi_control_function_performer"
57 \type "Performer_group"
61 \accepts VaticanaVoice
62 \defaultchild VaticanaVoice
63 \consists "Staff_performer"
64 \consists "Key_performer"
65 \consists "Midi_control_function_performer"
69 \type "Performer_group"
72 \accepts MensuralVoice
73 \defaultchild MensuralVoice
75 \consists "Staff_performer"
76 \consists "Key_performer"
77 \consists "Midi_control_function_performer"
83 midiInstrument = #"drums"
85 \defaultchild DrumVoice
89 \type "Performer_group"
91 \consists "Dynamic_performer"
92 \consists "Tie_performer"
93 \consists "Piano_pedal_performer"
94 \consists "Note_performer"
95 \consists "Beam_performer"
96 \consists "Slur_performer"
106 \type "Performer_group"
109 \consists "Dynamic_performer"
110 \consists "Tie_performer"
111 \consists "Note_performer"
112 \consists "Beam_performer"
113 autoBeaming = ##f % needed for consistent melismata with engravers
114 \consists "Slur_performer"
118 \type "Performer_group"
121 \consists "Dynamic_performer"
122 \consists "Tie_performer"
123 \consists "Note_performer"
124 \consists "Beam_performer"
125 autoBeaming = ##f % needed for consistent melismata with engravers
126 \consists "Slur_performer"
130 \type "Performer_group"
133 \consists "Dynamic_performer"
134 \consists "Tie_performer"
135 \consists "Note_performer"
136 \consists "Beam_performer"
137 autoBeaming = ##f % needed for consistent melismata with engravers
138 \consists "Slur_performer"
143 \remove "Note_performer"
144 \consists "Drum_note_performer"
149 \type "Performer_group"
154 \type "Performer_group"
159 \type "Performer_group"
161 \accepts RhythmicStaff
168 \type "Performer_group"
181 \type "Performer_group"
186 \type "Performer_group"
190 %% needed for melismata
191 \consists "Tie_performer"
192 \consists "Beam_performer"
193 \consists "Slur_performer"
199 midiInstrument = #"acoustic guitar (nylon)"
202 \defaultchild TabVoice
203 autoBeaming = ##f % needed for consistent melismata with engravers
207 \type "Score_performer"
211 melismaBusyProperties = #default-melisma-properties
212 instrumentName = #"bright acoustic"
213 midiChannelMapping = #'staff
216 tempoWholesPerMinute = #(ly:make-moment 15/1)
227 \accepts RhythmicStaff
232 \accepts VaticanaStaff
234 \accepts MensuralStaff
236 \consists "Time_signature_performer"
237 \consists "Control_track_performer"
238 \consists "Tempo_performer"
242 %% An alias for Timing is established by the Timing_translator in
243 %% whatever context it is initialized, and the timing variables are
244 %% then copied from wherever Timing had been previously established.
245 %% The alias at Score level provides a target for initializing
246 %% Timing variables in layout definitions before any
247 %% Timing_translator has been run.
249 timeSignatureSettings = #default-time-signature-settings
250 timeSignatureFraction = 4/4
251 autoBeaming = ##t % needed for consistent melismata with engravers
253 %% Other beaming variables are not important as autobeams don't affect
254 %% the Midi. Melismata are only affected by beams when autobeaming
257 \consists "Timing_translator"
259 \defaultchild "Staff"
261 dynamicAbsoluteVolumeFunction = #default-dynamic-absolute-volume
262 instrumentEqualizer = #default-instrument-equalizer
263 drumPitchTable = #(alist->hash-table midiDrumPitches)
269 \type "Performer_group"
270 \consists "Staff_performer" % Performer_group ?
271 \consists "Lyric_performer"
276 \type "Performer_group"
284 \type "Performer_group"
285 \consists "Staff_performer"
286 \accepts ChordNameVoice
287 \defaultchild ChordNameVoice
297 \type "Performer_group"
302 \accepts RhythmicStaff
318 \type "Performer_group"
320 \consists "Piano_pedal_performer"