]> git.donarmstrong.com Git - lilypond.git/blobdiff - ly/performer-init.ly
* Documentation/user/tutorial.itely (Integrating text and music):
[lilypond.git] / ly / performer-init.ly
index 8cfa8204bd42543df4c7b53c5350b67f57b7b7df..c02cf3b7bc8449eb69c39e79499aaf5caab591ef 100644 (file)
-\version "1.3.146"
-%
-% setup for Request->Element conversion. Guru-only
-%
-StaffContext = \translator {
-       \type "Staff_performer"
-       \name Staff
-       \accepts Voice
-
-       \consists "Key_performer"
-       \consists "Tempo_performer"
-       \consists "Time_signature_performer"
-       dynamicStyle = #"dynamic"
-}
-\translator { \StaffContext }
-\translator { \StaffContext
-  \name RhythmicStaff
+\version "2.3.8"
+
+                               %
+                               % setup for Request->Element conversion. Guru-only
+                               %
+\context {
+    \type "Staff_performer"
+    \name Staff
+    \accepts Voice
+
+    \consists "Key_performer"
+    \consists "Tempo_performer"
+    \consists "Time_signature_performer"
 }
-
-
-VoiceContext = \translator {
-       \type "Performer_group_performer"
-       \name Voice
-% All notes fall to Grace if you leave Thread out (huh?)
-       \consists "Dynamic_performer"
-       \consists "Span_dynamic_performer"
-       \consists "Piano_pedal_performer"
-       \consists "Grace_position_performer"
-       \accepts Thread
-       \accepts Grace
+\context {
+    \name Global
+    \accepts Score
+\description "Hard coded entry point for LilyPond. Cannot be tuned."
+    }
+\context {
+    \Staff
+    \name DrumStaff
+    midiInstrument = #"drums"
+    \accepts DrumVoice
 }
-\translator { \VoiceContext }
 
-ThreadContext = \translator {
-       \type "Performer_group_performer"
-       \name Thread
-       \consists "Note_performer"
-       \consists "Tie_performer"
+\context {
+    \type "Performer_group_performer"
+    \name Voice
+    \consists "Dynamic_performer"
+    \consists "Span_dynamic_performer"
+    \consists "Tie_performer"
+    \consists "Piano_pedal_performer"
+    \consists "Note_performer"
+    \consists "Beam_performer"
+    \consists "Slur_performer"
+    \consists "Melisma_translator"
 }
-\translator { \ThreadContext }
 
-\translator {
-       \type "Grace_performer_group"
-       \name Grace
-       \consists "Note_performer"
-       \consists "Tie_performer"
-        \consists "Swallow_performer"
 
-        weAreGraceContext = #t
+\context {
+    \Voice
+    \remove "Note_performer"
+    \consists "Drum_note_performer" 
+    \name DrumVoice
 }
 
-\translator
-{
-       \type "Performer_group_performer"
-       \name VoiceTwo\consists "Note_performer"
-
+\context {
+    \type "Performer_group_performer"
+    \name FiguredBass 
+    \consists "Swallow_performer"
 }
 
-GrandStaffContext = \translator {
-       \type "Performer_group_performer"
-       \name GrandStaff
-       \accepts RhythmicStaff
-       \accepts Staff
+\context {
+    \type "Performer_group_performer"
+    \name GrandStaff
+    \accepts RhythmicStaff
+    \accepts Staff
 }
-\translator { \GrandStaffContext }
 
-PianoStaffContext = \translator {
-        \type "Performer_group_performer"
-       \name "PianoStaff"
-       \accepts Staff
+\context {
+    \type "Performer_group_performer"
+    \name "PianoStaff"
+    \accepts Staff
+    \accepts DrumStaff
 }
-\translator { \PianoStaffContext }
 
-\translator {
-       \type "Performer_group_performer"
-       \consists "Lyric_performer"
-       \name LyricsVoice
+\context {
+    \type "Performer_group_performer"
+    \name "TabVoice"
+    \consists "Swallow_performer"
 }
 
-\translator{
-       \type "Performer_group_performer"
-       \name ChoirStaff
-       \accepts Staff
+\context {
+    \type "Performer_group_performer"
+    \name "Devnull"
+    \consists "Swallow_performer"
 }
-\translator { 
-       \type "Staff_performer"
-       \accepts LyricsVoice
-       \name Lyrics
-       \consists "Time_signature_performer"
-       \consists "Tempo_performer"
+\context {
+    \type "Performer_group_performer"
+    \name "TabStaff"
+    \accepts "TabVoice"
 }
 
-\translator {
-       \type "Staff_performer"
-       \accepts ChordNameVoice
-       \name ChordNames
+\context {
+    \type "Score_performer"
+
+    \name Score
+    
+    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 Lyrics
+    
+    \consists "Timing_translator"
+    \consists "Swallow_performer"
+    
+    dynamicAbsoluteVolumeFunction = #default-dynamic-absolute-volume
+    instrumentEqualizer = #default-instrument-equalizer
+    drumPitchTable = #(alist->hash-table midiDrumPitches) 
 }
 
-\translator {
-       \type Performer_group_performer
-       \consists Note_performer
-       \name ChordNameVoice    
+
+\context {
+    \type "Staff_performer" % Performer_group_performer ?
+    \consists "Lyric_performer"
+    \name Lyrics
+    \consists "Time_signature_performer"
+    \consists "Tempo_performer"
+}
+
+\context{
+    \type "Performer_group_performer"
+    \name ChoirStaff
+    \accepts Staff
+    \accepts DrumStaff
 }
 
-\translator {
-       \type Performer_group_performer
 
-       \name StaffGroup
-       \accepts Staff
+\context {
+    \type "Staff_performer"
+    \accepts ChordNameVoice
+    \name ChordNames
 }
 
-ScoreContext = \translator {
-       \type "Score_performer"
+\context {
+    \type "Performer_group_performer"
+    \consists "Note_performer"
+    \name ChordNameVoice       
+}
 
-       \name Score
-       instrument = #"bright acoustic"
-       \accepts Staff
-       \accepts GrandStaff
-       \accepts PianoStaff
-       \accepts Lyrics 
-       \accepts StaffGroup
-       \accepts ChoirStaff
-       \accepts RhythmicStaff
-       \accepts ChordNames
-       \consists "Swallow_performer"
+\context {
+    \type "Performer_group_performer"
 
-       dynamicAbsoluteVolumeFunction = #default-dynamic-absolute-volume
-       instrumentEqualizer = #default-instrument-equalizer
+    \name StaffGroup
+    \accepts Staff
+    \accepts DrumStaff
 }
-\translator { \ScoreContext }
+
+\context { \Staff \name RhythmicStaff }
+