X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=ly%2Fperformer-init.ly;h=e32f3ff1435c692f10465189ea429a1f70a1cfa0;hb=2055f35c47a045a50a01ff4dba8524322cfc3b48;hp=3803396b2075b07e814fdb07448b865d24e4b81d;hpb=38d7d319eabc906e82fb42002678c6d42a23b6f7;p=lilypond.git diff --git a/ly/performer-init.ly b/ly/performer-init.ly index 3803396b20..e32f3ff143 100644 --- a/ly/performer-init.ly +++ b/ly/performer-init.ly @@ -1,41 +1,59 @@ -\version "2.12.0" +%%%% This file is part of LilyPond, the GNU music typesetter. +%%%% +%%%% Copyright (C) 1996--2011 Han-Wen Nienhuys +%%%% Jan Nieuwenhuizen +%%%% +%%%% 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 . + +\version "2.14.0" %% -%% setup for Request->Element conversion. +%% setup for Request->Element conversion. %% \context { - \type "Performer_group" - \name Staff - \accepts Voice - \accepts CueVoice - \defaultchild Voice - - \consists "Staff_performer" - \consists "Key_performer" + \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." - } + \name Global + \accepts Score + \description "Hard coded entry point for LilyPond. Cannot be tuned." +} \context { - \Staff - \name DrumStaff - midiInstrument = #"drums" - \accepts DrumVoice - \defaultchild DrumVoice + \Staff + \name DrumStaff + midiInstrument = #"drums" + \accepts DrumVoice + \defaultchild DrumVoice } \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" + \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 { @@ -51,150 +69,159 @@ } \context { - \Voice - \remove "Note_performer" - \consists "Drum_note_performer" - \name DrumVoice + \Voice + \remove "Note_performer" + \consists "Drum_note_performer" + \name DrumVoice } \context { - \type "Performer_group" - \name FiguredBass - \consists "Swallow_performer" + \type "Performer_group" + \name FiguredBass } \context { - \type "Performer_group" - \name GrandStaff - \accepts RhythmicStaff - \accepts Staff - \defaultchild Staff + \type "Performer_group" + \name FretBoards } \context { - \type "Performer_group" - \name "PianoStaff" - \accepts Staff - \accepts DrumStaff - \defaultchild Staff + \type "Performer_group" + \name GrandStaff + \accepts RhythmicStaff + \accepts Staff + \accepts Dynamics + \defaultchild Staff } \context { - \type "Performer_group" - \name "TabVoice" - \consists "Swallow_performer" + \type "Performer_group" + \name "PianoStaff" + \accepts Staff + \accepts DrumStaff + \defaultchild Staff } \context { - \type "Performer_group" - \name "Devnull" - \consists "Swallow_performer" + \Voice + \name TabVoice } + \context { - \type "Performer_group" - \name "TabStaff" - \accepts "TabVoice" - \defaultchild "TabVoice" + \type "Performer_group" + \name "Devnull" } \context { - \type "Performer_group" - \name "VaticanaStaff" - \alias "Staff" - \denies "Voice" - \accepts "VaticanaVoice" - \defaultchild "VaticanaVoice" + \Staff + \name TabStaff + midiInstrument = #"acoustic guitar (nylon)" + \alias Staff + \accepts TabVoice + \defaultchild TabVoice } \context { - \type "Score_performer" + \type "Performer_group" + \name "VaticanaStaff" + \alias "Staff" + \denies "Voice" + \accepts "VaticanaVoice" + \defaultchild "VaticanaVoice" +} + +\context { + \type "Score_performer" + + \name Score + + melismaBusyProperties = #default-melisma-properties + instrumentName = #"bright acoustic" + midiChannelMapping = #'staff + + %% quarter = 60 + tempoWholesPerMinute = #(ly:make-moment 15 1) - \name Score - - melismaBusyProperties = #default-melisma-properties - instrumentName = #"bright acoustic" + \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 - %% quarter = 60 - tempoWholesPerMinute = #(ly:make-moment 15 1) - - \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 Lyrics - \accepts VaticanaStaff + \consists "Time_signature_performer" + \consists "Control_track_performer" + \consists "Tempo_performer" + \consists "Timing_translator" - \consists "Time_signature_performer" - \consists "Control_track_performer" - \consists "Tempo_performer" - \consists "Timing_translator" - \consists "Swallow_performer" - - \defaultchild "Staff" - - dynamicAbsoluteVolumeFunction = #default-dynamic-absolute-volume - instrumentEqualizer = #default-instrument-equalizer - drumPitchTable = #(alist->hash-table midiDrumPitches) - timing = ##t + \defaultchild "Staff" + + dynamicAbsoluteVolumeFunction = #default-dynamic-absolute-volume + instrumentEqualizer = #default-instrument-equalizer + drumPitchTable = #(alist->hash-table midiDrumPitches) + timing = ##t } \context { - \type "Performer_group" - \consists "Staff_performer" % Performer_group ? - \consists "Lyric_performer" - \name Lyrics + \type "Performer_group" + \consists "Staff_performer" % Performer_group ? + \consists "Lyric_performer" + \name Lyrics } \context{ - \type "Performer_group" - \name ChoirStaff - \accepts Staff - \accepts DrumStaff - \defaultchild Staff - + \type "Performer_group" + \name ChoirStaff + \accepts Staff + \accepts DrumStaff + \defaultchild Staff } - - \context { - \type "Performer_group" - \consists "Staff_performer" - \accepts ChordNameVoice - \name ChordNames + \type "Performer_group" + \consists "Staff_performer" + \accepts ChordNameVoice + \name ChordNames } \context { - \type "Performer_group" - \consists "Note_performer" - \name ChordNameVoice + \type "Performer_group" + \consists "Note_performer" + \name ChordNameVoice } \context { - \type "Performer_group" - - \name StaffGroup - \accepts Staff - \accepts DrumStaff - \accepts TabStaff - \accepts RhythmicStaff - \accepts GrandStaff - \accepts PianoStaff - \accepts Lyrics - \accepts ChordNames - \accepts FiguredBass - - \defaultchild Staff + \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 { + \Staff + \name RhythmicStaff +} +\context { + \type "Performer_group" + \name Dynamics + \consists "Piano_pedal_performer" +}