]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/beam-cross-staff-auto-knee.ly
0f7f7b8349c3b446feb9c38c36133071c05a5883
[lilypond.git] / input / regression / beam-cross-staff-auto-knee.ly
1 \version "1.7.18"
2
3 \header{
4
5     texidoc="Automatic cross-staff knees also work (here we see them
6 with explicit staff switches)."
7
8      }
9
10 \score {
11   \notes \context PianoStaff <
12     \context Staff = "up" \notes\relative c''{
13       [ b8 \translator Staff="down" d,, ]
14       [ c \translator Staff="up" c'' ]
15       [ b, \translator Staff="down" d^"no knee" ]
16     }
17     \context Staff = "down" {
18       \clef bass 
19       s2.
20     }
21   >
22   \paper{
23     raggedright = ##t
24   }
25 }