]> git.donarmstrong.com Git - lilypond.git/blobdiff - ly/performer-init.ly
patch::: 1.5.7.jcn2
[lilypond.git] / ly / performer-init.ly
index 6ab401df96ee3ff8b1350200e8f6f48f4651f631..97c6638c153950a50972125e0493874c0870d3f0 100644 (file)
@@ -21,21 +21,22 @@ 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 "Note_performer"
-       \consists "Tie_performer"
+       \accepts "Thread"
 }
 \translator { \VoiceContext }
 
 ThreadContext = \translator {
        \type "Performer_group_performer"
        \name Thread
+       \consists "Note_performer"
+       \consists "Tie_performer"
 }
 \translator { \ThreadContext }
 
+% retain for compatibility reasons (FIXME: convert-ly)
 \translator {
        \type "Performer_group_performer"
        \name Grace