Comment #2 on issue 2599 by [email protected]: Use of autochange
http://code.google.com/p/lilypond/issues/detail?id=2599
Pretty minimal example here. Is this worth adding as a snippet in the LSR
and then importing into the docs?
\version "2.14.2"
\score
{
\new PianoStaff
<<
\new Staff = "up" {
<<
\set Timing.beatStructure = #'(4)
\new Voice {
\voiceOne
\autochange
\relative c' {
g8 [ a b c d e f g ] |
g,8 [ a b c d e f g ]
}
}
\new Voice {
\voiceTwo
\autochange
\relative c' {
g8 [ a b c d e f g ] |
g,,8 [ a b c d e f g ]
}
}
>>
}
\new Staff = "down" {
\clef bass
}
>>
}
Attachments:
autochangeTwoVoicesSnippetPhil.png 6.2 KB