lilypond-user
[Top][All Lists]
Advanced

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

Re: from single staff to piano staff


From: David Kastrup
Subject: Re: from single staff to piano staff
Date: Tue, 19 Nov 2013 12:51:46 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux)

Pierre Perol-Schneider <address@hidden> writes:

> I'm afraid you'd have to do it manually !
> Cheers,
> Pierre

\autochange does not split chords.  It does something in the following,
but probably not what you want:

\new PianoStaff <<
  \context Staff = "up"
  { \autochange { \relative c' {
    <c, ees a d g c>4 r <fis c' eis ais>~ <fis c' f aes bes>8~ <f b e g
                                                                bes>~      |
  }}}
  \context Staff = "down" { \clef "bass" s1 }
>>

-- 
David Kastrup




reply via email to

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