]> 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 2bb450759ad2ffc260ca409b51089a934d7dd4e2..c02cf3b7bc8449eb69c39e79499aaf5caab591ef 100644 (file)
@@ -1,9 +1,9 @@
-\version "2.1.28"
+\version "2.3.8"
 
                                %
                                % setup for Request->Element conversion. Guru-only
                                %
-\translator {
+\context {
     \type "Staff_performer"
     \name Staff
     \accepts Voice
     \consists "Tempo_performer"
     \consists "Time_signature_performer"
 }
-\translator {
+\context {
     \name Global
     \accepts Score
 \description "Hard coded entry point for LilyPond. Cannot be tuned."
     }
-\translator {
-    \StaffContext
+\context {
+    \Staff
     \name DrumStaff
     midiInstrument = #"drums"
     \accepts DrumVoice
 }
 
-\translator {
+\context {
     \type "Performer_group_performer"
     \name Voice
     \consists "Dynamic_performer"
 }
 
 
-\translator {
-    \VoiceContext
+\context {
+    \Voice
     \remove "Note_performer"
     \consists "Drum_note_performer" 
     \name DrumVoice
 }
 
-\translator {
+\context {
     \type "Performer_group_performer"
     \name FiguredBass 
     \consists "Swallow_performer"
 }
 
-\translator {
+\context {
     \type "Performer_group_performer"
     \name GrandStaff
     \accepts RhythmicStaff
     \accepts Staff
 }
 
-\translator {
+\context {
     \type "Performer_group_performer"
     \name "PianoStaff"
     \accepts Staff
     \accepts DrumStaff
 }
 
-\translator {
+\context {
     \type "Performer_group_performer"
     \name "TabVoice"
     \consists "Swallow_performer"
 }
 
-\translator {
+\context {
     \type "Performer_group_performer"
     \name "Devnull"
     \consists "Swallow_performer"
 }
-\translator {
+\context {
     \type "Performer_group_performer"
     \name "TabStaff"
     \accepts "TabVoice"
 }
 
-\translator {
+\context {
     \type "Score_performer"
 
     \name Score
-    \alias Timing
+    
     melismaBusyProperties = #default-melisma-properties
     instrument = #"bright acoustic"
     \accepts Staff
     \accepts ChordNames
     \accepts FiguredBass
     \accepts Lyrics
-    \alias "Timing"
+    
     \consists "Timing_translator"
     \consists "Swallow_performer"
     
 }
 
 
-\translator {
+\context {
     \type "Staff_performer" % Performer_group_performer ?
     \consists "Lyric_performer"
     \name Lyrics
     \consists "Tempo_performer"
 }
 
-\translator{
+\context{
     \type "Performer_group_performer"
     \name ChoirStaff
     \accepts Staff
 }
 
 
-\translator {
+\context {
     \type "Staff_performer"
     \accepts ChordNameVoice
     \name ChordNames
 }
 
-\translator {
+\context {
     \type "Performer_group_performer"
     \consists "Note_performer"
     \name ChordNameVoice       
 }
 
-\translator {
+\context {
     \type "Performer_group_performer"
 
     \name StaffGroup
     \accepts DrumStaff
 }
 
-\translator { \StaffContext \name RhythmicStaff }
+\context { \Staff \name RhythmicStaff }