]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/glissando-cross-staff.ly
Run scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / input / regression / glissando-cross-staff.ly
1 \version "2.16.0"
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 >>