]> git.donarmstrong.com Git - lilypond.git/blob - input/test/auto-change.ly
release: 1.3.90
[lilypond.git] / input / test / auto-change.ly
1
2 \score {
3         \notes \context PianoStaff <
4         \context Staff = "up" {
5                 \autochange Staff \context Voice = VA < \relative c' { g4 a  b c d r4 a g } >
6         }
7         \context Staff = "down" {
8                 \clef bass; 
9                 s1*2
10         }
11
12         >
13         
14 }