]> git.donarmstrong.com Git - lilypond.git/blobdiff - ly/performer-init.ly
patch::: 1.5.1.jcn1
[lilypond.git] / ly / performer-init.ly
index 8cfa8204bd42543df4c7b53c5350b67f57b7b7df..97c6638c153950a50972125e0493874c0870d3f0 100644 (file)
@@ -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