bug-lilypond
[Top][All Lists]
Advanced

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

Re: Ugly chord arrangement


From: David Kastrup
Subject: Re: Ugly chord arrangement
Date: Mon, 16 Jul 2012 15:47:14 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.1.50 (gnu/linux)

Simon Albrecht <address@hidden> 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




reply via email to

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