]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/span-bar-articulation.ly
Doc-es: various updates.
[lilypond.git] / input / regression / span-bar-articulation.ly
1 \version "2.16.0"
2
3 \header {
4   texidoc = "Articulations on cross-staff stems do not collide with
5 span bars."
6 }
7
8 \new GrandStaff <<
9   \new Staff = "a" {g1 R s }
10   \new Staff = "b" {
11     \clef bass R1 r2. g8( b |
12     d'\prall\espressivo \change Staff="a" b') g'2.}
13 >>