]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/auto-change.ly
(make-ottava-set): bugfixes: also
[lilypond.git] / input / regression / auto-change.ly
index ee0b5d18ba8dbfacfb10adef9655219d65f483f9..1a5137bfe93638ba998f3823ce91031750e98320 100644 (file)
@@ -1,20 +1,25 @@
-\header{
-texidoc="
-Auto change piano staff switches  voices  between up and down staffs
-automatically; rests are switched along with the coming note.
-";
+\version "1.7.18"
+
+\header {
+
+texidoc=" Auto change piano staff switches voices between up
+and down staves automatically rests are switched along with the coming
+note. When central C is reached, we don't switch (by default).
+
+"
 }
 
 \score {
        \notes \context PianoStaff <
        \context Staff = "up" {
-               \autochange Staff \context Voice = VA < \relative c' { g4 a  b c d r4 a g } >
+               \autochange Staff \context Voice = VA < \relative c' { g4 c e d c r4 a g } >
        }
        \context Staff = "down" {
-               \clef bass; 
+               \clef bass 
                s1*2
        }
 
        >
        
 }
+%% new-chords-done %%