On Sat, Jul 14, 2012 at 3:35 PM, -Eluze <[email protected]> wrote:
>
> I'd like to use \oneVoice in the upper voice because the lower voice is far
> away and does not collide with the upper one.

My experience says that not using \voiceXxx is asking for trouble.
How to achieve what you want with \voiceOne on?  Use \stemNeutral :)
I think that the code below is exactly what you want:

\new Staff <<
  \new Voice \relative c''' {
    \voiceOne
    \stemNeutral
    e8 r e e e r e e |
    e8 r e e e r e e |
    e8 r e e e r e e |
  }
  \new Voice \relative {
    \voiceFour
    r1
    e,1
    s1
  }
>>

hth,
Janek

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

Reply via email to