bug-lilypond
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Possible bug with \oneVoice involving rests


From: Urs Liska
Subject: Re: Possible bug with \oneVoice involving rests
Date: Mon, 02 Jun 2014 09:37:38 +0200
User-agent: Mozilla/5.0 (X11; Linux i686; rv:24.0) Gecko/20100101 Thunderbird/24.3.0

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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]