]> git.donarmstrong.com Git - lilypond.git/blob - input/test/auto-knee.ly
release: 1.3.15
[lilypond.git] / input / test / auto-knee.ly
1
2 \score {
3         \notes \context PianoStaff <
4                 \context Staff = "up" {
5                         \autochange Staff \relative c' { 
6                                 [c8 e'] [c' c,,]
7                                 \stemdown
8                                 c'8 c c g,
9                                 g8 d' d d 
10                                 \stemup
11                                 b8 c d e
12                         }
13                 }
14                 \context Staff = "down" {
15                         \clef bass; 
16                         s1*2
17                 }
18         >
19         \paper{
20                 \translator{
21                         \StaffContext
22                         autoKneeGap = "13.0";
23                         autoInterstaffKneeGap = "4.0";
24                 }
25         }
26 }