X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=ly%2Fperformer-init.ly;h=b48bd5454d01ba1b6ca7c53d4ff44ae7300e5f18;hb=9bcc4ca5022e7ecdfe4bd796a4739bf7b7a72a29;hp=7d5835434415c072fb26f965d50db34599078419;hpb=32f6a8beb6c115bcccaa0567ac30b2cde4832569;p=lilypond.git diff --git a/ly/performer-init.ly b/ly/performer-init.ly index 7d58354344..b48bd5454d 100644 --- a/ly/performer-init.ly +++ b/ly/performer-init.ly @@ -1,42 +1,41 @@ -\version "2.7.6" +\version "2.10.0" - % - % setup for Request->Element conversion. Guru-only - % +%% +%% setup for Request->Element conversion. +%% \context { \type "Performer_group" \name Staff \accepts Voice + \accepts CueVoice + \defaultchild Voice \consists "Staff_performer" \consists "Key_performer" - \consists "Tempo_performer" - \consists "Time_signature_performer" } \context { \name Global \accepts Score \description "Hard coded entry point for LilyPond. Cannot be tuned." } + \context { \Staff \name DrumStaff midiInstrument = #"drums" \accepts DrumVoice + \defaultchild DrumVoice } \context { \type "Performer_group" \name Voice - % The order of the dynamic performers is significant: absolute dynamic events must override crescendo events in midi. - \consists "Span_dynamic_performer" - \consists "Dynamic_performer" + \consists "Dynamic_performer" \consists "Tie_performer" \consists "Piano_pedal_performer" \consists "Note_performer" \consists "Beam_performer" \consists "Slur_performer" - \consists "Melisma_translator" } \context { @@ -45,6 +44,12 @@ \alias Voice } +\context { + \Voice + \name VaticanaVoice + \alias Voice +} + \context { \Voice \remove "Note_performer" @@ -63,6 +68,7 @@ \name GrandStaff \accepts RhythmicStaff \accepts Staff + \defaultchild Staff } \context { @@ -70,6 +76,7 @@ \name "PianoStaff" \accepts Staff \accepts DrumStaff + \defaultchild Staff } \context { @@ -87,6 +94,16 @@ \type "Performer_group" \name "TabStaff" \accepts "TabVoice" + \defaultchild "TabVoice" +} + +\context { + \type "Performer_group" + \name "VaticanaStaff" + \alias "Staff" + \denies "Voice" + \accepts "VaticanaVoice" + \defaultchild "VaticanaVoice" } \context { @@ -95,7 +112,11 @@ \name Score melismaBusyProperties = #default-melisma-properties - instrument = #"bright acoustic" + instrumentName = #"bright acoustic" + + %% quarter = 60 + tempoWholesPerMinute = #(ly:make-moment 15 1) + \accepts Staff \accepts DrumStaff \accepts GrandStaff @@ -109,13 +130,20 @@ \accepts ChordNames \accepts FiguredBass \accepts Lyrics - + \accepts VaticanaStaff + + \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) + drumPitchTable = #(alist->hash-table midiDrumPitches) + timing = ##t } @@ -124,8 +152,6 @@ \consists "Staff_performer" % Performer_group ? \consists "Lyric_performer" \name Lyrics - \consists "Time_signature_performer" - \consists "Tempo_performer" } \context{ @@ -133,9 +159,12 @@ \name ChoirStaff \accepts Staff \accepts DrumStaff + \defaultchild Staff + } + \context { \type "Performer_group" \consists "Staff_performer" @@ -155,6 +184,15 @@ \name StaffGroup \accepts Staff \accepts DrumStaff + \accepts TabStaff + \accepts RhythmicStaff + \accepts GrandStaff + \accepts PianoStaff + \accepts Lyrics + \accepts ChordNames + \accepts FiguredBass + + \defaultchild Staff } \context { \Staff \name RhythmicStaff }