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