]> git.donarmstrong.com Git - lilypond.git/blobdiff - ly/performer-init.ly
* ly/italiano.ly: additions for semi-sharps and semi-flats by Eric
[lilypond.git] / ly / performer-init.ly
index 547749d1eb8cf39eb1a0a90a21db23f7a20bbb87..51c90fd7804138d6a2995ab56a61037931d0bea7 100644 (file)
@@ -1,4 +1,4 @@
-\version "1.9.0"
+\version "1.9.8"
 
 %
 % setup for Request->Element conversion. Guru-only
@@ -19,6 +19,7 @@ VoiceContext = \translator {
        \name Voice
        \consists "Dynamic_performer"
        \consists "Span_dynamic_performer"
+       \consists "Tie_performer"
        \consists "Piano_pedal_performer"
        \accepts "Thread"
 }
@@ -27,7 +28,6 @@ ThreadContext = \translator {
        \type "Performer_group_performer"
        \name Thread
        \consists "Note_performer"
-       \consists "Tie_performer"
 }
 
 FiguredBassContext = \translator {