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
/
page-breaking-outside-staff-estimation.ly
blob
927d4ce817c6366c781d702ff6d5c0364664904f
1
\version
"2.13.36"
2
3
\header
{
4
texidoc
=
"The height-estimation routine takes into account
5
the fact that the TextScript needs to be moved up to avoid the
6
note. This should be spaced on two pages."
7
}
8
9
#(
set-default-paper-size
"a7"
)
10
11
\book
{
12
\repeat
unfold
5
{
g
'''
1
^
"Text"
\break
}
13
}