Re: Possible bug with \oneVoice involving rests

2014-06-02 Thread David Kastrup
Urs Liska writes: > Am 02.06.2014 09:51, schrieb Brian Eve: >> \version "2.18.2-1" >> >> { >> \clef bass >> \compressFullBarRests >> \override Rest #'staff-position = #0 >>R1*6 >> << g4. e >> << f d >> <> >>a1 >>R1*6 >> << b8 e8 >> >>r8 r4 r2 >>R1*6 >>R1 >>r >>

Re: Possible bug with \oneVoice involving rests

2014-06-02 Thread Urs Liska
Am 02.06.2014 09:51, schrieb Brian Eve: \version "2.18.2-1" { \clef bass \compressFullBarRests \override Rest #'staff-position = #0 R1*6 <> << f d >> <> a1 R1*6 <> r8 r4 r2 R1*6 R1 r R } No, that's very wrong code. With these << >> you a

Re: simultaneous tempo-change events

2014-06-02 Thread Knute Snortum
That's fine. It just took me a couple of minutes to figure out that it was the compile last measures feature making the warning. Maybe a note in the documents saying that the feature can produce oddities. Knute Snortum (via Gmail) On Sun, Jun 1, 2014 at 11:46 PM, Phil Holmes wrote: > "Knute

Re: Possible bug with \oneVoice involving rests

2014-06-02 Thread Brian Eve
Urs Liska googlemail.com> writes: > > Am 02.06.2014 09:33, schrieb Brian Eve: > > { > > \clef bass > > \compressFullBarRests > > \override Rest #'staff-position = #0 > >R1*6 > > << > > { > >\voiceOneg4. f e4 } > >\new Voice { > >\voiceTwo e4. d d4 } > >>> >> > > \oneVoice

Re: Possible bug with \oneVoice involving rests

2014-06-02 Thread Phil Holmes
"Urs Liska" wrote in message news:538c29c2.9050...@googlemail.com... 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 << { \v

Re: Possible bug with \oneVoice involving rests

2014-06-02 Thread Urs Liska
Am 02.06.2014 09:33, schrieb Brian Eve: { \clef bass \compressFullBarRests \override Rest #'staff-position = #0 R1*6 << { \voiceOneg4. f e4 } \new Voice { \voiceTwo e4. d d4 } >> \oneVoice a1 R1*6 << { \voiceOneb8 } \new Voice { \voiceTwo e8 } >> r8 r4 r2

Re: Possible bug with \oneVoice involving rests

2014-06-02 Thread Brian Eve
Brian Eve 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 divis

Possible bug with \oneVoice involving rests

2014-06-02 Thread Brian Eve
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,