Brian Eve <gehentogo <at> gmail.com> writes:

> 
> I am trying to write a single trombone part in which there are a few bars of
> divisi every once in a while in the part.  The problem I am having is with
> the position of whole rests and shorter multi-measure rests being placed on
> the staff too high once divisi ends.
> 
> Notice the r1's are not affected, but the R1's are.  I think it has
> something to do with where the last not on the upper voice left off.
> 
> I would include a short example of what I am doing, but this form is
> accusing me of top-posting and will not let me include the relevant text.
> 


Here is the text of the file:

\version "2.18.2-1"

{
\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
}



_______________________________________________
bug-lilypond mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/bug-lilypond

Reply via email to