]> git.donarmstrong.com Git - lilypond.git/blobdiff - ly/performer-init.ly
* VERSION (MY_PATCH_LEVEL): make 1.7.0
[lilypond.git] / ly / performer-init.ly
index 8cfa8204bd42543df4c7b53c5350b67f57b7b7df..0735bce8f11ed7920ad47a857664cd351704fe66 100644 (file)
@@ -1,4 +1,4 @@
-\version "1.3.146"
+\version "1.5.68"
 %
 % setup for Request->Element conversion. Guru-only
 %
@@ -10,7 +10,7 @@ StaffContext = \translator {
        \consists "Key_performer"
        \consists "Tempo_performer"
        \consists "Time_signature_performer"
-       dynamicStyle = #"dynamic"
+
 }
 \translator { \StaffContext }
 \translator { \StaffContext
@@ -21,13 +21,10 @@ StaffContext = \translator {
 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
+       \accepts "Thread"
 }
 \translator { \VoiceContext }
 
@@ -39,14 +36,10 @@ ThreadContext = \translator {
 }
 \translator { \ThreadContext }
 
+% retain for compatibility reasons (FIXME: convert-ly)
 \translator {
-       \type "Grace_performer_group"
+       \type "Performer_group_performer"
        \name Grace
-       \consists "Note_performer"
-       \consists "Tie_performer"
-        \consists "Swallow_performer"
-
-        weAreGraceContext = #t
 }
 
 \translator
@@ -113,6 +106,7 @@ ScoreContext = \translator {
        \type "Score_performer"
 
        \name Score
+       \alias Timing
        instrument = #"bright acoustic"
        \accepts Staff
        \accepts GrandStaff
@@ -122,8 +116,10 @@ ScoreContext = \translator {
        \accepts ChoirStaff
        \accepts RhythmicStaff
        \accepts ChordNames
+       \alias "Timing"
+       \consists "Timing_translator"
        \consists "Swallow_performer"
-
+       
        dynamicAbsoluteVolumeFunction = #default-dynamic-absolute-volume
        instrumentEqualizer = #default-instrument-equalizer
 }