Simon Albrecht <simon_albre...@lavabit.com> writes:

> Hello everybody,
>
> in the following example, I would very much like the f arranged to the
> right of the g. I have tried several solutions, but none worked, and
> also I think that it ought to work without an \override command. Can
> anyone think of a solution?
> Thanks, Simon
>
> Here’s the code:
>
>
> \version "2.14.2"
>
> \transpose c' c'
>
> <<
>
> d'' \\
>
> f' \\
>
> g'
>
>>>

With automatic voicing, voice 3 and voice 4 are shifted.  So you
probably want to use

<< d'' \\ g' \\ f' >>

and/or use \voiceOne \voiceTwo \voiceThree \voiceFour explicitly.

-- 
David Kastrup


_______________________________________________
bug-lilypond mailing list
bug-lilypond@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-lilypond

Reply via email to