lilypond-user
[Top][All Lists]
Advanced

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

Re: Using force-hshift to create a cross-staff chord


From: Knute Snortum
Subject: Re: Using force-hshift to create a cross-staff chord
Date: Sun, 19 Jul 2015 07:34:57 -0700

I see that you submitted patch.  Thank you.


Knute Snortum
(via Gmail)

On Sun, Jul 19, 2015 at 6:13 AM, Knute Snortum <address@hidden> wrote:
Thanks Keith, that worked.  Should I copy this to the bug reporting list?


Knute Snortum
(via Gmail)

On Sat, Jul 18, 2015 at 6:19 PM, Keith OHara <address@hidden> wrote:
Knute Snortum <ksnortum <at> gmail.com> writes:

>
> I thought the answer would be to force-hshift the lower note but it
> doesn't seem to "move".
>

Annoyingly, LilyPond left-aligns the groups of clashing chords between
different staves.  The code history says the reason was to left-align
   \transpose c c''
  << \new Staff << { f4 g } \\ { g f } >>
     \new Staff { c4 c } >>
This makes force-hshift often useless for making cross-staff chords.

We should file a bug-report, to at least left-align before applying
explicit force-hshifts

For now, you could use a hidden voice
 ...
     <<a2 \new Voice{\voiceOne \once \hideNotes a4 }>> a4
 ...



_______________________________________________
lilypond-user mailing list
address@hidden
https://lists.gnu.org/mailman/listinfo/lilypond-user



reply via email to

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