1 %%%% This file is part of LilyPond, the GNU music typesetter.
3 %%%% Copyright (C) 1996--2011 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"
31 \consists "Staff_performer"
32 \consists "Key_performer"
37 \description "Hard coded entry point for LilyPond. Cannot be tuned."
43 midiInstrument
= #"drums"
45 \defaultchild DrumVoice
49 \type "Performer_group"
51 \consists "Dynamic_performer"
52 \consists "Tie_performer"
53 \consists "Piano_pedal_performer"
54 \consists "Note_performer"
55 \consists "Beam_performer"
56 \consists "Slur_performer"
73 \remove "Note_performer"
74 \consists "Drum_note_performer"
79 \type "Performer_group"
84 \type "Performer_group"
89 \type "Performer_group"
91 \accepts RhythmicStaff
98 \type "Performer_group"
111 \type "Performer_group"
118 midiInstrument
= #"acoustic guitar (nylon)"
121 \defaultchild TabVoice
125 \type "Performer_group"
126 \name "VaticanaStaff"
129 \accepts "VaticanaVoice"
130 \defaultchild "VaticanaVoice"
134 \type "Score_performer"
138 melismaBusyProperties
= #default-melisma-properties
139 instrumentName
= #"bright acoustic"
142 tempoWholesPerMinute
= #(ly
:make-moment
15 1)
152 \accepts RhythmicStaff
157 \accepts VaticanaStaff
159 \consists "Time_signature_performer"
160 \consists "Control_track_performer"
161 \consists "Tempo_performer"
162 \consists "Timing_translator"
164 \defaultchild "Staff"
166 dynamicAbsoluteVolumeFunction
= #default-dynamic-absolute-volume
167 instrumentEqualizer
= #default-instrument-equalizer
168 drumPitchTable
= #(alist-
>hash-table midiDrumPitches
)
174 \type "Performer_group"
175 \consists "Staff_performer" % Performer_group ?
176 \consists "Lyric_performer"
181 \type "Performer_group"
189 \type "Performer_group"
190 \consists "Staff_performer"
191 \accepts ChordNameVoice
196 \type "Performer_group"
197 \consists "Note_performer"
202 \type "Performer_group"
207 \accepts RhythmicStaff
223 \type "Performer_group"
225 \consists "Piano_pedal_performer"