]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/beam-cross-staff-script.ly
Doc-es: various updates.
[lilypond.git] / input / regression / beam-cross-staff-script.ly
1 \header {
2
3   texidoc = "scripts don't trigger beam formatting.  If this
4 does happen, we can have a cyclic dependency on Y-positions of
5 staves."
6
7 }
8
9
10 \version "2.16.0"
11
12 \new PianoStaff <<
13    \new Staff = RH {
14       \time 1/4
15       c''16 [
16       c''16
17       \change Staff = LH
18       c''16 \tenuto _ \markup { foo }
19       \change Staff = RH
20       c''16 ]
21    }
22    \new Staff = LH {
23       s4
24    }
25 >>
26
27 %%% END %%%
28