(Integrating LaTeX and
[lilypond.git] / input / regression / auto-change.ly
blob1a5137bfe93638ba998f3823ce91031750e98320
1 \version "1.7.18"
3 \header {
5 texidoc=" Auto change piano staff switches voices between up
6 and down staves automatically rests are switched along with the coming
7 note. When central C is reached, we don't switch (by default).
12 \score {
13 \notes \context PianoStaff <
14 \context Staff = "up" {
15 \autochange Staff \context Voice = VA < \relative c' { g4 c e d c r4 a g } >
17 \context Staff = "down" {
18 \clef bass
19 s1*2
25 %% new-chords-done %%