lilypond-user
[Top][All Lists]
Advanced

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

Autochange chords


From: Joseph Austin
Subject: Autochange chords
Date: Sat, 11 Mar 2017 17:46:04 -0500



Is is possible to automatically split chords between the two staves of a PianoStaff?  \autochange works with beams but doesn't seem to work with chords:
Example:

\version "2.19.40"
\new PianoStaff {
  \autochange {
    c,4 c4 c'4 c''4 
    c'''4 c''4 c'4 c4 
    c,8 c8 c'8 c''8 
    c'''8 c''8 c'8 c8 
    <c, c c' c'' c'''>1
    << <c, c c'>2 \\ <c'' c'''>2 >>
    << <c, c>2 \\ <c' c'' c'''>2 >>
  }
}

Attachment: autochange.pdf
Description: Adobe PDF document

Attachment: autochange.ly
Description: Binary data


reply via email to

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