]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/glissando-cross-staff.ly
2e687e618a4a08e478bcc15b389f7febf2b7c435
[lilypond.git] / input / regression / glissando-cross-staff.ly
1 \version "2.15.29"
2 \header {
3   texidoc = "Cross staff glissandi reach their endpoints correctly.
4 "
5 }
6
7 \new PianoStaff <<
8 \new Staff = "right" {
9   e'''2\glissando
10   \change Staff = "left"
11
12   a,,\glissando
13   \change Staff = "right"
14   b''8
15 }
16 \new Staff = "left" {
17   \clef bass
18   s1 s8
19 }
20 >>