Revert "Fix syntax error in fret-diagrams.ly"
[lilypond/csorensen.git] / input / regression / beam-cross-staff-script.ly
blob0c5294eb3a936c18bb6eeb368e8bc09de67e37cb
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.11.30"
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 %%%