repo.or.cz
/
lilypond
/
patrick.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Changes the spanner-placement property of FootnoteSpanner to ly:dir
[lilypond/patrick.git]
/
input
/
regression
/
beam-cross-staff-script.ly
blob
772075495bdc2d0cc42759b36bc3aaf9741dbece
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.12.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
s
4
24
}
25
>>
26
27
%%% END %%%
28