lilypond-user
[Top][All Lists]
Advanced

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

Re: change staff within chord?


From: Henrik Frisk
Subject: Re: change staff within chord?
Date: Thu, 15 Sep 2005 10:56:07 +0200

address@hidden wrote:

> hello list,
> how would i change the staff within a chord (it is important that the
> necks keep connected across the staves? the \change Staff command
> doesn't work within the chord < ... >.

You can remove the stem from the upper staff notes, and extend the stem
from the lower staff notes.

stemRemove = \once \override Stem #'length =1
noFlag = \once \override Stem #'flag-style = #'no-flag
stemExtend = \once \override Stem #'length = #10

Of course you need to adjust the length of the stem until it looks
good...

If you want the chords to be beamed it gets a little more complicated. I
don't quite remember how I did it but the above should work in your
example.

/henrik




reply via email to

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