repo.or.cz
/
lilypond
/
csorensen.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Revert "Fix syntax error in fret-diagrams.ly"
[lilypond/csorensen.git]
/
input
/
regression
/
beam-cross-staff-script.ly
blob
0c5294eb3a936c18bb6eeb368e8bc09de67e37cb
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.11.30"
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
s
4
24
}
25
>>
26
27
%%% END %%%
28