Urs Liska <lilyliska <at> googlemail.com> writes: > > Am 02.06.2014 09:33, schrieb Brian Eve: > > { > > \clef bass > > \compressFullBarRests > > \override Rest #'staff-position = #0 > > R1*6 > > << > > { > > \voiceOne g4. f e4 } > > \new Voice { > > \voiceTwo e4. d d4 } > >>> >> > > \oneVoice a1 > > R1*6 > > << > > { > > \voiceOne b8 } > > \new Voice { > > \voiceTwo e8 } > >>> >> > > r8 r4 r2 > > R1*6 > > R1 > > r > > R > > } > > No, it's because in that form of temporary polyphonc section the first > of the parallel voices is continued after the >> > > In your example that's \voiceOne. > > So you have to provide a \oneVoice after the >> > That's intended and documented behaviour. > > Best > Urs >
Thanks, Urs. I knew I was doing things too complicated. I fixed the problem this much easier way: \version "2.18.2-1" { \clef bass \compressFullBarRests \override Rest #'staff-position = #0 R1*6 << g4. e >> << f d >> <<e4 d >> a1 R1*6 << b8 e8 >> r8 r4 r2 R1*6 R1 r R } _______________________________________________ bug-lilypond mailing list bug-lilypond@gnu.org https://lists.gnu.org/mailman/listinfo/bug-lilypond