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-spacing-nonstaff-lines-and-markup.ly
blob
9c8e49f09d24bacaa6cef8183f8e2c7b215b8136
1
\version
"2.13.4"
2
3
\header
{
4
texidoc
=
"Having markup after a non-staff line doesn't confuse
5
the page layout engine."
6
}
7
8
#(
set-default-paper-size
"a6"
)
9
10
\book
{
11
\score
{
12
<<
13
\new
Staff
<<
14
\new
Voice
=
"asdf"
{
c
'
d
'
e
'
f
' }
15
>>
16
\new
Lyrics
\lyricsto
"asdf"
\lyricmode
{
a b c d
}
17
>>
18
}
19
\markup
"blah blah blah"
20
}
21