]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/auto-change.ly
* scm/bass-figure.scm (make-bass-figure-markup): add
[lilypond.git] / input / regression / auto-change.ly
1 \version "1.7.18"
2
3 \header {
4
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).
8
9 "
10 }
11     \paper { raggedright= ##t }
12
13 \score {
14         \notes \context PianoStaff <
15         \context Staff = "up" {
16                 \autochange Staff \context Voice = VA < \relative c' { g4 c e d c r4 a g } >
17         }
18         \context Staff = "down" {
19                 \clef bass 
20                 s1*2
21         }
22
23         >
24         
25 }
26