Consider accidentals in optical spacing correction.
[lilypond.git] / input / regression / beam-cross-staff-script.ly
blob772075495bdc2d0cc42759b36bc3aaf9741dbece
1 \header {
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."
10 \version "2.12.0"
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 ]
22 \new Staff = LH {
27 %%% END %%%